databasemigrationservice

package
v1.33.8 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2020 License: Apache-2.0 Imports: 10 Imported by: 160

Documentation

Overview

Package databasemigrationservice provides the client and types for making API requests to AWS Database Migration Service.

AWS Database Migration Service (AWS DMS) can migrate your data to and from the most widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL Server, Amazon Redshift, MariaDB, Amazon Aurora, MySQL, and SAP Adaptive Server Enterprise (ASE). The service supports homogeneous migrations such as Oracle to Oracle, as well as heterogeneous migrations between different database platforms, such as Oracle to MySQL or SQL Server to PostgreSQL.

For more information about AWS DMS, see What Is AWS Database Migration Service? (https://docs.aws.amazon.com/dms/latest/userguide/Welcome.html) in the AWS Database Migration User Guide.

See https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01 for more information on this service.

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

Using the Client

To contact AWS Database Migration 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 AWS Database Migration Service client DatabaseMigrationService for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/databasemigrationservice/#New

Index

Examples

Constants

View Source
const (
	// AuthMechanismValueDefault is a AuthMechanismValue enum value
	AuthMechanismValueDefault = "default"

	// AuthMechanismValueMongodbCr is a AuthMechanismValue enum value
	AuthMechanismValueMongodbCr = "mongodb_cr"

	// AuthMechanismValueScramSha1 is a AuthMechanismValue enum value
	AuthMechanismValueScramSha1 = "scram_sha_1"
)
View Source
const (
	// AuthTypeValueNo is a AuthTypeValue enum value
	AuthTypeValueNo = "no"

	// AuthTypeValuePassword is a AuthTypeValue enum value
	AuthTypeValuePassword = "password"
)
View Source
const (
	// CompressionTypeValueNone is a CompressionTypeValue enum value
	CompressionTypeValueNone = "none"

	// CompressionTypeValueGzip is a CompressionTypeValue enum value
	CompressionTypeValueGzip = "gzip"
)
View Source
const (
	// DataFormatValueCsv is a DataFormatValue enum value
	DataFormatValueCsv = "csv"

	// DataFormatValueParquet is a DataFormatValue enum value
	DataFormatValueParquet = "parquet"
)
View Source
const (
	// DmsSslModeValueNone is a DmsSslModeValue enum value
	DmsSslModeValueNone = "none"

	// DmsSslModeValueRequire is a DmsSslModeValue enum value
	DmsSslModeValueRequire = "require"

	// DmsSslModeValueVerifyCa is a DmsSslModeValue enum value
	DmsSslModeValueVerifyCa = "verify-ca"

	// DmsSslModeValueVerifyFull is a DmsSslModeValue enum value
	DmsSslModeValueVerifyFull = "verify-full"
)
View Source
const (
	// EncodingTypeValuePlain is a EncodingTypeValue enum value
	EncodingTypeValuePlain = "plain"

	// EncodingTypeValuePlainDictionary is a EncodingTypeValue enum value
	EncodingTypeValuePlainDictionary = "plain-dictionary"

	// EncodingTypeValueRleDictionary is a EncodingTypeValue enum value
	EncodingTypeValueRleDictionary = "rle-dictionary"
)
View Source
const (
	// EncryptionModeValueSseS3 is a EncryptionModeValue enum value
	EncryptionModeValueSseS3 = "sse-s3"

	// EncryptionModeValueSseKms is a EncryptionModeValue enum value
	EncryptionModeValueSseKms = "sse-kms"
)
View Source
const (
	// MessageFormatValueJson is a MessageFormatValue enum value
	MessageFormatValueJson = "json"

	// MessageFormatValueJsonUnformatted is a MessageFormatValue enum value
	MessageFormatValueJsonUnformatted = "json-unformatted"
)
View Source
const (
	// MigrationTypeValueFullLoad is a MigrationTypeValue enum value
	MigrationTypeValueFullLoad = "full-load"

	// MigrationTypeValueCdc is a MigrationTypeValue enum value
	MigrationTypeValueCdc = "cdc"

	// MigrationTypeValueFullLoadAndCdc is a MigrationTypeValue enum value
	MigrationTypeValueFullLoadAndCdc = "full-load-and-cdc"
)
View Source
const (
	// NestingLevelValueNone is a NestingLevelValue enum value
	NestingLevelValueNone = "none"

	// NestingLevelValueOne is a NestingLevelValue enum value
	NestingLevelValueOne = "one"
)
View Source
const (
	// ParquetVersionValueParquet10 is a ParquetVersionValue enum value
	ParquetVersionValueParquet10 = "parquet-1-0"

	// ParquetVersionValueParquet20 is a ParquetVersionValue enum value
	ParquetVersionValueParquet20 = "parquet-2-0"
)
View Source
const (
	// RefreshSchemasStatusTypeValueSuccessful is a RefreshSchemasStatusTypeValue enum value
	RefreshSchemasStatusTypeValueSuccessful = "successful"

	// RefreshSchemasStatusTypeValueFailed is a RefreshSchemasStatusTypeValue enum value
	RefreshSchemasStatusTypeValueFailed = "failed"

	// RefreshSchemasStatusTypeValueRefreshing is a RefreshSchemasStatusTypeValue enum value
	RefreshSchemasStatusTypeValueRefreshing = "refreshing"
)
View Source
const (
	// ReloadOptionValueDataReload is a ReloadOptionValue enum value
	ReloadOptionValueDataReload = "data-reload"

	// ReloadOptionValueValidateOnly is a ReloadOptionValue enum value
	ReloadOptionValueValidateOnly = "validate-only"
)
View Source
const (
	// ReplicationEndpointTypeValueSource is a ReplicationEndpointTypeValue enum value
	ReplicationEndpointTypeValueSource = "source"

	// ReplicationEndpointTypeValueTarget is a ReplicationEndpointTypeValue enum value
	ReplicationEndpointTypeValueTarget = "target"
)
View Source
const (
	// StartReplicationTaskTypeValueStartReplication is a StartReplicationTaskTypeValue enum value
	StartReplicationTaskTypeValueStartReplication = "start-replication"

	// StartReplicationTaskTypeValueResumeProcessing is a StartReplicationTaskTypeValue enum value
	StartReplicationTaskTypeValueResumeProcessing = "resume-processing"

	// StartReplicationTaskTypeValueReloadTarget is a StartReplicationTaskTypeValue enum value
	StartReplicationTaskTypeValueReloadTarget = "reload-target"
)
View Source
const (

	// ErrCodeAccessDeniedFault for service response error code
	// "AccessDeniedFault".
	//
	// AWS DMS was denied access to the endpoint. Check that the role is correctly
	// configured.
	ErrCodeAccessDeniedFault = "AccessDeniedFault"

	// ErrCodeInsufficientResourceCapacityFault for service response error code
	// "InsufficientResourceCapacityFault".
	//
	// There are not enough resources allocated to the database migration.
	ErrCodeInsufficientResourceCapacityFault = "InsufficientResourceCapacityFault"

	// ErrCodeInvalidCertificateFault for service response error code
	// "InvalidCertificateFault".
	//
	// The certificate was not valid.
	ErrCodeInvalidCertificateFault = "InvalidCertificateFault"

	// ErrCodeInvalidResourceStateFault for service response error code
	// "InvalidResourceStateFault".
	//
	// The resource is in a state that prevents it from being used for database
	// migration.
	ErrCodeInvalidResourceStateFault = "InvalidResourceStateFault"

	// ErrCodeInvalidSubnet for service response error code
	// "InvalidSubnet".
	//
	// The subnet provided is invalid.
	ErrCodeInvalidSubnet = "InvalidSubnet"

	// ErrCodeKMSAccessDeniedFault for service response error code
	// "KMSAccessDeniedFault".
	//
	// The ciphertext references a key that doesn't exist or that the DMS account
	// doesn't have access to.
	ErrCodeKMSAccessDeniedFault = "KMSAccessDeniedFault"

	// ErrCodeKMSDisabledFault for service response error code
	// "KMSDisabledFault".
	//
	// The specified master key (CMK) isn't enabled.
	ErrCodeKMSDisabledFault = "KMSDisabledFault"

	// ErrCodeKMSInvalidStateFault for service response error code
	// "KMSInvalidStateFault".
	//
	// The state of the specified AWS KMS resource isn't valid for this request.
	ErrCodeKMSInvalidStateFault = "KMSInvalidStateFault"

	// ErrCodeKMSKeyNotAccessibleFault for service response error code
	// "KMSKeyNotAccessibleFault".
	//
	// AWS DMS cannot access the AWS KMS key.
	ErrCodeKMSKeyNotAccessibleFault = "KMSKeyNotAccessibleFault"

	// ErrCodeKMSNotFoundFault for service response error code
	// "KMSNotFoundFault".
	//
	// The specified AWS KMS entity or resource can't be found.
	ErrCodeKMSNotFoundFault = "KMSNotFoundFault"

	// ErrCodeKMSThrottlingFault for service response error code
	// "KMSThrottlingFault".
	//
	// This request triggered AWS KMS request throttling.
	ErrCodeKMSThrottlingFault = "KMSThrottlingFault"

	// ErrCodeReplicationSubnetGroupDoesNotCoverEnoughAZs for service response error code
	// "ReplicationSubnetGroupDoesNotCoverEnoughAZs".
	//
	// The replication subnet group does not cover enough Availability Zones (AZs).
	// Edit the replication subnet group and add more AZs.
	ErrCodeReplicationSubnetGroupDoesNotCoverEnoughAZs = "ReplicationSubnetGroupDoesNotCoverEnoughAZs"

	// ErrCodeResourceAlreadyExistsFault for service response error code
	// "ResourceAlreadyExistsFault".
	//
	// The resource you are attempting to create already exists.
	ErrCodeResourceAlreadyExistsFault = "ResourceAlreadyExistsFault"

	// ErrCodeResourceNotFoundFault for service response error code
	// "ResourceNotFoundFault".
	//
	// The resource could not be found.
	ErrCodeResourceNotFoundFault = "ResourceNotFoundFault"

	// ErrCodeResourceQuotaExceededFault for service response error code
	// "ResourceQuotaExceededFault".
	//
	// The quota for this resource quota has been exceeded.
	ErrCodeResourceQuotaExceededFault = "ResourceQuotaExceededFault"

	// ErrCodeSNSInvalidTopicFault for service response error code
	// "SNSInvalidTopicFault".
	//
	// The SNS topic is invalid.
	ErrCodeSNSInvalidTopicFault = "SNSInvalidTopicFault"

	// ErrCodeSNSNoAuthorizationFault for service response error code
	// "SNSNoAuthorizationFault".
	//
	// You are not authorized for the SNS subscription.
	ErrCodeSNSNoAuthorizationFault = "SNSNoAuthorizationFault"

	// ErrCodeStorageQuotaExceededFault for service response error code
	// "StorageQuotaExceededFault".
	//
	// The storage quota has been exceeded.
	ErrCodeStorageQuotaExceededFault = "StorageQuotaExceededFault"

	// ErrCodeSubnetAlreadyInUse for service response error code
	// "SubnetAlreadyInUse".
	//
	// The specified subnet is already in use.
	ErrCodeSubnetAlreadyInUse = "SubnetAlreadyInUse"

	// ErrCodeUpgradeDependencyFailureFault for service response error code
	// "UpgradeDependencyFailureFault".
	//
	// An upgrade dependency is preventing the database migration.
	ErrCodeUpgradeDependencyFailureFault = "UpgradeDependencyFailureFault"
)
View Source
const (
	ServiceName = "dms"                        // Name of service.
	EndpointsID = ServiceName                  // ID to lookup a service endpoint with.
	ServiceID   = "Database Migration Service" // ServiceID is a unique identifier of a specific service.
)

Service information constants

View Source
const (
	// ReleaseStatusValuesBeta is a ReleaseStatusValues enum value
	ReleaseStatusValuesBeta = "beta"
)
View Source
const (
	// SourceTypeReplicationInstance is a SourceType enum value
	SourceTypeReplicationInstance = "replication-instance"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessDeniedFault added in v1.28.0

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

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

AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

func (*AccessDeniedFault) Code added in v1.28.0

func (s *AccessDeniedFault) Code() string

Code returns the exception type name.

func (*AccessDeniedFault) Error added in v1.28.0

func (s *AccessDeniedFault) Error() string

func (AccessDeniedFault) GoString added in v1.28.0

func (s AccessDeniedFault) GoString() string

GoString returns the string representation

func (*AccessDeniedFault) Message added in v1.28.0

func (s *AccessDeniedFault) Message() string

Message returns the exception's message.

func (*AccessDeniedFault) OrigErr added in v1.28.0

func (s *AccessDeniedFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedFault) RequestID added in v1.28.0

func (s *AccessDeniedFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedFault) StatusCode added in v1.28.0

func (s *AccessDeniedFault) StatusCode() int

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

func (AccessDeniedFault) String added in v1.28.0

func (s AccessDeniedFault) String() string

String returns the string representation

type AccountQuota

type AccountQuota struct {

	// The name of the AWS DMS quota for this AWS account.
	AccountQuotaName *string `type:"string"`

	// The maximum allowed value for the quota.
	Max *int64 `type:"long"`

	// The amount currently used toward the quota maximum.
	Used *int64 `type:"long"`
	// contains filtered or unexported fields
}

Describes a quota for an AWS account, for example, the number of replication instances allowed.

func (AccountQuota) GoString

func (s AccountQuota) GoString() string

GoString returns the string representation

func (*AccountQuota) SetAccountQuotaName added in v1.5.0

func (s *AccountQuota) SetAccountQuotaName(v string) *AccountQuota

SetAccountQuotaName sets the AccountQuotaName field's value.

func (*AccountQuota) SetMax added in v1.5.0

func (s *AccountQuota) SetMax(v int64) *AccountQuota

SetMax sets the Max field's value.

func (*AccountQuota) SetUsed added in v1.5.0

func (s *AccountQuota) SetUsed(v int64) *AccountQuota

SetUsed sets the Used field's value.

func (AccountQuota) String

func (s AccountQuota) String() string

String returns the string representation

type AddTagsToResourceInput

type AddTagsToResourceInput struct {

	// Identifies the AWS DMS resource to which tags should be added. The value
	// for this parameter is an Amazon Resource Name (ARN).
	//
	// For AWS DMS, you can tag a replication instance, an endpoint, or a replication
	// task.
	//
	// ResourceArn is a required field
	ResourceArn *string `type:"string" required:"true"`

	// One or more tags to be assigned to the resource.
	//
	// Tags is a required field
	Tags []*Tag `type:"list" required:"true"`
	// contains filtered or unexported fields
}

Associates a set of tags with an AWS DMS resource.

func (AddTagsToResourceInput) GoString

func (s AddTagsToResourceInput) GoString() string

GoString returns the string representation

func (*AddTagsToResourceInput) SetResourceArn added in v1.5.0

SetResourceArn sets the ResourceArn field's value.

func (*AddTagsToResourceInput) SetTags added in v1.5.0

SetTags sets the Tags field's value.

func (AddTagsToResourceInput) String

func (s AddTagsToResourceInput) String() string

String returns the string representation

func (*AddTagsToResourceInput) Validate added in v1.1.21

func (s *AddTagsToResourceInput) Validate() error

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

type AddTagsToResourceOutput

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

func (AddTagsToResourceOutput) GoString

func (s AddTagsToResourceOutput) GoString() string

GoString returns the string representation

func (AddTagsToResourceOutput) String

func (s AddTagsToResourceOutput) String() string

String returns the string representation

type ApplyPendingMaintenanceActionInput added in v1.18.4

type ApplyPendingMaintenanceActionInput struct {

	// The pending maintenance action to apply to this resource.
	//
	// ApplyAction is a required field
	ApplyAction *string `type:"string" required:"true"`

	// A value that specifies the type of opt-in request, or undoes an opt-in request.
	// You can't undo an opt-in request of type immediate.
	//
	// Valid values:
	//
	//    * immediate - Apply the maintenance action immediately.
	//
	//    * next-maintenance - Apply the maintenance action during the next maintenance
	//    window for the resource.
	//
	//    * undo-opt-in - Cancel any existing next-maintenance opt-in requests.
	//
	// OptInType is a required field
	OptInType *string `type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance
	// action applies to.
	//
	// ReplicationInstanceArn is a required field
	ReplicationInstanceArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ApplyPendingMaintenanceActionInput) GoString added in v1.18.4

GoString returns the string representation

func (*ApplyPendingMaintenanceActionInput) SetApplyAction added in v1.18.4

SetApplyAction sets the ApplyAction field's value.

func (*ApplyPendingMaintenanceActionInput) SetOptInType added in v1.18.4

SetOptInType sets the OptInType field's value.

func (*ApplyPendingMaintenanceActionInput) SetReplicationInstanceArn added in v1.18.4

SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.

func (ApplyPendingMaintenanceActionInput) String added in v1.18.4

String returns the string representation

func (*ApplyPendingMaintenanceActionInput) Validate added in v1.18.4

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

type ApplyPendingMaintenanceActionOutput added in v1.18.4

type ApplyPendingMaintenanceActionOutput struct {

	// The AWS DMS resource that the pending maintenance action will be applied
	// to.
	ResourcePendingMaintenanceActions *ResourcePendingMaintenanceActions `type:"structure"`
	// contains filtered or unexported fields
}

func (ApplyPendingMaintenanceActionOutput) GoString added in v1.18.4

GoString returns the string representation

func (*ApplyPendingMaintenanceActionOutput) SetResourcePendingMaintenanceActions added in v1.18.4

SetResourcePendingMaintenanceActions sets the ResourcePendingMaintenanceActions field's value.

func (ApplyPendingMaintenanceActionOutput) String added in v1.18.4

String returns the string representation

type AvailabilityZone

type AvailabilityZone struct {

	// The name of the Availability Zone.
	Name *string `type:"string"`
	// contains filtered or unexported fields
}

The name of an Availability Zone for use during database migration.

func (AvailabilityZone) GoString

func (s AvailabilityZone) GoString() string

GoString returns the string representation

func (*AvailabilityZone) SetName added in v1.5.0

func (s *AvailabilityZone) SetName(v string) *AvailabilityZone

SetName sets the Name field's value.

func (AvailabilityZone) String

func (s AvailabilityZone) String() string

String returns the string representation

type Certificate added in v1.2.5

type Certificate struct {

	// The Amazon Resource Name (ARN) for the certificate.
	CertificateArn *string `type:"string"`

	// The date that the certificate was created.
	CertificateCreationDate *time.Time `type:"timestamp"`

	// A customer-assigned name for the certificate. Identifiers must begin with
	// a letter and must contain only ASCII letters, digits, and hyphens. They can't
	// end with a hyphen or contain two consecutive hyphens.
	CertificateIdentifier *string `type:"string"`

	// The owner of the certificate.
	CertificateOwner *string `type:"string"`

	// The contents of a .pem file, which contains an X.509 certificate.
	CertificatePem *string `type:"string"`

	// The location of an imported Oracle Wallet certificate for use with SSL.
	//
	// CertificateWallet is automatically base64 encoded/decoded by the SDK.
	CertificateWallet []byte `type:"blob"`

	// The key length of the cryptographic algorithm being used.
	KeyLength *int64 `type:"integer"`

	// The signing algorithm for the certificate.
	SigningAlgorithm *string `type:"string"`

	// The beginning date that the certificate is valid.
	ValidFromDate *time.Time `type:"timestamp"`

	// The final date that the certificate is valid.
	ValidToDate *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

The SSL certificate that can be used to encrypt connections between the endpoints and the replication instance.

func (Certificate) GoString added in v1.2.5

func (s Certificate) GoString() string

GoString returns the string representation

func (*Certificate) SetCertificateArn added in v1.5.0

func (s *Certificate) SetCertificateArn(v string) *Certificate

SetCertificateArn sets the CertificateArn field's value.

func (*Certificate) SetCertificateCreationDate added in v1.5.0

func (s *Certificate) SetCertificateCreationDate(v time.Time) *Certificate

SetCertificateCreationDate sets the CertificateCreationDate field's value.

func (*Certificate) SetCertificateIdentifier added in v1.5.0

func (s *Certificate) SetCertificateIdentifier(v string) *Certificate

SetCertificateIdentifier sets the CertificateIdentifier field's value.

func (*Certificate) SetCertificateOwner added in v1.5.0

func (s *Certificate) SetCertificateOwner(v string) *Certificate

SetCertificateOwner sets the CertificateOwner field's value.

func (*Certificate) SetCertificatePem added in v1.5.0

func (s *Certificate) SetCertificatePem(v string) *Certificate

SetCertificatePem sets the CertificatePem field's value.

func (*Certificate) SetCertificateWallet added in v1.6.3

func (s *Certificate) SetCertificateWallet(v []byte) *Certificate

SetCertificateWallet sets the CertificateWallet field's value.

func (*Certificate) SetKeyLength added in v1.5.0

func (s *Certificate) SetKeyLength(v int64) *Certificate

SetKeyLength sets the KeyLength field's value.

func (*Certificate) SetSigningAlgorithm added in v1.5.0

func (s *Certificate) SetSigningAlgorithm(v string) *Certificate

SetSigningAlgorithm sets the SigningAlgorithm field's value.

func (*Certificate) SetValidFromDate added in v1.5.0

func (s *Certificate) SetValidFromDate(v time.Time) *Certificate

SetValidFromDate sets the ValidFromDate field's value.

func (*Certificate) SetValidToDate added in v1.5.0

func (s *Certificate) SetValidToDate(v time.Time) *Certificate

SetValidToDate sets the ValidToDate field's value.

func (Certificate) String added in v1.2.5

func (s Certificate) String() string

String returns the string representation

type Connection

type Connection struct {

	// The ARN string that uniquely identifies the endpoint.
	EndpointArn *string `type:"string"`

	// The identifier of the endpoint. Identifiers must begin with a letter and
	// must contain only ASCII letters, digits, and hyphens. They can't end with
	// a hyphen or contain two consecutive hyphens.
	EndpointIdentifier *string `type:"string"`

	// The error message when the connection last failed.
	LastFailureMessage *string `type:"string"`

	// The ARN of the replication instance.
	ReplicationInstanceArn *string `type:"string"`

	// The replication instance identifier. This parameter is stored as a lowercase
	// string.
	ReplicationInstanceIdentifier *string `type:"string"`

	// The connection status. This parameter can return one of the following values:
	//
	//    * "successful"
	//
	//    * "testing"
	//
	//    * "failed"
	//
	//    * "deleting"
	Status *string `type:"string"`
	// contains filtered or unexported fields
}

Status of the connection between an endpoint and a replication instance, including Amazon Resource Names (ARNs) and the last error message issued.

func (Connection) GoString

func (s Connection) GoString() string

GoString returns the string representation

func (*Connection) SetEndpointArn added in v1.5.0

func (s *Connection) SetEndpointArn(v string) *Connection

SetEndpointArn sets the EndpointArn field's value.

func (*Connection) SetEndpointIdentifier added in v1.5.0

func (s *Connection) SetEndpointIdentifier(v string) *Connection

SetEndpointIdentifier sets the EndpointIdentifier field's value.

func (*Connection) SetLastFailureMessage added in v1.5.0

func (s *Connection) SetLastFailureMessage(v string) *Connection

SetLastFailureMessage sets the LastFailureMessage field's value.

func (*Connection) SetReplicationInstanceArn added in v1.5.0

func (s *Connection) SetReplicationInstanceArn(v string) *Connection

SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.

func (*Connection) SetReplicationInstanceIdentifier added in v1.5.0

func (s *Connection) SetReplicationInstanceIdentifier(v string) *Connection

SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value.

func (*Connection) SetStatus added in v1.5.0

func (s *Connection) SetStatus(v string) *Connection

SetStatus sets the Status field's value.

func (Connection) String

func (s Connection) String() string

String returns the string representation

type CreateEndpointInput

type CreateEndpointInput struct {

	// The Amazon Resource Name (ARN) for the certificate.
	CertificateArn *string `type:"string"`

	// The name of the endpoint database.
	DatabaseName *string `type:"string"`

	// The settings in JSON format for the DMS transfer type of source endpoint.
	//
	// Possible settings include the following:
	//
	//    * ServiceAccessRoleArn - The IAM role that has permission to access the
	//    Amazon S3 bucket.
	//
	//    * BucketName - The name of the S3 bucket to use.
	//
	//    * CompressionType - An optional parameter to use GZIP to compress the
	//    target files. To use GZIP, set this value to NONE (the default). To keep
	//    the files uncompressed, don't use this value.
	//
	// Shorthand syntax for these settings is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
	//
	// JSON syntax for these settings is as follows: { "ServiceAccessRoleArn": "string",
	// "BucketName": "string", "CompressionType": "none"|"gzip" }
	DmsTransferSettings *DmsTransferSettings `type:"structure"`

	// Settings in JSON format for the target Amazon DynamoDB endpoint. For information
	// about other available settings, see Using Object Mapping to Migrate Data
	// to DynamoDB (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html)
	// in the AWS Database Migration Service User Guide.
	DynamoDbSettings *DynamoDbSettings `type:"structure"`

	// Settings in JSON format for the target Elasticsearch endpoint. For more information
	// about the available settings, see Extra Connection Attributes When Using
	// Elasticsearch as a Target for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration)
	// in the AWS Database Migration Service User Guide.
	ElasticsearchSettings *ElasticsearchSettings `type:"structure"`

	// The database endpoint identifier. Identifiers must begin with a letter and
	// must contain only ASCII letters, digits, and hyphens. They can't end with
	// a hyphen or contain two consecutive hyphens.
	//
	// EndpointIdentifier is a required field
	EndpointIdentifier *string `type:"string" required:"true"`

	// The type of endpoint. Valid values are source and target.
	//
	// EndpointType is a required field
	EndpointType *string `type:"string" required:"true" enum:"ReplicationEndpointTypeValue"`

	// The type of engine for the endpoint. Valid values, depending on the EndpointType
	// value, include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql",
	// "redshift", "s3", "db2", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis",
	// "kafka", "elasticsearch", "documentdb", "sqlserver", and "neptune".
	//
	// EngineName is a required field
	EngineName *string `type:"string" required:"true"`

	// The external table definition.
	ExternalTableDefinition *string `type:"string"`

	// Additional attributes associated with the connection. Each attribute is specified
	// as a name-value pair associated by an equal sign (=). Multiple attributes
	// are separated by a semicolon (;) with no additional white space. For information
	// on the attributes available for connecting your source or target endpoint,
	// see Working with AWS DMS Endpoints (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Endpoints.html)
	// in the AWS Database Migration Service User Guide.
	ExtraConnectionAttributes *string `type:"string"`

	// Settings in JSON format for the target Apache Kafka endpoint. For more information
	// about the available settings, see Using Apache Kafka as a Target for AWS
	// Database Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html)
	// in the AWS Database Migration Service User Guide.
	KafkaSettings *KafkaSettings `type:"structure"`

	// Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
	// For more information about the available settings, see Using Amazon Kinesis
	// Data Streams as a Target for AWS Database Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html)
	// in the AWS Database Migration Service User Guide.
	KinesisSettings *KinesisSettings `type:"structure"`

	// An AWS KMS key identifier that is used to encrypt the connection parameters
	// for the endpoint.
	//
	// If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses
	// your default encryption key.
	//
	// AWS KMS creates the default encryption key for your AWS account. Your AWS
	// account has a different default encryption key for each AWS Region.
	KmsKeyId *string `type:"string"`

	// Settings in JSON format for the source MongoDB endpoint. For more information
	// about the available settings, see Using MongoDB as a Target for AWS Database
	// Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html#CHAP_Source.MongoDB.Configuration)
	// in the AWS Database Migration Service User Guide.
	MongoDbSettings *MongoDbSettings `type:"structure"`

	// Settings in JSON format for the target Amazon Neptune endpoint. For more
	// information about the available settings, see Specifying Endpoint Settings
	// for Amazon Neptune as a Target (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.EndpointSettings)
	// in the AWS Database Migration Service User Guide.
	NeptuneSettings *NeptuneSettings `type:"structure"`

	// The password to be used to log in to the endpoint database.
	Password *string `type:"string" sensitive:"true"`

	// The port used by the endpoint database.
	Port *int64 `type:"integer"`

	// Provides information that defines an Amazon Redshift endpoint.
	RedshiftSettings *RedshiftSettings `type:"structure"`

	// Settings in JSON format for the target Amazon S3 endpoint. For more information
	// about the available settings, see Extra Connection Attributes When Using
	// Amazon S3 as a Target for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring)
	// in the AWS Database Migration Service User Guide.
	S3Settings *S3Settings `type:"structure"`

	// The name of the server where the endpoint database resides.
	ServerName *string `type:"string"`

	// The Amazon Resource Name (ARN) for the service access role that you want
	// to use to create the endpoint.
	ServiceAccessRoleArn *string `type:"string"`

	// The Secure Sockets Layer (SSL) mode to use for the SSL connection. The default
	// is none
	SslMode *string `type:"string" enum:"DmsSslModeValue"`

	// One or more tags to be assigned to the endpoint.
	Tags []*Tag `type:"list"`

	// The user name to be used to log in to the endpoint database.
	Username *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateEndpointInput) GoString

func (s CreateEndpointInput) GoString() string

GoString returns the string representation

func (*CreateEndpointInput) SetCertificateArn added in v1.5.0

func (s *CreateEndpointInput) SetCertificateArn(v string) *CreateEndpointInput

SetCertificateArn sets the CertificateArn field's value.

func (*CreateEndpointInput) SetDatabaseName added in v1.5.0

func (s *CreateEndpointInput) SetDatabaseName(v string) *CreateEndpointInput

SetDatabaseName sets the DatabaseName field's value.

func (*CreateEndpointInput) SetDmsTransferSettings added in v1.14.22

func (s *CreateEndpointInput) SetDmsTransferSettings(v *DmsTransferSettings) *CreateEndpointInput

SetDmsTransferSettings sets the DmsTransferSettings field's value.

func (*CreateEndpointInput) SetDynamoDbSettings added in v1.8.28

func (s *CreateEndpointInput) SetDynamoDbSettings(v *DynamoDbSettings) *CreateEndpointInput

SetDynamoDbSettings sets the DynamoDbSettings field's value.

func (*CreateEndpointInput) SetElasticsearchSettings added in v1.15.77

func (s *CreateEndpointInput) SetElasticsearchSettings(v *ElasticsearchSettings) *CreateEndpointInput

SetElasticsearchSettings sets the ElasticsearchSettings field's value.

func (*CreateEndpointInput) SetEndpointIdentifier added in v1.5.0

func (s *CreateEndpointInput) SetEndpointIdentifier(v string) *CreateEndpointInput

SetEndpointIdentifier sets the EndpointIdentifier field's value.

func (*CreateEndpointInput) SetEndpointType added in v1.5.0

func (s *CreateEndpointInput) SetEndpointType(v string) *CreateEndpointInput

SetEndpointType sets the EndpointType field's value.

func (*CreateEndpointInput) SetEngineName added in v1.5.0

func (s *CreateEndpointInput) SetEngineName(v string) *CreateEndpointInput

SetEngineName sets the EngineName field's value.

func (*CreateEndpointInput) SetExternalTableDefinition added in v1.13.32

func (s *CreateEndpointInput) SetExternalTableDefinition(v string) *CreateEndpointInput

SetExternalTableDefinition sets the ExternalTableDefinition field's value.

func (*CreateEndpointInput) SetExtraConnectionAttributes added in v1.5.0

func (s *CreateEndpointInput) SetExtraConnectionAttributes(v string) *CreateEndpointInput

SetExtraConnectionAttributes sets the ExtraConnectionAttributes field's value.

func (*CreateEndpointInput) SetKafkaSettings added in v1.29.20

func (s *CreateEndpointInput) SetKafkaSettings(v *KafkaSettings) *CreateEndpointInput

SetKafkaSettings sets the KafkaSettings field's value.

func (*CreateEndpointInput) SetKinesisSettings added in v1.15.77

func (s *CreateEndpointInput) SetKinesisSettings(v *KinesisSettings) *CreateEndpointInput

SetKinesisSettings sets the KinesisSettings field's value.

func (*CreateEndpointInput) SetKmsKeyId added in v1.5.0

func (s *CreateEndpointInput) SetKmsKeyId(v string) *CreateEndpointInput

SetKmsKeyId sets the KmsKeyId field's value.

func (*CreateEndpointInput) SetMongoDbSettings added in v1.8.28

func (s *CreateEndpointInput) SetMongoDbSettings(v *MongoDbSettings) *CreateEndpointInput

SetMongoDbSettings sets the MongoDbSettings field's value.

func (*CreateEndpointInput) SetNeptuneSettings added in v1.30.15

func (s *CreateEndpointInput) SetNeptuneSettings(v *NeptuneSettings) *CreateEndpointInput

SetNeptuneSettings sets the NeptuneSettings field's value.

func (*CreateEndpointInput) SetPassword added in v1.5.0

func (s *CreateEndpointInput) SetPassword(v string) *CreateEndpointInput

SetPassword sets the Password field's value.

func (*CreateEndpointInput) SetPort added in v1.5.0

SetPort sets the Port field's value.

func (*CreateEndpointInput) SetRedshiftSettings added in v1.18.4

func (s *CreateEndpointInput) SetRedshiftSettings(v *RedshiftSettings) *CreateEndpointInput

SetRedshiftSettings sets the RedshiftSettings field's value.

func (*CreateEndpointInput) SetS3Settings added in v1.8.28

func (s *CreateEndpointInput) SetS3Settings(v *S3Settings) *CreateEndpointInput

SetS3Settings sets the S3Settings field's value.

func (*CreateEndpointInput) SetServerName added in v1.5.0

func (s *CreateEndpointInput) SetServerName(v string) *CreateEndpointInput

SetServerName sets the ServerName field's value.

func (*CreateEndpointInput) SetServiceAccessRoleArn added in v1.13.32

func (s *CreateEndpointInput) SetServiceAccessRoleArn(v string) *CreateEndpointInput

SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value.

func (*CreateEndpointInput) SetSslMode added in v1.5.0

SetSslMode sets the SslMode field's value.

func (*CreateEndpointInput) SetTags added in v1.5.0

func (s *CreateEndpointInput) SetTags(v []*Tag) *CreateEndpointInput

SetTags sets the Tags field's value.

func (*CreateEndpointInput) SetUsername added in v1.5.0

func (s *CreateEndpointInput) SetUsername(v string) *CreateEndpointInput

SetUsername sets the Username field's value.

func (CreateEndpointInput) String

func (s CreateEndpointInput) String() string

String returns the string representation

func (*CreateEndpointInput) Validate added in v1.1.21

func (s *CreateEndpointInput) Validate() error

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

type CreateEndpointOutput

type CreateEndpointOutput struct {

	// The endpoint that was created.
	Endpoint *Endpoint `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateEndpointOutput) GoString

func (s CreateEndpointOutput) GoString() string

GoString returns the string representation

func (*CreateEndpointOutput) SetEndpoint added in v1.5.0

SetEndpoint sets the Endpoint field's value.

func (CreateEndpointOutput) String

func (s CreateEndpointOutput) String() string

String returns the string representation

type CreateEventSubscriptionInput added in v1.8.28

type CreateEventSubscriptionInput struct {

	// A Boolean value; set to true to activate the subscription, or set to false
	// to create the subscription but not activate it.
	Enabled *bool `type:"boolean"`

	// A list of event categories for a source type that you want to subscribe to.
	// For more information, see Working with Events and Notifications (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html)
	// in the AWS Database Migration Service User Guide.
	EventCategories []*string `type:"list"`

	// The Amazon Resource Name (ARN) of the Amazon SNS topic created for event
	// notification. The ARN is created by Amazon SNS when you create a topic and
	// subscribe to it.
	//
	// SnsTopicArn is a required field
	SnsTopicArn *string `type:"string" required:"true"`

	// A list of identifiers for which AWS DMS provides notification events.
	//
	// If you don't specify a value, notifications are provided for all sources.
	//
	// If you specify multiple values, they must be of the same type. For example,
	// if you specify a database instance ID, then all of the other values must
	// be database instance IDs.
	SourceIds []*string `type:"list"`

	// The type of AWS DMS resource that generates the events. For example, if you
	// want to be notified of events generated by a replication instance, you set
	// this parameter to replication-instance. If this value isn't specified, all
	// events are returned.
	//
	// Valid values: replication-instance | replication-task
	SourceType *string `type:"string"`

	// The name of the AWS DMS event notification subscription. This name must be
	// less than 255 characters.
	//
	// SubscriptionName is a required field
	SubscriptionName *string `type:"string" required:"true"`

	// One or more tags to be assigned to the event subscription.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateEventSubscriptionInput) GoString added in v1.8.28

func (s CreateEventSubscriptionInput) GoString() string

GoString returns the string representation

func (*CreateEventSubscriptionInput) SetEnabled added in v1.8.28

SetEnabled sets the Enabled field's value.

func (*CreateEventSubscriptionInput) SetEventCategories added in v1.8.28

SetEventCategories sets the EventCategories field's value.

func (*CreateEventSubscriptionInput) SetSnsTopicArn added in v1.8.28

SetSnsTopicArn sets the SnsTopicArn field's value.

func (*CreateEventSubscriptionInput) SetSourceIds added in v1.8.28

SetSourceIds sets the SourceIds field's value.

func (*CreateEventSubscriptionInput) SetSourceType added in v1.8.28

SetSourceType sets the SourceType field's value.

func (*CreateEventSubscriptionInput) SetSubscriptionName added in v1.8.28

SetSubscriptionName sets the SubscriptionName field's value.

func (*CreateEventSubscriptionInput) SetTags added in v1.8.28

SetTags sets the Tags field's value.

func (CreateEventSubscriptionInput) String added in v1.8.28

String returns the string representation

func (*CreateEventSubscriptionInput) Validate added in v1.8.28

func (s *CreateEventSubscriptionInput) Validate() error

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

type CreateEventSubscriptionOutput added in v1.8.28

type CreateEventSubscriptionOutput struct {

	// The event subscription that was created.
	EventSubscription *EventSubscription `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateEventSubscriptionOutput) GoString added in v1.8.28

GoString returns the string representation

func (*CreateEventSubscriptionOutput) SetEventSubscription added in v1.8.28

SetEventSubscription sets the EventSubscription field's value.

func (CreateEventSubscriptionOutput) String added in v1.8.28

String returns the string representation

type CreateReplicationInstanceInput

type CreateReplicationInstanceInput struct {

	// The amount of storage (in gigabytes) to be initially allocated for the replication
	// instance.
	AllocatedStorage *int64 `type:"integer"`

	// A value that indicates whether minor engine upgrades are applied automatically
	// to the replication instance during the maintenance window. This parameter
	// defaults to true.
	//
	// Default: true
	AutoMinorVersionUpgrade *bool `type:"boolean"`

	// The Availability Zone where the replication instance will be created. The
	// default value is a random, system-chosen Availability Zone in the endpoint's
	// AWS Region, for example: us-east-1d
	AvailabilityZone *string `type:"string"`

	// A list of custom DNS name servers supported for the replication instance
	// to access your on-premise source or target database. This list overrides
	// the default name servers supported by the replication instance. You can specify
	// a comma-separated list of internet addresses for up to four on-premise DNS
	// name servers. For example: "1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"
	DnsNameServers *string `type:"string"`

	// The engine version number of the replication instance.
	EngineVersion *string `type:"string"`

	// An AWS KMS key identifier that is used to encrypt the data on the replication
	// instance.
	//
	// If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses
	// your default encryption key.
	//
	// AWS KMS creates the default encryption key for your AWS account. Your AWS
	// account has a different default encryption key for each AWS Region.
	KmsKeyId *string `type:"string"`

	// Specifies whether the replication instance is a Multi-AZ deployment. You
	// can't set the AvailabilityZone parameter if the Multi-AZ parameter is set
	// to true.
	MultiAZ *bool `type:"boolean"`

	// The weekly time range during which system maintenance can occur, in Universal
	// Coordinated Time (UTC).
	//
	// Format: ddd:hh24:mi-ddd:hh24:mi
	//
	// Default: A 30-minute window selected at random from an 8-hour block of time
	// per AWS Region, occurring on a random day of the week.
	//
	// Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
	//
	// Constraints: Minimum 30-minute window.
	PreferredMaintenanceWindow *string `type:"string"`

	// Specifies the accessibility options for the replication instance. A value
	// of true represents an instance with a public IP address. A value of false
	// represents an instance with a private IP address. The default value is true.
	PubliclyAccessible *bool `type:"boolean"`

	// The compute and memory capacity of the replication instance as defined for
	// the specified replication instance class. For example to specify the instance
	// class dms.c4.large, set this parameter to "dms.c4.large".
	//
	// For more information on the settings and capacities for the available replication
	// instance classes, see Selecting the right AWS DMS replication instance for
	// your migration (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth).
	//
	// ReplicationInstanceClass is a required field
	ReplicationInstanceClass *string `type:"string" required:"true"`

	// The replication instance identifier. This parameter is stored as a lowercase
	// string.
	//
	// Constraints:
	//
	//    * Must contain 1-63 alphanumeric characters or hyphens.
	//
	//    * First character must be a letter.
	//
	//    * Can't end with a hyphen or contain two consecutive hyphens.
	//
	// Example: myrepinstance
	//
	// ReplicationInstanceIdentifier is a required field
	ReplicationInstanceIdentifier *string `type:"string" required:"true"`

	// A subnet group to associate with the replication instance.
	ReplicationSubnetGroupIdentifier *string `type:"string"`

	// One or more tags to be assigned to the replication instance.
	Tags []*Tag `type:"list"`

	// Specifies the VPC security group to be used with the replication instance.
	// The VPC security group must work with the VPC containing the replication
	// instance.
	VpcSecurityGroupIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (CreateReplicationInstanceInput) GoString

GoString returns the string representation

func (*CreateReplicationInstanceInput) SetAllocatedStorage added in v1.5.0

SetAllocatedStorage sets the AllocatedStorage field's value.

func (*CreateReplicationInstanceInput) SetAutoMinorVersionUpgrade added in v1.5.0

func (s *CreateReplicationInstanceInput) SetAutoMinorVersionUpgrade(v bool) *CreateReplicationInstanceInput

SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value.

func (*CreateReplicationInstanceInput) SetAvailabilityZone added in v1.5.0

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*CreateReplicationInstanceInput) SetDnsNameServers added in v1.15.77

SetDnsNameServers sets the DnsNameServers field's value.

func (*CreateReplicationInstanceInput) SetEngineVersion added in v1.5.0

SetEngineVersion sets the EngineVersion field's value.

func (*CreateReplicationInstanceInput) SetKmsKeyId added in v1.5.0

SetKmsKeyId sets the KmsKeyId field's value.

func (*CreateReplicationInstanceInput) SetMultiAZ added in v1.5.0

SetMultiAZ sets the MultiAZ field's value.

func (*CreateReplicationInstanceInput) SetPreferredMaintenanceWindow added in v1.5.0

func (s *CreateReplicationInstanceInput) SetPreferredMaintenanceWindow(v string) *CreateReplicationInstanceInput

SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.

func (*CreateReplicationInstanceInput) SetPubliclyAccessible added in v1.5.0

SetPubliclyAccessible sets the PubliclyAccessible field's value.

func (*CreateReplicationInstanceInput) SetReplicationInstanceClass added in v1.5.0

func (s *CreateReplicationInstanceInput) SetReplicationInstanceClass(v string) *CreateReplicationInstanceInput

SetReplicationInstanceClass sets the ReplicationInstanceClass field's value.

func (*CreateReplicationInstanceInput) SetReplicationInstanceIdentifier added in v1.5.0

func (s *CreateReplicationInstanceInput) SetReplicationInstanceIdentifier(v string) *CreateReplicationInstanceInput

SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value.

func (*CreateReplicationInstanceInput) SetReplicationSubnetGroupIdentifier added in v1.5.0

func (s *CreateReplicationInstanceInput) SetReplicationSubnetGroupIdentifier(v string) *CreateReplicationInstanceInput

SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value.

func (*CreateReplicationInstanceInput) SetTags added in v1.5.0

SetTags sets the Tags field's value.

func (*CreateReplicationInstanceInput) SetVpcSecurityGroupIds added in v1.5.0

func (s *CreateReplicationInstanceInput) SetVpcSecurityGroupIds(v []*string) *CreateReplicationInstanceInput

SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.

func (CreateReplicationInstanceInput) String

String returns the string representation

func (*CreateReplicationInstanceInput) Validate added in v1.1.21

func (s *CreateReplicationInstanceInput) Validate() error

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

type CreateReplicationInstanceOutput

type CreateReplicationInstanceOutput struct {

	// The replication instance that was created.
	ReplicationInstance *ReplicationInstance `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateReplicationInstanceOutput) GoString

GoString returns the string representation

func (*CreateReplicationInstanceOutput) SetReplicationInstance added in v1.5.0

SetReplicationInstance sets the ReplicationInstance field's value.

func (CreateReplicationInstanceOutput) String

String returns the string representation

type CreateReplicationSubnetGroupInput

type CreateReplicationSubnetGroupInput struct {

	// The description for the subnet group.
	//
	// ReplicationSubnetGroupDescription is a required field
	ReplicationSubnetGroupDescription *string `type:"string" required:"true"`

	// The name for the replication subnet group. This value is stored as a lowercase
	// string.
	//
	// Constraints: Must contain no more than 255 alphanumeric characters, periods,
	// spaces, underscores, or hyphens. Must not be "default".
	//
	// Example: mySubnetgroup
	//
	// ReplicationSubnetGroupIdentifier is a required field
	ReplicationSubnetGroupIdentifier *string `type:"string" required:"true"`

	// One or more subnet IDs to be assigned to the subnet group.
	//
	// SubnetIds is a required field
	SubnetIds []*string `type:"list" required:"true"`

	// One or more tags to be assigned to the subnet group.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateReplicationSubnetGroupInput) GoString

GoString returns the string representation

func (*CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupDescription added in v1.5.0

func (s *CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupDescription(v string) *CreateReplicationSubnetGroupInput

SetReplicationSubnetGroupDescription sets the ReplicationSubnetGroupDescription field's value.

func (*CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier added in v1.5.0

func (s *CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *CreateReplicationSubnetGroupInput

SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value.

func (*CreateReplicationSubnetGroupInput) SetSubnetIds added in v1.5.0

SetSubnetIds sets the SubnetIds field's value.

func (*CreateReplicationSubnetGroupInput) SetTags added in v1.5.0

SetTags sets the Tags field's value.

func (CreateReplicationSubnetGroupInput) String

String returns the string representation

func (*CreateReplicationSubnetGroupInput) Validate added in v1.1.21

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

type CreateReplicationSubnetGroupOutput

type CreateReplicationSubnetGroupOutput struct {

	// The replication subnet group that was created.
	ReplicationSubnetGroup *ReplicationSubnetGroup `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateReplicationSubnetGroupOutput) GoString

GoString returns the string representation

func (*CreateReplicationSubnetGroupOutput) SetReplicationSubnetGroup added in v1.5.0

SetReplicationSubnetGroup sets the ReplicationSubnetGroup field's value.

func (CreateReplicationSubnetGroupOutput) String

String returns the string representation

type CreateReplicationTaskInput

type CreateReplicationTaskInput struct {

	// Indicates when you want a change data capture (CDC) operation to start. Use
	// either CdcStartPosition or CdcStartTime to specify when you want a CDC operation
	// to start. Specifying both values results in an error.
	//
	// The value can be in date, checkpoint, or LSN/SCN format.
	//
	// Date Example: --cdc-start-position “2018-03-08T12:12:12”
	//
	// Checkpoint Example: --cdc-start-position "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93"
	//
	// LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”
	//
	// When you use this task setting with a source PostgreSQL database, a logical
	// replication slot should already be created and associated with the source
	// endpoint. You can verify this by setting the slotName extra connection attribute
	// to the name of this logical replication slot. For more information, see Extra
	// Connection Attributes When Using PostgreSQL as a Source for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib).
	CdcStartPosition *string `type:"string"`

	// Indicates the start time for a change data capture (CDC) operation. Use either
	// CdcStartTime or CdcStartPosition to specify when you want a CDC operation
	// to start. Specifying both values results in an error.
	//
	// Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”
	CdcStartTime *time.Time `type:"timestamp"`

	// Indicates when you want a change data capture (CDC) operation to stop. The
	// value can be either server time or commit time.
	//
	// Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”
	//
	// Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12
	// “
	CdcStopPosition *string `type:"string"`

	// The migration type. Valid values: full-load | cdc | full-load-and-cdc
	//
	// MigrationType is a required field
	MigrationType *string `type:"string" required:"true" enum:"MigrationTypeValue"`

	// The Amazon Resource Name (ARN) of a replication instance.
	//
	// ReplicationInstanceArn is a required field
	ReplicationInstanceArn *string `type:"string" required:"true"`

	// An identifier for the replication task.
	//
	// Constraints:
	//
	//    * Must contain 1-255 alphanumeric characters or hyphens.
	//
	//    * First character must be a letter.
	//
	//    * Cannot end with a hyphen or contain two consecutive hyphens.
	//
	// ReplicationTaskIdentifier is a required field
	ReplicationTaskIdentifier *string `type:"string" required:"true"`

	// Overall settings for the task, in JSON format. For more information, see
	// Specifying Task Settings for AWS Database Migration Service Tasks (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.html)
	// in the AWS Database Migration User Guide.
	ReplicationTaskSettings *string `type:"string"`

	// An Amazon Resource Name (ARN) that uniquely identifies the source endpoint.
	//
	// SourceEndpointArn is a required field
	SourceEndpointArn *string `type:"string" required:"true"`

	// The table mappings for the task, in JSON format. For more information, see
	// Using Table Mapping to Specify Task Settings (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.html)
	// in the AWS Database Migration Service User Guide.
	//
	// TableMappings is a required field
	TableMappings *string `type:"string" required:"true"`

	// One or more tags to be assigned to the replication task.
	Tags []*Tag `type:"list"`

	// An Amazon Resource Name (ARN) that uniquely identifies the target endpoint.
	//
	// TargetEndpointArn is a required field
	TargetEndpointArn *string `type:"string" required:"true"`

	// Supplemental information that the task requires to migrate the data for certain
	// source and target endpoints. For more information, see Specifying Supplemental
	// Data for Task Settings (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html)
	// in the AWS Database Migration Service User Guide.
	TaskData *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateReplicationTaskInput) GoString

func (s CreateReplicationTaskInput) GoString() string

GoString returns the string representation

func (*CreateReplicationTaskInput) SetCdcStartPosition added in v1.13.32

SetCdcStartPosition sets the CdcStartPosition field's value.

func (*CreateReplicationTaskInput) SetCdcStartTime added in v1.5.0

SetCdcStartTime sets the CdcStartTime field's value.

func (*CreateReplicationTaskInput) SetCdcStopPosition added in v1.13.32

SetCdcStopPosition sets the CdcStopPosition field's value.

func (*CreateReplicationTaskInput) SetMigrationType added in v1.5.0

SetMigrationType sets the MigrationType field's value.

func (*CreateReplicationTaskInput) SetReplicationInstanceArn added in v1.5.0

func (s *CreateReplicationTaskInput) SetReplicationInstanceArn(v string) *CreateReplicationTaskInput

SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.

func (*CreateReplicationTaskInput) SetReplicationTaskIdentifier added in v1.5.0

func (s *CreateReplicationTaskInput) SetReplicationTaskIdentifier(v string) *CreateReplicationTaskInput

SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value.

func (*CreateReplicationTaskInput) SetReplicationTaskSettings added in v1.5.0

func (s *CreateReplicationTaskInput) SetReplicationTaskSettings(v string) *CreateReplicationTaskInput

SetReplicationTaskSettings sets the ReplicationTaskSettings field's value.

func (*CreateReplicationTaskInput) SetSourceEndpointArn added in v1.5.0

func (s *CreateReplicationTaskInput) SetSourceEndpointArn(v string) *CreateReplicationTaskInput

SetSourceEndpointArn sets the SourceEndpointArn field's value.

func (*CreateReplicationTaskInput) SetTableMappings added in v1.5.0

SetTableMappings sets the TableMappings field's value.

func (*CreateReplicationTaskInput) SetTags added in v1.5.0

SetTags sets the Tags field's value.

func (*CreateReplicationTaskInput) SetTargetEndpointArn added in v1.5.0

func (s *CreateReplicationTaskInput) SetTargetEndpointArn(v string) *CreateReplicationTaskInput

SetTargetEndpointArn sets the TargetEndpointArn field's value.

func (*CreateReplicationTaskInput) SetTaskData added in v1.30.15

SetTaskData sets the TaskData field's value.

func (CreateReplicationTaskInput) String

String returns the string representation

func (*CreateReplicationTaskInput) Validate added in v1.1.21

func (s *CreateReplicationTaskInput) Validate() error

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

type CreateReplicationTaskOutput

type CreateReplicationTaskOutput struct {

	// The replication task that was created.
	ReplicationTask *ReplicationTask `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateReplicationTaskOutput) GoString

func (s CreateReplicationTaskOutput) GoString() string

GoString returns the string representation

func (*CreateReplicationTaskOutput) SetReplicationTask added in v1.5.0

SetReplicationTask sets the ReplicationTask field's value.

func (CreateReplicationTaskOutput) String

String returns the string representation

type DatabaseMigrationService

type DatabaseMigrationService struct {
	*client.Client
}

DatabaseMigrationService provides the API operation methods for making requests to AWS Database Migration Service. See this package's package overview docs for details on the service.

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

func New

New creates a new instance of the DatabaseMigrationService 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 DatabaseMigrationService client from just a session.
svc := databasemigrationservice.New(mySession)

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

func (*DatabaseMigrationService) AddTagsToResource

AddTagsToResource API operation for AWS Database Migration Service.

Adds metadata tags to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with DMS resources, or used in a Condition statement in an IAM policy for DMS.

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 AWS Database Migration Service's API operation AddTagsToResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AddTagsToResource

Example (Shared00)

Add tags to resource

Adds metadata tags to an AWS DMS resource, including replication instance, endpoint, security group, and migration task. These tags can also be used with cost allocation reporting to track cost associated with AWS DMS resources, or used in a Condition statement in an IAM policy for AWS DMS.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.AddTagsToResourceInput{
		ResourceArn: aws.String("arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"),
		Tags: []*databasemigrationservice.Tag{
			{
				Key:   aws.String("Acount"),
				Value: aws.String("1633456"),
			},
		},
	}

	result, err := svc.AddTagsToResource(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) AddTagsToResourceRequest

func (c *DatabaseMigrationService) AddTagsToResourceRequest(input *AddTagsToResourceInput) (req *request.Request, output *AddTagsToResourceOutput)

AddTagsToResourceRequest generates a "aws/request.Request" representing the client's request for the AddTagsToResource 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 AddTagsToResource for more information on using the AddTagsToResource 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 AddTagsToResourceRequest method.
req, resp := client.AddTagsToResourceRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AddTagsToResource

func (*DatabaseMigrationService) AddTagsToResourceWithContext added in v1.8.0

func (c *DatabaseMigrationService) AddTagsToResourceWithContext(ctx aws.Context, input *AddTagsToResourceInput, opts ...request.Option) (*AddTagsToResourceOutput, error)

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

See AddTagsToResource 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 (*DatabaseMigrationService) ApplyPendingMaintenanceAction added in v1.18.4

ApplyPendingMaintenanceAction API operation for AWS Database Migration Service.

Applies a pending maintenance action to a resource (for example, to a replication instance).

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 AWS Database Migration Service's API operation ApplyPendingMaintenanceAction for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ApplyPendingMaintenanceAction

func (*DatabaseMigrationService) ApplyPendingMaintenanceActionRequest added in v1.18.4

func (c *DatabaseMigrationService) ApplyPendingMaintenanceActionRequest(input *ApplyPendingMaintenanceActionInput) (req *request.Request, output *ApplyPendingMaintenanceActionOutput)

ApplyPendingMaintenanceActionRequest generates a "aws/request.Request" representing the client's request for the ApplyPendingMaintenanceAction 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 ApplyPendingMaintenanceAction for more information on using the ApplyPendingMaintenanceAction 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 ApplyPendingMaintenanceActionRequest method.
req, resp := client.ApplyPendingMaintenanceActionRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ApplyPendingMaintenanceAction

func (*DatabaseMigrationService) ApplyPendingMaintenanceActionWithContext added in v1.18.4

func (c *DatabaseMigrationService) ApplyPendingMaintenanceActionWithContext(ctx aws.Context, input *ApplyPendingMaintenanceActionInput, opts ...request.Option) (*ApplyPendingMaintenanceActionOutput, error)

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

See ApplyPendingMaintenanceAction 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 (*DatabaseMigrationService) CreateEndpoint

CreateEndpoint API operation for AWS Database Migration Service.

Creates an endpoint using the provided settings.

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 AWS Database Migration Service's API operation CreateEndpoint for usage and error information.

Returned Error Types:

  • KMSKeyNotAccessibleFault AWS DMS cannot access the AWS KMS key.

  • ResourceAlreadyExistsFault The resource you are attempting to create already exists.

  • ResourceQuotaExceededFault The quota for this resource quota has been exceeded.

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

  • ResourceNotFoundFault The resource could not be found.

  • AccessDeniedFault AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint

Example (Shared00)

Create endpoint

Creates an endpoint using the provided settings.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.CreateEndpointInput{
		CertificateArn:            aws.String(""),
		DatabaseName:              aws.String("testdb"),
		EndpointIdentifier:        aws.String("test-endpoint-1"),
		EndpointType:              aws.String("source"),
		EngineName:                aws.String("mysql"),
		ExtraConnectionAttributes: aws.String(""),
		KmsKeyId:                  aws.String("arn:aws:kms:us-east-1:123456789012:key/4c1731d6-5435-ed4d-be13-d53411a7cfbd"),
		Password:                  aws.String("pasword"),
		Port:                      aws.Int64(3306),
		ServerName:                aws.String("mydb.cx1llnox7iyx.us-west-2.rds.amazonaws.com"),
		SslMode:                   aws.String("require"),
		Tags: []*databasemigrationservice.Tag{
			{
				Key:   aws.String("Acount"),
				Value: aws.String("143327655"),
			},
		},
		Username: aws.String("username"),
	}

	result, err := svc.CreateEndpoint(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeKMSKeyNotAccessibleFault:
				fmt.Println(databasemigrationservice.ErrCodeKMSKeyNotAccessibleFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceAlreadyExistsFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceAlreadyExistsFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceQuotaExceededFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceQuotaExceededFault, aerr.Error())
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			case databasemigrationservice.ErrCodeAccessDeniedFault:
				fmt.Println(databasemigrationservice.ErrCodeAccessDeniedFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) CreateEndpointRequest

func (c *DatabaseMigrationService) CreateEndpointRequest(input *CreateEndpointInput) (req *request.Request, output *CreateEndpointOutput)

CreateEndpointRequest generates a "aws/request.Request" representing the client's request for the CreateEndpoint 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 CreateEndpoint for more information on using the CreateEndpoint 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 CreateEndpointRequest method.
req, resp := client.CreateEndpointRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint

func (*DatabaseMigrationService) CreateEndpointWithContext added in v1.8.0

func (c *DatabaseMigrationService) CreateEndpointWithContext(ctx aws.Context, input *CreateEndpointInput, opts ...request.Option) (*CreateEndpointOutput, error)

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

See CreateEndpoint 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 (*DatabaseMigrationService) CreateEventSubscription added in v1.8.28

CreateEventSubscription API operation for AWS Database Migration Service.

Creates an AWS DMS event notification subscription.

You can specify the type of source (SourceType) you want to be notified of, provide a list of AWS DMS source IDs (SourceIds) that triggers the events, and provide a list of event categories (EventCategories) for events you want to be notified of. If you specify both the SourceType and SourceIds, such as SourceType = replication-instance and SourceIdentifier = my-replinstance, you will be notified of all the replication instance events for the specified source. If you specify a SourceType but don't specify a SourceIdentifier, you receive notice of the events for that source type for all your AWS DMS sources. If you don't specify either SourceType nor SourceIdentifier, you will be notified of events generated from all AWS DMS sources belonging to your customer account.

For more information about AWS DMS events, see Working with Events and Notifications (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html) in the AWS Database Migration Service User Guide.

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 AWS Database Migration Service's API operation CreateEventSubscription for usage and error information.

Returned Error Types:

  • ResourceQuotaExceededFault The quota for this resource quota has been exceeded.

  • ResourceNotFoundFault The resource could not be found.

  • ResourceAlreadyExistsFault The resource you are attempting to create already exists.

  • SNSInvalidTopicFault The SNS topic is invalid.

  • SNSNoAuthorizationFault You are not authorized for the SNS subscription.

  • KMSAccessDeniedFault The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.

  • KMSDisabledFault The specified master key (CMK) isn't enabled.

  • KMSInvalidStateFault The state of the specified AWS KMS resource isn't valid for this request.

  • KMSNotFoundFault The specified AWS KMS entity or resource can't be found.

  • KMSThrottlingFault This request triggered AWS KMS request throttling.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEventSubscription

func (*DatabaseMigrationService) CreateEventSubscriptionRequest added in v1.8.28

func (c *DatabaseMigrationService) CreateEventSubscriptionRequest(input *CreateEventSubscriptionInput) (req *request.Request, output *CreateEventSubscriptionOutput)

CreateEventSubscriptionRequest generates a "aws/request.Request" representing the client's request for the CreateEventSubscription 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 CreateEventSubscription for more information on using the CreateEventSubscription 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 CreateEventSubscriptionRequest method.
req, resp := client.CreateEventSubscriptionRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEventSubscription

func (*DatabaseMigrationService) CreateEventSubscriptionWithContext added in v1.8.28

func (c *DatabaseMigrationService) CreateEventSubscriptionWithContext(ctx aws.Context, input *CreateEventSubscriptionInput, opts ...request.Option) (*CreateEventSubscriptionOutput, error)

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

See CreateEventSubscription 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 (*DatabaseMigrationService) CreateReplicationInstance

CreateReplicationInstance API operation for AWS Database Migration Service.

Creates the replication instance using the specified parameters.

AWS DMS requires that your account have certain roles with appropriate permissions before you can create a replication instance. For information on the required roles, see Creating the IAM Roles to Use With the AWS CLI and AWS DMS API (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.APIRole.html). For information on the required permissions, see IAM Permissions Needed to Use AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.IAMPermissions.html).

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 AWS Database Migration Service's API operation CreateReplicationInstance for usage and error information.

Returned Error Types:

  • AccessDeniedFault AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

  • ResourceAlreadyExistsFault The resource you are attempting to create already exists.

  • InsufficientResourceCapacityFault There are not enough resources allocated to the database migration.

  • ResourceQuotaExceededFault The quota for this resource quota has been exceeded.

  • StorageQuotaExceededFault The storage quota has been exceeded.

  • ResourceNotFoundFault The resource could not be found.

  • ReplicationSubnetGroupDoesNotCoverEnoughAZs The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

  • InvalidSubnet The subnet provided is invalid.

  • KMSKeyNotAccessibleFault AWS DMS cannot access the AWS KMS key.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstance

Example (Shared00)

Create replication instance

Creates the replication instance using the specified parameters.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.CreateReplicationInstanceInput{
		AllocatedStorage:                 aws.Int64(123),
		AutoMinorVersionUpgrade:          aws.Bool(true),
		AvailabilityZone:                 aws.String(""),
		EngineVersion:                    aws.String(""),
		KmsKeyId:                         aws.String(""),
		MultiAZ:                          aws.Bool(true),
		PreferredMaintenanceWindow:       aws.String(""),
		PubliclyAccessible:               aws.Bool(true),
		ReplicationInstanceClass:         aws.String(""),
		ReplicationInstanceIdentifier:    aws.String(""),
		ReplicationSubnetGroupIdentifier: aws.String(""),
		Tags: []*databasemigrationservice.Tag{
			{
				Key:   aws.String("string"),
				Value: aws.String("string"),
			},
		},
	}

	result, err := svc.CreateReplicationInstance(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeAccessDeniedFault:
				fmt.Println(databasemigrationservice.ErrCodeAccessDeniedFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceAlreadyExistsFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceAlreadyExistsFault, aerr.Error())
			case databasemigrationservice.ErrCodeInsufficientResourceCapacityFault:
				fmt.Println(databasemigrationservice.ErrCodeInsufficientResourceCapacityFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceQuotaExceededFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceQuotaExceededFault, aerr.Error())
			case databasemigrationservice.ErrCodeStorageQuotaExceededFault:
				fmt.Println(databasemigrationservice.ErrCodeStorageQuotaExceededFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			case databasemigrationservice.ErrCodeReplicationSubnetGroupDoesNotCoverEnoughAZs:
				fmt.Println(databasemigrationservice.ErrCodeReplicationSubnetGroupDoesNotCoverEnoughAZs, aerr.Error())
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			case databasemigrationservice.ErrCodeInvalidSubnet:
				fmt.Println(databasemigrationservice.ErrCodeInvalidSubnet, aerr.Error())
			case databasemigrationservice.ErrCodeKMSKeyNotAccessibleFault:
				fmt.Println(databasemigrationservice.ErrCodeKMSKeyNotAccessibleFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) CreateReplicationInstanceRequest

func (c *DatabaseMigrationService) CreateReplicationInstanceRequest(input *CreateReplicationInstanceInput) (req *request.Request, output *CreateReplicationInstanceOutput)

CreateReplicationInstanceRequest generates a "aws/request.Request" representing the client's request for the CreateReplicationInstance 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 CreateReplicationInstance for more information on using the CreateReplicationInstance 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 CreateReplicationInstanceRequest method.
req, resp := client.CreateReplicationInstanceRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstance

func (*DatabaseMigrationService) CreateReplicationInstanceWithContext added in v1.8.0

func (c *DatabaseMigrationService) CreateReplicationInstanceWithContext(ctx aws.Context, input *CreateReplicationInstanceInput, opts ...request.Option) (*CreateReplicationInstanceOutput, error)

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

See CreateReplicationInstance 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 (*DatabaseMigrationService) CreateReplicationSubnetGroup

CreateReplicationSubnetGroup API operation for AWS Database Migration Service.

Creates a replication subnet group given a list of the subnet IDs in a VPC.

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 AWS Database Migration Service's API operation CreateReplicationSubnetGroup for usage and error information.

Returned Error Types:

  • AccessDeniedFault AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

  • ResourceAlreadyExistsFault The resource you are attempting to create already exists.

  • ResourceNotFoundFault The resource could not be found.

  • ResourceQuotaExceededFault The quota for this resource quota has been exceeded.

  • ReplicationSubnetGroupDoesNotCoverEnoughAZs The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.

  • InvalidSubnet The subnet provided is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationSubnetGroup

Example (Shared00)

Create replication subnet group

Creates a replication subnet group given a list of the subnet IDs in a VPC.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.CreateReplicationSubnetGroupInput{
		ReplicationSubnetGroupDescription: aws.String("US West subnet group"),
		ReplicationSubnetGroupIdentifier:  aws.String("us-west-2ab-vpc-215ds366"),
		SubnetIds: []*string{
			aws.String("subnet-e145356n"),
			aws.String("subnet-58f79200"),
		},
		Tags: []*databasemigrationservice.Tag{
			{
				Key:   aws.String("Acount"),
				Value: aws.String("145235"),
			},
		},
	}

	result, err := svc.CreateReplicationSubnetGroup(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeAccessDeniedFault:
				fmt.Println(databasemigrationservice.ErrCodeAccessDeniedFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceAlreadyExistsFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceAlreadyExistsFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceQuotaExceededFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceQuotaExceededFault, aerr.Error())
			case databasemigrationservice.ErrCodeReplicationSubnetGroupDoesNotCoverEnoughAZs:
				fmt.Println(databasemigrationservice.ErrCodeReplicationSubnetGroupDoesNotCoverEnoughAZs, aerr.Error())
			case databasemigrationservice.ErrCodeInvalidSubnet:
				fmt.Println(databasemigrationservice.ErrCodeInvalidSubnet, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) CreateReplicationSubnetGroupRequest

func (c *DatabaseMigrationService) CreateReplicationSubnetGroupRequest(input *CreateReplicationSubnetGroupInput) (req *request.Request, output *CreateReplicationSubnetGroupOutput)

CreateReplicationSubnetGroupRequest generates a "aws/request.Request" representing the client's request for the CreateReplicationSubnetGroup 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 CreateReplicationSubnetGroup for more information on using the CreateReplicationSubnetGroup 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 CreateReplicationSubnetGroupRequest method.
req, resp := client.CreateReplicationSubnetGroupRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationSubnetGroup

func (*DatabaseMigrationService) CreateReplicationSubnetGroupWithContext added in v1.8.0

func (c *DatabaseMigrationService) CreateReplicationSubnetGroupWithContext(ctx aws.Context, input *CreateReplicationSubnetGroupInput, opts ...request.Option) (*CreateReplicationSubnetGroupOutput, error)

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

See CreateReplicationSubnetGroup 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 (*DatabaseMigrationService) CreateReplicationTask

CreateReplicationTask API operation for AWS Database Migration Service.

Creates a replication task using the specified parameters.

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 AWS Database Migration Service's API operation CreateReplicationTask for usage and error information.

Returned Error Types:

  • AccessDeniedFault AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

  • ResourceAlreadyExistsFault The resource you are attempting to create already exists.

  • ResourceNotFoundFault The resource could not be found.

  • KMSKeyNotAccessibleFault AWS DMS cannot access the AWS KMS key.

  • ResourceQuotaExceededFault The quota for this resource quota has been exceeded.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationTask

Example (Shared00)

Create replication task

Creates a replication task using the specified parameters.

package main

import (
	"fmt"
	"time"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func parseTime(layout, value string) *time.Time {
	t, err := time.Parse(layout, value)
	if err != nil {
		panic(err)
	}
	return &t
}

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.CreateReplicationTaskInput{
		CdcStartTime:              parseTime("2006-01-02T15:04:05.999999999Z", "2016-12-14T18:25:43Z"),
		MigrationType:             aws.String("full-load"),
		ReplicationInstanceArn:    aws.String("arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"),
		ReplicationTaskIdentifier: aws.String("task1"),
		ReplicationTaskSettings:   aws.String(""),
		SourceEndpointArn:         aws.String("arn:aws:dms:us-east-1:123456789012:endpoint:ZW5UAN6P4E77EC7YWHK4RZZ3BE"),
		TableMappings:             aws.String("file://mappingfile.json"),
		Tags: []*databasemigrationservice.Tag{
			{
				Key:   aws.String("Acount"),
				Value: aws.String("24352226"),
			},
		},
		TargetEndpointArn: aws.String("arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"),
	}

	result, err := svc.CreateReplicationTask(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeAccessDeniedFault:
				fmt.Println(databasemigrationservice.ErrCodeAccessDeniedFault, aerr.Error())
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceAlreadyExistsFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceAlreadyExistsFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			case databasemigrationservice.ErrCodeKMSKeyNotAccessibleFault:
				fmt.Println(databasemigrationservice.ErrCodeKMSKeyNotAccessibleFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceQuotaExceededFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceQuotaExceededFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) CreateReplicationTaskRequest

func (c *DatabaseMigrationService) CreateReplicationTaskRequest(input *CreateReplicationTaskInput) (req *request.Request, output *CreateReplicationTaskOutput)

CreateReplicationTaskRequest generates a "aws/request.Request" representing the client's request for the CreateReplicationTask 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 CreateReplicationTask for more information on using the CreateReplicationTask 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 CreateReplicationTaskRequest method.
req, resp := client.CreateReplicationTaskRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationTask

func (*DatabaseMigrationService) CreateReplicationTaskWithContext added in v1.8.0

func (c *DatabaseMigrationService) CreateReplicationTaskWithContext(ctx aws.Context, input *CreateReplicationTaskInput, opts ...request.Option) (*CreateReplicationTaskOutput, error)

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

See CreateReplicationTask 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 (*DatabaseMigrationService) DeleteCertificate added in v1.2.5

DeleteCertificate API operation for AWS Database Migration Service.

Deletes the specified certificate.

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 AWS Database Migration Service's API operation DeleteCertificate for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteCertificate

Example (Shared00)

Delete Certificate

Deletes the specified certificate.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DeleteCertificateInput{
		CertificateArn: aws.String("arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUSM457DE6XFJCJQ"),
	}

	result, err := svc.DeleteCertificate(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DeleteCertificateRequest added in v1.2.5

func (c *DatabaseMigrationService) DeleteCertificateRequest(input *DeleteCertificateInput) (req *request.Request, output *DeleteCertificateOutput)

DeleteCertificateRequest generates a "aws/request.Request" representing the client's request for the DeleteCertificate 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 DeleteCertificate for more information on using the DeleteCertificate 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 DeleteCertificateRequest method.
req, resp := client.DeleteCertificateRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteCertificate

func (*DatabaseMigrationService) DeleteCertificateWithContext added in v1.8.0

func (c *DatabaseMigrationService) DeleteCertificateWithContext(ctx aws.Context, input *DeleteCertificateInput, opts ...request.Option) (*DeleteCertificateOutput, error)

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

See DeleteCertificate 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 (*DatabaseMigrationService) DeleteConnection added in v1.24.6

DeleteConnection API operation for AWS Database Migration Service.

Deletes the connection between a replication instance and an endpoint.

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 AWS Database Migration Service's API operation DeleteConnection for usage and error information.

Returned Error Types:

  • AccessDeniedFault AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

  • ResourceNotFoundFault The resource could not be found.

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteConnection

Example (Shared00)

Delete Connection

Deletes the connection between the replication instance and the endpoint.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DeleteConnectionInput{
		EndpointArn:            aws.String("arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM"),
		ReplicationInstanceArn: aws.String("arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"),
	}

	result, err := svc.DeleteConnection(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeAccessDeniedFault:
				fmt.Println(databasemigrationservice.ErrCodeAccessDeniedFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DeleteConnectionRequest added in v1.24.6

func (c *DatabaseMigrationService) DeleteConnectionRequest(input *DeleteConnectionInput) (req *request.Request, output *DeleteConnectionOutput)

DeleteConnectionRequest generates a "aws/request.Request" representing the client's request for the DeleteConnection 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 DeleteConnection for more information on using the DeleteConnection 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 DeleteConnectionRequest method.
req, resp := client.DeleteConnectionRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteConnection

func (*DatabaseMigrationService) DeleteConnectionWithContext added in v1.24.6

func (c *DatabaseMigrationService) DeleteConnectionWithContext(ctx aws.Context, input *DeleteConnectionInput, opts ...request.Option) (*DeleteConnectionOutput, error)

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

See DeleteConnection 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 (*DatabaseMigrationService) DeleteEndpoint

DeleteEndpoint API operation for AWS Database Migration Service.

Deletes the specified endpoint.

All tasks associated with the endpoint must be deleted before you can delete the endpoint.

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 AWS Database Migration Service's API operation DeleteEndpoint for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint

Example (Shared00)

Delete Endpoint

Deletes the specified endpoint. All tasks associated with the endpoint must be deleted before you can delete the endpoint.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DeleteEndpointInput{
		EndpointArn: aws.String("arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM"),
	}

	result, err := svc.DeleteEndpoint(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DeleteEndpointRequest

func (c *DatabaseMigrationService) DeleteEndpointRequest(input *DeleteEndpointInput) (req *request.Request, output *DeleteEndpointOutput)

DeleteEndpointRequest generates a "aws/request.Request" representing the client's request for the DeleteEndpoint 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 DeleteEndpoint for more information on using the DeleteEndpoint 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 DeleteEndpointRequest method.
req, resp := client.DeleteEndpointRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint

func (*DatabaseMigrationService) DeleteEndpointWithContext added in v1.8.0

func (c *DatabaseMigrationService) DeleteEndpointWithContext(ctx aws.Context, input *DeleteEndpointInput, opts ...request.Option) (*DeleteEndpointOutput, error)

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

See DeleteEndpoint 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 (*DatabaseMigrationService) DeleteEventSubscription added in v1.8.28

DeleteEventSubscription API operation for AWS Database Migration Service.

Deletes an AWS DMS event subscription.

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 AWS Database Migration Service's API operation DeleteEventSubscription for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEventSubscription

func (*DatabaseMigrationService) DeleteEventSubscriptionRequest added in v1.8.28

func (c *DatabaseMigrationService) DeleteEventSubscriptionRequest(input *DeleteEventSubscriptionInput) (req *request.Request, output *DeleteEventSubscriptionOutput)

DeleteEventSubscriptionRequest generates a "aws/request.Request" representing the client's request for the DeleteEventSubscription 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 DeleteEventSubscription for more information on using the DeleteEventSubscription 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 DeleteEventSubscriptionRequest method.
req, resp := client.DeleteEventSubscriptionRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEventSubscription

func (*DatabaseMigrationService) DeleteEventSubscriptionWithContext added in v1.8.28

func (c *DatabaseMigrationService) DeleteEventSubscriptionWithContext(ctx aws.Context, input *DeleteEventSubscriptionInput, opts ...request.Option) (*DeleteEventSubscriptionOutput, error)

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

See DeleteEventSubscription 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 (*DatabaseMigrationService) DeleteReplicationInstance

DeleteReplicationInstance API operation for AWS Database Migration Service.

Deletes the specified replication instance.

You must delete any migration tasks that are associated with the replication instance before you can 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 AWS Database Migration Service's API operation DeleteReplicationInstance for usage and error information.

Returned Error Types:

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationInstance

Example (Shared00)

Delete Replication Instance

Deletes the specified replication instance. You must delete any migration tasks that are associated with the replication instance before you can delete it.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DeleteReplicationInstanceInput{
		ReplicationInstanceArn: aws.String("arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"),
	}

	result, err := svc.DeleteReplicationInstance(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DeleteReplicationInstanceRequest

func (c *DatabaseMigrationService) DeleteReplicationInstanceRequest(input *DeleteReplicationInstanceInput) (req *request.Request, output *DeleteReplicationInstanceOutput)

DeleteReplicationInstanceRequest generates a "aws/request.Request" representing the client's request for the DeleteReplicationInstance 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 DeleteReplicationInstance for more information on using the DeleteReplicationInstance 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 DeleteReplicationInstanceRequest method.
req, resp := client.DeleteReplicationInstanceRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationInstance

func (*DatabaseMigrationService) DeleteReplicationInstanceWithContext added in v1.8.0

func (c *DatabaseMigrationService) DeleteReplicationInstanceWithContext(ctx aws.Context, input *DeleteReplicationInstanceInput, opts ...request.Option) (*DeleteReplicationInstanceOutput, error)

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

See DeleteReplicationInstance 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 (*DatabaseMigrationService) DeleteReplicationSubnetGroup

DeleteReplicationSubnetGroup API operation for AWS Database Migration Service.

Deletes a subnet group.

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 AWS Database Migration Service's API operation DeleteReplicationSubnetGroup for usage and error information.

Returned Error Types:

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationSubnetGroup

Example (Shared00)

Delete Replication Subnet Group

Deletes a replication subnet group.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DeleteReplicationSubnetGroupInput{
		ReplicationSubnetGroupIdentifier: aws.String("us-west-2ab-vpc-215ds366"),
	}

	result, err := svc.DeleteReplicationSubnetGroup(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DeleteReplicationSubnetGroupRequest

func (c *DatabaseMigrationService) DeleteReplicationSubnetGroupRequest(input *DeleteReplicationSubnetGroupInput) (req *request.Request, output *DeleteReplicationSubnetGroupOutput)

DeleteReplicationSubnetGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteReplicationSubnetGroup 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 DeleteReplicationSubnetGroup for more information on using the DeleteReplicationSubnetGroup 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 DeleteReplicationSubnetGroupRequest method.
req, resp := client.DeleteReplicationSubnetGroupRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationSubnetGroup

func (*DatabaseMigrationService) DeleteReplicationSubnetGroupWithContext added in v1.8.0

func (c *DatabaseMigrationService) DeleteReplicationSubnetGroupWithContext(ctx aws.Context, input *DeleteReplicationSubnetGroupInput, opts ...request.Option) (*DeleteReplicationSubnetGroupOutput, error)

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

See DeleteReplicationSubnetGroup 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 (*DatabaseMigrationService) DeleteReplicationTask

DeleteReplicationTask API operation for AWS Database Migration Service.

Deletes the specified replication task.

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 AWS Database Migration Service's API operation DeleteReplicationTask for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationTask

Example (Shared00)

Delete Replication Task

Deletes the specified replication task.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DeleteReplicationTaskInput{
		ReplicationTaskArn: aws.String("arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"),
	}

	result, err := svc.DeleteReplicationTask(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DeleteReplicationTaskRequest

func (c *DatabaseMigrationService) DeleteReplicationTaskRequest(input *DeleteReplicationTaskInput) (req *request.Request, output *DeleteReplicationTaskOutput)

DeleteReplicationTaskRequest generates a "aws/request.Request" representing the client's request for the DeleteReplicationTask 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 DeleteReplicationTask for more information on using the DeleteReplicationTask 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 DeleteReplicationTaskRequest method.
req, resp := client.DeleteReplicationTaskRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationTask

func (*DatabaseMigrationService) DeleteReplicationTaskWithContext added in v1.8.0

func (c *DatabaseMigrationService) DeleteReplicationTaskWithContext(ctx aws.Context, input *DeleteReplicationTaskInput, opts ...request.Option) (*DeleteReplicationTaskOutput, error)

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

See DeleteReplicationTask 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 (*DatabaseMigrationService) DescribeAccountAttributes

DescribeAccountAttributes API operation for AWS Database Migration Service.

Lists all of the AWS DMS attributes for a customer account. These attributes include AWS DMS quotas for the account and a unique account identifier in a particular DMS region. DMS quotas include a list of resource quotas supported by the account, such as the number of replication instances allowed. The description for each resource quota, includes the quota name, current usage toward that quota, and the quota's maximum value. DMS uses the unique account identifier to name each artifact used by DMS in the given region.

This command does not take any parameters.

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 AWS Database Migration Service's API operation DescribeAccountAttributes for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeAccountAttributes

Example (Shared00)

Describe acount attributes

Lists all of the AWS DMS attributes for a customer account. The attributes include AWS DMS quotas for the account, such as the number of replication instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value. This operation does not take any parameters.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DescribeAccountAttributesInput{}

	result, err := svc.DescribeAccountAttributes(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DescribeAccountAttributesRequest

func (c *DatabaseMigrationService) DescribeAccountAttributesRequest(input *DescribeAccountAttributesInput) (req *request.Request, output *DescribeAccountAttributesOutput)

DescribeAccountAttributesRequest generates a "aws/request.Request" representing the client's request for the DescribeAccountAttributes 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 DescribeAccountAttributes for more information on using the DescribeAccountAttributes 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 DescribeAccountAttributesRequest method.
req, resp := client.DescribeAccountAttributesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeAccountAttributes

func (*DatabaseMigrationService) DescribeAccountAttributesWithContext added in v1.8.0

func (c *DatabaseMigrationService) DescribeAccountAttributesWithContext(ctx aws.Context, input *DescribeAccountAttributesInput, opts ...request.Option) (*DescribeAccountAttributesOutput, error)

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

See DescribeAccountAttributes 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 (*DatabaseMigrationService) DescribeCertificates added in v1.2.5

DescribeCertificates API operation for AWS Database Migration Service.

Provides a description of the certificate.

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 AWS Database Migration Service's API operation DescribeCertificates for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeCertificates

Example (Shared00)

Describe certificates

Provides a description of the certificate.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DescribeCertificatesInput{
		Filters: []*databasemigrationservice.Filter{
			{
				Name: aws.String("string"),
				Values: []*string{
					aws.String("string"),
					aws.String("string"),
				},
			},
		},
		Marker:     aws.String(""),
		MaxRecords: aws.Int64(123),
	}

	result, err := svc.DescribeCertificates(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DescribeCertificatesPages added in v1.8.28

func (c *DatabaseMigrationService) DescribeCertificatesPages(input *DescribeCertificatesInput, fn func(*DescribeCertificatesOutput, bool) bool) error

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

See DescribeCertificates 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 DescribeCertificates operation.
pageNum := 0
err := client.DescribeCertificatesPages(params,
    func(page *databasemigrationservice.DescribeCertificatesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DatabaseMigrationService) DescribeCertificatesPagesWithContext added in v1.8.28

func (c *DatabaseMigrationService) DescribeCertificatesPagesWithContext(ctx aws.Context, input *DescribeCertificatesInput, fn func(*DescribeCertificatesOutput, bool) bool, opts ...request.Option) error

DescribeCertificatesPagesWithContext same as DescribeCertificatesPages 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 (*DatabaseMigrationService) DescribeCertificatesRequest added in v1.2.5

func (c *DatabaseMigrationService) DescribeCertificatesRequest(input *DescribeCertificatesInput) (req *request.Request, output *DescribeCertificatesOutput)

DescribeCertificatesRequest generates a "aws/request.Request" representing the client's request for the DescribeCertificates 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 DescribeCertificates for more information on using the DescribeCertificates 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 DescribeCertificatesRequest method.
req, resp := client.DescribeCertificatesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeCertificates

func (*DatabaseMigrationService) DescribeCertificatesWithContext added in v1.8.0

func (c *DatabaseMigrationService) DescribeCertificatesWithContext(ctx aws.Context, input *DescribeCertificatesInput, opts ...request.Option) (*DescribeCertificatesOutput, error)

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

See DescribeCertificates 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 (*DatabaseMigrationService) DescribeConnections

DescribeConnections API operation for AWS Database Migration Service.

Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.

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 AWS Database Migration Service's API operation DescribeConnections for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeConnections

Example (Shared00)

Describe connections

Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DescribeConnectionsInput{
		Filters: []*databasemigrationservice.Filter{
			{
				Name: aws.String("string"),
				Values: []*string{
					aws.String("string"),
					aws.String("string"),
				},
			},
		},
		Marker:     aws.String(""),
		MaxRecords: aws.Int64(123),
	}

	result, err := svc.DescribeConnections(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DescribeConnectionsPages added in v1.8.28

func (c *DatabaseMigrationService) DescribeConnectionsPages(input *DescribeConnectionsInput, fn func(*DescribeConnectionsOutput, bool) bool) error

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

See DescribeConnections 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 DescribeConnections operation.
pageNum := 0
err := client.DescribeConnectionsPages(params,
    func(page *databasemigrationservice.DescribeConnectionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DatabaseMigrationService) DescribeConnectionsPagesWithContext added in v1.8.28

func (c *DatabaseMigrationService) DescribeConnectionsPagesWithContext(ctx aws.Context, input *DescribeConnectionsInput, fn func(*DescribeConnectionsOutput, bool) bool, opts ...request.Option) error

DescribeConnectionsPagesWithContext same as DescribeConnectionsPages 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 (*DatabaseMigrationService) DescribeConnectionsRequest

func (c *DatabaseMigrationService) DescribeConnectionsRequest(input *DescribeConnectionsInput) (req *request.Request, output *DescribeConnectionsOutput)

DescribeConnectionsRequest generates a "aws/request.Request" representing the client's request for the DescribeConnections 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 DescribeConnections for more information on using the DescribeConnections 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 DescribeConnectionsRequest method.
req, resp := client.DescribeConnectionsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeConnections

func (*DatabaseMigrationService) DescribeConnectionsWithContext added in v1.8.0

func (c *DatabaseMigrationService) DescribeConnectionsWithContext(ctx aws.Context, input *DescribeConnectionsInput, opts ...request.Option) (*DescribeConnectionsOutput, error)

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

See DescribeConnections 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 (*DatabaseMigrationService) DescribeEndpointTypes

DescribeEndpointTypes API operation for AWS Database Migration Service.

Returns information about the type of endpoints available.

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 AWS Database Migration Service's API operation DescribeEndpointTypes for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointTypes

Example (Shared00)

Describe endpoint types

Returns information about the type of endpoints available.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DescribeEndpointTypesInput{
		Filters: []*databasemigrationservice.Filter{
			{
				Name: aws.String("string"),
				Values: []*string{
					aws.String("string"),
					aws.String("string"),
				},
			},
		},
		Marker:     aws.String(""),
		MaxRecords: aws.Int64(123),
	}

	result, err := svc.DescribeEndpointTypes(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DescribeEndpointTypesPages added in v1.8.28

func (c *DatabaseMigrationService) DescribeEndpointTypesPages(input *DescribeEndpointTypesInput, fn func(*DescribeEndpointTypesOutput, bool) bool) error

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

See DescribeEndpointTypes 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 DescribeEndpointTypes operation.
pageNum := 0
err := client.DescribeEndpointTypesPages(params,
    func(page *databasemigrationservice.DescribeEndpointTypesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DatabaseMigrationService) DescribeEndpointTypesPagesWithContext added in v1.8.28

func (c *DatabaseMigrationService) DescribeEndpointTypesPagesWithContext(ctx aws.Context, input *DescribeEndpointTypesInput, fn func(*DescribeEndpointTypesOutput, bool) bool, opts ...request.Option) error

DescribeEndpointTypesPagesWithContext same as DescribeEndpointTypesPages 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 (*DatabaseMigrationService) DescribeEndpointTypesRequest

func (c *DatabaseMigrationService) DescribeEndpointTypesRequest(input *DescribeEndpointTypesInput) (req *request.Request, output *DescribeEndpointTypesOutput)

DescribeEndpointTypesRequest generates a "aws/request.Request" representing the client's request for the DescribeEndpointTypes 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 DescribeEndpointTypes for more information on using the DescribeEndpointTypes 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 DescribeEndpointTypesRequest method.
req, resp := client.DescribeEndpointTypesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointTypes

func (*DatabaseMigrationService) DescribeEndpointTypesWithContext added in v1.8.0

func (c *DatabaseMigrationService) DescribeEndpointTypesWithContext(ctx aws.Context, input *DescribeEndpointTypesInput, opts ...request.Option) (*DescribeEndpointTypesOutput, error)

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

See DescribeEndpointTypes 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 (*DatabaseMigrationService) DescribeEndpoints

DescribeEndpoints API operation for AWS Database Migration Service.

Returns information about the endpoints for your account in the current region.

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 AWS Database Migration Service's API operation DescribeEndpoints for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpoints

Example (Shared00)

Describe endpoints

Returns information about the endpoints for your account in the current region.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DescribeEndpointsInput{
		Filters: []*databasemigrationservice.Filter{
			{
				Name: aws.String("string"),
				Values: []*string{
					aws.String("string"),
					aws.String("string"),
				},
			},
		},
		Marker:     aws.String(""),
		MaxRecords: aws.Int64(123),
	}

	result, err := svc.DescribeEndpoints(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DescribeEndpointsPages added in v1.8.28

func (c *DatabaseMigrationService) DescribeEndpointsPages(input *DescribeEndpointsInput, fn func(*DescribeEndpointsOutput, bool) bool) error

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

See DescribeEndpoints 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 DescribeEndpoints operation.
pageNum := 0
err := client.DescribeEndpointsPages(params,
    func(page *databasemigrationservice.DescribeEndpointsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DatabaseMigrationService) DescribeEndpointsPagesWithContext added in v1.8.28

func (c *DatabaseMigrationService) DescribeEndpointsPagesWithContext(ctx aws.Context, input *DescribeEndpointsInput, fn func(*DescribeEndpointsOutput, bool) bool, opts ...request.Option) error

DescribeEndpointsPagesWithContext same as DescribeEndpointsPages 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 (*DatabaseMigrationService) DescribeEndpointsRequest

func (c *DatabaseMigrationService) DescribeEndpointsRequest(input *DescribeEndpointsInput) (req *request.Request, output *DescribeEndpointsOutput)

DescribeEndpointsRequest generates a "aws/request.Request" representing the client's request for the DescribeEndpoints 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 DescribeEndpoints for more information on using the DescribeEndpoints 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 DescribeEndpointsRequest method.
req, resp := client.DescribeEndpointsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpoints

func (*DatabaseMigrationService) DescribeEndpointsWithContext added in v1.8.0

func (c *DatabaseMigrationService) DescribeEndpointsWithContext(ctx aws.Context, input *DescribeEndpointsInput, opts ...request.Option) (*DescribeEndpointsOutput, error)

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

See DescribeEndpoints 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 (*DatabaseMigrationService) DescribeEventCategories added in v1.8.28

DescribeEventCategories API operation for AWS Database Migration Service.

Lists categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in Working with Events and Notifications (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html) in the AWS Database Migration Service User Guide.

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 AWS Database Migration Service's API operation DescribeEventCategories for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEventCategories

func (*DatabaseMigrationService) DescribeEventCategoriesRequest added in v1.8.28

func (c *DatabaseMigrationService) DescribeEventCategoriesRequest(input *DescribeEventCategoriesInput) (req *request.Request, output *DescribeEventCategoriesOutput)

DescribeEventCategoriesRequest generates a "aws/request.Request" representing the client's request for the DescribeEventCategories 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 DescribeEventCategories for more information on using the DescribeEventCategories 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 DescribeEventCategoriesRequest method.
req, resp := client.DescribeEventCategoriesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEventCategories

func (*DatabaseMigrationService) DescribeEventCategoriesWithContext added in v1.8.28

func (c *DatabaseMigrationService) DescribeEventCategoriesWithContext(ctx aws.Context, input *DescribeEventCategoriesInput, opts ...request.Option) (*DescribeEventCategoriesOutput, error)

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

See DescribeEventCategories 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 (*DatabaseMigrationService) DescribeEventSubscriptions added in v1.8.28

DescribeEventSubscriptions API operation for AWS Database Migration Service.

Lists all the event subscriptions for a customer account. The description of a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.

If you specify SubscriptionName, this action lists the description for that subscription.

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 AWS Database Migration Service's API operation DescribeEventSubscriptions for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEventSubscriptions

func (*DatabaseMigrationService) DescribeEventSubscriptionsPages added in v1.8.28

func (c *DatabaseMigrationService) DescribeEventSubscriptionsPages(input *DescribeEventSubscriptionsInput, fn func(*DescribeEventSubscriptionsOutput, bool) bool) error

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

See DescribeEventSubscriptions 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 DescribeEventSubscriptions operation.
pageNum := 0
err := client.DescribeEventSubscriptionsPages(params,
    func(page *databasemigrationservice.DescribeEventSubscriptionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DatabaseMigrationService) DescribeEventSubscriptionsPagesWithContext added in v1.8.28

func (c *DatabaseMigrationService) DescribeEventSubscriptionsPagesWithContext(ctx aws.Context, input *DescribeEventSubscriptionsInput, fn func(*DescribeEventSubscriptionsOutput, bool) bool, opts ...request.Option) error

DescribeEventSubscriptionsPagesWithContext same as DescribeEventSubscriptionsPages 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 (*DatabaseMigrationService) DescribeEventSubscriptionsRequest added in v1.8.28

func (c *DatabaseMigrationService) DescribeEventSubscriptionsRequest(input *DescribeEventSubscriptionsInput) (req *request.Request, output *DescribeEventSubscriptionsOutput)

DescribeEventSubscriptionsRequest generates a "aws/request.Request" representing the client's request for the DescribeEventSubscriptions 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 DescribeEventSubscriptions for more information on using the DescribeEventSubscriptions 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 DescribeEventSubscriptionsRequest method.
req, resp := client.DescribeEventSubscriptionsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEventSubscriptions

func (*DatabaseMigrationService) DescribeEventSubscriptionsWithContext added in v1.8.28

func (c *DatabaseMigrationService) DescribeEventSubscriptionsWithContext(ctx aws.Context, input *DescribeEventSubscriptionsInput, opts ...request.Option) (*DescribeEventSubscriptionsOutput, error)

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

See DescribeEventSubscriptions 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 (*DatabaseMigrationService) DescribeEvents added in v1.8.28

DescribeEvents API operation for AWS Database Migration Service.

Lists events for a given source identifier and source type. You can also specify a start and end time. For more information on AWS DMS events, see Working with Events and Notifications (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html) in the AWS Database Migration User Guide.

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 AWS Database Migration Service's API operation DescribeEvents for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEvents

func (*DatabaseMigrationService) DescribeEventsPages added in v1.8.28

func (c *DatabaseMigrationService) DescribeEventsPages(input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool) error

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

See DescribeEvents 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 DescribeEvents operation.
pageNum := 0
err := client.DescribeEventsPages(params,
    func(page *databasemigrationservice.DescribeEventsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DatabaseMigrationService) DescribeEventsPagesWithContext added in v1.8.28

func (c *DatabaseMigrationService) DescribeEventsPagesWithContext(ctx aws.Context, input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool, opts ...request.Option) error

DescribeEventsPagesWithContext same as DescribeEventsPages 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 (*DatabaseMigrationService) DescribeEventsRequest added in v1.8.28

func (c *DatabaseMigrationService) DescribeEventsRequest(input *DescribeEventsInput) (req *request.Request, output *DescribeEventsOutput)

DescribeEventsRequest generates a "aws/request.Request" representing the client's request for the DescribeEvents 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 DescribeEvents for more information on using the DescribeEvents 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 DescribeEventsRequest method.
req, resp := client.DescribeEventsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEvents

func (*DatabaseMigrationService) DescribeEventsWithContext added in v1.8.28

func (c *DatabaseMigrationService) DescribeEventsWithContext(ctx aws.Context, input *DescribeEventsInput, opts ...request.Option) (*DescribeEventsOutput, error)

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

See DescribeEvents 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 (*DatabaseMigrationService) DescribeOrderableReplicationInstances

DescribeOrderableReplicationInstances API operation for AWS Database Migration Service.

Returns information about the replication instance types that can be created in the specified region.

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 AWS Database Migration Service's API operation DescribeOrderableReplicationInstances for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeOrderableReplicationInstances

Example (Shared00)

Describe orderable replication instances

Returns information about the replication instance types that can be created in the specified region.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DescribeOrderableReplicationInstancesInput{
		Marker:     aws.String(""),
		MaxRecords: aws.Int64(123),
	}

	result, err := svc.DescribeOrderableReplicationInstances(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DescribeOrderableReplicationInstancesPages added in v1.8.28

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

See DescribeOrderableReplicationInstances 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 DescribeOrderableReplicationInstances operation.
pageNum := 0
err := client.DescribeOrderableReplicationInstancesPages(params,
    func(page *databasemigrationservice.DescribeOrderableReplicationInstancesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DatabaseMigrationService) DescribeOrderableReplicationInstancesPagesWithContext added in v1.8.28

func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesPagesWithContext(ctx aws.Context, input *DescribeOrderableReplicationInstancesInput, fn func(*DescribeOrderableReplicationInstancesOutput, bool) bool, opts ...request.Option) error

DescribeOrderableReplicationInstancesPagesWithContext same as DescribeOrderableReplicationInstancesPages 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 (*DatabaseMigrationService) DescribeOrderableReplicationInstancesRequest

func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesRequest(input *DescribeOrderableReplicationInstancesInput) (req *request.Request, output *DescribeOrderableReplicationInstancesOutput)

DescribeOrderableReplicationInstancesRequest generates a "aws/request.Request" representing the client's request for the DescribeOrderableReplicationInstances 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 DescribeOrderableReplicationInstances for more information on using the DescribeOrderableReplicationInstances 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 DescribeOrderableReplicationInstancesRequest method.
req, resp := client.DescribeOrderableReplicationInstancesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeOrderableReplicationInstances

func (*DatabaseMigrationService) DescribeOrderableReplicationInstancesWithContext added in v1.8.0

func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesWithContext(ctx aws.Context, input *DescribeOrderableReplicationInstancesInput, opts ...request.Option) (*DescribeOrderableReplicationInstancesOutput, error)

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

See DescribeOrderableReplicationInstances 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 (*DatabaseMigrationService) DescribePendingMaintenanceActions added in v1.18.4

DescribePendingMaintenanceActions API operation for AWS Database Migration Service.

For internal use only

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 AWS Database Migration Service's API operation DescribePendingMaintenanceActions for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribePendingMaintenanceActions

func (*DatabaseMigrationService) DescribePendingMaintenanceActionsPages added in v1.18.4

func (c *DatabaseMigrationService) DescribePendingMaintenanceActionsPages(input *DescribePendingMaintenanceActionsInput, fn func(*DescribePendingMaintenanceActionsOutput, bool) bool) error

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

See DescribePendingMaintenanceActions 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 DescribePendingMaintenanceActions operation.
pageNum := 0
err := client.DescribePendingMaintenanceActionsPages(params,
    func(page *databasemigrationservice.DescribePendingMaintenanceActionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DatabaseMigrationService) DescribePendingMaintenanceActionsPagesWithContext added in v1.18.4

func (c *DatabaseMigrationService) DescribePendingMaintenanceActionsPagesWithContext(ctx aws.Context, input *DescribePendingMaintenanceActionsInput, fn func(*DescribePendingMaintenanceActionsOutput, bool) bool, opts ...request.Option) error

DescribePendingMaintenanceActionsPagesWithContext same as DescribePendingMaintenanceActionsPages 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 (*DatabaseMigrationService) DescribePendingMaintenanceActionsRequest added in v1.18.4

func (c *DatabaseMigrationService) DescribePendingMaintenanceActionsRequest(input *DescribePendingMaintenanceActionsInput) (req *request.Request, output *DescribePendingMaintenanceActionsOutput)

DescribePendingMaintenanceActionsRequest generates a "aws/request.Request" representing the client's request for the DescribePendingMaintenanceActions 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 DescribePendingMaintenanceActions for more information on using the DescribePendingMaintenanceActions 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 DescribePendingMaintenanceActionsRequest method.
req, resp := client.DescribePendingMaintenanceActionsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribePendingMaintenanceActions

func (*DatabaseMigrationService) DescribePendingMaintenanceActionsWithContext added in v1.18.4

func (c *DatabaseMigrationService) DescribePendingMaintenanceActionsWithContext(ctx aws.Context, input *DescribePendingMaintenanceActionsInput, opts ...request.Option) (*DescribePendingMaintenanceActionsOutput, error)

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

See DescribePendingMaintenanceActions 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 (*DatabaseMigrationService) DescribeRefreshSchemasStatus

DescribeRefreshSchemasStatus API operation for AWS Database Migration Service.

Returns the status of the RefreshSchemas operation.

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 AWS Database Migration Service's API operation DescribeRefreshSchemasStatus for usage and error information.

Returned Error Types:

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRefreshSchemasStatus

Example (Shared00)

Describe refresh schema status

Returns the status of the refresh-schemas operation.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DescribeRefreshSchemasStatusInput{
		EndpointArn: aws.String(""),
	}

	result, err := svc.DescribeRefreshSchemasStatus(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DescribeRefreshSchemasStatusRequest

func (c *DatabaseMigrationService) DescribeRefreshSchemasStatusRequest(input *DescribeRefreshSchemasStatusInput) (req *request.Request, output *DescribeRefreshSchemasStatusOutput)

DescribeRefreshSchemasStatusRequest generates a "aws/request.Request" representing the client's request for the DescribeRefreshSchemasStatus 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 DescribeRefreshSchemasStatus for more information on using the DescribeRefreshSchemasStatus 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 DescribeRefreshSchemasStatusRequest method.
req, resp := client.DescribeRefreshSchemasStatusRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRefreshSchemasStatus

func (*DatabaseMigrationService) DescribeRefreshSchemasStatusWithContext added in v1.8.0

func (c *DatabaseMigrationService) DescribeRefreshSchemasStatusWithContext(ctx aws.Context, input *DescribeRefreshSchemasStatusInput, opts ...request.Option) (*DescribeRefreshSchemasStatusOutput, error)

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

See DescribeRefreshSchemasStatus 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 (*DatabaseMigrationService) DescribeReplicationInstanceTaskLogs added in v1.12.73

DescribeReplicationInstanceTaskLogs API operation for AWS Database Migration Service.

Returns information about the task logs for the specified task.

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 AWS Database Migration Service's API operation DescribeReplicationInstanceTaskLogs for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstanceTaskLogs

func (*DatabaseMigrationService) DescribeReplicationInstanceTaskLogsPages added in v1.12.73

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

See DescribeReplicationInstanceTaskLogs 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 DescribeReplicationInstanceTaskLogs operation.
pageNum := 0
err := client.DescribeReplicationInstanceTaskLogsPages(params,
    func(page *databasemigrationservice.DescribeReplicationInstanceTaskLogsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DatabaseMigrationService) DescribeReplicationInstanceTaskLogsPagesWithContext added in v1.12.73

func (c *DatabaseMigrationService) DescribeReplicationInstanceTaskLogsPagesWithContext(ctx aws.Context, input *DescribeReplicationInstanceTaskLogsInput, fn func(*DescribeReplicationInstanceTaskLogsOutput, bool) bool, opts ...request.Option) error

DescribeReplicationInstanceTaskLogsPagesWithContext same as DescribeReplicationInstanceTaskLogsPages 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 (*DatabaseMigrationService) DescribeReplicationInstanceTaskLogsRequest added in v1.12.73

func (c *DatabaseMigrationService) DescribeReplicationInstanceTaskLogsRequest(input *DescribeReplicationInstanceTaskLogsInput) (req *request.Request, output *DescribeReplicationInstanceTaskLogsOutput)

DescribeReplicationInstanceTaskLogsRequest generates a "aws/request.Request" representing the client's request for the DescribeReplicationInstanceTaskLogs 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 DescribeReplicationInstanceTaskLogs for more information on using the DescribeReplicationInstanceTaskLogs 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 DescribeReplicationInstanceTaskLogsRequest method.
req, resp := client.DescribeReplicationInstanceTaskLogsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstanceTaskLogs

func (*DatabaseMigrationService) DescribeReplicationInstanceTaskLogsWithContext added in v1.12.73

func (c *DatabaseMigrationService) DescribeReplicationInstanceTaskLogsWithContext(ctx aws.Context, input *DescribeReplicationInstanceTaskLogsInput, opts ...request.Option) (*DescribeReplicationInstanceTaskLogsOutput, error)

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

See DescribeReplicationInstanceTaskLogs 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 (*DatabaseMigrationService) DescribeReplicationInstances

DescribeReplicationInstances API operation for AWS Database Migration Service.

Returns information about replication instances for your account in the current region.

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 AWS Database Migration Service's API operation DescribeReplicationInstances for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstances

Example (Shared00)

Describe replication instances

Returns the status of the refresh-schemas operation.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DescribeReplicationInstancesInput{
		Filters: []*databasemigrationservice.Filter{
			{
				Name: aws.String("string"),
				Values: []*string{
					aws.String("string"),
					aws.String("string"),
				},
			},
		},
		Marker:     aws.String(""),
		MaxRecords: aws.Int64(123),
	}

	result, err := svc.DescribeReplicationInstances(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DescribeReplicationInstancesPages added in v1.8.28

func (c *DatabaseMigrationService) DescribeReplicationInstancesPages(input *DescribeReplicationInstancesInput, fn func(*DescribeReplicationInstancesOutput, bool) bool) error

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

See DescribeReplicationInstances 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 DescribeReplicationInstances operation.
pageNum := 0
err := client.DescribeReplicationInstancesPages(params,
    func(page *databasemigrationservice.DescribeReplicationInstancesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DatabaseMigrationService) DescribeReplicationInstancesPagesWithContext added in v1.8.28

func (c *DatabaseMigrationService) DescribeReplicationInstancesPagesWithContext(ctx aws.Context, input *DescribeReplicationInstancesInput, fn func(*DescribeReplicationInstancesOutput, bool) bool, opts ...request.Option) error

DescribeReplicationInstancesPagesWithContext same as DescribeReplicationInstancesPages 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 (*DatabaseMigrationService) DescribeReplicationInstancesRequest

func (c *DatabaseMigrationService) DescribeReplicationInstancesRequest(input *DescribeReplicationInstancesInput) (req *request.Request, output *DescribeReplicationInstancesOutput)

DescribeReplicationInstancesRequest generates a "aws/request.Request" representing the client's request for the DescribeReplicationInstances 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 DescribeReplicationInstances for more information on using the DescribeReplicationInstances 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 DescribeReplicationInstancesRequest method.
req, resp := client.DescribeReplicationInstancesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstances

func (*DatabaseMigrationService) DescribeReplicationInstancesWithContext added in v1.8.0

func (c *DatabaseMigrationService) DescribeReplicationInstancesWithContext(ctx aws.Context, input *DescribeReplicationInstancesInput, opts ...request.Option) (*DescribeReplicationInstancesOutput, error)

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

See DescribeReplicationInstances 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 (*DatabaseMigrationService) DescribeReplicationSubnetGroups

DescribeReplicationSubnetGroups API operation for AWS Database Migration Service.

Returns information about the replication subnet groups.

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 AWS Database Migration Service's API operation DescribeReplicationSubnetGroups for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroups

Example (Shared00)

Describe replication subnet groups

Returns information about the replication subnet groups.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DescribeReplicationSubnetGroupsInput{
		Filters: []*databasemigrationservice.Filter{
			{
				Name: aws.String("string"),
				Values: []*string{
					aws.String("string"),
					aws.String("string"),
				},
			},
		},
		Marker:     aws.String(""),
		MaxRecords: aws.Int64(123),
	}

	result, err := svc.DescribeReplicationSubnetGroups(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DescribeReplicationSubnetGroupsPages added in v1.8.28

func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsPages(input *DescribeReplicationSubnetGroupsInput, fn func(*DescribeReplicationSubnetGroupsOutput, bool) bool) error

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

See DescribeReplicationSubnetGroups 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 DescribeReplicationSubnetGroups operation.
pageNum := 0
err := client.DescribeReplicationSubnetGroupsPages(params,
    func(page *databasemigrationservice.DescribeReplicationSubnetGroupsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DatabaseMigrationService) DescribeReplicationSubnetGroupsPagesWithContext added in v1.8.28

func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsPagesWithContext(ctx aws.Context, input *DescribeReplicationSubnetGroupsInput, fn func(*DescribeReplicationSubnetGroupsOutput, bool) bool, opts ...request.Option) error

DescribeReplicationSubnetGroupsPagesWithContext same as DescribeReplicationSubnetGroupsPages 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 (*DatabaseMigrationService) DescribeReplicationSubnetGroupsRequest

func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsRequest(input *DescribeReplicationSubnetGroupsInput) (req *request.Request, output *DescribeReplicationSubnetGroupsOutput)

DescribeReplicationSubnetGroupsRequest generates a "aws/request.Request" representing the client's request for the DescribeReplicationSubnetGroups 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 DescribeReplicationSubnetGroups for more information on using the DescribeReplicationSubnetGroups 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 DescribeReplicationSubnetGroupsRequest method.
req, resp := client.DescribeReplicationSubnetGroupsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroups

func (*DatabaseMigrationService) DescribeReplicationSubnetGroupsWithContext added in v1.8.0

func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsWithContext(ctx aws.Context, input *DescribeReplicationSubnetGroupsInput, opts ...request.Option) (*DescribeReplicationSubnetGroupsOutput, error)

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

See DescribeReplicationSubnetGroups 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 (*DatabaseMigrationService) DescribeReplicationTaskAssessmentResults added in v1.12.30

DescribeReplicationTaskAssessmentResults API operation for AWS Database Migration Service.

Returns the task assessment results from Amazon S3. This action always returns the latest results.

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 AWS Database Migration Service's API operation DescribeReplicationTaskAssessmentResults for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskAssessmentResults

func (*DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsPages added in v1.12.30

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

See DescribeReplicationTaskAssessmentResults 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 DescribeReplicationTaskAssessmentResults operation.
pageNum := 0
err := client.DescribeReplicationTaskAssessmentResultsPages(params,
    func(page *databasemigrationservice.DescribeReplicationTaskAssessmentResultsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsPagesWithContext added in v1.12.30

func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsPagesWithContext(ctx aws.Context, input *DescribeReplicationTaskAssessmentResultsInput, fn func(*DescribeReplicationTaskAssessmentResultsOutput, bool) bool, opts ...request.Option) error

DescribeReplicationTaskAssessmentResultsPagesWithContext same as DescribeReplicationTaskAssessmentResultsPages 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 (*DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsRequest added in v1.12.30

func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsRequest(input *DescribeReplicationTaskAssessmentResultsInput) (req *request.Request, output *DescribeReplicationTaskAssessmentResultsOutput)

DescribeReplicationTaskAssessmentResultsRequest generates a "aws/request.Request" representing the client's request for the DescribeReplicationTaskAssessmentResults 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 DescribeReplicationTaskAssessmentResults for more information on using the DescribeReplicationTaskAssessmentResults 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 DescribeReplicationTaskAssessmentResultsRequest method.
req, resp := client.DescribeReplicationTaskAssessmentResultsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskAssessmentResults

func (*DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsWithContext added in v1.12.30

func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsWithContext(ctx aws.Context, input *DescribeReplicationTaskAssessmentResultsInput, opts ...request.Option) (*DescribeReplicationTaskAssessmentResultsOutput, error)

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

See DescribeReplicationTaskAssessmentResults 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 (*DatabaseMigrationService) DescribeReplicationTasks

DescribeReplicationTasks API operation for AWS Database Migration Service.

Returns information about replication tasks for your account in the current region.

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 AWS Database Migration Service's API operation DescribeReplicationTasks for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTasks

Example (Shared00)

Describe replication tasks

Returns information about replication tasks for your account in the current region.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DescribeReplicationTasksInput{
		Filters: []*databasemigrationservice.Filter{
			{
				Name: aws.String("string"),
				Values: []*string{
					aws.String("string"),
					aws.String("string"),
				},
			},
		},
		Marker:     aws.String(""),
		MaxRecords: aws.Int64(123),
	}

	result, err := svc.DescribeReplicationTasks(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DescribeReplicationTasksPages added in v1.8.28

func (c *DatabaseMigrationService) DescribeReplicationTasksPages(input *DescribeReplicationTasksInput, fn func(*DescribeReplicationTasksOutput, bool) bool) error

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

See DescribeReplicationTasks 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 DescribeReplicationTasks operation.
pageNum := 0
err := client.DescribeReplicationTasksPages(params,
    func(page *databasemigrationservice.DescribeReplicationTasksOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DatabaseMigrationService) DescribeReplicationTasksPagesWithContext added in v1.8.28

func (c *DatabaseMigrationService) DescribeReplicationTasksPagesWithContext(ctx aws.Context, input *DescribeReplicationTasksInput, fn func(*DescribeReplicationTasksOutput, bool) bool, opts ...request.Option) error

DescribeReplicationTasksPagesWithContext same as DescribeReplicationTasksPages 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 (*DatabaseMigrationService) DescribeReplicationTasksRequest

func (c *DatabaseMigrationService) DescribeReplicationTasksRequest(input *DescribeReplicationTasksInput) (req *request.Request, output *DescribeReplicationTasksOutput)

DescribeReplicationTasksRequest generates a "aws/request.Request" representing the client's request for the DescribeReplicationTasks 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 DescribeReplicationTasks for more information on using the DescribeReplicationTasks 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 DescribeReplicationTasksRequest method.
req, resp := client.DescribeReplicationTasksRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTasks

func (*DatabaseMigrationService) DescribeReplicationTasksWithContext added in v1.8.0

func (c *DatabaseMigrationService) DescribeReplicationTasksWithContext(ctx aws.Context, input *DescribeReplicationTasksInput, opts ...request.Option) (*DescribeReplicationTasksOutput, error)

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

See DescribeReplicationTasks 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 (*DatabaseMigrationService) DescribeSchemas

DescribeSchemas API operation for AWS Database Migration Service.

Returns information about the schema for the specified endpoint.

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 AWS Database Migration Service's API operation DescribeSchemas for usage and error information.

Returned Error Types:

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeSchemas

Example (Shared00)

Describe schemas

Returns information about the schema for the specified endpoint.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DescribeSchemasInput{
		EndpointArn: aws.String(""),
		Marker:      aws.String(""),
		MaxRecords:  aws.Int64(123),
	}

	result, err := svc.DescribeSchemas(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DescribeSchemasPages added in v1.8.28

func (c *DatabaseMigrationService) DescribeSchemasPages(input *DescribeSchemasInput, fn func(*DescribeSchemasOutput, bool) bool) error

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

See DescribeSchemas 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 DescribeSchemas operation.
pageNum := 0
err := client.DescribeSchemasPages(params,
    func(page *databasemigrationservice.DescribeSchemasOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DatabaseMigrationService) DescribeSchemasPagesWithContext added in v1.8.28

func (c *DatabaseMigrationService) DescribeSchemasPagesWithContext(ctx aws.Context, input *DescribeSchemasInput, fn func(*DescribeSchemasOutput, bool) bool, opts ...request.Option) error

DescribeSchemasPagesWithContext same as DescribeSchemasPages 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 (*DatabaseMigrationService) DescribeSchemasRequest

func (c *DatabaseMigrationService) DescribeSchemasRequest(input *DescribeSchemasInput) (req *request.Request, output *DescribeSchemasOutput)

DescribeSchemasRequest generates a "aws/request.Request" representing the client's request for the DescribeSchemas 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 DescribeSchemas for more information on using the DescribeSchemas 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 DescribeSchemasRequest method.
req, resp := client.DescribeSchemasRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeSchemas

func (*DatabaseMigrationService) DescribeSchemasWithContext added in v1.8.0

func (c *DatabaseMigrationService) DescribeSchemasWithContext(ctx aws.Context, input *DescribeSchemasInput, opts ...request.Option) (*DescribeSchemasOutput, error)

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

See DescribeSchemas 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 (*DatabaseMigrationService) DescribeTableStatistics

DescribeTableStatistics API operation for AWS Database Migration Service.

Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.

Note that the "last updated" column the DMS console only indicates the time that AWS DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.

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 AWS Database Migration Service's API operation DescribeTableStatistics for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeTableStatistics

Example (Shared00)

Describe table statistics

Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.DescribeTableStatisticsInput{
		Marker:             aws.String(""),
		MaxRecords:         aws.Int64(123),
		ReplicationTaskArn: aws.String(""),
	}

	result, err := svc.DescribeTableStatistics(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) DescribeTableStatisticsPages added in v1.8.28

func (c *DatabaseMigrationService) DescribeTableStatisticsPages(input *DescribeTableStatisticsInput, fn func(*DescribeTableStatisticsOutput, bool) bool) error

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

See DescribeTableStatistics 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 DescribeTableStatistics operation.
pageNum := 0
err := client.DescribeTableStatisticsPages(params,
    func(page *databasemigrationservice.DescribeTableStatisticsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*DatabaseMigrationService) DescribeTableStatisticsPagesWithContext added in v1.8.28

func (c *DatabaseMigrationService) DescribeTableStatisticsPagesWithContext(ctx aws.Context, input *DescribeTableStatisticsInput, fn func(*DescribeTableStatisticsOutput, bool) bool, opts ...request.Option) error

DescribeTableStatisticsPagesWithContext same as DescribeTableStatisticsPages 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 (*DatabaseMigrationService) DescribeTableStatisticsRequest

func (c *DatabaseMigrationService) DescribeTableStatisticsRequest(input *DescribeTableStatisticsInput) (req *request.Request, output *DescribeTableStatisticsOutput)

DescribeTableStatisticsRequest generates a "aws/request.Request" representing the client's request for the DescribeTableStatistics 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 DescribeTableStatistics for more information on using the DescribeTableStatistics 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 DescribeTableStatisticsRequest method.
req, resp := client.DescribeTableStatisticsRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeTableStatistics

func (*DatabaseMigrationService) DescribeTableStatisticsWithContext added in v1.8.0

func (c *DatabaseMigrationService) DescribeTableStatisticsWithContext(ctx aws.Context, input *DescribeTableStatisticsInput, opts ...request.Option) (*DescribeTableStatisticsOutput, error)

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

See DescribeTableStatistics 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 (*DatabaseMigrationService) ImportCertificate added in v1.2.5

ImportCertificate API operation for AWS Database Migration Service.

Uploads the specified certificate.

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 AWS Database Migration Service's API operation ImportCertificate for usage and error information.

Returned Error Types:

  • ResourceAlreadyExistsFault The resource you are attempting to create already exists.

  • InvalidCertificateFault The certificate was not valid.

  • ResourceQuotaExceededFault The quota for this resource quota has been exceeded.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificate

Example (Shared00)

Import certificate

Uploads the specified certificate.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.ImportCertificateInput{
		CertificateIdentifier: aws.String(""),
		CertificatePem:        aws.String(""),
	}

	result, err := svc.ImportCertificate(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceAlreadyExistsFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceAlreadyExistsFault, aerr.Error())
			case databasemigrationservice.ErrCodeInvalidCertificateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidCertificateFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceQuotaExceededFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceQuotaExceededFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) ImportCertificateRequest added in v1.2.5

func (c *DatabaseMigrationService) ImportCertificateRequest(input *ImportCertificateInput) (req *request.Request, output *ImportCertificateOutput)

ImportCertificateRequest generates a "aws/request.Request" representing the client's request for the ImportCertificate 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 ImportCertificate for more information on using the ImportCertificate 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 ImportCertificateRequest method.
req, resp := client.ImportCertificateRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificate

func (*DatabaseMigrationService) ImportCertificateWithContext added in v1.8.0

func (c *DatabaseMigrationService) ImportCertificateWithContext(ctx aws.Context, input *ImportCertificateInput, opts ...request.Option) (*ImportCertificateOutput, error)

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

See ImportCertificate 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 (*DatabaseMigrationService) ListTagsForResource

ListTagsForResource API operation for AWS Database Migration Service.

Lists all tags for an AWS DMS resource.

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 AWS Database Migration Service's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResource

Example (Shared00)

List tags for resource

Lists all tags for an AWS DMS resource.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.ListTagsForResourceInput{
		ResourceArn: aws.String(""),
	}

	result, err := svc.ListTagsForResource(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) ListTagsForResourceRequest

func (c *DatabaseMigrationService) 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/dms-2016-01-01/ListTagsForResource

func (*DatabaseMigrationService) ListTagsForResourceWithContext added in v1.8.0

func (c *DatabaseMigrationService) 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 (*DatabaseMigrationService) ModifyEndpoint

ModifyEndpoint API operation for AWS Database Migration Service.

Modifies the specified endpoint.

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 AWS Database Migration Service's API operation ModifyEndpoint for usage and error information.

Returned Error Types:

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

  • ResourceNotFoundFault The resource could not be found.

  • ResourceAlreadyExistsFault The resource you are attempting to create already exists.

  • KMSKeyNotAccessibleFault AWS DMS cannot access the AWS KMS key.

  • AccessDeniedFault AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint

Example (Shared00)

Modify endpoint

Modifies the specified endpoint.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.ModifyEndpointInput{
		CertificateArn:            aws.String(""),
		DatabaseName:              aws.String(""),
		EndpointArn:               aws.String(""),
		EndpointIdentifier:        aws.String(""),
		EndpointType:              aws.String("source"),
		EngineName:                aws.String(""),
		ExtraConnectionAttributes: aws.String(""),
		Password:                  aws.String(""),
		Port:                      aws.Int64(123),
		ServerName:                aws.String(""),
		SslMode:                   aws.String("require"),
		Username:                  aws.String(""),
	}

	result, err := svc.ModifyEndpoint(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceAlreadyExistsFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceAlreadyExistsFault, aerr.Error())
			case databasemigrationservice.ErrCodeKMSKeyNotAccessibleFault:
				fmt.Println(databasemigrationservice.ErrCodeKMSKeyNotAccessibleFault, aerr.Error())
			case databasemigrationservice.ErrCodeAccessDeniedFault:
				fmt.Println(databasemigrationservice.ErrCodeAccessDeniedFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) ModifyEndpointRequest

func (c *DatabaseMigrationService) ModifyEndpointRequest(input *ModifyEndpointInput) (req *request.Request, output *ModifyEndpointOutput)

ModifyEndpointRequest generates a "aws/request.Request" representing the client's request for the ModifyEndpoint 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 ModifyEndpoint for more information on using the ModifyEndpoint 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 ModifyEndpointRequest method.
req, resp := client.ModifyEndpointRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint

func (*DatabaseMigrationService) ModifyEndpointWithContext added in v1.8.0

func (c *DatabaseMigrationService) ModifyEndpointWithContext(ctx aws.Context, input *ModifyEndpointInput, opts ...request.Option) (*ModifyEndpointOutput, error)

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

See ModifyEndpoint 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 (*DatabaseMigrationService) ModifyEventSubscription added in v1.8.28

ModifyEventSubscription API operation for AWS Database Migration Service.

Modifies an existing AWS DMS event notification subscription.

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 AWS Database Migration Service's API operation ModifyEventSubscription for usage and error information.

Returned Error Types:

  • ResourceQuotaExceededFault The quota for this resource quota has been exceeded.

  • ResourceNotFoundFault The resource could not be found.

  • SNSInvalidTopicFault The SNS topic is invalid.

  • SNSNoAuthorizationFault You are not authorized for the SNS subscription.

  • KMSAccessDeniedFault The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.

  • KMSDisabledFault The specified master key (CMK) isn't enabled.

  • KMSInvalidStateFault The state of the specified AWS KMS resource isn't valid for this request.

  • KMSNotFoundFault The specified AWS KMS entity or resource can't be found.

  • KMSThrottlingFault This request triggered AWS KMS request throttling.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEventSubscription

func (*DatabaseMigrationService) ModifyEventSubscriptionRequest added in v1.8.28

func (c *DatabaseMigrationService) ModifyEventSubscriptionRequest(input *ModifyEventSubscriptionInput) (req *request.Request, output *ModifyEventSubscriptionOutput)

ModifyEventSubscriptionRequest generates a "aws/request.Request" representing the client's request for the ModifyEventSubscription 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 ModifyEventSubscription for more information on using the ModifyEventSubscription 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 ModifyEventSubscriptionRequest method.
req, resp := client.ModifyEventSubscriptionRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEventSubscription

func (*DatabaseMigrationService) ModifyEventSubscriptionWithContext added in v1.8.28

func (c *DatabaseMigrationService) ModifyEventSubscriptionWithContext(ctx aws.Context, input *ModifyEventSubscriptionInput, opts ...request.Option) (*ModifyEventSubscriptionOutput, error)

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

See ModifyEventSubscription 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 (*DatabaseMigrationService) ModifyReplicationInstance

ModifyReplicationInstance API operation for AWS Database Migration Service.

Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request.

Some settings are applied during the maintenance window.

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 AWS Database Migration Service's API operation ModifyReplicationInstance for usage and error information.

Returned Error Types:

  • AccessDeniedFault AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

  • ResourceAlreadyExistsFault The resource you are attempting to create already exists.

  • ResourceNotFoundFault The resource could not be found.

  • InsufficientResourceCapacityFault There are not enough resources allocated to the database migration.

  • StorageQuotaExceededFault The storage quota has been exceeded.

  • UpgradeDependencyFailureFault An upgrade dependency is preventing the database migration.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstance

Example (Shared00)

Modify replication instance

Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request. Some settings are applied during the maintenance window.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.ModifyReplicationInstanceInput{
		AllocatedStorage:              aws.Int64(123),
		AllowMajorVersionUpgrade:      aws.Bool(true),
		ApplyImmediately:              aws.Bool(true),
		AutoMinorVersionUpgrade:       aws.Bool(true),
		EngineVersion:                 aws.String("1.5.0"),
		MultiAZ:                       aws.Bool(true),
		PreferredMaintenanceWindow:    aws.String("sun:06:00-sun:14:00"),
		ReplicationInstanceArn:        aws.String("arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"),
		ReplicationInstanceClass:      aws.String("dms.t2.micro"),
		ReplicationInstanceIdentifier: aws.String("test-rep-1"),
	}

	result, err := svc.ModifyReplicationInstance(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeAccessDeniedFault:
				fmt.Println(databasemigrationservice.ErrCodeAccessDeniedFault, aerr.Error())
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceAlreadyExistsFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceAlreadyExistsFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			case databasemigrationservice.ErrCodeInsufficientResourceCapacityFault:
				fmt.Println(databasemigrationservice.ErrCodeInsufficientResourceCapacityFault, aerr.Error())
			case databasemigrationservice.ErrCodeStorageQuotaExceededFault:
				fmt.Println(databasemigrationservice.ErrCodeStorageQuotaExceededFault, aerr.Error())
			case databasemigrationservice.ErrCodeUpgradeDependencyFailureFault:
				fmt.Println(databasemigrationservice.ErrCodeUpgradeDependencyFailureFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) ModifyReplicationInstanceRequest

func (c *DatabaseMigrationService) ModifyReplicationInstanceRequest(input *ModifyReplicationInstanceInput) (req *request.Request, output *ModifyReplicationInstanceOutput)

ModifyReplicationInstanceRequest generates a "aws/request.Request" representing the client's request for the ModifyReplicationInstance 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 ModifyReplicationInstance for more information on using the ModifyReplicationInstance 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 ModifyReplicationInstanceRequest method.
req, resp := client.ModifyReplicationInstanceRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstance

func (*DatabaseMigrationService) ModifyReplicationInstanceWithContext added in v1.8.0

func (c *DatabaseMigrationService) ModifyReplicationInstanceWithContext(ctx aws.Context, input *ModifyReplicationInstanceInput, opts ...request.Option) (*ModifyReplicationInstanceOutput, error)

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

See ModifyReplicationInstance 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 (*DatabaseMigrationService) ModifyReplicationSubnetGroup

ModifyReplicationSubnetGroup API operation for AWS Database Migration Service.

Modifies the settings for the specified replication subnet group.

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 AWS Database Migration Service's API operation ModifyReplicationSubnetGroup for usage and error information.

Returned Error Types:

  • AccessDeniedFault AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

  • ResourceNotFoundFault The resource could not be found.

  • ResourceQuotaExceededFault The quota for this resource quota has been exceeded.

  • SubnetAlreadyInUse The specified subnet is already in use.

  • ReplicationSubnetGroupDoesNotCoverEnoughAZs The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.

  • InvalidSubnet The subnet provided is invalid.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroup

Example (Shared00)

Modify replication subnet group

Modifies the settings for the specified replication subnet group.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.ModifyReplicationSubnetGroupInput{
		ReplicationSubnetGroupDescription: aws.String(""),
		ReplicationSubnetGroupIdentifier:  aws.String(""),
	}

	result, err := svc.ModifyReplicationSubnetGroup(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeAccessDeniedFault:
				fmt.Println(databasemigrationservice.ErrCodeAccessDeniedFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceQuotaExceededFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceQuotaExceededFault, aerr.Error())
			case databasemigrationservice.ErrCodeSubnetAlreadyInUse:
				fmt.Println(databasemigrationservice.ErrCodeSubnetAlreadyInUse, aerr.Error())
			case databasemigrationservice.ErrCodeReplicationSubnetGroupDoesNotCoverEnoughAZs:
				fmt.Println(databasemigrationservice.ErrCodeReplicationSubnetGroupDoesNotCoverEnoughAZs, aerr.Error())
			case databasemigrationservice.ErrCodeInvalidSubnet:
				fmt.Println(databasemigrationservice.ErrCodeInvalidSubnet, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) ModifyReplicationSubnetGroupRequest

func (c *DatabaseMigrationService) ModifyReplicationSubnetGroupRequest(input *ModifyReplicationSubnetGroupInput) (req *request.Request, output *ModifyReplicationSubnetGroupOutput)

ModifyReplicationSubnetGroupRequest generates a "aws/request.Request" representing the client's request for the ModifyReplicationSubnetGroup 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 ModifyReplicationSubnetGroup for more information on using the ModifyReplicationSubnetGroup 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 ModifyReplicationSubnetGroupRequest method.
req, resp := client.ModifyReplicationSubnetGroupRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroup

func (*DatabaseMigrationService) ModifyReplicationSubnetGroupWithContext added in v1.8.0

func (c *DatabaseMigrationService) ModifyReplicationSubnetGroupWithContext(ctx aws.Context, input *ModifyReplicationSubnetGroupInput, opts ...request.Option) (*ModifyReplicationSubnetGroupOutput, error)

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

See ModifyReplicationSubnetGroup 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 (*DatabaseMigrationService) ModifyReplicationTask added in v1.6.3

ModifyReplicationTask API operation for AWS Database Migration Service.

Modifies the specified replication task.

You can't modify the task endpoints. The task must be stopped before you can modify it.

For more information about AWS DMS tasks, see Working with Migration Tasks (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html) in the AWS Database Migration Service User Guide.

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 AWS Database Migration Service's API operation ModifyReplicationTask for usage and error information.

Returned Error Types:

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

  • ResourceNotFoundFault The resource could not be found.

  • ResourceAlreadyExistsFault The resource you are attempting to create already exists.

  • KMSKeyNotAccessibleFault AWS DMS cannot access the AWS KMS key.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTask

func (*DatabaseMigrationService) ModifyReplicationTaskRequest added in v1.6.3

func (c *DatabaseMigrationService) ModifyReplicationTaskRequest(input *ModifyReplicationTaskInput) (req *request.Request, output *ModifyReplicationTaskOutput)

ModifyReplicationTaskRequest generates a "aws/request.Request" representing the client's request for the ModifyReplicationTask 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 ModifyReplicationTask for more information on using the ModifyReplicationTask 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 ModifyReplicationTaskRequest method.
req, resp := client.ModifyReplicationTaskRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTask

func (*DatabaseMigrationService) ModifyReplicationTaskWithContext added in v1.8.0

func (c *DatabaseMigrationService) ModifyReplicationTaskWithContext(ctx aws.Context, input *ModifyReplicationTaskInput, opts ...request.Option) (*ModifyReplicationTaskOutput, error)

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

See ModifyReplicationTask 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 (*DatabaseMigrationService) RebootReplicationInstance added in v1.12.73

RebootReplicationInstance API operation for AWS Database Migration Service.

Reboots a replication instance. Rebooting results in a momentary outage, until the replication instance becomes available again.

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 AWS Database Migration Service's API operation RebootReplicationInstance for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RebootReplicationInstance

func (*DatabaseMigrationService) RebootReplicationInstanceRequest added in v1.12.73

func (c *DatabaseMigrationService) RebootReplicationInstanceRequest(input *RebootReplicationInstanceInput) (req *request.Request, output *RebootReplicationInstanceOutput)

RebootReplicationInstanceRequest generates a "aws/request.Request" representing the client's request for the RebootReplicationInstance 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 RebootReplicationInstance for more information on using the RebootReplicationInstance 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 RebootReplicationInstanceRequest method.
req, resp := client.RebootReplicationInstanceRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RebootReplicationInstance

func (*DatabaseMigrationService) RebootReplicationInstanceWithContext added in v1.12.73

func (c *DatabaseMigrationService) RebootReplicationInstanceWithContext(ctx aws.Context, input *RebootReplicationInstanceInput, opts ...request.Option) (*RebootReplicationInstanceOutput, error)

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

See RebootReplicationInstance 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 (*DatabaseMigrationService) RefreshSchemas

RefreshSchemas API operation for AWS Database Migration Service.

Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the DescribeRefreshSchemasStatus operation.

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 AWS Database Migration Service's API operation RefreshSchemas for usage and error information.

Returned Error Types:

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

  • ResourceNotFoundFault The resource could not be found.

  • KMSKeyNotAccessibleFault AWS DMS cannot access the AWS KMS key.

  • ResourceQuotaExceededFault The quota for this resource quota has been exceeded.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RefreshSchemas

Example (Shared00)

Refresh schema

Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the describe-refresh-schemas-status operation.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.RefreshSchemasInput{
		EndpointArn:            aws.String(""),
		ReplicationInstanceArn: aws.String(""),
	}

	result, err := svc.RefreshSchemas(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			case databasemigrationservice.ErrCodeKMSKeyNotAccessibleFault:
				fmt.Println(databasemigrationservice.ErrCodeKMSKeyNotAccessibleFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceQuotaExceededFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceQuotaExceededFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) RefreshSchemasRequest

func (c *DatabaseMigrationService) RefreshSchemasRequest(input *RefreshSchemasInput) (req *request.Request, output *RefreshSchemasOutput)

RefreshSchemasRequest generates a "aws/request.Request" representing the client's request for the RefreshSchemas 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 RefreshSchemas for more information on using the RefreshSchemas 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 RefreshSchemasRequest method.
req, resp := client.RefreshSchemasRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RefreshSchemas

func (*DatabaseMigrationService) RefreshSchemasWithContext added in v1.8.0

func (c *DatabaseMigrationService) RefreshSchemasWithContext(ctx aws.Context, input *RefreshSchemasInput, opts ...request.Option) (*RefreshSchemasOutput, error)

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

See RefreshSchemas 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 (*DatabaseMigrationService) ReloadTables added in v1.8.28

ReloadTables API operation for AWS Database Migration Service.

Reloads the target database table with the source data.

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 AWS Database Migration Service's API operation ReloadTables for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReloadTables

func (*DatabaseMigrationService) ReloadTablesRequest added in v1.8.28

func (c *DatabaseMigrationService) ReloadTablesRequest(input *ReloadTablesInput) (req *request.Request, output *ReloadTablesOutput)

ReloadTablesRequest generates a "aws/request.Request" representing the client's request for the ReloadTables 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 ReloadTables for more information on using the ReloadTables 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 ReloadTablesRequest method.
req, resp := client.ReloadTablesRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReloadTables

func (*DatabaseMigrationService) ReloadTablesWithContext added in v1.8.28

func (c *DatabaseMigrationService) ReloadTablesWithContext(ctx aws.Context, input *ReloadTablesInput, opts ...request.Option) (*ReloadTablesOutput, error)

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

See ReloadTables 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 (*DatabaseMigrationService) RemoveTagsFromResource

RemoveTagsFromResource API operation for AWS Database Migration Service.

Removes metadata tags from a DMS resource.

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 AWS Database Migration Service's API operation RemoveTagsFromResource for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RemoveTagsFromResource

Example (Shared00)

Remove tags from resource

Removes metadata tags from an AWS DMS resource.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.RemoveTagsFromResourceInput{
		ResourceArn: aws.String("arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"),
	}

	result, err := svc.RemoveTagsFromResource(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) RemoveTagsFromResourceRequest

func (c *DatabaseMigrationService) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput)

RemoveTagsFromResourceRequest generates a "aws/request.Request" representing the client's request for the RemoveTagsFromResource 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 RemoveTagsFromResource for more information on using the RemoveTagsFromResource 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 RemoveTagsFromResourceRequest method.
req, resp := client.RemoveTagsFromResourceRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RemoveTagsFromResource

func (*DatabaseMigrationService) RemoveTagsFromResourceWithContext added in v1.8.0

func (c *DatabaseMigrationService) RemoveTagsFromResourceWithContext(ctx aws.Context, input *RemoveTagsFromResourceInput, opts ...request.Option) (*RemoveTagsFromResourceOutput, error)

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

See RemoveTagsFromResource 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 (*DatabaseMigrationService) StartReplicationTask

StartReplicationTask API operation for AWS Database Migration Service.

Starts the replication task.

For more information about AWS DMS tasks, see Working with Migration Tasks (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html) in the AWS Database Migration Service User Guide.

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 AWS Database Migration Service's API operation StartReplicationTask for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

  • AccessDeniedFault AWS DMS was denied access to the endpoint. Check that the role is correctly configured.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTask

Example (Shared00)

Start replication task

Starts the replication task.

package main

import (
	"fmt"
	"time"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func parseTime(layout, value string) *time.Time {
	t, err := time.Parse(layout, value)
	if err != nil {
		panic(err)
	}
	return &t
}

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.StartReplicationTaskInput{
		CdcStartTime:             parseTime("2006-01-02T15:04:05.999999999Z", "2016-12-14T13:33:20Z"),
		ReplicationTaskArn:       aws.String("arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"),
		StartReplicationTaskType: aws.String("start-replication"),
	}

	result, err := svc.StartReplicationTask(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			case databasemigrationservice.ErrCodeAccessDeniedFault:
				fmt.Println(databasemigrationservice.ErrCodeAccessDeniedFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) StartReplicationTaskAssessment added in v1.12.30

StartReplicationTaskAssessment API operation for AWS Database Migration Service.

Starts the replication task assessment for unsupported data types in the source database.

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 AWS Database Migration Service's API operation StartReplicationTaskAssessment for usage and error information.

Returned Error Types:

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

  • ResourceNotFoundFault The resource could not be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessment

func (*DatabaseMigrationService) StartReplicationTaskAssessmentRequest added in v1.12.30

func (c *DatabaseMigrationService) StartReplicationTaskAssessmentRequest(input *StartReplicationTaskAssessmentInput) (req *request.Request, output *StartReplicationTaskAssessmentOutput)

StartReplicationTaskAssessmentRequest generates a "aws/request.Request" representing the client's request for the StartReplicationTaskAssessment 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 StartReplicationTaskAssessment for more information on using the StartReplicationTaskAssessment 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 StartReplicationTaskAssessmentRequest method.
req, resp := client.StartReplicationTaskAssessmentRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessment

func (*DatabaseMigrationService) StartReplicationTaskAssessmentWithContext added in v1.12.30

func (c *DatabaseMigrationService) StartReplicationTaskAssessmentWithContext(ctx aws.Context, input *StartReplicationTaskAssessmentInput, opts ...request.Option) (*StartReplicationTaskAssessmentOutput, error)

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

See StartReplicationTaskAssessment 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 (*DatabaseMigrationService) StartReplicationTaskRequest

func (c *DatabaseMigrationService) StartReplicationTaskRequest(input *StartReplicationTaskInput) (req *request.Request, output *StartReplicationTaskOutput)

StartReplicationTaskRequest generates a "aws/request.Request" representing the client's request for the StartReplicationTask 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 StartReplicationTask for more information on using the StartReplicationTask 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 StartReplicationTaskRequest method.
req, resp := client.StartReplicationTaskRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTask

func (*DatabaseMigrationService) StartReplicationTaskWithContext added in v1.8.0

func (c *DatabaseMigrationService) StartReplicationTaskWithContext(ctx aws.Context, input *StartReplicationTaskInput, opts ...request.Option) (*StartReplicationTaskOutput, error)

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

See StartReplicationTask 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 (*DatabaseMigrationService) StopReplicationTask

StopReplicationTask API operation for AWS Database Migration Service.

Stops the replication task.

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 AWS Database Migration Service's API operation StopReplicationTask for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplicationTask

Example (Shared00)

Stop replication task

Stops the replication task.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.StopReplicationTaskInput{
		ReplicationTaskArn: aws.String("arn:aws:dms:us-east-1:123456789012:endpoint:ASXWXJZLNWNT5HTWCGV2BUJQ7E"),
	}

	result, err := svc.StopReplicationTask(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) StopReplicationTaskRequest

func (c *DatabaseMigrationService) StopReplicationTaskRequest(input *StopReplicationTaskInput) (req *request.Request, output *StopReplicationTaskOutput)

StopReplicationTaskRequest generates a "aws/request.Request" representing the client's request for the StopReplicationTask 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 StopReplicationTask for more information on using the StopReplicationTask 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 StopReplicationTaskRequest method.
req, resp := client.StopReplicationTaskRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplicationTask

func (*DatabaseMigrationService) StopReplicationTaskWithContext added in v1.8.0

func (c *DatabaseMigrationService) StopReplicationTaskWithContext(ctx aws.Context, input *StopReplicationTaskInput, opts ...request.Option) (*StopReplicationTaskOutput, error)

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

See StopReplicationTask 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 (*DatabaseMigrationService) TestConnection

TestConnection API operation for AWS Database Migration Service.

Tests the connection between the replication instance and the endpoint.

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 AWS Database Migration Service's API operation TestConnection for usage and error information.

Returned Error Types:

  • ResourceNotFoundFault The resource could not be found.

  • InvalidResourceStateFault The resource is in a state that prevents it from being used for database migration.

  • KMSKeyNotAccessibleFault AWS DMS cannot access the AWS KMS key.

  • ResourceQuotaExceededFault The quota for this resource quota has been exceeded.

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TestConnection

Example (Shared00)

Test conection

Tests the connection between the replication instance and the endpoint.

package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/awserr"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/databasemigrationservice"
)

func main() {
	svc := databasemigrationservice.New(session.New())
	input := &databasemigrationservice.TestConnectionInput{
		EndpointArn:            aws.String("arn:aws:dms:us-east-1:123456789012:endpoint:RAAR3R22XSH46S3PWLC3NJAWKM"),
		ReplicationInstanceArn: aws.String("arn:aws:dms:us-east-1:123456789012:rep:6UTDJGBOUS3VI3SUWA66XFJCJQ"),
	}

	result, err := svc.TestConnection(input)
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case databasemigrationservice.ErrCodeResourceNotFoundFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceNotFoundFault, aerr.Error())
			case databasemigrationservice.ErrCodeInvalidResourceStateFault:
				fmt.Println(databasemigrationservice.ErrCodeInvalidResourceStateFault, aerr.Error())
			case databasemigrationservice.ErrCodeKMSKeyNotAccessibleFault:
				fmt.Println(databasemigrationservice.ErrCodeKMSKeyNotAccessibleFault, aerr.Error())
			case databasemigrationservice.ErrCodeResourceQuotaExceededFault:
				fmt.Println(databasemigrationservice.ErrCodeResourceQuotaExceededFault, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*DatabaseMigrationService) TestConnectionRequest

func (c *DatabaseMigrationService) TestConnectionRequest(input *TestConnectionInput) (req *request.Request, output *TestConnectionOutput)

TestConnectionRequest generates a "aws/request.Request" representing the client's request for the TestConnection 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 TestConnection for more information on using the TestConnection 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 TestConnectionRequest method.
req, resp := client.TestConnectionRequest(params)

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

See also, https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TestConnection

func (*DatabaseMigrationService) TestConnectionWithContext added in v1.8.0

func (c *DatabaseMigrationService) TestConnectionWithContext(ctx aws.Context, input *TestConnectionInput, opts ...request.Option) (*TestConnectionOutput, error)

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

See TestConnection 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 (*DatabaseMigrationService) WaitUntilEndpointDeleted added in v1.15.65

func (c *DatabaseMigrationService) WaitUntilEndpointDeleted(input *DescribeEndpointsInput) error

WaitUntilEndpointDeleted uses the AWS Database Migration Service API operation DescribeEndpoints to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*DatabaseMigrationService) WaitUntilEndpointDeletedWithContext added in v1.15.65

func (c *DatabaseMigrationService) WaitUntilEndpointDeletedWithContext(ctx aws.Context, input *DescribeEndpointsInput, opts ...request.WaiterOption) error

WaitUntilEndpointDeletedWithContext is an extended version of WaitUntilEndpointDeleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.

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 (*DatabaseMigrationService) WaitUntilReplicationInstanceAvailable added in v1.15.65

func (c *DatabaseMigrationService) WaitUntilReplicationInstanceAvailable(input *DescribeReplicationInstancesInput) error

WaitUntilReplicationInstanceAvailable uses the AWS Database Migration Service API operation DescribeReplicationInstances to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*DatabaseMigrationService) WaitUntilReplicationInstanceAvailableWithContext added in v1.15.65

func (c *DatabaseMigrationService) WaitUntilReplicationInstanceAvailableWithContext(ctx aws.Context, input *DescribeReplicationInstancesInput, opts ...request.WaiterOption) error

WaitUntilReplicationInstanceAvailableWithContext is an extended version of WaitUntilReplicationInstanceAvailable. With the support for passing in a context and options to configure the Waiter and the underlying request options.

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 (*DatabaseMigrationService) WaitUntilReplicationInstanceDeleted added in v1.15.65

func (c *DatabaseMigrationService) WaitUntilReplicationInstanceDeleted(input *DescribeReplicationInstancesInput) error

WaitUntilReplicationInstanceDeleted uses the AWS Database Migration Service API operation DescribeReplicationInstances to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*DatabaseMigrationService) WaitUntilReplicationInstanceDeletedWithContext added in v1.15.65

func (c *DatabaseMigrationService) WaitUntilReplicationInstanceDeletedWithContext(ctx aws.Context, input *DescribeReplicationInstancesInput, opts ...request.WaiterOption) error

WaitUntilReplicationInstanceDeletedWithContext is an extended version of WaitUntilReplicationInstanceDeleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.

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 (*DatabaseMigrationService) WaitUntilReplicationTaskDeleted added in v1.15.65

func (c *DatabaseMigrationService) WaitUntilReplicationTaskDeleted(input *DescribeReplicationTasksInput) error

WaitUntilReplicationTaskDeleted uses the AWS Database Migration Service API operation DescribeReplicationTasks to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*DatabaseMigrationService) WaitUntilReplicationTaskDeletedWithContext added in v1.15.65

func (c *DatabaseMigrationService) WaitUntilReplicationTaskDeletedWithContext(ctx aws.Context, input *DescribeReplicationTasksInput, opts ...request.WaiterOption) error

WaitUntilReplicationTaskDeletedWithContext is an extended version of WaitUntilReplicationTaskDeleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.

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 (*DatabaseMigrationService) WaitUntilReplicationTaskReady added in v1.15.65

func (c *DatabaseMigrationService) WaitUntilReplicationTaskReady(input *DescribeReplicationTasksInput) error

WaitUntilReplicationTaskReady uses the AWS Database Migration Service API operation DescribeReplicationTasks to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*DatabaseMigrationService) WaitUntilReplicationTaskReadyWithContext added in v1.15.65

func (c *DatabaseMigrationService) WaitUntilReplicationTaskReadyWithContext(ctx aws.Context, input *DescribeReplicationTasksInput, opts ...request.WaiterOption) error

WaitUntilReplicationTaskReadyWithContext is an extended version of WaitUntilReplicationTaskReady. With the support for passing in a context and options to configure the Waiter and the underlying request options.

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 (*DatabaseMigrationService) WaitUntilReplicationTaskRunning added in v1.15.65

func (c *DatabaseMigrationService) WaitUntilReplicationTaskRunning(input *DescribeReplicationTasksInput) error

WaitUntilReplicationTaskRunning uses the AWS Database Migration Service API operation DescribeReplicationTasks to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*DatabaseMigrationService) WaitUntilReplicationTaskRunningWithContext added in v1.15.65

func (c *DatabaseMigrationService) WaitUntilReplicationTaskRunningWithContext(ctx aws.Context, input *DescribeReplicationTasksInput, opts ...request.WaiterOption) error

WaitUntilReplicationTaskRunningWithContext is an extended version of WaitUntilReplicationTaskRunning. With the support for passing in a context and options to configure the Waiter and the underlying request options.

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 (*DatabaseMigrationService) WaitUntilReplicationTaskStopped added in v1.15.65

func (c *DatabaseMigrationService) WaitUntilReplicationTaskStopped(input *DescribeReplicationTasksInput) error

WaitUntilReplicationTaskStopped uses the AWS Database Migration Service API operation DescribeReplicationTasks to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*DatabaseMigrationService) WaitUntilReplicationTaskStoppedWithContext added in v1.15.65

func (c *DatabaseMigrationService) WaitUntilReplicationTaskStoppedWithContext(ctx aws.Context, input *DescribeReplicationTasksInput, opts ...request.WaiterOption) error

WaitUntilReplicationTaskStoppedWithContext is an extended version of WaitUntilReplicationTaskStopped. With the support for passing in a context and options to configure the Waiter and the underlying request options.

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 (*DatabaseMigrationService) WaitUntilTestConnectionSucceeds added in v1.15.65

func (c *DatabaseMigrationService) WaitUntilTestConnectionSucceeds(input *DescribeConnectionsInput) error

WaitUntilTestConnectionSucceeds uses the AWS Database Migration Service API operation DescribeConnections to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*DatabaseMigrationService) WaitUntilTestConnectionSucceedsWithContext added in v1.15.65

func (c *DatabaseMigrationService) WaitUntilTestConnectionSucceedsWithContext(ctx aws.Context, input *DescribeConnectionsInput, opts ...request.WaiterOption) error

WaitUntilTestConnectionSucceedsWithContext is an extended version of WaitUntilTestConnectionSucceeds. With the support for passing in a context and options to configure the Waiter and the underlying request options.

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 DeleteCertificateInput added in v1.2.5

type DeleteCertificateInput struct {

	// The Amazon Resource Name (ARN) of the deleted certificate.
	//
	// CertificateArn is a required field
	CertificateArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteCertificateInput) GoString added in v1.2.5

func (s DeleteCertificateInput) GoString() string

GoString returns the string representation

func (*DeleteCertificateInput) SetCertificateArn added in v1.5.0

func (s *DeleteCertificateInput) SetCertificateArn(v string) *DeleteCertificateInput

SetCertificateArn sets the CertificateArn field's value.

func (DeleteCertificateInput) String added in v1.2.5

func (s DeleteCertificateInput) String() string

String returns the string representation

func (*DeleteCertificateInput) Validate added in v1.2.5

func (s *DeleteCertificateInput) Validate() error

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

type DeleteCertificateOutput added in v1.2.5

type DeleteCertificateOutput struct {

	// The Secure Sockets Layer (SSL) certificate.
	Certificate *Certificate `type:"structure"`
	// contains filtered or unexported fields
}

func (DeleteCertificateOutput) GoString added in v1.2.5

func (s DeleteCertificateOutput) GoString() string

GoString returns the string representation

func (*DeleteCertificateOutput) SetCertificate added in v1.5.0

SetCertificate sets the Certificate field's value.

func (DeleteCertificateOutput) String added in v1.2.5

func (s DeleteCertificateOutput) String() string

String returns the string representation

type DeleteConnectionInput added in v1.24.6

type DeleteConnectionInput struct {

	// The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
	//
	// EndpointArn is a required field
	EndpointArn *string `type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the replication instance.
	//
	// ReplicationInstanceArn is a required field
	ReplicationInstanceArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteConnectionInput) GoString added in v1.24.6

func (s DeleteConnectionInput) GoString() string

GoString returns the string representation

func (*DeleteConnectionInput) SetEndpointArn added in v1.24.6

func (s *DeleteConnectionInput) SetEndpointArn(v string) *DeleteConnectionInput

SetEndpointArn sets the EndpointArn field's value.

func (*DeleteConnectionInput) SetReplicationInstanceArn added in v1.24.6

func (s *DeleteConnectionInput) SetReplicationInstanceArn(v string) *DeleteConnectionInput

SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.

func (DeleteConnectionInput) String added in v1.24.6

func (s DeleteConnectionInput) String() string

String returns the string representation

func (*DeleteConnectionInput) Validate added in v1.24.6

func (s *DeleteConnectionInput) Validate() error

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

type DeleteConnectionOutput added in v1.24.6

type DeleteConnectionOutput struct {

	// The connection that is being deleted.
	Connection *Connection `type:"structure"`
	// contains filtered or unexported fields
}

func (DeleteConnectionOutput) GoString added in v1.24.6

func (s DeleteConnectionOutput) GoString() string

GoString returns the string representation

func (*DeleteConnectionOutput) SetConnection added in v1.24.6

SetConnection sets the Connection field's value.

func (DeleteConnectionOutput) String added in v1.24.6

func (s DeleteConnectionOutput) String() string

String returns the string representation

type DeleteEndpointInput

type DeleteEndpointInput struct {

	// The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
	//
	// EndpointArn is a required field
	EndpointArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteEndpointInput) GoString

func (s DeleteEndpointInput) GoString() string

GoString returns the string representation

func (*DeleteEndpointInput) SetEndpointArn added in v1.5.0

func (s *DeleteEndpointInput) SetEndpointArn(v string) *DeleteEndpointInput

SetEndpointArn sets the EndpointArn field's value.

func (DeleteEndpointInput) String

func (s DeleteEndpointInput) String() string

String returns the string representation

func (*DeleteEndpointInput) Validate added in v1.1.21

func (s *DeleteEndpointInput) Validate() error

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

type DeleteEndpointOutput

type DeleteEndpointOutput struct {

	// The endpoint that was deleted.
	Endpoint *Endpoint `type:"structure"`
	// contains filtered or unexported fields
}

func (DeleteEndpointOutput) GoString

func (s DeleteEndpointOutput) GoString() string

GoString returns the string representation

func (*DeleteEndpointOutput) SetEndpoint added in v1.5.0

SetEndpoint sets the Endpoint field's value.

func (DeleteEndpointOutput) String

func (s DeleteEndpointOutput) String() string

String returns the string representation

type DeleteEventSubscriptionInput added in v1.8.28

type DeleteEventSubscriptionInput struct {

	// The name of the DMS event notification subscription to be deleted.
	//
	// SubscriptionName is a required field
	SubscriptionName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteEventSubscriptionInput) GoString added in v1.8.28

func (s DeleteEventSubscriptionInput) GoString() string

GoString returns the string representation

func (*DeleteEventSubscriptionInput) SetSubscriptionName added in v1.8.28

SetSubscriptionName sets the SubscriptionName field's value.

func (DeleteEventSubscriptionInput) String added in v1.8.28

String returns the string representation

func (*DeleteEventSubscriptionInput) Validate added in v1.8.28

func (s *DeleteEventSubscriptionInput) Validate() error

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

type DeleteEventSubscriptionOutput added in v1.8.28

type DeleteEventSubscriptionOutput struct {

	// The event subscription that was deleted.
	EventSubscription *EventSubscription `type:"structure"`
	// contains filtered or unexported fields
}

func (DeleteEventSubscriptionOutput) GoString added in v1.8.28

GoString returns the string representation

func (*DeleteEventSubscriptionOutput) SetEventSubscription added in v1.8.28

SetEventSubscription sets the EventSubscription field's value.

func (DeleteEventSubscriptionOutput) String added in v1.8.28

String returns the string representation

type DeleteReplicationInstanceInput

type DeleteReplicationInstanceInput struct {

	// The Amazon Resource Name (ARN) of the replication instance to be deleted.
	//
	// ReplicationInstanceArn is a required field
	ReplicationInstanceArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteReplicationInstanceInput) GoString

GoString returns the string representation

func (*DeleteReplicationInstanceInput) SetReplicationInstanceArn added in v1.5.0

func (s *DeleteReplicationInstanceInput) SetReplicationInstanceArn(v string) *DeleteReplicationInstanceInput

SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.

func (DeleteReplicationInstanceInput) String

String returns the string representation

func (*DeleteReplicationInstanceInput) Validate added in v1.1.21

func (s *DeleteReplicationInstanceInput) Validate() error

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

type DeleteReplicationInstanceOutput

type DeleteReplicationInstanceOutput struct {

	// The replication instance that was deleted.
	ReplicationInstance *ReplicationInstance `type:"structure"`
	// contains filtered or unexported fields
}

func (DeleteReplicationInstanceOutput) GoString

GoString returns the string representation

func (*DeleteReplicationInstanceOutput) SetReplicationInstance added in v1.5.0

SetReplicationInstance sets the ReplicationInstance field's value.

func (DeleteReplicationInstanceOutput) String

String returns the string representation

type DeleteReplicationSubnetGroupInput

type DeleteReplicationSubnetGroupInput struct {

	// The subnet group name of the replication instance.
	//
	// ReplicationSubnetGroupIdentifier is a required field
	ReplicationSubnetGroupIdentifier *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteReplicationSubnetGroupInput) GoString

GoString returns the string representation

func (*DeleteReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier added in v1.5.0

func (s *DeleteReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *DeleteReplicationSubnetGroupInput

SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value.

func (DeleteReplicationSubnetGroupInput) String

String returns the string representation

func (*DeleteReplicationSubnetGroupInput) Validate added in v1.1.21

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

type DeleteReplicationSubnetGroupOutput

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

func (DeleteReplicationSubnetGroupOutput) GoString

GoString returns the string representation

func (DeleteReplicationSubnetGroupOutput) String

String returns the string representation

type DeleteReplicationTaskInput

type DeleteReplicationTaskInput struct {

	// The Amazon Resource Name (ARN) of the replication task to be deleted.
	//
	// ReplicationTaskArn is a required field
	ReplicationTaskArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteReplicationTaskInput) GoString

func (s DeleteReplicationTaskInput) GoString() string

GoString returns the string representation

func (*DeleteReplicationTaskInput) SetReplicationTaskArn added in v1.5.0

func (s *DeleteReplicationTaskInput) SetReplicationTaskArn(v string) *DeleteReplicationTaskInput

SetReplicationTaskArn sets the ReplicationTaskArn field's value.

func (DeleteReplicationTaskInput) String

String returns the string representation

func (*DeleteReplicationTaskInput) Validate added in v1.1.21

func (s *DeleteReplicationTaskInput) Validate() error

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

type DeleteReplicationTaskOutput

type DeleteReplicationTaskOutput struct {

	// The deleted replication task.
	ReplicationTask *ReplicationTask `type:"structure"`
	// contains filtered or unexported fields
}

func (DeleteReplicationTaskOutput) GoString

func (s DeleteReplicationTaskOutput) GoString() string

GoString returns the string representation

func (*DeleteReplicationTaskOutput) SetReplicationTask added in v1.5.0

SetReplicationTask sets the ReplicationTask field's value.

func (DeleteReplicationTaskOutput) String

String returns the string representation

type DescribeAccountAttributesInput

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

func (DescribeAccountAttributesInput) GoString

GoString returns the string representation

func (DescribeAccountAttributesInput) String

String returns the string representation

type DescribeAccountAttributesOutput

type DescribeAccountAttributesOutput struct {

	// Account quota information.
	AccountQuotas []*AccountQuota `type:"list"`

	// A unique AWS DMS identifier for an account in a particular AWS Region. The
	// value of this identifier has the following format: c99999999999. DMS uses
	// this identifier to name artifacts. For example, DMS uses this identifier
	// to name the default Amazon S3 bucket for storing task assessment reports
	// in a given AWS Region. The format of this S3 bucket name is the following:
	// dms-AccountNumber-UniqueAccountIdentifier. Here is an example name for this
	// default S3 bucket: dms-111122223333-c44445555666.
	//
	// AWS DMS supports the UniqueAccountIdentifier parameter in versions 3.1.4
	// and later.
	UniqueAccountIdentifier *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAccountAttributesOutput) GoString

GoString returns the string representation

func (*DescribeAccountAttributesOutput) SetAccountQuotas added in v1.5.0

SetAccountQuotas sets the AccountQuotas field's value.

func (*DescribeAccountAttributesOutput) SetUniqueAccountIdentifier added in v1.20.21

SetUniqueAccountIdentifier sets the UniqueAccountIdentifier field's value.

func (DescribeAccountAttributesOutput) String

String returns the string representation

type DescribeCertificatesInput added in v1.2.5

type DescribeCertificatesInput struct {

	// Filters applied to the certificate described in the form of key-value pairs.
	Filters []*Filter `type:"list"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The maximum number of records to include in the response. If more records
	// exist than the specified MaxRecords value, a pagination token called a marker
	// is included in the response so that the remaining results can be retrieved.
	//
	// Default: 10
	MaxRecords *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeCertificatesInput) GoString added in v1.2.5

func (s DescribeCertificatesInput) GoString() string

GoString returns the string representation

func (*DescribeCertificatesInput) SetFilters added in v1.5.0

SetFilters sets the Filters field's value.

func (*DescribeCertificatesInput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeCertificatesInput) SetMaxRecords added in v1.5.0

SetMaxRecords sets the MaxRecords field's value.

func (DescribeCertificatesInput) String added in v1.2.5

func (s DescribeCertificatesInput) String() string

String returns the string representation

func (*DescribeCertificatesInput) Validate added in v1.2.5

func (s *DescribeCertificatesInput) Validate() error

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

type DescribeCertificatesOutput added in v1.2.5

type DescribeCertificatesOutput struct {

	// The Secure Sockets Layer (SSL) certificates associated with the replication
	// instance.
	Certificates []*Certificate `type:"list"`

	// The pagination token.
	Marker *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeCertificatesOutput) GoString added in v1.2.5

func (s DescribeCertificatesOutput) GoString() string

GoString returns the string representation

func (*DescribeCertificatesOutput) SetCertificates added in v1.5.0

SetCertificates sets the Certificates field's value.

func (*DescribeCertificatesOutput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (DescribeCertificatesOutput) String added in v1.2.5

String returns the string representation

type DescribeConnectionsInput

type DescribeConnectionsInput struct {

	// The filters applied to the connection.
	//
	// Valid filter names: endpoint-arn | replication-instance-arn
	Filters []*Filter `type:"list"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The maximum number of records to include in the response. If more records
	// exist than the specified MaxRecords value, a pagination token called a marker
	// is included in the response so that the remaining results can be retrieved.
	//
	// Default: 100
	//
	// Constraints: Minimum 20, maximum 100.
	MaxRecords *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeConnectionsInput) GoString

func (s DescribeConnectionsInput) GoString() string

GoString returns the string representation

func (*DescribeConnectionsInput) SetFilters added in v1.5.0

SetFilters sets the Filters field's value.

func (*DescribeConnectionsInput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeConnectionsInput) SetMaxRecords added in v1.5.0

SetMaxRecords sets the MaxRecords field's value.

func (DescribeConnectionsInput) String

func (s DescribeConnectionsInput) String() string

String returns the string representation

func (*DescribeConnectionsInput) Validate added in v1.1.21

func (s *DescribeConnectionsInput) Validate() error

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

type DescribeConnectionsOutput

type DescribeConnectionsOutput struct {

	// A description of the connections.
	Connections []*Connection `type:"list"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeConnectionsOutput) GoString

func (s DescribeConnectionsOutput) GoString() string

GoString returns the string representation

func (*DescribeConnectionsOutput) SetConnections added in v1.5.0

SetConnections sets the Connections field's value.

func (*DescribeConnectionsOutput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (DescribeConnectionsOutput) String

func (s DescribeConnectionsOutput) String() string

String returns the string representation

type DescribeEndpointTypesInput

type DescribeEndpointTypesInput struct {

	// Filters applied to the describe action.
	//
	// Valid filter names: engine-name | endpoint-type
	Filters []*Filter `type:"list"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The maximum number of records to include in the response. If more records
	// exist than the specified MaxRecords value, a pagination token called a marker
	// is included in the response so that the remaining results can be retrieved.
	//
	// Default: 100
	//
	// Constraints: Minimum 20, maximum 100.
	MaxRecords *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeEndpointTypesInput) GoString

func (s DescribeEndpointTypesInput) GoString() string

GoString returns the string representation

func (*DescribeEndpointTypesInput) SetFilters added in v1.5.0

SetFilters sets the Filters field's value.

func (*DescribeEndpointTypesInput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeEndpointTypesInput) SetMaxRecords added in v1.5.0

SetMaxRecords sets the MaxRecords field's value.

func (DescribeEndpointTypesInput) String

String returns the string representation

func (*DescribeEndpointTypesInput) Validate added in v1.1.21

func (s *DescribeEndpointTypesInput) Validate() error

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

type DescribeEndpointTypesOutput

type DescribeEndpointTypesOutput struct {

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The types of endpoints that are supported.
	SupportedEndpointTypes []*SupportedEndpointType `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeEndpointTypesOutput) GoString

func (s DescribeEndpointTypesOutput) GoString() string

GoString returns the string representation

func (*DescribeEndpointTypesOutput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeEndpointTypesOutput) SetSupportedEndpointTypes added in v1.5.0

SetSupportedEndpointTypes sets the SupportedEndpointTypes field's value.

func (DescribeEndpointTypesOutput) String

String returns the string representation

type DescribeEndpointsInput

type DescribeEndpointsInput struct {

	// Filters applied to the describe action.
	//
	// Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name
	Filters []*Filter `type:"list"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The maximum number of records to include in the response. If more records
	// exist than the specified MaxRecords value, a pagination token called a marker
	// is included in the response so that the remaining results can be retrieved.
	//
	// Default: 100
	//
	// Constraints: Minimum 20, maximum 100.
	MaxRecords *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeEndpointsInput) GoString

func (s DescribeEndpointsInput) GoString() string

GoString returns the string representation

func (*DescribeEndpointsInput) SetFilters added in v1.5.0

SetFilters sets the Filters field's value.

func (*DescribeEndpointsInput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeEndpointsInput) SetMaxRecords added in v1.5.0

SetMaxRecords sets the MaxRecords field's value.

func (DescribeEndpointsInput) String

func (s DescribeEndpointsInput) String() string

String returns the string representation

func (*DescribeEndpointsInput) Validate added in v1.1.21

func (s *DescribeEndpointsInput) Validate() error

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

type DescribeEndpointsOutput

type DescribeEndpointsOutput struct {

	// Endpoint description.
	Endpoints []*Endpoint `type:"list"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeEndpointsOutput) GoString

func (s DescribeEndpointsOutput) GoString() string

GoString returns the string representation

func (*DescribeEndpointsOutput) SetEndpoints added in v1.5.0

SetEndpoints sets the Endpoints field's value.

func (*DescribeEndpointsOutput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (DescribeEndpointsOutput) String

func (s DescribeEndpointsOutput) String() string

String returns the string representation

type DescribeEventCategoriesInput added in v1.8.28

type DescribeEventCategoriesInput struct {

	// Filters applied to the action.
	Filters []*Filter `type:"list"`

	// The type of AWS DMS resource that generates events.
	//
	// Valid values: replication-instance | replication-task
	SourceType *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeEventCategoriesInput) GoString added in v1.8.28

func (s DescribeEventCategoriesInput) GoString() string

GoString returns the string representation

func (*DescribeEventCategoriesInput) SetFilters added in v1.8.28

SetFilters sets the Filters field's value.

func (*DescribeEventCategoriesInput) SetSourceType added in v1.8.28

SetSourceType sets the SourceType field's value.

func (DescribeEventCategoriesInput) String added in v1.8.28

String returns the string representation

func (*DescribeEventCategoriesInput) Validate added in v1.8.28

func (s *DescribeEventCategoriesInput) Validate() error

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

type DescribeEventCategoriesOutput added in v1.8.28

type DescribeEventCategoriesOutput struct {

	// A list of event categories.
	EventCategoryGroupList []*EventCategoryGroup `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeEventCategoriesOutput) GoString added in v1.8.28

GoString returns the string representation

func (*DescribeEventCategoriesOutput) SetEventCategoryGroupList added in v1.8.28

SetEventCategoryGroupList sets the EventCategoryGroupList field's value.

func (DescribeEventCategoriesOutput) String added in v1.8.28

String returns the string representation

type DescribeEventSubscriptionsInput added in v1.8.28

type DescribeEventSubscriptionsInput struct {

	// Filters applied to the action.
	Filters []*Filter `type:"list"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The maximum number of records to include in the response. If more records
	// exist than the specified MaxRecords value, a pagination token called a marker
	// is included in the response so that the remaining results can be retrieved.
	//
	// Default: 100
	//
	// Constraints: Minimum 20, maximum 100.
	MaxRecords *int64 `type:"integer"`

	// The name of the AWS DMS event subscription to be described.
	SubscriptionName *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeEventSubscriptionsInput) GoString added in v1.8.28

GoString returns the string representation

func (*DescribeEventSubscriptionsInput) SetFilters added in v1.8.28

SetFilters sets the Filters field's value.

func (*DescribeEventSubscriptionsInput) SetMarker added in v1.8.28

SetMarker sets the Marker field's value.

func (*DescribeEventSubscriptionsInput) SetMaxRecords added in v1.8.28

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeEventSubscriptionsInput) SetSubscriptionName added in v1.8.28

SetSubscriptionName sets the SubscriptionName field's value.

func (DescribeEventSubscriptionsInput) String added in v1.8.28

String returns the string representation

func (*DescribeEventSubscriptionsInput) Validate added in v1.8.28

func (s *DescribeEventSubscriptionsInput) Validate() error

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

type DescribeEventSubscriptionsOutput added in v1.8.28

type DescribeEventSubscriptionsOutput struct {

	// A list of event subscriptions.
	EventSubscriptionsList []*EventSubscription `type:"list"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeEventSubscriptionsOutput) GoString added in v1.8.28

GoString returns the string representation

func (*DescribeEventSubscriptionsOutput) SetEventSubscriptionsList added in v1.8.28

SetEventSubscriptionsList sets the EventSubscriptionsList field's value.

func (*DescribeEventSubscriptionsOutput) SetMarker added in v1.8.28

SetMarker sets the Marker field's value.

func (DescribeEventSubscriptionsOutput) String added in v1.8.28

String returns the string representation

type DescribeEventsInput added in v1.8.28

type DescribeEventsInput struct {

	// The duration of the events to be listed.
	Duration *int64 `type:"integer"`

	// The end time for the events to be listed.
	EndTime *time.Time `type:"timestamp"`

	// A list of event categories for the source type that you've chosen.
	EventCategories []*string `type:"list"`

	// Filters applied to the action.
	Filters []*Filter `type:"list"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The maximum number of records to include in the response. If more records
	// exist than the specified MaxRecords value, a pagination token called a marker
	// is included in the response so that the remaining results can be retrieved.
	//
	// Default: 100
	//
	// Constraints: Minimum 20, maximum 100.
	MaxRecords *int64 `type:"integer"`

	// The identifier of an event source.
	SourceIdentifier *string `type:"string"`

	// The type of AWS DMS resource that generates events.
	//
	// Valid values: replication-instance | replication-task
	SourceType *string `type:"string" enum:"SourceType"`

	// The start time for the events to be listed.
	StartTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

func (DescribeEventsInput) GoString added in v1.8.28

func (s DescribeEventsInput) GoString() string

GoString returns the string representation

func (*DescribeEventsInput) SetDuration added in v1.8.28

func (s *DescribeEventsInput) SetDuration(v int64) *DescribeEventsInput

SetDuration sets the Duration field's value.

func (*DescribeEventsInput) SetEndTime added in v1.8.28

SetEndTime sets the EndTime field's value.

func (*DescribeEventsInput) SetEventCategories added in v1.8.28

func (s *DescribeEventsInput) SetEventCategories(v []*string) *DescribeEventsInput

SetEventCategories sets the EventCategories field's value.

func (*DescribeEventsInput) SetFilters added in v1.8.28

func (s *DescribeEventsInput) SetFilters(v []*Filter) *DescribeEventsInput

SetFilters sets the Filters field's value.

func (*DescribeEventsInput) SetMarker added in v1.8.28

SetMarker sets the Marker field's value.

func (*DescribeEventsInput) SetMaxRecords added in v1.8.28

func (s *DescribeEventsInput) SetMaxRecords(v int64) *DescribeEventsInput

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeEventsInput) SetSourceIdentifier added in v1.8.28

func (s *DescribeEventsInput) SetSourceIdentifier(v string) *DescribeEventsInput

SetSourceIdentifier sets the SourceIdentifier field's value.

func (*DescribeEventsInput) SetSourceType added in v1.8.28

func (s *DescribeEventsInput) SetSourceType(v string) *DescribeEventsInput

SetSourceType sets the SourceType field's value.

func (*DescribeEventsInput) SetStartTime added in v1.8.28

func (s *DescribeEventsInput) SetStartTime(v time.Time) *DescribeEventsInput

SetStartTime sets the StartTime field's value.

func (DescribeEventsInput) String added in v1.8.28

func (s DescribeEventsInput) String() string

String returns the string representation

func (*DescribeEventsInput) Validate added in v1.8.28

func (s *DescribeEventsInput) Validate() error

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

type DescribeEventsOutput added in v1.8.28

type DescribeEventsOutput struct {

	// The events described.
	Events []*Event `type:"list"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeEventsOutput) GoString added in v1.8.28

func (s DescribeEventsOutput) GoString() string

GoString returns the string representation

func (*DescribeEventsOutput) SetEvents added in v1.8.28

func (s *DescribeEventsOutput) SetEvents(v []*Event) *DescribeEventsOutput

SetEvents sets the Events field's value.

func (*DescribeEventsOutput) SetMarker added in v1.8.28

SetMarker sets the Marker field's value.

func (DescribeEventsOutput) String added in v1.8.28

func (s DescribeEventsOutput) String() string

String returns the string representation

type DescribeOrderableReplicationInstancesInput

type DescribeOrderableReplicationInstancesInput struct {

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The maximum number of records to include in the response. If more records
	// exist than the specified MaxRecords value, a pagination token called a marker
	// is included in the response so that the remaining results can be retrieved.
	//
	// Default: 100
	//
	// Constraints: Minimum 20, maximum 100.
	MaxRecords *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeOrderableReplicationInstancesInput) GoString

GoString returns the string representation

func (*DescribeOrderableReplicationInstancesInput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeOrderableReplicationInstancesInput) SetMaxRecords added in v1.5.0

SetMaxRecords sets the MaxRecords field's value.

func (DescribeOrderableReplicationInstancesInput) String

String returns the string representation

type DescribeOrderableReplicationInstancesOutput

type DescribeOrderableReplicationInstancesOutput struct {

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The order-able replication instances available.
	OrderableReplicationInstances []*OrderableReplicationInstance `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeOrderableReplicationInstancesOutput) GoString

GoString returns the string representation

func (*DescribeOrderableReplicationInstancesOutput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeOrderableReplicationInstancesOutput) SetOrderableReplicationInstances added in v1.5.0

SetOrderableReplicationInstances sets the OrderableReplicationInstances field's value.

func (DescribeOrderableReplicationInstancesOutput) String

String returns the string representation

type DescribePendingMaintenanceActionsInput added in v1.18.4

type DescribePendingMaintenanceActionsInput struct {
	Filters []*Filter `type:"list"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The maximum number of records to include in the response. If more records
	// exist than the specified MaxRecords value, a pagination token called a marker
	// is included in the response so that the remaining results can be retrieved.
	//
	// Default: 100
	//
	// Constraints: Minimum 20, maximum 100.
	MaxRecords *int64 `type:"integer"`

	// The Amazon Resource Name (ARN) of the replication instance.
	ReplicationInstanceArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribePendingMaintenanceActionsInput) GoString added in v1.18.4

GoString returns the string representation

func (*DescribePendingMaintenanceActionsInput) SetFilters added in v1.18.4

SetFilters sets the Filters field's value.

func (*DescribePendingMaintenanceActionsInput) SetMarker added in v1.18.4

SetMarker sets the Marker field's value.

func (*DescribePendingMaintenanceActionsInput) SetMaxRecords added in v1.18.4

SetMaxRecords sets the MaxRecords field's value.

func (*DescribePendingMaintenanceActionsInput) SetReplicationInstanceArn added in v1.18.4

SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.

func (DescribePendingMaintenanceActionsInput) String added in v1.18.4

String returns the string representation

func (*DescribePendingMaintenanceActionsInput) Validate added in v1.18.4

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

type DescribePendingMaintenanceActionsOutput added in v1.18.4

type DescribePendingMaintenanceActionsOutput struct {

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The pending maintenance action.
	PendingMaintenanceActions []*ResourcePendingMaintenanceActions `type:"list"`
	// contains filtered or unexported fields
}

func (DescribePendingMaintenanceActionsOutput) GoString added in v1.18.4

GoString returns the string representation

func (*DescribePendingMaintenanceActionsOutput) SetMarker added in v1.18.4

SetMarker sets the Marker field's value.

func (*DescribePendingMaintenanceActionsOutput) SetPendingMaintenanceActions added in v1.18.4

SetPendingMaintenanceActions sets the PendingMaintenanceActions field's value.

func (DescribePendingMaintenanceActionsOutput) String added in v1.18.4

String returns the string representation

type DescribeRefreshSchemasStatusInput

type DescribeRefreshSchemasStatusInput struct {

	// The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
	//
	// EndpointArn is a required field
	EndpointArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeRefreshSchemasStatusInput) GoString

GoString returns the string representation

func (*DescribeRefreshSchemasStatusInput) SetEndpointArn added in v1.5.0

SetEndpointArn sets the EndpointArn field's value.

func (DescribeRefreshSchemasStatusInput) String

String returns the string representation

func (*DescribeRefreshSchemasStatusInput) Validate added in v1.1.21

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

type DescribeRefreshSchemasStatusOutput

type DescribeRefreshSchemasStatusOutput struct {

	// The status of the schema.
	RefreshSchemasStatus *RefreshSchemasStatus `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeRefreshSchemasStatusOutput) GoString

GoString returns the string representation

func (*DescribeRefreshSchemasStatusOutput) SetRefreshSchemasStatus added in v1.5.0

SetRefreshSchemasStatus sets the RefreshSchemasStatus field's value.

func (DescribeRefreshSchemasStatusOutput) String

String returns the string representation

type DescribeReplicationInstanceTaskLogsInput added in v1.12.73

type DescribeReplicationInstanceTaskLogsInput struct {

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The maximum number of records to include in the response. If more records
	// exist than the specified MaxRecords value, a pagination token called a marker
	// is included in the response so that the remaining results can be retrieved.
	//
	// Default: 100
	//
	// Constraints: Minimum 20, maximum 100.
	MaxRecords *int64 `type:"integer"`

	// The Amazon Resource Name (ARN) of the replication instance.
	//
	// ReplicationInstanceArn is a required field
	ReplicationInstanceArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeReplicationInstanceTaskLogsInput) GoString added in v1.12.73

GoString returns the string representation

func (*DescribeReplicationInstanceTaskLogsInput) SetMarker added in v1.12.73

SetMarker sets the Marker field's value.

func (*DescribeReplicationInstanceTaskLogsInput) SetMaxRecords added in v1.12.73

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeReplicationInstanceTaskLogsInput) SetReplicationInstanceArn added in v1.12.73

SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.

func (DescribeReplicationInstanceTaskLogsInput) String added in v1.12.73

String returns the string representation

func (*DescribeReplicationInstanceTaskLogsInput) Validate added in v1.12.73

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

type DescribeReplicationInstanceTaskLogsOutput added in v1.12.73

type DescribeReplicationInstanceTaskLogsOutput struct {

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The Amazon Resource Name (ARN) of the replication instance.
	ReplicationInstanceArn *string `type:"string"`

	// An array of replication task log metadata. Each member of the array contains
	// the replication task name, ARN, and task log size (in bytes).
	ReplicationInstanceTaskLogs []*ReplicationInstanceTaskLog `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeReplicationInstanceTaskLogsOutput) GoString added in v1.12.73

GoString returns the string representation

func (*DescribeReplicationInstanceTaskLogsOutput) SetMarker added in v1.12.73

SetMarker sets the Marker field's value.

func (*DescribeReplicationInstanceTaskLogsOutput) SetReplicationInstanceArn added in v1.12.73

SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.

func (*DescribeReplicationInstanceTaskLogsOutput) SetReplicationInstanceTaskLogs added in v1.12.73

SetReplicationInstanceTaskLogs sets the ReplicationInstanceTaskLogs field's value.

func (DescribeReplicationInstanceTaskLogsOutput) String added in v1.12.73

String returns the string representation

type DescribeReplicationInstancesInput

type DescribeReplicationInstancesInput struct {

	// Filters applied to the describe action.
	//
	// Valid filter names: replication-instance-arn | replication-instance-id |
	// replication-instance-class | engine-version
	Filters []*Filter `type:"list"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The maximum number of records to include in the response. If more records
	// exist than the specified MaxRecords value, a pagination token called a marker
	// is included in the response so that the remaining results can be retrieved.
	//
	// Default: 100
	//
	// Constraints: Minimum 20, maximum 100.
	MaxRecords *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeReplicationInstancesInput) GoString

GoString returns the string representation

func (*DescribeReplicationInstancesInput) SetFilters added in v1.5.0

SetFilters sets the Filters field's value.

func (*DescribeReplicationInstancesInput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeReplicationInstancesInput) SetMaxRecords added in v1.5.0

SetMaxRecords sets the MaxRecords field's value.

func (DescribeReplicationInstancesInput) String

String returns the string representation

func (*DescribeReplicationInstancesInput) Validate added in v1.1.21

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

type DescribeReplicationInstancesOutput

type DescribeReplicationInstancesOutput struct {

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The replication instances described.
	ReplicationInstances []*ReplicationInstance `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeReplicationInstancesOutput) GoString

GoString returns the string representation

func (*DescribeReplicationInstancesOutput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeReplicationInstancesOutput) SetReplicationInstances added in v1.5.0

SetReplicationInstances sets the ReplicationInstances field's value.

func (DescribeReplicationInstancesOutput) String

String returns the string representation

type DescribeReplicationSubnetGroupsInput

type DescribeReplicationSubnetGroupsInput struct {

	// Filters applied to the describe action.
	//
	// Valid filter names: replication-subnet-group-id
	Filters []*Filter `type:"list"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The maximum number of records to include in the response. If more records
	// exist than the specified MaxRecords value, a pagination token called a marker
	// is included in the response so that the remaining results can be retrieved.
	//
	// Default: 100
	//
	// Constraints: Minimum 20, maximum 100.
	MaxRecords *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeReplicationSubnetGroupsInput) GoString

GoString returns the string representation

func (*DescribeReplicationSubnetGroupsInput) SetFilters added in v1.5.0

SetFilters sets the Filters field's value.

func (*DescribeReplicationSubnetGroupsInput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeReplicationSubnetGroupsInput) SetMaxRecords added in v1.5.0

SetMaxRecords sets the MaxRecords field's value.

func (DescribeReplicationSubnetGroupsInput) String

String returns the string representation

func (*DescribeReplicationSubnetGroupsInput) Validate added in v1.1.21

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

type DescribeReplicationSubnetGroupsOutput

type DescribeReplicationSubnetGroupsOutput struct {

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// A description of the replication subnet groups.
	ReplicationSubnetGroups []*ReplicationSubnetGroup `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeReplicationSubnetGroupsOutput) GoString

GoString returns the string representation

func (*DescribeReplicationSubnetGroupsOutput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeReplicationSubnetGroupsOutput) SetReplicationSubnetGroups added in v1.5.0

SetReplicationSubnetGroups sets the ReplicationSubnetGroups field's value.

func (DescribeReplicationSubnetGroupsOutput) String

String returns the string representation

type DescribeReplicationTaskAssessmentResultsInput added in v1.12.30

type DescribeReplicationTaskAssessmentResultsInput struct {

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The maximum number of records to include in the response. If more records
	// exist than the specified MaxRecords value, a pagination token called a marker
	// is included in the response so that the remaining results can be retrieved.
	//
	// Default: 100
	//
	// Constraints: Minimum 20, maximum 100.
	MaxRecords *int64 `type:"integer"`

	// The Amazon Resource Name (ARN) string that uniquely identifies the task.
	// When this input parameter is specified, the API returns only one result and
	// ignore the values of the MaxRecords and Marker parameters.
	ReplicationTaskArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeReplicationTaskAssessmentResultsInput) GoString added in v1.12.30

GoString returns the string representation

func (*DescribeReplicationTaskAssessmentResultsInput) SetMarker added in v1.12.30

SetMarker sets the Marker field's value.

func (*DescribeReplicationTaskAssessmentResultsInput) SetMaxRecords added in v1.12.30

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeReplicationTaskAssessmentResultsInput) SetReplicationTaskArn added in v1.12.30

SetReplicationTaskArn sets the ReplicationTaskArn field's value.

func (DescribeReplicationTaskAssessmentResultsInput) String added in v1.12.30

String returns the string representation

type DescribeReplicationTaskAssessmentResultsOutput added in v1.12.30

type DescribeReplicationTaskAssessmentResultsOutput struct {

	// - The Amazon S3 bucket where the task assessment report is located.
	BucketName *string `type:"string"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The task assessment report.
	ReplicationTaskAssessmentResults []*ReplicationTaskAssessmentResult `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeReplicationTaskAssessmentResultsOutput) GoString added in v1.12.30

GoString returns the string representation

func (*DescribeReplicationTaskAssessmentResultsOutput) SetBucketName added in v1.12.30

SetBucketName sets the BucketName field's value.

func (*DescribeReplicationTaskAssessmentResultsOutput) SetMarker added in v1.12.30

SetMarker sets the Marker field's value.

func (*DescribeReplicationTaskAssessmentResultsOutput) SetReplicationTaskAssessmentResults added in v1.12.30

SetReplicationTaskAssessmentResults sets the ReplicationTaskAssessmentResults field's value.

func (DescribeReplicationTaskAssessmentResultsOutput) String added in v1.12.30

String returns the string representation

type DescribeReplicationTasksInput

type DescribeReplicationTasksInput struct {

	// Filters applied to the describe action.
	//
	// Valid filter names: replication-task-arn | replication-task-id | migration-type
	// | endpoint-arn | replication-instance-arn
	Filters []*Filter `type:"list"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The maximum number of records to include in the response. If more records
	// exist than the specified MaxRecords value, a pagination token called a marker
	// is included in the response so that the remaining results can be retrieved.
	//
	// Default: 100
	//
	// Constraints: Minimum 20, maximum 100.
	MaxRecords *int64 `type:"integer"`

	// An option to set to avoid returning information about settings. Use this
	// to reduce overhead when setting information is too large. To use this option,
	// choose true; otherwise, choose false (the default).
	WithoutSettings *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (DescribeReplicationTasksInput) GoString

GoString returns the string representation

func (*DescribeReplicationTasksInput) SetFilters added in v1.5.0

SetFilters sets the Filters field's value.

func (*DescribeReplicationTasksInput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeReplicationTasksInput) SetMaxRecords added in v1.5.0

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeReplicationTasksInput) SetWithoutSettings added in v1.18.4

SetWithoutSettings sets the WithoutSettings field's value.

func (DescribeReplicationTasksInput) String

String returns the string representation

func (*DescribeReplicationTasksInput) Validate added in v1.1.21

func (s *DescribeReplicationTasksInput) Validate() error

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

type DescribeReplicationTasksOutput

type DescribeReplicationTasksOutput struct {

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// A description of the replication tasks.
	ReplicationTasks []*ReplicationTask `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeReplicationTasksOutput) GoString

GoString returns the string representation

func (*DescribeReplicationTasksOutput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeReplicationTasksOutput) SetReplicationTasks added in v1.5.0

SetReplicationTasks sets the ReplicationTasks field's value.

func (DescribeReplicationTasksOutput) String

String returns the string representation

type DescribeSchemasInput

type DescribeSchemasInput struct {

	// The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
	//
	// EndpointArn is a required field
	EndpointArn *string `type:"string" required:"true"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The maximum number of records to include in the response. If more records
	// exist than the specified MaxRecords value, a pagination token called a marker
	// is included in the response so that the remaining results can be retrieved.
	//
	// Default: 100
	//
	// Constraints: Minimum 20, maximum 100.
	MaxRecords *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeSchemasInput) GoString

func (s DescribeSchemasInput) GoString() string

GoString returns the string representation

func (*DescribeSchemasInput) SetEndpointArn added in v1.5.0

func (s *DescribeSchemasInput) SetEndpointArn(v string) *DescribeSchemasInput

SetEndpointArn sets the EndpointArn field's value.

func (*DescribeSchemasInput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeSchemasInput) SetMaxRecords added in v1.5.0

func (s *DescribeSchemasInput) SetMaxRecords(v int64) *DescribeSchemasInput

SetMaxRecords sets the MaxRecords field's value.

func (DescribeSchemasInput) String

func (s DescribeSchemasInput) String() string

String returns the string representation

func (*DescribeSchemasInput) Validate added in v1.1.21

func (s *DescribeSchemasInput) Validate() error

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

type DescribeSchemasOutput

type DescribeSchemasOutput struct {

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The described schema.
	Schemas []*string `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeSchemasOutput) GoString

func (s DescribeSchemasOutput) GoString() string

GoString returns the string representation

func (*DescribeSchemasOutput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeSchemasOutput) SetSchemas added in v1.5.0

func (s *DescribeSchemasOutput) SetSchemas(v []*string) *DescribeSchemasOutput

SetSchemas sets the Schemas field's value.

func (DescribeSchemasOutput) String

func (s DescribeSchemasOutput) String() string

String returns the string representation

type DescribeTableStatisticsInput

type DescribeTableStatisticsInput struct {

	// Filters applied to the describe table statistics action.
	//
	// Valid filter names: schema-name | table-name | table-state
	//
	// A combination of filters creates an AND condition where each record matches
	// all specified filters.
	Filters []*Filter `type:"list"`

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The maximum number of records to include in the response. If more records
	// exist than the specified MaxRecords value, a pagination token called a marker
	// is included in the response so that the remaining results can be retrieved.
	//
	// Default: 100
	//
	// Constraints: Minimum 20, maximum 500.
	MaxRecords *int64 `type:"integer"`

	// The Amazon Resource Name (ARN) of the replication task.
	//
	// ReplicationTaskArn is a required field
	ReplicationTaskArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTableStatisticsInput) GoString

func (s DescribeTableStatisticsInput) GoString() string

GoString returns the string representation

func (*DescribeTableStatisticsInput) SetFilters added in v1.12.10

SetFilters sets the Filters field's value.

func (*DescribeTableStatisticsInput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeTableStatisticsInput) SetMaxRecords added in v1.5.0

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeTableStatisticsInput) SetReplicationTaskArn added in v1.5.0

SetReplicationTaskArn sets the ReplicationTaskArn field's value.

func (DescribeTableStatisticsInput) String

String returns the string representation

func (*DescribeTableStatisticsInput) Validate added in v1.1.21

func (s *DescribeTableStatisticsInput) Validate() error

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

type DescribeTableStatisticsOutput

type DescribeTableStatisticsOutput struct {

	// An optional pagination token provided by a previous request. If this parameter
	// is specified, the response includes only records beyond the marker, up to
	// the value specified by MaxRecords.
	Marker *string `type:"string"`

	// The Amazon Resource Name (ARN) of the replication task.
	ReplicationTaskArn *string `type:"string"`

	// The table statistics.
	TableStatistics []*TableStatistics `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeTableStatisticsOutput) GoString

GoString returns the string representation

func (*DescribeTableStatisticsOutput) SetMarker added in v1.5.0

SetMarker sets the Marker field's value.

func (*DescribeTableStatisticsOutput) SetReplicationTaskArn added in v1.5.0

SetReplicationTaskArn sets the ReplicationTaskArn field's value.

func (*DescribeTableStatisticsOutput) SetTableStatistics added in v1.5.0

SetTableStatistics sets the TableStatistics field's value.

func (DescribeTableStatisticsOutput) String

String returns the string representation

type DmsTransferSettings added in v1.14.22

type DmsTransferSettings struct {

	// The name of the S3 bucket to use.
	BucketName *string `type:"string"`

	// The IAM role that has permission to access the Amazon S3 bucket.
	ServiceAccessRoleArn *string `type:"string"`
	// contains filtered or unexported fields
}

The settings in JSON format for the DMS Transfer type source endpoint.

func (DmsTransferSettings) GoString added in v1.14.22

func (s DmsTransferSettings) GoString() string

GoString returns the string representation

func (*DmsTransferSettings) SetBucketName added in v1.14.22

func (s *DmsTransferSettings) SetBucketName(v string) *DmsTransferSettings

SetBucketName sets the BucketName field's value.

func (*DmsTransferSettings) SetServiceAccessRoleArn added in v1.14.22

func (s *DmsTransferSettings) SetServiceAccessRoleArn(v string) *DmsTransferSettings

SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value.

func (DmsTransferSettings) String added in v1.14.22

func (s DmsTransferSettings) String() string

String returns the string representation

type DynamoDbSettings added in v1.8.28

type DynamoDbSettings struct {

	// The Amazon Resource Name (ARN) used by the service access IAM role.
	//
	// ServiceAccessRoleArn is a required field
	ServiceAccessRoleArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Provides the Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role used to define an Amazon DynamoDB target endpoint.

func (DynamoDbSettings) GoString added in v1.8.28

func (s DynamoDbSettings) GoString() string

GoString returns the string representation

func (*DynamoDbSettings) SetServiceAccessRoleArn added in v1.8.28

func (s *DynamoDbSettings) SetServiceAccessRoleArn(v string) *DynamoDbSettings

SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value.

func (DynamoDbSettings) String added in v1.8.28

func (s DynamoDbSettings) String() string

String returns the string representation

func (*DynamoDbSettings) Validate added in v1.8.28

func (s *DynamoDbSettings) Validate() error

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

type ElasticsearchSettings added in v1.15.77

type ElasticsearchSettings struct {

	// The endpoint for the Elasticsearch cluster.
	//
	// EndpointUri is a required field
	EndpointUri *string `type:"string" required:"true"`

	// The maximum number of seconds for which DMS retries failed API requests to
	// the Elasticsearch cluster.
	ErrorRetryDuration *int64 `type:"integer"`

	// The maximum percentage of records that can fail to be written before a full
	// load operation stops.
	FullLoadErrorPercentage *int64 `type:"integer"`

	// The Amazon Resource Name (ARN) used by service to access the IAM role.
	//
	// ServiceAccessRoleArn is a required field
	ServiceAccessRoleArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Provides information that defines an Elasticsearch endpoint.

func (ElasticsearchSettings) GoString added in v1.15.77

func (s ElasticsearchSettings) GoString() string

GoString returns the string representation

func (*ElasticsearchSettings) SetEndpointUri added in v1.15.77

func (s *ElasticsearchSettings) SetEndpointUri(v string) *ElasticsearchSettings

SetEndpointUri sets the EndpointUri field's value.

func (*ElasticsearchSettings) SetErrorRetryDuration added in v1.15.77

func (s *ElasticsearchSettings) SetErrorRetryDuration(v int64) *ElasticsearchSettings

SetErrorRetryDuration sets the ErrorRetryDuration field's value.

func (*ElasticsearchSettings) SetFullLoadErrorPercentage added in v1.15.77

func (s *ElasticsearchSettings) SetFullLoadErrorPercentage(v int64) *ElasticsearchSettings

SetFullLoadErrorPercentage sets the FullLoadErrorPercentage field's value.

func (*ElasticsearchSettings) SetServiceAccessRoleArn added in v1.15.77

func (s *ElasticsearchSettings) SetServiceAccessRoleArn(v string) *ElasticsearchSettings

SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value.

func (ElasticsearchSettings) String added in v1.15.77

func (s ElasticsearchSettings) String() string

String returns the string representation

func (*ElasticsearchSettings) Validate added in v1.15.77

func (s *ElasticsearchSettings) Validate() error

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

type Endpoint

type Endpoint struct {

	// The Amazon Resource Name (ARN) used for SSL connection to the endpoint.
	CertificateArn *string `type:"string"`

	// The name of the database at the endpoint.
	DatabaseName *string `type:"string"`

	// The settings in JSON format for the DMS transfer type of source endpoint.
	//
	// Possible settings include the following:
	//
	//    * ServiceAccessRoleArn - The IAM role that has permission to access the
	//    Amazon S3 bucket.
	//
	//    * BucketName - The name of the S3 bucket to use.
	//
	//    * CompressionType - An optional parameter to use GZIP to compress the
	//    target files. To use GZIP, set this value to NONE (the default). To keep
	//    the files uncompressed, don't use this value.
	//
	// Shorthand syntax for these settings is as follows: ServiceAccessRoleArn=string,BucketName=string,CompressionType=string
	//
	// JSON syntax for these settings is as follows: { "ServiceAccessRoleArn": "string",
	// "BucketName": "string", "CompressionType": "none"|"gzip" }
	DmsTransferSettings *DmsTransferSettings `type:"structure"`

	// The settings for the target DynamoDB database. For more information, see
	// the DynamoDBSettings structure.
	DynamoDbSettings *DynamoDbSettings `type:"structure"`

	// The settings for the Elasticsearch source endpoint. For more information,
	// see the ElasticsearchSettings structure.
	ElasticsearchSettings *ElasticsearchSettings `type:"structure"`

	// The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
	EndpointArn *string `type:"string"`

	// The database endpoint identifier. Identifiers must begin with a letter and
	// must contain only ASCII letters, digits, and hyphens. They can't end with
	// a hyphen or contain two consecutive hyphens.
	EndpointIdentifier *string `type:"string"`

	// The type of endpoint. Valid values are source and target.
	EndpointType *string `type:"string" enum:"ReplicationEndpointTypeValue"`

	// The expanded name for the engine name. For example, if the EngineName parameter
	// is "aurora," this value would be "Amazon Aurora MySQL."
	EngineDisplayName *string `type:"string"`

	// The database engine name. Valid values, depending on the EndpointType, include
	// "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql",
	// "redshift", "s3", "db2", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis",
	// "kafka", "elasticsearch", "documentdb", "sqlserver", and "neptune".
	EngineName *string `type:"string"`

	// Value returned by a call to CreateEndpoint that can be used for cross-account
	// validation. Use it on a subsequent call to CreateEndpoint to create the endpoint
	// with a cross-account.
	ExternalId *string `type:"string"`

	// The external table definition.
	ExternalTableDefinition *string `type:"string"`

	// Additional connection attributes used to connect to the endpoint.
	ExtraConnectionAttributes *string `type:"string"`

	// The settings for the Apache Kafka target endpoint. For more information,
	// see the KafkaSettings structure.
	KafkaSettings *KafkaSettings `type:"structure"`

	// The settings for the Amazon Kinesis target endpoint. For more information,
	// see the KinesisSettings structure.
	KinesisSettings *KinesisSettings `type:"structure"`

	// An AWS KMS key identifier that is used to encrypt the connection parameters
	// for the endpoint.
	//
	// If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses
	// your default encryption key.
	//
	// AWS KMS creates the default encryption key for your AWS account. Your AWS
	// account has a different default encryption key for each AWS Region.
	KmsKeyId *string `type:"string"`

	// The settings for the MongoDB source endpoint. For more information, see the
	// MongoDbSettings structure.
	MongoDbSettings *MongoDbSettings `type:"structure"`

	// The settings for the Amazon Neptune target endpoint. For more information,
	// see the NeptuneSettings structure.
	NeptuneSettings *NeptuneSettings `type:"structure"`

	// The port value used to access the endpoint.
	Port *int64 `type:"integer"`

	// Settings for the Amazon Redshift endpoint.
	RedshiftSettings *RedshiftSettings `type:"structure"`

	// The settings for the S3 target endpoint. For more information, see the S3Settings
	// structure.
	S3Settings *S3Settings `type:"structure"`

	// The name of the server at the endpoint.
	ServerName *string `type:"string"`

	// The Amazon Resource Name (ARN) used by the service access IAM role.
	ServiceAccessRoleArn *string `type:"string"`

	// The SSL mode used to connect to the endpoint. The default value is none.
	SslMode *string `type:"string" enum:"DmsSslModeValue"`

	// The status of the endpoint.
	Status *string `type:"string"`

	// The user name used to connect to the endpoint.
	Username *string `type:"string"`
	// contains filtered or unexported fields
}

Describes an endpoint of a database instance in response to operations such as the following:

  • CreateEndpoint

  • DescribeEndpoint

  • DescribeEndpointTypes

  • ModifyEndpoint

func (Endpoint) GoString

func (s Endpoint) GoString() string

GoString returns the string representation

func (*Endpoint) SetCertificateArn added in v1.5.0

func (s *Endpoint) SetCertificateArn(v string) *Endpoint

SetCertificateArn sets the CertificateArn field's value.

func (*Endpoint) SetDatabaseName added in v1.5.0

func (s *Endpoint) SetDatabaseName(v string) *Endpoint

SetDatabaseName sets the DatabaseName field's value.

func (*Endpoint) SetDmsTransferSettings added in v1.14.22

func (s *Endpoint) SetDmsTransferSettings(v *DmsTransferSettings) *Endpoint

SetDmsTransferSettings sets the DmsTransferSettings field's value.

func (*Endpoint) SetDynamoDbSettings added in v1.8.28

func (s *Endpoint) SetDynamoDbSettings(v *DynamoDbSettings) *Endpoint

SetDynamoDbSettings sets the DynamoDbSettings field's value.

func (*Endpoint) SetElasticsearchSettings added in v1.15.77

func (s *Endpoint) SetElasticsearchSettings(v *ElasticsearchSettings) *Endpoint

SetElasticsearchSettings sets the ElasticsearchSettings field's value.

func (*Endpoint) SetEndpointArn added in v1.5.0

func (s *Endpoint) SetEndpointArn(v string) *Endpoint

SetEndpointArn sets the EndpointArn field's value.

func (*Endpoint) SetEndpointIdentifier added in v1.5.0

func (s *Endpoint) SetEndpointIdentifier(v string) *Endpoint

SetEndpointIdentifier sets the EndpointIdentifier field's value.

func (*Endpoint) SetEndpointType added in v1.5.0

func (s *Endpoint) SetEndpointType(v string) *Endpoint

SetEndpointType sets the EndpointType field's value.

func (*Endpoint) SetEngineDisplayName added in v1.13.32

func (s *Endpoint) SetEngineDisplayName(v string) *Endpoint

SetEngineDisplayName sets the EngineDisplayName field's value.

func (*Endpoint) SetEngineName added in v1.5.0

func (s *Endpoint) SetEngineName(v string) *Endpoint

SetEngineName sets the EngineName field's value.

func (*Endpoint) SetExternalId added in v1.8.28

func (s *Endpoint) SetExternalId(v string) *Endpoint

SetExternalId sets the ExternalId field's value.

func (*Endpoint) SetExternalTableDefinition added in v1.13.32

func (s *Endpoint) SetExternalTableDefinition(v string) *Endpoint

SetExternalTableDefinition sets the ExternalTableDefinition field's value.

func (*Endpoint) SetExtraConnectionAttributes added in v1.5.0

func (s *Endpoint) SetExtraConnectionAttributes(v string) *Endpoint

SetExtraConnectionAttributes sets the ExtraConnectionAttributes field's value.

func (*Endpoint) SetKafkaSettings added in v1.29.20

func (s *Endpoint) SetKafkaSettings(v *KafkaSettings) *Endpoint

SetKafkaSettings sets the KafkaSettings field's value.

func (*Endpoint) SetKinesisSettings added in v1.15.77

func (s *Endpoint) SetKinesisSettings(v *KinesisSettings) *Endpoint

SetKinesisSettings sets the KinesisSettings field's value.

func (*Endpoint) SetKmsKeyId added in v1.5.0

func (s *Endpoint) SetKmsKeyId(v string) *Endpoint

SetKmsKeyId sets the KmsKeyId field's value.

func (*Endpoint) SetMongoDbSettings added in v1.8.28

func (s *Endpoint) SetMongoDbSettings(v *MongoDbSettings) *Endpoint

SetMongoDbSettings sets the MongoDbSettings field's value.

func (*Endpoint) SetNeptuneSettings added in v1.30.15

func (s *Endpoint) SetNeptuneSettings(v *NeptuneSettings) *Endpoint

SetNeptuneSettings sets the NeptuneSettings field's value.

func (*Endpoint) SetPort added in v1.5.0

func (s *Endpoint) SetPort(v int64) *Endpoint

SetPort sets the Port field's value.

func (*Endpoint) SetRedshiftSettings added in v1.18.4

func (s *Endpoint) SetRedshiftSettings(v *RedshiftSettings) *Endpoint

SetRedshiftSettings sets the RedshiftSettings field's value.

func (*Endpoint) SetS3Settings added in v1.8.28

func (s *Endpoint) SetS3Settings(v *S3Settings) *Endpoint

SetS3Settings sets the S3Settings field's value.

func (*Endpoint) SetServerName added in v1.5.0

func (s *Endpoint) SetServerName(v string) *Endpoint

SetServerName sets the ServerName field's value.

func (*Endpoint) SetServiceAccessRoleArn added in v1.13.32

func (s *Endpoint) SetServiceAccessRoleArn(v string) *Endpoint

SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value.

func (*Endpoint) SetSslMode added in v1.5.0

func (s *Endpoint) SetSslMode(v string) *Endpoint

SetSslMode sets the SslMode field's value.

func (*Endpoint) SetStatus added in v1.5.0

func (s *Endpoint) SetStatus(v string) *Endpoint

SetStatus sets the Status field's value.

func (*Endpoint) SetUsername added in v1.5.0

func (s *Endpoint) SetUsername(v string) *Endpoint

SetUsername sets the Username field's value.

func (Endpoint) String

func (s Endpoint) String() string

String returns the string representation

type Event added in v1.8.28

type Event struct {

	// The date of the event.
	Date *time.Time `type:"timestamp"`

	// The event categories available for the specified source type.
	EventCategories []*string `type:"list"`

	// The event message.
	Message *string `type:"string"`

	// The identifier of an event source.
	SourceIdentifier *string `type:"string"`

	// The type of AWS DMS resource that generates events.
	//
	// Valid values: replication-instance | endpoint | replication-task
	SourceType *string `type:"string" enum:"SourceType"`
	// contains filtered or unexported fields
}

Describes an identifiable significant activity that affects a replication instance or task. This object can provide the message, the available event categories, the date and source of the event, and the AWS DMS resource type.

func (Event) GoString added in v1.8.28

func (s Event) GoString() string

GoString returns the string representation

func (*Event) SetDate added in v1.8.28

func (s *Event) SetDate(v time.Time) *Event

SetDate sets the Date field's value.

func (*Event) SetEventCategories added in v1.8.28

func (s *Event) SetEventCategories(v []*string) *Event

SetEventCategories sets the EventCategories field's value.

func (*Event) SetMessage added in v1.8.28

func (s *Event) SetMessage(v string) *Event

SetMessage sets the Message field's value.

func (*Event) SetSourceIdentifier added in v1.8.28

func (s *Event) SetSourceIdentifier(v string) *Event

SetSourceIdentifier sets the SourceIdentifier field's value.

func (*Event) SetSourceType added in v1.8.28

func (s *Event) SetSourceType(v string) *Event

SetSourceType sets the SourceType field's value.

func (Event) String added in v1.8.28

func (s Event) String() string

String returns the string representation

type EventCategoryGroup added in v1.8.28

type EventCategoryGroup struct {

	// A list of event categories from a source type that you've chosen.
	EventCategories []*string `type:"list"`

	// The type of AWS DMS resource that generates events.
	//
	// Valid values: replication-instance | replication-server | security-group
	// | replication-task
	SourceType *string `type:"string"`
	// contains filtered or unexported fields
}

Lists categories of events subscribed to, and generated by, the applicable AWS DMS resource type.

func (EventCategoryGroup) GoString added in v1.8.28

func (s EventCategoryGroup) GoString() string

GoString returns the string representation

func (*EventCategoryGroup) SetEventCategories added in v1.8.28

func (s *EventCategoryGroup) SetEventCategories(v []*string) *EventCategoryGroup

SetEventCategories sets the EventCategories field's value.

func (*EventCategoryGroup) SetSourceType added in v1.8.28

func (s *EventCategoryGroup) SetSourceType(v string) *EventCategoryGroup

SetSourceType sets the SourceType field's value.

func (EventCategoryGroup) String added in v1.8.28

func (s EventCategoryGroup) String() string

String returns the string representation

type EventSubscription added in v1.8.28

type EventSubscription struct {

	// The AWS DMS event notification subscription Id.
	CustSubscriptionId *string `type:"string"`

	// The AWS customer account associated with the AWS DMS event notification subscription.
	CustomerAwsId *string `type:"string"`

	// Boolean value that indicates if the event subscription is enabled.
	Enabled *bool `type:"boolean"`

	// A lists of event categories.
	EventCategoriesList []*string `type:"list"`

	// The topic ARN of the AWS DMS event notification subscription.
	SnsTopicArn *string `type:"string"`

	// A list of source Ids for the event subscription.
	SourceIdsList []*string `type:"list"`

	// The type of AWS DMS resource that generates events.
	//
	// Valid values: replication-instance | replication-server | security-group
	// | replication-task
	SourceType *string `type:"string"`

	// The status of the AWS DMS event notification subscription.
	//
	// Constraints:
	//
	// Can be one of the following: creating | modifying | deleting | active | no-permission
	// | topic-not-exist
	//
	// The status "no-permission" indicates that AWS DMS no longer has permission
	// to post to the SNS topic. The status "topic-not-exist" indicates that the
	// topic was deleted after the subscription was created.
	Status *string `type:"string"`

	// The time the AWS DMS event notification subscription was created.
	SubscriptionCreationTime *string `type:"string"`
	// contains filtered or unexported fields
}

Describes an event notification subscription created by the CreateEventSubscription operation.

func (EventSubscription) GoString added in v1.8.28

func (s EventSubscription) GoString() string

GoString returns the string representation

func (*EventSubscription) SetCustSubscriptionId added in v1.8.28

func (s *EventSubscription) SetCustSubscriptionId(v string) *EventSubscription

SetCustSubscriptionId sets the CustSubscriptionId field's value.

func (*EventSubscription) SetCustomerAwsId added in v1.8.28

func (s *EventSubscription) SetCustomerAwsId(v string) *EventSubscription

SetCustomerAwsId sets the CustomerAwsId field's value.

func (*EventSubscription) SetEnabled added in v1.8.28

func (s *EventSubscription) SetEnabled(v bool) *EventSubscription

SetEnabled sets the Enabled field's value.

func (*EventSubscription) SetEventCategoriesList added in v1.8.28

func (s *EventSubscription) SetEventCategoriesList(v []*string) *EventSubscription

SetEventCategoriesList sets the EventCategoriesList field's value.

func (*EventSubscription) SetSnsTopicArn added in v1.8.28

func (s *EventSubscription) SetSnsTopicArn(v string) *EventSubscription

SetSnsTopicArn sets the SnsTopicArn field's value.

func (*EventSubscription) SetSourceIdsList added in v1.8.28

func (s *EventSubscription) SetSourceIdsList(v []*string) *EventSubscription

SetSourceIdsList sets the SourceIdsList field's value.

func (*EventSubscription) SetSourceType added in v1.8.28

func (s *EventSubscription) SetSourceType(v string) *EventSubscription

SetSourceType sets the SourceType field's value.

func (*EventSubscription) SetStatus added in v1.8.28

func (s *EventSubscription) SetStatus(v string) *EventSubscription

SetStatus sets the Status field's value.

func (*EventSubscription) SetSubscriptionCreationTime added in v1.8.28

func (s *EventSubscription) SetSubscriptionCreationTime(v string) *EventSubscription

SetSubscriptionCreationTime sets the SubscriptionCreationTime field's value.

func (EventSubscription) String added in v1.8.28

func (s EventSubscription) String() string

String returns the string representation

type Filter

type Filter struct {

	// The name of the filter.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The filter value.
	//
	// Values is a required field
	Values []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

Identifies the name and value of a source filter object used to limit the number and type of records transferred from your source to your target.

func (Filter) GoString

func (s Filter) GoString() string

GoString returns the string representation

func (*Filter) SetName added in v1.5.0

func (s *Filter) SetName(v string) *Filter

SetName sets the Name field's value.

func (*Filter) SetValues added in v1.5.0

func (s *Filter) SetValues(v []*string) *Filter

SetValues sets the Values field's value.

func (Filter) String

func (s Filter) String() string

String returns the string representation

func (*Filter) Validate added in v1.1.21

func (s *Filter) Validate() error

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

type ImportCertificateInput added in v1.2.5

type ImportCertificateInput struct {

	// A customer-assigned name for the certificate. Identifiers must begin with
	// a letter and must contain only ASCII letters, digits, and hyphens. They can't
	// end with a hyphen or contain two consecutive hyphens.
	//
	// CertificateIdentifier is a required field
	CertificateIdentifier *string `type:"string" required:"true"`

	// The contents of a .pem file, which contains an X.509 certificate.
	CertificatePem *string `type:"string"`

	// The location of an imported Oracle Wallet certificate for use with SSL.
	//
	// CertificateWallet is automatically base64 encoded/decoded by the SDK.
	CertificateWallet []byte `type:"blob"`

	// The tags associated with the certificate.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (ImportCertificateInput) GoString added in v1.2.5

func (s ImportCertificateInput) GoString() string

GoString returns the string representation

func (*ImportCertificateInput) SetCertificateIdentifier added in v1.5.0

func (s *ImportCertificateInput) SetCertificateIdentifier(v string) *ImportCertificateInput

SetCertificateIdentifier sets the CertificateIdentifier field's value.

func (*ImportCertificateInput) SetCertificatePem added in v1.5.0

func (s *ImportCertificateInput) SetCertificatePem(v string) *ImportCertificateInput

SetCertificatePem sets the CertificatePem field's value.

func (*ImportCertificateInput) SetCertificateWallet added in v1.6.3

func (s *ImportCertificateInput) SetCertificateWallet(v []byte) *ImportCertificateInput

SetCertificateWallet sets the CertificateWallet field's value.

func (*ImportCertificateInput) SetTags added in v1.10.2

SetTags sets the Tags field's value.

func (ImportCertificateInput) String added in v1.2.5

func (s ImportCertificateInput) String() string

String returns the string representation

func (*ImportCertificateInput) Validate added in v1.2.5

func (s *ImportCertificateInput) Validate() error

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

type ImportCertificateOutput added in v1.2.5

type ImportCertificateOutput struct {

	// The certificate to be uploaded.
	Certificate *Certificate `type:"structure"`
	// contains filtered or unexported fields
}

func (ImportCertificateOutput) GoString added in v1.2.5

func (s ImportCertificateOutput) GoString() string

GoString returns the string representation

func (*ImportCertificateOutput) SetCertificate added in v1.5.0

SetCertificate sets the Certificate field's value.

func (ImportCertificateOutput) String added in v1.2.5

func (s ImportCertificateOutput) String() string

String returns the string representation

type InsufficientResourceCapacityFault added in v1.28.0

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

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

There are not enough resources allocated to the database migration.

func (*InsufficientResourceCapacityFault) Code added in v1.28.0

Code returns the exception type name.

func (*InsufficientResourceCapacityFault) Error added in v1.28.0

func (InsufficientResourceCapacityFault) GoString added in v1.28.0

GoString returns the string representation

func (*InsufficientResourceCapacityFault) Message added in v1.28.0

Message returns the exception's message.

func (*InsufficientResourceCapacityFault) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InsufficientResourceCapacityFault) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*InsufficientResourceCapacityFault) StatusCode added in v1.28.0

func (s *InsufficientResourceCapacityFault) StatusCode() int

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

func (InsufficientResourceCapacityFault) String added in v1.28.0

String returns the string representation

type InvalidCertificateFault added in v1.28.0

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

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

The certificate was not valid.

func (*InvalidCertificateFault) Code added in v1.28.0

func (s *InvalidCertificateFault) Code() string

Code returns the exception type name.

func (*InvalidCertificateFault) Error added in v1.28.0

func (s *InvalidCertificateFault) Error() string

func (InvalidCertificateFault) GoString added in v1.28.0

func (s InvalidCertificateFault) GoString() string

GoString returns the string representation

func (*InvalidCertificateFault) Message added in v1.28.0

func (s *InvalidCertificateFault) Message() string

Message returns the exception's message.

func (*InvalidCertificateFault) OrigErr added in v1.28.0

func (s *InvalidCertificateFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidCertificateFault) RequestID added in v1.28.0

func (s *InvalidCertificateFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidCertificateFault) StatusCode added in v1.28.0

func (s *InvalidCertificateFault) StatusCode() int

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

func (InvalidCertificateFault) String added in v1.28.0

func (s InvalidCertificateFault) String() string

String returns the string representation

type InvalidResourceStateFault added in v1.28.0

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

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

The resource is in a state that prevents it from being used for database migration.

func (*InvalidResourceStateFault) Code added in v1.28.0

Code returns the exception type name.

func (*InvalidResourceStateFault) Error added in v1.28.0

func (s *InvalidResourceStateFault) Error() string

func (InvalidResourceStateFault) GoString added in v1.28.0

func (s InvalidResourceStateFault) GoString() string

GoString returns the string representation

func (*InvalidResourceStateFault) Message added in v1.28.0

func (s *InvalidResourceStateFault) Message() string

Message returns the exception's message.

func (*InvalidResourceStateFault) OrigErr added in v1.28.0

func (s *InvalidResourceStateFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidResourceStateFault) RequestID added in v1.28.0

func (s *InvalidResourceStateFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidResourceStateFault) StatusCode added in v1.28.0

func (s *InvalidResourceStateFault) StatusCode() int

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

func (InvalidResourceStateFault) String added in v1.28.0

func (s InvalidResourceStateFault) String() string

String returns the string representation

type InvalidSubnet added in v1.28.0

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

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

The subnet provided is invalid.

func (*InvalidSubnet) Code added in v1.28.0

func (s *InvalidSubnet) Code() string

Code returns the exception type name.

func (*InvalidSubnet) Error added in v1.28.0

func (s *InvalidSubnet) Error() string

func (InvalidSubnet) GoString added in v1.28.0

func (s InvalidSubnet) GoString() string

GoString returns the string representation

func (*InvalidSubnet) Message added in v1.28.0

func (s *InvalidSubnet) Message() string

Message returns the exception's message.

func (*InvalidSubnet) OrigErr added in v1.28.0

func (s *InvalidSubnet) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InvalidSubnet) RequestID added in v1.28.0

func (s *InvalidSubnet) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InvalidSubnet) StatusCode added in v1.28.0

func (s *InvalidSubnet) StatusCode() int

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

func (InvalidSubnet) String added in v1.28.0

func (s InvalidSubnet) String() string

String returns the string representation

type KMSAccessDeniedFault added in v1.28.0

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

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

The ciphertext references a key that doesn't exist or that the DMS account doesn't have access to.

func (*KMSAccessDeniedFault) Code added in v1.28.0

func (s *KMSAccessDeniedFault) Code() string

Code returns the exception type name.

func (*KMSAccessDeniedFault) Error added in v1.28.0

func (s *KMSAccessDeniedFault) Error() string

func (KMSAccessDeniedFault) GoString added in v1.28.0

func (s KMSAccessDeniedFault) GoString() string

GoString returns the string representation

func (*KMSAccessDeniedFault) Message added in v1.28.0

func (s *KMSAccessDeniedFault) Message() string

Message returns the exception's message.

func (*KMSAccessDeniedFault) OrigErr added in v1.28.0

func (s *KMSAccessDeniedFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*KMSAccessDeniedFault) RequestID added in v1.28.0

func (s *KMSAccessDeniedFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*KMSAccessDeniedFault) StatusCode added in v1.28.0

func (s *KMSAccessDeniedFault) StatusCode() int

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

func (KMSAccessDeniedFault) String added in v1.28.0

func (s KMSAccessDeniedFault) String() string

String returns the string representation

type KMSDisabledFault added in v1.28.0

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

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

The specified master key (CMK) isn't enabled.

func (*KMSDisabledFault) Code added in v1.28.0

func (s *KMSDisabledFault) Code() string

Code returns the exception type name.

func (*KMSDisabledFault) Error added in v1.28.0

func (s *KMSDisabledFault) Error() string

func (KMSDisabledFault) GoString added in v1.28.0

func (s KMSDisabledFault) GoString() string

GoString returns the string representation

func (*KMSDisabledFault) Message added in v1.28.0

func (s *KMSDisabledFault) Message() string

Message returns the exception's message.

func (*KMSDisabledFault) OrigErr added in v1.28.0

func (s *KMSDisabledFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*KMSDisabledFault) RequestID added in v1.28.0

func (s *KMSDisabledFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*KMSDisabledFault) StatusCode added in v1.28.0

func (s *KMSDisabledFault) StatusCode() int

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

func (KMSDisabledFault) String added in v1.28.0

func (s KMSDisabledFault) String() string

String returns the string representation

type KMSInvalidStateFault added in v1.28.0

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

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

The state of the specified AWS KMS resource isn't valid for this request.

func (*KMSInvalidStateFault) Code added in v1.28.0

func (s *KMSInvalidStateFault) Code() string

Code returns the exception type name.

func (*KMSInvalidStateFault) Error added in v1.28.0

func (s *KMSInvalidStateFault) Error() string

func (KMSInvalidStateFault) GoString added in v1.28.0

func (s KMSInvalidStateFault) GoString() string

GoString returns the string representation

func (*KMSInvalidStateFault) Message added in v1.28.0

func (s *KMSInvalidStateFault) Message() string

Message returns the exception's message.

func (*KMSInvalidStateFault) OrigErr added in v1.28.0

func (s *KMSInvalidStateFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*KMSInvalidStateFault) RequestID added in v1.28.0

func (s *KMSInvalidStateFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*KMSInvalidStateFault) StatusCode added in v1.28.0

func (s *KMSInvalidStateFault) StatusCode() int

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

func (KMSInvalidStateFault) String added in v1.28.0

func (s KMSInvalidStateFault) String() string

String returns the string representation

type KMSKeyNotAccessibleFault added in v1.28.0

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

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

AWS DMS cannot access the AWS KMS key.

func (*KMSKeyNotAccessibleFault) Code added in v1.28.0

func (s *KMSKeyNotAccessibleFault) Code() string

Code returns the exception type name.

func (*KMSKeyNotAccessibleFault) Error added in v1.28.0

func (s *KMSKeyNotAccessibleFault) Error() string

func (KMSKeyNotAccessibleFault) GoString added in v1.28.0

func (s KMSKeyNotAccessibleFault) GoString() string

GoString returns the string representation

func (*KMSKeyNotAccessibleFault) Message added in v1.28.0

func (s *KMSKeyNotAccessibleFault) Message() string

Message returns the exception's message.

func (*KMSKeyNotAccessibleFault) OrigErr added in v1.28.0

func (s *KMSKeyNotAccessibleFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*KMSKeyNotAccessibleFault) RequestID added in v1.28.0

func (s *KMSKeyNotAccessibleFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*KMSKeyNotAccessibleFault) StatusCode added in v1.28.0

func (s *KMSKeyNotAccessibleFault) StatusCode() int

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

func (KMSKeyNotAccessibleFault) String added in v1.28.0

func (s KMSKeyNotAccessibleFault) String() string

String returns the string representation

type KMSNotFoundFault added in v1.28.0

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

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

The specified AWS KMS entity or resource can't be found.

func (*KMSNotFoundFault) Code added in v1.28.0

func (s *KMSNotFoundFault) Code() string

Code returns the exception type name.

func (*KMSNotFoundFault) Error added in v1.28.0

func (s *KMSNotFoundFault) Error() string

func (KMSNotFoundFault) GoString added in v1.28.0

func (s KMSNotFoundFault) GoString() string

GoString returns the string representation

func (*KMSNotFoundFault) Message added in v1.28.0

func (s *KMSNotFoundFault) Message() string

Message returns the exception's message.

func (*KMSNotFoundFault) OrigErr added in v1.28.0

func (s *KMSNotFoundFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*KMSNotFoundFault) RequestID added in v1.28.0

func (s *KMSNotFoundFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*KMSNotFoundFault) StatusCode added in v1.28.0

func (s *KMSNotFoundFault) StatusCode() int

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

func (KMSNotFoundFault) String added in v1.28.0

func (s KMSNotFoundFault) String() string

String returns the string representation

type KMSThrottlingFault added in v1.28.0

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

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

This request triggered AWS KMS request throttling.

func (*KMSThrottlingFault) Code added in v1.28.0

func (s *KMSThrottlingFault) Code() string

Code returns the exception type name.

func (*KMSThrottlingFault) Error added in v1.28.0

func (s *KMSThrottlingFault) Error() string

func (KMSThrottlingFault) GoString added in v1.28.0

func (s KMSThrottlingFault) GoString() string

GoString returns the string representation

func (*KMSThrottlingFault) Message added in v1.28.0

func (s *KMSThrottlingFault) Message() string

Message returns the exception's message.

func (*KMSThrottlingFault) OrigErr added in v1.28.0

func (s *KMSThrottlingFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*KMSThrottlingFault) RequestID added in v1.28.0

func (s *KMSThrottlingFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*KMSThrottlingFault) StatusCode added in v1.28.0

func (s *KMSThrottlingFault) StatusCode() int

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

func (KMSThrottlingFault) String added in v1.28.0

func (s KMSThrottlingFault) String() string

String returns the string representation

type KafkaSettings added in v1.29.20

type KafkaSettings struct {

	// The broker location and port of the Kafka broker that hosts your Kafka instance.
	// Specify the broker in the form broker-hostname-or-ip:port . For example,
	// "ec2-12-345-678-901.compute-1.amazonaws.com:2345".
	Broker *string `type:"string"`

	// The topic to which you migrate the data. If you don't specify a topic, AWS
	// DMS specifies "kafka-default-topic" as the migration topic.
	Topic *string `type:"string"`
	// contains filtered or unexported fields
}

Provides information that describes an Apache Kafka endpoint. This information includes the output format of records applied to the endpoint and details of transaction and control table data information.

func (KafkaSettings) GoString added in v1.29.20

func (s KafkaSettings) GoString() string

GoString returns the string representation

func (*KafkaSettings) SetBroker added in v1.29.20

func (s *KafkaSettings) SetBroker(v string) *KafkaSettings

SetBroker sets the Broker field's value.

func (*KafkaSettings) SetTopic added in v1.29.20

func (s *KafkaSettings) SetTopic(v string) *KafkaSettings

SetTopic sets the Topic field's value.

func (KafkaSettings) String added in v1.29.20

func (s KafkaSettings) String() string

String returns the string representation

type KinesisSettings added in v1.15.77

type KinesisSettings struct {

	// Shows detailed control information for table definition, column definition,
	// and table and column changes in the Kinesis message output. The default is
	// False.
	IncludeControlDetails *bool `type:"boolean"`

	// Shows the partition value within the Kinesis message output, unless the partition
	// type is schema-table-type. The default is False.
	IncludePartitionValue *bool `type:"boolean"`

	// Includes any data definition language (DDL) operations that change the table
	// in the control data, such as rename-table, drop-table, add-column, drop-column,
	// and rename-column. The default is False.
	IncludeTableAlterOperations *bool `type:"boolean"`

	// Provides detailed transaction information from the source database. This
	// information includes a commit timestamp, a log position, and values for transaction_id,
	// previous transaction_id, and transaction_record_id (the record offset within
	// a transaction). The default is False.
	IncludeTransactionDetails *bool `type:"boolean"`

	// The output format for the records created on the endpoint. The message format
	// is JSON (default) or JSON_UNFORMATTED (a single line with no tab).
	MessageFormat *string `type:"string" enum:"MessageFormatValue"`

	// Prefixes schema and table names to partition values, when the partition type
	// is primary-key-type. Doing this increases data distribution among Kinesis
	// shards. For example, suppose that a SysBench schema has thousands of tables
	// and each table has only limited range for a primary key. In this case, the
	// same primary key is sent from thousands of tables to the same shard, which
	// causes throttling. The default is False.
	PartitionIncludeSchemaTable *bool `type:"boolean"`

	// The Amazon Resource Name (ARN) for the AWS Identity and Access Management
	// (IAM) role that AWS DMS uses to write to the Kinesis data stream.
	ServiceAccessRoleArn *string `type:"string"`

	// The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.
	StreamArn *string `type:"string"`
	// contains filtered or unexported fields
}

Provides information that describes an Amazon Kinesis Data Stream endpoint. This information includes the output format of records applied to the endpoint and details of transaction and control table data information.

func (KinesisSettings) GoString added in v1.15.77

func (s KinesisSettings) GoString() string

GoString returns the string representation

func (*KinesisSettings) SetIncludeControlDetails added in v1.29.20

func (s *KinesisSettings) SetIncludeControlDetails(v bool) *KinesisSettings

SetIncludeControlDetails sets the IncludeControlDetails field's value.

func (*KinesisSettings) SetIncludePartitionValue added in v1.29.20

func (s *KinesisSettings) SetIncludePartitionValue(v bool) *KinesisSettings

SetIncludePartitionValue sets the IncludePartitionValue field's value.

func (*KinesisSettings) SetIncludeTableAlterOperations added in v1.29.20

func (s *KinesisSettings) SetIncludeTableAlterOperations(v bool) *KinesisSettings

SetIncludeTableAlterOperations sets the IncludeTableAlterOperations field's value.

func (*KinesisSettings) SetIncludeTransactionDetails added in v1.29.20

func (s *KinesisSettings) SetIncludeTransactionDetails(v bool) *KinesisSettings

SetIncludeTransactionDetails sets the IncludeTransactionDetails field's value.

func (*KinesisSettings) SetMessageFormat added in v1.15.77

func (s *KinesisSettings) SetMessageFormat(v string) *KinesisSettings

SetMessageFormat sets the MessageFormat field's value.

func (*KinesisSettings) SetPartitionIncludeSchemaTable added in v1.29.20

func (s *KinesisSettings) SetPartitionIncludeSchemaTable(v bool) *KinesisSettings

SetPartitionIncludeSchemaTable sets the PartitionIncludeSchemaTable field's value.

func (*KinesisSettings) SetServiceAccessRoleArn added in v1.15.77

func (s *KinesisSettings) SetServiceAccessRoleArn(v string) *KinesisSettings

SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value.

func (*KinesisSettings) SetStreamArn added in v1.15.77

func (s *KinesisSettings) SetStreamArn(v string) *KinesisSettings

SetStreamArn sets the StreamArn field's value.

func (KinesisSettings) String added in v1.15.77

func (s KinesisSettings) String() string

String returns the string representation

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

	// The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS
	// resource.
	//
	// ResourceArn is a required field
	ResourceArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation

func (*ListTagsForResourceInput) SetResourceArn added in v1.5.0

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation

func (*ListTagsForResourceInput) Validate added in v1.1.21

func (s *ListTagsForResourceInput) Validate() error

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

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

	// A list of tags for the resource.
	TagList []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation

func (*ListTagsForResourceOutput) SetTagList added in v1.5.0

SetTagList sets the TagList field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation

type ModifyEndpointInput

type ModifyEndpointInput struct {

	// The Amazon Resource Name (ARN) of the certificate used for SSL connection.
	CertificateArn *string `type:"string"`

	// The name of the endpoint database.
	DatabaseName *string `type:"string"`

	// The settings in JSON format for the DMS transfer type of source endpoint.
	//
	// Attributes include the following:
	//
	//    * serviceAccessRoleArn - The AWS Identity and Access Management (IAM)
	//    role that has permission to access the Amazon S3 bucket.
	//
	//    * BucketName - The name of the S3 bucket to use.
	//
	//    * compressionType - An optional parameter to use GZIP to compress the
	//    target files. Either set this parameter to NONE (the default) or don't
	//    use it to leave the files uncompressed.
	//
	// Shorthand syntax for these settings is as follows: ServiceAccessRoleArn=string
	// ,BucketName=string,CompressionType=string
	//
	// JSON syntax for these settings is as follows: { "ServiceAccessRoleArn": "string",
	// "BucketName": "string", "CompressionType": "none"|"gzip" }
	DmsTransferSettings *DmsTransferSettings `type:"structure"`

	// Settings in JSON format for the target Amazon DynamoDB endpoint. For information
	// about other available settings, see Using Object Mapping to Migrate Data
	// to DynamoDB (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html)
	// in the AWS Database Migration Service User Guide.
	DynamoDbSettings *DynamoDbSettings `type:"structure"`

	// Settings in JSON format for the target Elasticsearch endpoint. For more information
	// about the available settings, see Extra Connection Attributes When Using
	// Elasticsearch as a Target for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Elasticsearch.html#CHAP_Target.Elasticsearch.Configuration)
	// in the AWS Database Migration Service User Guide.
	ElasticsearchSettings *ElasticsearchSettings `type:"structure"`

	// The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
	//
	// EndpointArn is a required field
	EndpointArn *string `type:"string" required:"true"`

	// The database endpoint identifier. Identifiers must begin with a letter and
	// must contain only ASCII letters, digits, and hyphens. They can't end with
	// a hyphen or contain two consecutive hyphens.
	EndpointIdentifier *string `type:"string"`

	// The type of endpoint. Valid values are source and target.
	EndpointType *string `type:"string" enum:"ReplicationEndpointTypeValue"`

	// The type of engine for the endpoint. Valid values, depending on the EndpointType,
	// include "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql",
	// "redshift", "s3", "db2", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis",
	// "kafka", "elasticsearch", "documentdb", "sqlserver", and "neptune".
	EngineName *string `type:"string"`

	// The external table definition.
	ExternalTableDefinition *string `type:"string"`

	// Additional attributes associated with the connection. To reset this parameter,
	// pass the empty string ("") as an argument.
	ExtraConnectionAttributes *string `type:"string"`

	// Settings in JSON format for the target Apache Kafka endpoint. For more information
	// about the available settings, see Using Apache Kafka as a Target for AWS
	// Database Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html)
	// in the AWS Database Migration Service User Guide.
	KafkaSettings *KafkaSettings `type:"structure"`

	// Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.
	// For more information about the available settings, see Using Amazon Kinesis
	// Data Streams as a Target for AWS Database Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html)
	// in the AWS Database Migration Service User Guide.
	KinesisSettings *KinesisSettings `type:"structure"`

	// Settings in JSON format for the source MongoDB endpoint. For more information
	// about the available settings, see the configuration properties section in
	// Using MongoDB as a Target for AWS Database Migration Service (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html)
	// in the AWS Database Migration Service User Guide.
	MongoDbSettings *MongoDbSettings `type:"structure"`

	// Settings in JSON format for the target Amazon Neptune endpoint. For more
	// information about the available settings, see Specifying Endpoint Settings
	// for Amazon Neptune as a Target (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.EndpointSettings)
	// in the AWS Database Migration Service User Guide.
	NeptuneSettings *NeptuneSettings `type:"structure"`

	// The password to be used to login to the endpoint database.
	Password *string `type:"string" sensitive:"true"`

	// The port used by the endpoint database.
	Port *int64 `type:"integer"`

	// Provides information that defines an Amazon Redshift endpoint.
	RedshiftSettings *RedshiftSettings `type:"structure"`

	// Settings in JSON format for the target Amazon S3 endpoint. For more information
	// about the available settings, see Extra Connection Attributes When Using
	// Amazon S3 as a Target for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring)
	// in the AWS Database Migration Service User Guide.
	S3Settings *S3Settings `type:"structure"`

	// The name of the server where the endpoint database resides.
	ServerName *string `type:"string"`

	// The Amazon Resource Name (ARN) for the service access role you want to use
	// to modify the endpoint.
	ServiceAccessRoleArn *string `type:"string"`

	// The SSL mode used to connect to the endpoint. The default value is none.
	SslMode *string `type:"string" enum:"DmsSslModeValue"`

	// The user name to be used to login to the endpoint database.
	Username *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyEndpointInput) GoString

func (s ModifyEndpointInput) GoString() string

GoString returns the string representation

func (*ModifyEndpointInput) SetCertificateArn added in v1.5.0

func (s *ModifyEndpointInput) SetCertificateArn(v string) *ModifyEndpointInput

SetCertificateArn sets the CertificateArn field's value.

func (*ModifyEndpointInput) SetDatabaseName added in v1.5.0

func (s *ModifyEndpointInput) SetDatabaseName(v string) *ModifyEndpointInput

SetDatabaseName sets the DatabaseName field's value.

func (*ModifyEndpointInput) SetDmsTransferSettings added in v1.14.22

func (s *ModifyEndpointInput) SetDmsTransferSettings(v *DmsTransferSettings) *ModifyEndpointInput

SetDmsTransferSettings sets the DmsTransferSettings field's value.

func (*ModifyEndpointInput) SetDynamoDbSettings added in v1.8.28

func (s *ModifyEndpointInput) SetDynamoDbSettings(v *DynamoDbSettings) *ModifyEndpointInput

SetDynamoDbSettings sets the DynamoDbSettings field's value.

func (*ModifyEndpointInput) SetElasticsearchSettings added in v1.15.77

func (s *ModifyEndpointInput) SetElasticsearchSettings(v *ElasticsearchSettings) *ModifyEndpointInput

SetElasticsearchSettings sets the ElasticsearchSettings field's value.

func (*ModifyEndpointInput) SetEndpointArn added in v1.5.0

func (s *ModifyEndpointInput) SetEndpointArn(v string) *ModifyEndpointInput

SetEndpointArn sets the EndpointArn field's value.

func (*ModifyEndpointInput) SetEndpointIdentifier added in v1.5.0

func (s *ModifyEndpointInput) SetEndpointIdentifier(v string) *ModifyEndpointInput

SetEndpointIdentifier sets the EndpointIdentifier field's value.

func (*ModifyEndpointInput) SetEndpointType added in v1.5.0

func (s *ModifyEndpointInput) SetEndpointType(v string) *ModifyEndpointInput

SetEndpointType sets the EndpointType field's value.

func (*ModifyEndpointInput) SetEngineName added in v1.5.0

func (s *ModifyEndpointInput) SetEngineName(v string) *ModifyEndpointInput

SetEngineName sets the EngineName field's value.

func (*ModifyEndpointInput) SetExternalTableDefinition added in v1.13.32

func (s *ModifyEndpointInput) SetExternalTableDefinition(v string) *ModifyEndpointInput

SetExternalTableDefinition sets the ExternalTableDefinition field's value.

func (*ModifyEndpointInput) SetExtraConnectionAttributes added in v1.5.0

func (s *ModifyEndpointInput) SetExtraConnectionAttributes(v string) *ModifyEndpointInput

SetExtraConnectionAttributes sets the ExtraConnectionAttributes field's value.

func (*ModifyEndpointInput) SetKafkaSettings added in v1.29.20

func (s *ModifyEndpointInput) SetKafkaSettings(v *KafkaSettings) *ModifyEndpointInput

SetKafkaSettings sets the KafkaSettings field's value.

func (*ModifyEndpointInput) SetKinesisSettings added in v1.15.77

func (s *ModifyEndpointInput) SetKinesisSettings(v *KinesisSettings) *ModifyEndpointInput

SetKinesisSettings sets the KinesisSettings field's value.

func (*ModifyEndpointInput) SetMongoDbSettings added in v1.8.28

func (s *ModifyEndpointInput) SetMongoDbSettings(v *MongoDbSettings) *ModifyEndpointInput

SetMongoDbSettings sets the MongoDbSettings field's value.

func (*ModifyEndpointInput) SetNeptuneSettings added in v1.30.15

func (s *ModifyEndpointInput) SetNeptuneSettings(v *NeptuneSettings) *ModifyEndpointInput

SetNeptuneSettings sets the NeptuneSettings field's value.

func (*ModifyEndpointInput) SetPassword added in v1.5.0

func (s *ModifyEndpointInput) SetPassword(v string) *ModifyEndpointInput

SetPassword sets the Password field's value.

func (*ModifyEndpointInput) SetPort added in v1.5.0

SetPort sets the Port field's value.

func (*ModifyEndpointInput) SetRedshiftSettings added in v1.18.4

func (s *ModifyEndpointInput) SetRedshiftSettings(v *RedshiftSettings) *ModifyEndpointInput

SetRedshiftSettings sets the RedshiftSettings field's value.

func (*ModifyEndpointInput) SetS3Settings added in v1.8.28

func (s *ModifyEndpointInput) SetS3Settings(v *S3Settings) *ModifyEndpointInput

SetS3Settings sets the S3Settings field's value.

func (*ModifyEndpointInput) SetServerName added in v1.5.0

func (s *ModifyEndpointInput) SetServerName(v string) *ModifyEndpointInput

SetServerName sets the ServerName field's value.

func (*ModifyEndpointInput) SetServiceAccessRoleArn added in v1.13.32

func (s *ModifyEndpointInput) SetServiceAccessRoleArn(v string) *ModifyEndpointInput

SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value.

func (*ModifyEndpointInput) SetSslMode added in v1.5.0

SetSslMode sets the SslMode field's value.

func (*ModifyEndpointInput) SetUsername added in v1.5.0

func (s *ModifyEndpointInput) SetUsername(v string) *ModifyEndpointInput

SetUsername sets the Username field's value.

func (ModifyEndpointInput) String

func (s ModifyEndpointInput) String() string

String returns the string representation

func (*ModifyEndpointInput) Validate added in v1.1.21

func (s *ModifyEndpointInput) Validate() error

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

type ModifyEndpointOutput

type ModifyEndpointOutput struct {

	// The modified endpoint.
	Endpoint *Endpoint `type:"structure"`
	// contains filtered or unexported fields
}

func (ModifyEndpointOutput) GoString

func (s ModifyEndpointOutput) GoString() string

GoString returns the string representation

func (*ModifyEndpointOutput) SetEndpoint added in v1.5.0

SetEndpoint sets the Endpoint field's value.

func (ModifyEndpointOutput) String

func (s ModifyEndpointOutput) String() string

String returns the string representation

type ModifyEventSubscriptionInput added in v1.8.28

type ModifyEventSubscriptionInput struct {

	// A Boolean value; set to true to activate the subscription.
	Enabled *bool `type:"boolean"`

	// A list of event categories for a source type that you want to subscribe to.
	// Use the DescribeEventCategories action to see a list of event categories.
	EventCategories []*string `type:"list"`

	// The Amazon Resource Name (ARN) of the Amazon SNS topic created for event
	// notification. The ARN is created by Amazon SNS when you create a topic and
	// subscribe to it.
	SnsTopicArn *string `type:"string"`

	// The type of AWS DMS resource that generates the events you want to subscribe
	// to.
	//
	// Valid values: replication-instance | replication-task
	SourceType *string `type:"string"`

	// The name of the AWS DMS event notification subscription to be modified.
	//
	// SubscriptionName is a required field
	SubscriptionName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyEventSubscriptionInput) GoString added in v1.8.28

func (s ModifyEventSubscriptionInput) GoString() string

GoString returns the string representation

func (*ModifyEventSubscriptionInput) SetEnabled added in v1.8.28

SetEnabled sets the Enabled field's value.

func (*ModifyEventSubscriptionInput) SetEventCategories added in v1.8.28

SetEventCategories sets the EventCategories field's value.

func (*ModifyEventSubscriptionInput) SetSnsTopicArn added in v1.8.28

SetSnsTopicArn sets the SnsTopicArn field's value.

func (*ModifyEventSubscriptionInput) SetSourceType added in v1.8.28

SetSourceType sets the SourceType field's value.

func (*ModifyEventSubscriptionInput) SetSubscriptionName added in v1.8.28

SetSubscriptionName sets the SubscriptionName field's value.

func (ModifyEventSubscriptionInput) String added in v1.8.28

String returns the string representation

func (*ModifyEventSubscriptionInput) Validate added in v1.8.28

func (s *ModifyEventSubscriptionInput) Validate() error

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

type ModifyEventSubscriptionOutput added in v1.8.28

type ModifyEventSubscriptionOutput struct {

	// The modified event subscription.
	EventSubscription *EventSubscription `type:"structure"`
	// contains filtered or unexported fields
}

func (ModifyEventSubscriptionOutput) GoString added in v1.8.28

GoString returns the string representation

func (*ModifyEventSubscriptionOutput) SetEventSubscription added in v1.8.28

SetEventSubscription sets the EventSubscription field's value.

func (ModifyEventSubscriptionOutput) String added in v1.8.28

String returns the string representation

type ModifyReplicationInstanceInput

type ModifyReplicationInstanceInput struct {

	// The amount of storage (in gigabytes) to be allocated for the replication
	// instance.
	AllocatedStorage *int64 `type:"integer"`

	// Indicates that major version upgrades are allowed. Changing this parameter
	// does not result in an outage, and the change is asynchronously applied as
	// soon as possible.
	//
	// This parameter must be set to true when specifying a value for the EngineVersion
	// parameter that is a different major version than the replication instance's
	// current version.
	AllowMajorVersionUpgrade *bool `type:"boolean"`

	// Indicates whether the changes should be applied immediately or during the
	// next maintenance window.
	ApplyImmediately *bool `type:"boolean"`

	// A value that indicates that minor version upgrades are applied automatically
	// to the replication instance during the maintenance window. Changing this
	// parameter doesn't result in an outage, except in the case dsecribed following.
	// The change is asynchronously applied as soon as possible.
	//
	// An outage does result if these factors apply:
	//
	//    * This parameter is set to true during the maintenance window.
	//
	//    * A newer minor version is available.
	//
	//    * AWS DMS has enabled automatic patching for the given engine version.
	AutoMinorVersionUpgrade *bool `type:"boolean"`

	// The engine version number of the replication instance.
	EngineVersion *string `type:"string"`

	// Specifies whether the replication instance is a Multi-AZ deployment. You
	// can't set the AvailabilityZone parameter if the Multi-AZ parameter is set
	// to true.
	MultiAZ *bool `type:"boolean"`

	// The weekly time range (in UTC) during which system maintenance can occur,
	// which might result in an outage. Changing this parameter does not result
	// in an outage, except in the following situation, and the change is asynchronously
	// applied as soon as possible. If moving this window to the current time, there
	// must be at least 30 minutes between the current time and end of the window
	// to ensure pending changes are applied.
	//
	// Default: Uses existing setting
	//
	// Format: ddd:hh24:mi-ddd:hh24:mi
	//
	// Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
	//
	// Constraints: Must be at least 30 minutes
	PreferredMaintenanceWindow *string `type:"string"`

	// The Amazon Resource Name (ARN) of the replication instance.
	//
	// ReplicationInstanceArn is a required field
	ReplicationInstanceArn *string `type:"string" required:"true"`

	// The compute and memory capacity of the replication instance as defined for
	// the specified replication instance class. For example to specify the instance
	// class dms.c4.large, set this parameter to "dms.c4.large".
	//
	// For more information on the settings and capacities for the available replication
	// instance classes, see Selecting the right AWS DMS replication instance for
	// your migration (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth).
	ReplicationInstanceClass *string `type:"string"`

	// The replication instance identifier. This parameter is stored as a lowercase
	// string.
	ReplicationInstanceIdentifier *string `type:"string"`

	// Specifies the VPC security group to be used with the replication instance.
	// The VPC security group must work with the VPC containing the replication
	// instance.
	VpcSecurityGroupIds []*string `type:"list"`
	// contains filtered or unexported fields
}

func (ModifyReplicationInstanceInput) GoString

GoString returns the string representation

func (*ModifyReplicationInstanceInput) SetAllocatedStorage added in v1.5.0

SetAllocatedStorage sets the AllocatedStorage field's value.

func (*ModifyReplicationInstanceInput) SetAllowMajorVersionUpgrade added in v1.5.0

func (s *ModifyReplicationInstanceInput) SetAllowMajorVersionUpgrade(v bool) *ModifyReplicationInstanceInput

SetAllowMajorVersionUpgrade sets the AllowMajorVersionUpgrade field's value.

func (*ModifyReplicationInstanceInput) SetApplyImmediately added in v1.5.0

SetApplyImmediately sets the ApplyImmediately field's value.

func (*ModifyReplicationInstanceInput) SetAutoMinorVersionUpgrade added in v1.5.0

func (s *ModifyReplicationInstanceInput) SetAutoMinorVersionUpgrade(v bool) *ModifyReplicationInstanceInput

SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value.

func (*ModifyReplicationInstanceInput) SetEngineVersion added in v1.5.0

SetEngineVersion sets the EngineVersion field's value.

func (*ModifyReplicationInstanceInput) SetMultiAZ added in v1.5.0

SetMultiAZ sets the MultiAZ field's value.

func (*ModifyReplicationInstanceInput) SetPreferredMaintenanceWindow added in v1.5.0

func (s *ModifyReplicationInstanceInput) SetPreferredMaintenanceWindow(v string) *ModifyReplicationInstanceInput

SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.

func (*ModifyReplicationInstanceInput) SetReplicationInstanceArn added in v1.5.0

func (s *ModifyReplicationInstanceInput) SetReplicationInstanceArn(v string) *ModifyReplicationInstanceInput

SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.

func (*ModifyReplicationInstanceInput) SetReplicationInstanceClass added in v1.5.0

func (s *ModifyReplicationInstanceInput) SetReplicationInstanceClass(v string) *ModifyReplicationInstanceInput

SetReplicationInstanceClass sets the ReplicationInstanceClass field's value.

func (*ModifyReplicationInstanceInput) SetReplicationInstanceIdentifier added in v1.5.0

func (s *ModifyReplicationInstanceInput) SetReplicationInstanceIdentifier(v string) *ModifyReplicationInstanceInput

SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value.

func (*ModifyReplicationInstanceInput) SetVpcSecurityGroupIds added in v1.5.0

func (s *ModifyReplicationInstanceInput) SetVpcSecurityGroupIds(v []*string) *ModifyReplicationInstanceInput

SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.

func (ModifyReplicationInstanceInput) String

String returns the string representation

func (*ModifyReplicationInstanceInput) Validate added in v1.1.21

func (s *ModifyReplicationInstanceInput) Validate() error

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

type ModifyReplicationInstanceOutput

type ModifyReplicationInstanceOutput struct {

	// The modified replication instance.
	ReplicationInstance *ReplicationInstance `type:"structure"`
	// contains filtered or unexported fields
}

func (ModifyReplicationInstanceOutput) GoString

GoString returns the string representation

func (*ModifyReplicationInstanceOutput) SetReplicationInstance added in v1.5.0

SetReplicationInstance sets the ReplicationInstance field's value.

func (ModifyReplicationInstanceOutput) String

String returns the string representation

type ModifyReplicationSubnetGroupInput

type ModifyReplicationSubnetGroupInput struct {

	// A description for the replication instance subnet group.
	ReplicationSubnetGroupDescription *string `type:"string"`

	// The name of the replication instance subnet group.
	//
	// ReplicationSubnetGroupIdentifier is a required field
	ReplicationSubnetGroupIdentifier *string `type:"string" required:"true"`

	// A list of subnet IDs.
	//
	// SubnetIds is a required field
	SubnetIds []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ModifyReplicationSubnetGroupInput) GoString

GoString returns the string representation

func (*ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupDescription added in v1.5.0

func (s *ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupDescription(v string) *ModifyReplicationSubnetGroupInput

SetReplicationSubnetGroupDescription sets the ReplicationSubnetGroupDescription field's value.

func (*ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier added in v1.5.0

func (s *ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *ModifyReplicationSubnetGroupInput

SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value.

func (*ModifyReplicationSubnetGroupInput) SetSubnetIds added in v1.5.0

SetSubnetIds sets the SubnetIds field's value.

func (ModifyReplicationSubnetGroupInput) String

String returns the string representation

func (*ModifyReplicationSubnetGroupInput) Validate added in v1.1.21

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

type ModifyReplicationSubnetGroupOutput

type ModifyReplicationSubnetGroupOutput struct {

	// The modified replication subnet group.
	ReplicationSubnetGroup *ReplicationSubnetGroup `type:"structure"`
	// contains filtered or unexported fields
}

func (ModifyReplicationSubnetGroupOutput) GoString

GoString returns the string representation

func (*ModifyReplicationSubnetGroupOutput) SetReplicationSubnetGroup added in v1.5.0

SetReplicationSubnetGroup sets the ReplicationSubnetGroup field's value.

func (ModifyReplicationSubnetGroupOutput) String

String returns the string representation

type ModifyReplicationTaskInput added in v1.6.3

type ModifyReplicationTaskInput struct {

	// Indicates when you want a change data capture (CDC) operation to start. Use
	// either CdcStartPosition or CdcStartTime to specify when you want a CDC operation
	// to start. Specifying both values results in an error.
	//
	// The value can be in date, checkpoint, or LSN/SCN format.
	//
	// Date Example: --cdc-start-position “2018-03-08T12:12:12”
	//
	// Checkpoint Example: --cdc-start-position "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93"
	//
	// LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”
	//
	// When you use this task setting with a source PostgreSQL database, a logical
	// replication slot should already be created and associated with the source
	// endpoint. You can verify this by setting the slotName extra connection attribute
	// to the name of this logical replication slot. For more information, see Extra
	// Connection Attributes When Using PostgreSQL as a Source for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib).
	CdcStartPosition *string `type:"string"`

	// Indicates the start time for a change data capture (CDC) operation. Use either
	// CdcStartTime or CdcStartPosition to specify when you want a CDC operation
	// to start. Specifying both values results in an error.
	//
	// Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”
	CdcStartTime *time.Time `type:"timestamp"`

	// Indicates when you want a change data capture (CDC) operation to stop. The
	// value can be either server time or commit time.
	//
	// Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”
	//
	// Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12
	// “
	CdcStopPosition *string `type:"string"`

	// The migration type. Valid values: full-load | cdc | full-load-and-cdc
	MigrationType *string `type:"string" enum:"MigrationTypeValue"`

	// The Amazon Resource Name (ARN) of the replication task.
	//
	// ReplicationTaskArn is a required field
	ReplicationTaskArn *string `type:"string" required:"true"`

	// The replication task identifier.
	//
	// Constraints:
	//
	//    * Must contain 1-255 alphanumeric characters or hyphens.
	//
	//    * First character must be a letter.
	//
	//    * Cannot end with a hyphen or contain two consecutive hyphens.
	ReplicationTaskIdentifier *string `type:"string"`

	// JSON file that contains settings for the task, such as task metadata settings.
	ReplicationTaskSettings *string `type:"string"`

	// When using the AWS CLI or boto3, provide the path of the JSON file that contains
	// the table mappings. Precede the path with file://. When working with the
	// DMS API, provide the JSON as the parameter value, for example: --table-mappings
	// file://mappingfile.json
	TableMappings *string `type:"string"`

	// Supplemental information that the task requires to migrate the data for certain
	// source and target endpoints. For more information, see Specifying Supplemental
	// Data for Task Settings (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html)
	// in the AWS Database Migration Service User Guide.
	TaskData *string `type:"string"`
	// contains filtered or unexported fields
}

func (ModifyReplicationTaskInput) GoString added in v1.6.3

func (s ModifyReplicationTaskInput) GoString() string

GoString returns the string representation

func (*ModifyReplicationTaskInput) SetCdcStartPosition added in v1.13.32

SetCdcStartPosition sets the CdcStartPosition field's value.

func (*ModifyReplicationTaskInput) SetCdcStartTime added in v1.6.3

SetCdcStartTime sets the CdcStartTime field's value.

func (*ModifyReplicationTaskInput) SetCdcStopPosition added in v1.13.32

SetCdcStopPosition sets the CdcStopPosition field's value.

func (*ModifyReplicationTaskInput) SetMigrationType added in v1.6.3

SetMigrationType sets the MigrationType field's value.

func (*ModifyReplicationTaskInput) SetReplicationTaskArn added in v1.6.3

func (s *ModifyReplicationTaskInput) SetReplicationTaskArn(v string) *ModifyReplicationTaskInput

SetReplicationTaskArn sets the ReplicationTaskArn field's value.

func (*ModifyReplicationTaskInput) SetReplicationTaskIdentifier added in v1.6.3

func (s *ModifyReplicationTaskInput) SetReplicationTaskIdentifier(v string) *ModifyReplicationTaskInput

SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value.

func (*ModifyReplicationTaskInput) SetReplicationTaskSettings added in v1.6.3

func (s *ModifyReplicationTaskInput) SetReplicationTaskSettings(v string) *ModifyReplicationTaskInput

SetReplicationTaskSettings sets the ReplicationTaskSettings field's value.

func (*ModifyReplicationTaskInput) SetTableMappings added in v1.6.3

SetTableMappings sets the TableMappings field's value.

func (*ModifyReplicationTaskInput) SetTaskData added in v1.30.15

SetTaskData sets the TaskData field's value.

func (ModifyReplicationTaskInput) String added in v1.6.3

String returns the string representation

func (*ModifyReplicationTaskInput) Validate added in v1.6.3

func (s *ModifyReplicationTaskInput) Validate() error

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

type ModifyReplicationTaskOutput added in v1.6.3

type ModifyReplicationTaskOutput struct {

	// The replication task that was modified.
	ReplicationTask *ReplicationTask `type:"structure"`
	// contains filtered or unexported fields
}

func (ModifyReplicationTaskOutput) GoString added in v1.6.3

func (s ModifyReplicationTaskOutput) GoString() string

GoString returns the string representation

func (*ModifyReplicationTaskOutput) SetReplicationTask added in v1.6.3

SetReplicationTask sets the ReplicationTask field's value.

func (ModifyReplicationTaskOutput) String added in v1.6.3

String returns the string representation

type MongoDbSettings added in v1.8.28

type MongoDbSettings struct {

	// The authentication mechanism you use to access the MongoDB source endpoint.
	//
	// For the default value, in MongoDB version 2.x, "default" is "mongodb_cr".
	// For MongoDB version 3.x or later, "default" is "scram_sha_1". This setting
	// isn't used when AuthType is set to "no".
	AuthMechanism *string `type:"string" enum:"AuthMechanismValue"`

	// The MongoDB database name. This setting isn't used when AuthType is set to
	// "no".
	//
	// The default is "admin".
	AuthSource *string `type:"string"`

	// The authentication type you use to access the MongoDB source endpoint.
	//
	// When when set to "no", user name and password parameters are not used and
	// can be empty.
	AuthType *string `type:"string" enum:"AuthTypeValue"`

	// The database name on the MongoDB source endpoint.
	DatabaseName *string `type:"string"`

	// Indicates the number of documents to preview to determine the document organization.
	// Use this setting when NestingLevel is set to "one".
	//
	// Must be a positive value greater than 0. Default value is 1000.
	DocsToInvestigate *string `type:"string"`

	// Specifies the document ID. Use this setting when NestingLevel is set to "none".
	//
	// Default value is "false".
	ExtractDocId *string `type:"string"`

	// The AWS KMS key identifier that is used to encrypt the content on the replication
	// instance. If you don't specify a value for the KmsKeyId parameter, then AWS
	// DMS uses your default encryption key. AWS KMS creates the default encryption
	// key for your AWS account. Your AWS account has a different default encryption
	// key for each AWS Region.
	KmsKeyId *string `type:"string"`

	// Specifies either document or table mode.
	//
	// Default value is "none". Specify "none" to use document mode. Specify "one"
	// to use table mode.
	NestingLevel *string `type:"string" enum:"NestingLevelValue"`

	// The password for the user account you use to access the MongoDB source endpoint.
	Password *string `type:"string" sensitive:"true"`

	// The port value for the MongoDB source endpoint.
	Port *int64 `type:"integer"`

	// The name of the server on the MongoDB source endpoint.
	ServerName *string `type:"string"`

	// The user name you use to access the MongoDB source endpoint.
	Username *string `type:"string"`
	// contains filtered or unexported fields
}

Provides information that defines a MongoDB endpoint.

func (MongoDbSettings) GoString added in v1.8.28

func (s MongoDbSettings) GoString() string

GoString returns the string representation

func (*MongoDbSettings) SetAuthMechanism added in v1.8.28

func (s *MongoDbSettings) SetAuthMechanism(v string) *MongoDbSettings

SetAuthMechanism sets the AuthMechanism field's value.

func (*MongoDbSettings) SetAuthSource added in v1.8.28

func (s *MongoDbSettings) SetAuthSource(v string) *MongoDbSettings

SetAuthSource sets the AuthSource field's value.

func (*MongoDbSettings) SetAuthType added in v1.8.28

func (s *MongoDbSettings) SetAuthType(v string) *MongoDbSettings

SetAuthType sets the AuthType field's value.

func (*MongoDbSettings) SetDatabaseName added in v1.8.28

func (s *MongoDbSettings) SetDatabaseName(v string) *MongoDbSettings

SetDatabaseName sets the DatabaseName field's value.

func (*MongoDbSettings) SetDocsToInvestigate added in v1.8.28

func (s *MongoDbSettings) SetDocsToInvestigate(v string) *MongoDbSettings

SetDocsToInvestigate sets the DocsToInvestigate field's value.

func (*MongoDbSettings) SetExtractDocId added in v1.8.28

func (s *MongoDbSettings) SetExtractDocId(v string) *MongoDbSettings

SetExtractDocId sets the ExtractDocId field's value.

func (*MongoDbSettings) SetKmsKeyId added in v1.13.32

func (s *MongoDbSettings) SetKmsKeyId(v string) *MongoDbSettings

SetKmsKeyId sets the KmsKeyId field's value.

func (*MongoDbSettings) SetNestingLevel added in v1.8.28

func (s *MongoDbSettings) SetNestingLevel(v string) *MongoDbSettings

SetNestingLevel sets the NestingLevel field's value.

func (*MongoDbSettings) SetPassword added in v1.8.28

func (s *MongoDbSettings) SetPassword(v string) *MongoDbSettings

SetPassword sets the Password field's value.

func (*MongoDbSettings) SetPort added in v1.8.28

func (s *MongoDbSettings) SetPort(v int64) *MongoDbSettings

SetPort sets the Port field's value.

func (*MongoDbSettings) SetServerName added in v1.8.28

func (s *MongoDbSettings) SetServerName(v string) *MongoDbSettings

SetServerName sets the ServerName field's value.

func (*MongoDbSettings) SetUsername added in v1.8.28

func (s *MongoDbSettings) SetUsername(v string) *MongoDbSettings

SetUsername sets the Username field's value.

func (MongoDbSettings) String added in v1.8.28

func (s MongoDbSettings) String() string

String returns the string representation

type NeptuneSettings added in v1.30.15

type NeptuneSettings struct {

	// The number of milliseconds for AWS DMS to wait to retry a bulk-load of migrated
	// graph data to the Neptune target database before raising an error. The default
	// is 250.
	ErrorRetryDuration *int64 `type:"integer"`

	// If you want AWS Identity and Access Management (IAM) authorization enabled
	// for this endpoint, set this parameter to true. Then attach the appropriate
	// IAM policy document to your service role specified by ServiceAccessRoleArn.
	// The default is false.
	IamAuthEnabled *bool `type:"boolean"`

	// The maximum size in kilobytes of migrated graph data stored in a .csv file
	// before AWS DMS bulk-loads the data to the Neptune target database. The default
	// is 1,048,576 KB. If the bulk load is successful, AWS DMS clears the bucket,
	// ready to store the next batch of migrated graph data.
	MaxFileSize *int64 `type:"integer"`

	// The number of times for AWS DMS to retry a bulk load of migrated graph data
	// to the Neptune target database before raising an error. The default is 5.
	MaxRetryCount *int64 `type:"integer"`

	// A folder path where you want AWS DMS to store migrated graph data in the
	// S3 bucket specified by S3BucketName
	//
	// S3BucketFolder is a required field
	S3BucketFolder *string `type:"string" required:"true"`

	// The name of the Amazon S3 bucket where AWS DMS can temporarily store migrated
	// graph data in .csv files before bulk-loading it to the Neptune target database.
	// AWS DMS maps the SQL source data to graph data before storing it in these
	// .csv files.
	//
	// S3BucketName is a required field
	S3BucketName *string `type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the service role that you created for the
	// Neptune target endpoint. For more information, see Creating an IAM Service
	// Role for Accessing Amazon Neptune as a Target (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.ServiceRole)
	// in the AWS Database Migration Service User Guide.
	ServiceAccessRoleArn *string `type:"string"`
	// contains filtered or unexported fields
}

Provides information that defines an Amazon Neptune endpoint.

func (NeptuneSettings) GoString added in v1.30.15

func (s NeptuneSettings) GoString() string

GoString returns the string representation

func (*NeptuneSettings) SetErrorRetryDuration added in v1.30.15

func (s *NeptuneSettings) SetErrorRetryDuration(v int64) *NeptuneSettings

SetErrorRetryDuration sets the ErrorRetryDuration field's value.

func (*NeptuneSettings) SetIamAuthEnabled added in v1.30.15

func (s *NeptuneSettings) SetIamAuthEnabled(v bool) *NeptuneSettings

SetIamAuthEnabled sets the IamAuthEnabled field's value.

func (*NeptuneSettings) SetMaxFileSize added in v1.30.15

func (s *NeptuneSettings) SetMaxFileSize(v int64) *NeptuneSettings

SetMaxFileSize sets the MaxFileSize field's value.

func (*NeptuneSettings) SetMaxRetryCount added in v1.30.15

func (s *NeptuneSettings) SetMaxRetryCount(v int64) *NeptuneSettings

SetMaxRetryCount sets the MaxRetryCount field's value.

func (*NeptuneSettings) SetS3BucketFolder added in v1.30.15

func (s *NeptuneSettings) SetS3BucketFolder(v string) *NeptuneSettings

SetS3BucketFolder sets the S3BucketFolder field's value.

func (*NeptuneSettings) SetS3BucketName added in v1.30.15

func (s *NeptuneSettings) SetS3BucketName(v string) *NeptuneSettings

SetS3BucketName sets the S3BucketName field's value.

func (*NeptuneSettings) SetServiceAccessRoleArn added in v1.30.15

func (s *NeptuneSettings) SetServiceAccessRoleArn(v string) *NeptuneSettings

SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value.

func (NeptuneSettings) String added in v1.30.15

func (s NeptuneSettings) String() string

String returns the string representation

func (*NeptuneSettings) Validate added in v1.30.15

func (s *NeptuneSettings) Validate() error

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

type OrderableReplicationInstance

type OrderableReplicationInstance struct {

	// List of Availability Zones for this replication instance.
	AvailabilityZones []*string `type:"list"`

	// The default amount of storage (in gigabytes) that is allocated for the replication
	// instance.
	DefaultAllocatedStorage *int64 `type:"integer"`

	// The version of the replication engine.
	EngineVersion *string `type:"string"`

	// The amount of storage (in gigabytes) that is allocated for the replication
	// instance.
	IncludedAllocatedStorage *int64 `type:"integer"`

	// The minimum amount of storage (in gigabytes) that can be allocated for the
	// replication instance.
	MaxAllocatedStorage *int64 `type:"integer"`

	// The minimum amount of storage (in gigabytes) that can be allocated for the
	// replication instance.
	MinAllocatedStorage *int64 `type:"integer"`

	// The value returned when the specified EngineVersion of the replication instance
	// is in Beta or test mode. This indicates some features might not work as expected.
	//
	// AWS DMS supports the ReleaseStatus parameter in versions 3.1.4 and later.
	ReleaseStatus *string `type:"string" enum:"ReleaseStatusValues"`

	// The compute and memory capacity of the replication instance as defined for
	// the specified replication instance class. For example to specify the instance
	// class dms.c4.large, set this parameter to "dms.c4.large".
	//
	// For more information on the settings and capacities for the available replication
	// instance classes, see Selecting the right AWS DMS replication instance for
	// your migration (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth).
	ReplicationInstanceClass *string `type:"string"`

	// The type of storage used by the replication instance.
	StorageType *string `type:"string"`
	// contains filtered or unexported fields
}

In response to the DescribeOrderableReplicationInstances operation, this object describes an available replication instance. This description includes the replication instance's type, engine version, and allocated storage.

func (OrderableReplicationInstance) GoString

func (s OrderableReplicationInstance) GoString() string

GoString returns the string representation

func (*OrderableReplicationInstance) SetAvailabilityZones added in v1.18.4

func (s *OrderableReplicationInstance) SetAvailabilityZones(v []*string) *OrderableReplicationInstance

SetAvailabilityZones sets the AvailabilityZones field's value.

func (*OrderableReplicationInstance) SetDefaultAllocatedStorage added in v1.5.0

func (s *OrderableReplicationInstance) SetDefaultAllocatedStorage(v int64) *OrderableReplicationInstance

SetDefaultAllocatedStorage sets the DefaultAllocatedStorage field's value.

func (*OrderableReplicationInstance) SetEngineVersion added in v1.5.0

SetEngineVersion sets the EngineVersion field's value.

func (*OrderableReplicationInstance) SetIncludedAllocatedStorage added in v1.5.0

func (s *OrderableReplicationInstance) SetIncludedAllocatedStorage(v int64) *OrderableReplicationInstance

SetIncludedAllocatedStorage sets the IncludedAllocatedStorage field's value.

func (*OrderableReplicationInstance) SetMaxAllocatedStorage added in v1.5.0

func (s *OrderableReplicationInstance) SetMaxAllocatedStorage(v int64) *OrderableReplicationInstance

SetMaxAllocatedStorage sets the MaxAllocatedStorage field's value.

func (*OrderableReplicationInstance) SetMinAllocatedStorage added in v1.5.0

func (s *OrderableReplicationInstance) SetMinAllocatedStorage(v int64) *OrderableReplicationInstance

SetMinAllocatedStorage sets the MinAllocatedStorage field's value.

func (*OrderableReplicationInstance) SetReleaseStatus added in v1.20.21

SetReleaseStatus sets the ReleaseStatus field's value.

func (*OrderableReplicationInstance) SetReplicationInstanceClass added in v1.5.0

func (s *OrderableReplicationInstance) SetReplicationInstanceClass(v string) *OrderableReplicationInstance

SetReplicationInstanceClass sets the ReplicationInstanceClass field's value.

func (*OrderableReplicationInstance) SetStorageType added in v1.5.0

SetStorageType sets the StorageType field's value.

func (OrderableReplicationInstance) String

String returns the string representation

type PendingMaintenanceAction added in v1.18.4

type PendingMaintenanceAction struct {

	// The type of pending maintenance action that is available for the resource.
	Action *string `type:"string"`

	// The date of the maintenance window when the action is to be applied. The
	// maintenance action is applied to the resource during its first maintenance
	// window after this date. If this date is specified, any next-maintenance opt-in
	// requests are ignored.
	AutoAppliedAfterDate *time.Time `type:"timestamp"`

	// The effective date when the pending maintenance action will be applied to
	// the resource. This date takes into account opt-in requests received from
	// the ApplyPendingMaintenanceAction API operation, and also the AutoAppliedAfterDate
	// and ForcedApplyDate parameter values. This value is blank if an opt-in request
	// has not been received and nothing has been specified for AutoAppliedAfterDate
	// or ForcedApplyDate.
	CurrentApplyDate *time.Time `type:"timestamp"`

	// A description providing more detail about the maintenance action.
	Description *string `type:"string"`

	// The date when the maintenance action will be automatically applied. The maintenance
	// action is applied to the resource on this date regardless of the maintenance
	// window for the resource. If this date is specified, any immediate opt-in
	// requests are ignored.
	ForcedApplyDate *time.Time `type:"timestamp"`

	// The type of opt-in request that has been received for the resource.
	OptInStatus *string `type:"string"`
	// contains filtered or unexported fields
}

Describes a maintenance action pending for an AWS DMS resource, including when and how it will be applied. This data type is a response element to the DescribePendingMaintenanceActions operation.

func (PendingMaintenanceAction) GoString added in v1.18.4

func (s PendingMaintenanceAction) GoString() string

GoString returns the string representation

func (*PendingMaintenanceAction) SetAction added in v1.18.4

SetAction sets the Action field's value.

func (*PendingMaintenanceAction) SetAutoAppliedAfterDate added in v1.18.4

func (s *PendingMaintenanceAction) SetAutoAppliedAfterDate(v time.Time) *PendingMaintenanceAction

SetAutoAppliedAfterDate sets the AutoAppliedAfterDate field's value.

func (*PendingMaintenanceAction) SetCurrentApplyDate added in v1.18.4

func (s *PendingMaintenanceAction) SetCurrentApplyDate(v time.Time) *PendingMaintenanceAction

SetCurrentApplyDate sets the CurrentApplyDate field's value.

func (*PendingMaintenanceAction) SetDescription added in v1.18.4

SetDescription sets the Description field's value.

func (*PendingMaintenanceAction) SetForcedApplyDate added in v1.18.4

func (s *PendingMaintenanceAction) SetForcedApplyDate(v time.Time) *PendingMaintenanceAction

SetForcedApplyDate sets the ForcedApplyDate field's value.

func (*PendingMaintenanceAction) SetOptInStatus added in v1.18.4

SetOptInStatus sets the OptInStatus field's value.

func (PendingMaintenanceAction) String added in v1.18.4

func (s PendingMaintenanceAction) String() string

String returns the string representation

type RebootReplicationInstanceInput added in v1.12.73

type RebootReplicationInstanceInput struct {

	// If this parameter is true, the reboot is conducted through a Multi-AZ failover.
	// (If the instance isn't configured for Multi-AZ, then you can't specify true.)
	ForceFailover *bool `type:"boolean"`

	// The Amazon Resource Name (ARN) of the replication instance.
	//
	// ReplicationInstanceArn is a required field
	ReplicationInstanceArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RebootReplicationInstanceInput) GoString added in v1.12.73

GoString returns the string representation

func (*RebootReplicationInstanceInput) SetForceFailover added in v1.12.73

SetForceFailover sets the ForceFailover field's value.

func (*RebootReplicationInstanceInput) SetReplicationInstanceArn added in v1.12.73

func (s *RebootReplicationInstanceInput) SetReplicationInstanceArn(v string) *RebootReplicationInstanceInput

SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.

func (RebootReplicationInstanceInput) String added in v1.12.73

String returns the string representation

func (*RebootReplicationInstanceInput) Validate added in v1.12.73

func (s *RebootReplicationInstanceInput) Validate() error

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

type RebootReplicationInstanceOutput added in v1.12.73

type RebootReplicationInstanceOutput struct {

	// The replication instance that is being rebooted.
	ReplicationInstance *ReplicationInstance `type:"structure"`
	// contains filtered or unexported fields
}

func (RebootReplicationInstanceOutput) GoString added in v1.12.73

GoString returns the string representation

func (*RebootReplicationInstanceOutput) SetReplicationInstance added in v1.12.73

SetReplicationInstance sets the ReplicationInstance field's value.

func (RebootReplicationInstanceOutput) String added in v1.12.73

String returns the string representation

type RedshiftSettings added in v1.18.4

type RedshiftSettings struct {

	// A value that indicates to allow any date format, including invalid formats
	// such as 00/00/00 00:00:00, to be loaded without generating an error. You
	// can choose true or false (the default).
	//
	// This parameter applies only to TIMESTAMP and DATE columns. Always use ACCEPTANYDATE
	// with the DATEFORMAT parameter. If the date format for the data doesn't match
	// the DATEFORMAT specification, Amazon Redshift inserts a NULL value into that
	// field.
	AcceptAnyDate *bool `type:"boolean"`

	// Code to run after connecting. This parameter should contain the code itself,
	// not the name of a file containing the code.
	AfterConnectScript *string `type:"string"`

	// The location where the comma-separated value (.csv) files are stored before
	// being uploaded to the S3 bucket.
	BucketFolder *string `type:"string"`

	// The name of the S3 bucket you want to use
	BucketName *string `type:"string"`

	// A value that sets the amount of time to wait (in milliseconds) before timing
	// out, beginning from when you initially establish a connection.
	ConnectionTimeout *int64 `type:"integer"`

	// The name of the Amazon Redshift data warehouse (service) that you are working
	// with.
	DatabaseName *string `type:"string"`

	// The date format that you are using. Valid values are auto (case-sensitive),
	// your date format string enclosed in quotes, or NULL. If this parameter is
	// left unset (NULL), it defaults to a format of 'YYYY-MM-DD'. Using auto recognizes
	// most strings, even some that aren't supported when you use a date format
	// string.
	//
	// If your date and time values use formats different from each other, set this
	// to auto.
	DateFormat *string `type:"string"`

	// A value that specifies whether AWS DMS should migrate empty CHAR and VARCHAR
	// fields as NULL. A value of true sets empty CHAR and VARCHAR fields to null.
	// The default is false.
	EmptyAsNull *bool `type:"boolean"`

	// The type of server-side encryption that you want to use for your data. This
	// encryption type is part of the endpoint settings or the extra connections
	// attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS.
	// To use SSE_S3, create an AWS Identity and Access Management (IAM) role with
	// a policy that allows "arn:aws:s3:::*" to use the following actions: "s3:PutObject",
	// "s3:ListBucket"
	EncryptionMode *string `type:"string" enum:"EncryptionModeValue"`

	// The number of threads used to upload a single file. This parameter accepts
	// a value from 1 through 64. It defaults to 10.
	FileTransferUploadStreams *int64 `type:"integer"`

	// The amount of time to wait (in milliseconds) before timing out, beginning
	// from when you begin loading.
	LoadTimeout *int64 `type:"integer"`

	// The maximum size (in KB) of any .csv file used to transfer data to Amazon
	// Redshift. This accepts a value from 1 through 1,048,576. It defaults to 32,768
	// KB (32 MB).
	MaxFileSize *int64 `type:"integer"`

	// The password for the user named in the username property.
	Password *string `type:"string" sensitive:"true"`

	// The port number for Amazon Redshift. The default value is 5439.
	Port *int64 `type:"integer"`

	// A value that specifies to remove surrounding quotation marks from strings
	// in the incoming data. All characters within the quotation marks, including
	// delimiters, are retained. Choose true to remove quotation marks. The default
	// is false.
	RemoveQuotes *bool `type:"boolean"`

	// A value that specifies to replaces the invalid characters specified in ReplaceInvalidChars,
	// substituting the specified characters instead. The default is "?".
	ReplaceChars *string `type:"string"`

	// A list of characters that you want to replace. Use with ReplaceChars.
	ReplaceInvalidChars *string `type:"string"`

	// The name of the Amazon Redshift cluster you are using.
	ServerName *string `type:"string"`

	// The AWS KMS key ID. If you are using SSE_KMS for the EncryptionMode, provide
	// this key ID. The key that you use needs an attached policy that enables IAM
	// user permissions and allows use of the key.
	ServerSideEncryptionKmsKeyId *string `type:"string"`

	// The Amazon Resource Name (ARN) of the IAM role that has access to the Amazon
	// Redshift service.
	ServiceAccessRoleArn *string `type:"string"`

	// The time format that you want to use. Valid values are auto (case-sensitive),
	// 'timeformat_string', 'epochsecs', or 'epochmillisecs'. It defaults to 10.
	// Using auto recognizes most strings, even some that aren't supported when
	// you use a time format string.
	//
	// If your date and time values use formats different from each other, set this
	// parameter to auto.
	TimeFormat *string `type:"string"`

	// A value that specifies to remove the trailing white space characters from
	// a VARCHAR string. This parameter applies only to columns with a VARCHAR data
	// type. Choose true to remove unneeded white space. The default is false.
	TrimBlanks *bool `type:"boolean"`

	// A value that specifies to truncate data in columns to the appropriate number
	// of characters, so that the data fits in the column. This parameter applies
	// only to columns with a VARCHAR or CHAR data type, and rows with a size of
	// 4 MB or less. Choose true to truncate data. The default is false.
	TruncateColumns *bool `type:"boolean"`

	// An Amazon Redshift user name for a registered user.
	Username *string `type:"string"`

	// The size of the write buffer to use in rows. Valid values range from 1 through
	// 2,048. The default is 1,024. Use this setting to tune performance.
	WriteBufferSize *int64 `type:"integer"`
	// contains filtered or unexported fields
}

Provides information that defines an Amazon Redshift endpoint.

func (RedshiftSettings) GoString added in v1.18.4

func (s RedshiftSettings) GoString() string

GoString returns the string representation

func (*RedshiftSettings) SetAcceptAnyDate added in v1.18.4

func (s *RedshiftSettings) SetAcceptAnyDate(v bool) *RedshiftSettings

SetAcceptAnyDate sets the AcceptAnyDate field's value.

func (*RedshiftSettings) SetAfterConnectScript added in v1.18.4

func (s *RedshiftSettings) SetAfterConnectScript(v string) *RedshiftSettings

SetAfterConnectScript sets the AfterConnectScript field's value.

func (*RedshiftSettings) SetBucketFolder added in v1.18.4

func (s *RedshiftSettings) SetBucketFolder(v string) *RedshiftSettings

SetBucketFolder sets the BucketFolder field's value.

func (*RedshiftSettings) SetBucketName added in v1.18.4

func (s *RedshiftSettings) SetBucketName(v string) *RedshiftSettings

SetBucketName sets the BucketName field's value.

func (*RedshiftSettings) SetConnectionTimeout added in v1.18.4

func (s *RedshiftSettings) SetConnectionTimeout(v int64) *RedshiftSettings

SetConnectionTimeout sets the ConnectionTimeout field's value.

func (*RedshiftSettings) SetDatabaseName added in v1.18.4

func (s *RedshiftSettings) SetDatabaseName(v string) *RedshiftSettings

SetDatabaseName sets the DatabaseName field's value.

func (*RedshiftSettings) SetDateFormat added in v1.18.4

func (s *RedshiftSettings) SetDateFormat(v string) *RedshiftSettings

SetDateFormat sets the DateFormat field's value.

func (*RedshiftSettings) SetEmptyAsNull added in v1.18.4

func (s *RedshiftSettings) SetEmptyAsNull(v bool) *RedshiftSettings

SetEmptyAsNull sets the EmptyAsNull field's value.

func (*RedshiftSettings) SetEncryptionMode added in v1.18.4

func (s *RedshiftSettings) SetEncryptionMode(v string) *RedshiftSettings

SetEncryptionMode sets the EncryptionMode field's value.

func (*RedshiftSettings) SetFileTransferUploadStreams added in v1.18.4

func (s *RedshiftSettings) SetFileTransferUploadStreams(v int64) *RedshiftSettings

SetFileTransferUploadStreams sets the FileTransferUploadStreams field's value.

func (*RedshiftSettings) SetLoadTimeout added in v1.18.4

func (s *RedshiftSettings) SetLoadTimeout(v int64) *RedshiftSettings

SetLoadTimeout sets the LoadTimeout field's value.

func (*RedshiftSettings) SetMaxFileSize added in v1.18.4

func (s *RedshiftSettings) SetMaxFileSize(v int64) *RedshiftSettings

SetMaxFileSize sets the MaxFileSize field's value.

func (*RedshiftSettings) SetPassword added in v1.18.4

func (s *RedshiftSettings) SetPassword(v string) *RedshiftSettings

SetPassword sets the Password field's value.

func (*RedshiftSettings) SetPort added in v1.18.4

func (s *RedshiftSettings) SetPort(v int64) *RedshiftSettings

SetPort sets the Port field's value.

func (*RedshiftSettings) SetRemoveQuotes added in v1.18.4

func (s *RedshiftSettings) SetRemoveQuotes(v bool) *RedshiftSettings

SetRemoveQuotes sets the RemoveQuotes field's value.

func (*RedshiftSettings) SetReplaceChars added in v1.18.4

func (s *RedshiftSettings) SetReplaceChars(v string) *RedshiftSettings

SetReplaceChars sets the ReplaceChars field's value.

func (*RedshiftSettings) SetReplaceInvalidChars added in v1.18.4

func (s *RedshiftSettings) SetReplaceInvalidChars(v string) *RedshiftSettings

SetReplaceInvalidChars sets the ReplaceInvalidChars field's value.

func (*RedshiftSettings) SetServerName added in v1.18.4

func (s *RedshiftSettings) SetServerName(v string) *RedshiftSettings

SetServerName sets the ServerName field's value.

func (*RedshiftSettings) SetServerSideEncryptionKmsKeyId added in v1.18.4

func (s *RedshiftSettings) SetServerSideEncryptionKmsKeyId(v string) *RedshiftSettings

SetServerSideEncryptionKmsKeyId sets the ServerSideEncryptionKmsKeyId field's value.

func (*RedshiftSettings) SetServiceAccessRoleArn added in v1.18.4

func (s *RedshiftSettings) SetServiceAccessRoleArn(v string) *RedshiftSettings

SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value.

func (*RedshiftSettings) SetTimeFormat added in v1.18.4

func (s *RedshiftSettings) SetTimeFormat(v string) *RedshiftSettings

SetTimeFormat sets the TimeFormat field's value.

func (*RedshiftSettings) SetTrimBlanks added in v1.18.4

func (s *RedshiftSettings) SetTrimBlanks(v bool) *RedshiftSettings

SetTrimBlanks sets the TrimBlanks field's value.

func (*RedshiftSettings) SetTruncateColumns added in v1.18.4

func (s *RedshiftSettings) SetTruncateColumns(v bool) *RedshiftSettings

SetTruncateColumns sets the TruncateColumns field's value.

func (*RedshiftSettings) SetUsername added in v1.18.4

func (s *RedshiftSettings) SetUsername(v string) *RedshiftSettings

SetUsername sets the Username field's value.

func (*RedshiftSettings) SetWriteBufferSize added in v1.18.4

func (s *RedshiftSettings) SetWriteBufferSize(v int64) *RedshiftSettings

SetWriteBufferSize sets the WriteBufferSize field's value.

func (RedshiftSettings) String added in v1.18.4

func (s RedshiftSettings) String() string

String returns the string representation

type RefreshSchemasInput

type RefreshSchemasInput struct {

	// The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
	//
	// EndpointArn is a required field
	EndpointArn *string `type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the replication instance.
	//
	// ReplicationInstanceArn is a required field
	ReplicationInstanceArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RefreshSchemasInput) GoString

func (s RefreshSchemasInput) GoString() string

GoString returns the string representation

func (*RefreshSchemasInput) SetEndpointArn added in v1.5.0

func (s *RefreshSchemasInput) SetEndpointArn(v string) *RefreshSchemasInput

SetEndpointArn sets the EndpointArn field's value.

func (*RefreshSchemasInput) SetReplicationInstanceArn added in v1.5.0

func (s *RefreshSchemasInput) SetReplicationInstanceArn(v string) *RefreshSchemasInput

SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.

func (RefreshSchemasInput) String

func (s RefreshSchemasInput) String() string

String returns the string representation

func (*RefreshSchemasInput) Validate added in v1.1.21

func (s *RefreshSchemasInput) Validate() error

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

type RefreshSchemasOutput

type RefreshSchemasOutput struct {

	// The status of the refreshed schema.
	RefreshSchemasStatus *RefreshSchemasStatus `type:"structure"`
	// contains filtered or unexported fields
}

func (RefreshSchemasOutput) GoString

func (s RefreshSchemasOutput) GoString() string

GoString returns the string representation

func (*RefreshSchemasOutput) SetRefreshSchemasStatus added in v1.5.0

func (s *RefreshSchemasOutput) SetRefreshSchemasStatus(v *RefreshSchemasStatus) *RefreshSchemasOutput

SetRefreshSchemasStatus sets the RefreshSchemasStatus field's value.

func (RefreshSchemasOutput) String

func (s RefreshSchemasOutput) String() string

String returns the string representation

type RefreshSchemasStatus

type RefreshSchemasStatus struct {

	// The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
	EndpointArn *string `type:"string"`

	// The last failure message for the schema.
	LastFailureMessage *string `type:"string"`

	// The date the schema was last refreshed.
	LastRefreshDate *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the replication instance.
	ReplicationInstanceArn *string `type:"string"`

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

Provides information that describes status of a schema at an endpoint specified by the DescribeRefreshSchemaStatus operation.

func (RefreshSchemasStatus) GoString

func (s RefreshSchemasStatus) GoString() string

GoString returns the string representation

func (*RefreshSchemasStatus) SetEndpointArn added in v1.5.0

func (s *RefreshSchemasStatus) SetEndpointArn(v string) *RefreshSchemasStatus

SetEndpointArn sets the EndpointArn field's value.

func (*RefreshSchemasStatus) SetLastFailureMessage added in v1.5.0

func (s *RefreshSchemasStatus) SetLastFailureMessage(v string) *RefreshSchemasStatus

SetLastFailureMessage sets the LastFailureMessage field's value.

func (*RefreshSchemasStatus) SetLastRefreshDate added in v1.5.0

func (s *RefreshSchemasStatus) SetLastRefreshDate(v time.Time) *RefreshSchemasStatus

SetLastRefreshDate sets the LastRefreshDate field's value.

func (*RefreshSchemasStatus) SetReplicationInstanceArn added in v1.5.0

func (s *RefreshSchemasStatus) SetReplicationInstanceArn(v string) *RefreshSchemasStatus

SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.

func (*RefreshSchemasStatus) SetStatus added in v1.5.0

SetStatus sets the Status field's value.

func (RefreshSchemasStatus) String

func (s RefreshSchemasStatus) String() string

String returns the string representation

type ReloadTablesInput added in v1.8.28

type ReloadTablesInput struct {

	// Options for reload. Specify data-reload to reload the data and re-validate
	// it if validation is enabled. Specify validate-only to re-validate the table.
	// This option applies only when validation is enabled for the task.
	//
	// Valid values: data-reload, validate-only
	//
	// Default value is data-reload.
	ReloadOption *string `type:"string" enum:"ReloadOptionValue"`

	// The Amazon Resource Name (ARN) of the replication task.
	//
	// ReplicationTaskArn is a required field
	ReplicationTaskArn *string `type:"string" required:"true"`

	// The name and schema of the table to be reloaded.
	//
	// TablesToReload is a required field
	TablesToReload []*TableToReload `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ReloadTablesInput) GoString added in v1.8.28

func (s ReloadTablesInput) GoString() string

GoString returns the string representation

func (*ReloadTablesInput) SetReloadOption added in v1.14.22

func (s *ReloadTablesInput) SetReloadOption(v string) *ReloadTablesInput

SetReloadOption sets the ReloadOption field's value.

func (*ReloadTablesInput) SetReplicationTaskArn added in v1.8.28

func (s *ReloadTablesInput) SetReplicationTaskArn(v string) *ReloadTablesInput

SetReplicationTaskArn sets the ReplicationTaskArn field's value.

func (*ReloadTablesInput) SetTablesToReload added in v1.8.28

func (s *ReloadTablesInput) SetTablesToReload(v []*TableToReload) *ReloadTablesInput

SetTablesToReload sets the TablesToReload field's value.

func (ReloadTablesInput) String added in v1.8.28

func (s ReloadTablesInput) String() string

String returns the string representation

func (*ReloadTablesInput) Validate added in v1.8.28

func (s *ReloadTablesInput) Validate() error

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

type ReloadTablesOutput added in v1.8.28

type ReloadTablesOutput struct {

	// The Amazon Resource Name (ARN) of the replication task.
	ReplicationTaskArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (ReloadTablesOutput) GoString added in v1.8.28

func (s ReloadTablesOutput) GoString() string

GoString returns the string representation

func (*ReloadTablesOutput) SetReplicationTaskArn added in v1.8.28

func (s *ReloadTablesOutput) SetReplicationTaskArn(v string) *ReloadTablesOutput

SetReplicationTaskArn sets the ReplicationTaskArn field's value.

func (ReloadTablesOutput) String added in v1.8.28

func (s ReloadTablesOutput) String() string

String returns the string representation

type RemoveTagsFromResourceInput

type RemoveTagsFromResourceInput struct {

	// An AWS DMS resource from which you want to remove tag(s). The value for this
	// parameter is an Amazon Resource Name (ARN).
	//
	// ResourceArn is a required field
	ResourceArn *string `type:"string" required:"true"`

	// The tag key (name) of the tag to be removed.
	//
	// TagKeys is a required field
	TagKeys []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

Removes one or more tags from an AWS DMS resource.

func (RemoveTagsFromResourceInput) GoString

func (s RemoveTagsFromResourceInput) GoString() string

GoString returns the string representation

func (*RemoveTagsFromResourceInput) SetResourceArn added in v1.5.0

SetResourceArn sets the ResourceArn field's value.

func (*RemoveTagsFromResourceInput) SetTagKeys added in v1.5.0

SetTagKeys sets the TagKeys field's value.

func (RemoveTagsFromResourceInput) String

String returns the string representation

func (*RemoveTagsFromResourceInput) Validate added in v1.1.21

func (s *RemoveTagsFromResourceInput) Validate() error

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

type RemoveTagsFromResourceOutput

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

func (RemoveTagsFromResourceOutput) GoString

func (s RemoveTagsFromResourceOutput) GoString() string

GoString returns the string representation

func (RemoveTagsFromResourceOutput) String

String returns the string representation

type ReplicationInstance

type ReplicationInstance struct {

	// The amount of storage (in gigabytes) that is allocated for the replication
	// instance.
	AllocatedStorage *int64 `type:"integer"`

	// Boolean value indicating if minor version upgrades will be automatically
	// applied to the instance.
	AutoMinorVersionUpgrade *bool `type:"boolean"`

	// The Availability Zone for the instance.
	AvailabilityZone *string `type:"string"`

	// The DNS name servers supported for the replication instance to access your
	// on-premise source or target database.
	DnsNameServers *string `type:"string"`

	// The engine version number of the replication instance.
	EngineVersion *string `type:"string"`

	// The expiration date of the free replication instance that is part of the
	// Free DMS program.
	FreeUntil *time.Time `type:"timestamp"`

	// The time the replication instance was created.
	InstanceCreateTime *time.Time `type:"timestamp"`

	// An AWS KMS key identifier that is used to encrypt the data on the replication
	// instance.
	//
	// If you don't specify a value for the KmsKeyId parameter, then AWS DMS uses
	// your default encryption key.
	//
	// AWS KMS creates the default encryption key for your AWS account. Your AWS
	// account has a different default encryption key for each AWS Region.
	KmsKeyId *string `type:"string"`

	// Specifies whether the replication instance is a Multi-AZ deployment. You
	// can't set the AvailabilityZone parameter if the Multi-AZ parameter is set
	// to true.
	MultiAZ *bool `type:"boolean"`

	// The pending modification values.
	PendingModifiedValues *ReplicationPendingModifiedValues `type:"structure"`

	// The maintenance window times for the replication instance.
	PreferredMaintenanceWindow *string `type:"string"`

	// Specifies the accessibility options for the replication instance. A value
	// of true represents an instance with a public IP address. A value of false
	// represents an instance with a private IP address. The default value is true.
	PubliclyAccessible *bool `type:"boolean"`

	// The Amazon Resource Name (ARN) of the replication instance.
	ReplicationInstanceArn *string `type:"string"`

	// The compute and memory capacity of the replication instance as defined for
	// the specified replication instance class.
	//
	// For more information on the settings and capacities for the available replication
	// instance classes, see Selecting the right AWS DMS replication instance for
	// your migration (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth).
	ReplicationInstanceClass *string `type:"string"`

	// The replication instance identifier. This parameter is stored as a lowercase
	// string.
	//
	// Constraints:
	//
	//    * Must contain 1-63 alphanumeric characters or hyphens.
	//
	//    * First character must be a letter.
	//
	//    * Cannot end with a hyphen or contain two consecutive hyphens.
	//
	// Example: myrepinstance
	ReplicationInstanceIdentifier *string `type:"string"`

	// The private IP address of the replication instance.
	//
	// Deprecated: ReplicationInstancePrivateIpAddress has been deprecated
	ReplicationInstancePrivateIpAddress *string `deprecated:"true" type:"string"`

	// One or more private IP addresses for the replication instance.
	ReplicationInstancePrivateIpAddresses []*string `type:"list"`

	// The public IP address of the replication instance.
	//
	// Deprecated: ReplicationInstancePublicIpAddress has been deprecated
	ReplicationInstancePublicIpAddress *string `deprecated:"true" type:"string"`

	// One or more public IP addresses for the replication instance.
	ReplicationInstancePublicIpAddresses []*string `type:"list"`

	// The status of the replication instance. The possible return values include:
	//
	//    * "available"
	//
	//    * "creating"
	//
	//    * "deleted"
	//
	//    * "deleting"
	//
	//    * "failed"
	//
	//    * "modifying"
	//
	//    * "upgrading"
	//
	//    * "rebooting"
	//
	//    * "resetting-master-credentials"
	//
	//    * "storage-full"
	//
	//    * "incompatible-credentials"
	//
	//    * "incompatible-network"
	//
	//    * "maintenance"
	ReplicationInstanceStatus *string `type:"string"`

	// The subnet group for the replication instance.
	ReplicationSubnetGroup *ReplicationSubnetGroup `type:"structure"`

	// The Availability Zone of the standby replication instance in a Multi-AZ deployment.
	SecondaryAvailabilityZone *string `type:"string"`

	// The VPC security group for the instance.
	VpcSecurityGroups []*VpcSecurityGroupMembership `type:"list"`
	// contains filtered or unexported fields
}

Provides information that defines a replication instance.

func (ReplicationInstance) GoString

func (s ReplicationInstance) GoString() string

GoString returns the string representation

func (*ReplicationInstance) SetAllocatedStorage added in v1.5.0

func (s *ReplicationInstance) SetAllocatedStorage(v int64) *ReplicationInstance

SetAllocatedStorage sets the AllocatedStorage field's value.

func (*ReplicationInstance) SetAutoMinorVersionUpgrade added in v1.5.0

func (s *ReplicationInstance) SetAutoMinorVersionUpgrade(v bool) *ReplicationInstance

SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value.

func (*ReplicationInstance) SetAvailabilityZone added in v1.5.0

func (s *ReplicationInstance) SetAvailabilityZone(v string) *ReplicationInstance

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*ReplicationInstance) SetDnsNameServers added in v1.15.77

func (s *ReplicationInstance) SetDnsNameServers(v string) *ReplicationInstance

SetDnsNameServers sets the DnsNameServers field's value.

func (*ReplicationInstance) SetEngineVersion added in v1.5.0

func (s *ReplicationInstance) SetEngineVersion(v string) *ReplicationInstance

SetEngineVersion sets the EngineVersion field's value.

func (*ReplicationInstance) SetFreeUntil added in v1.13.32

func (s *ReplicationInstance) SetFreeUntil(v time.Time) *ReplicationInstance

SetFreeUntil sets the FreeUntil field's value.

func (*ReplicationInstance) SetInstanceCreateTime added in v1.5.0

func (s *ReplicationInstance) SetInstanceCreateTime(v time.Time) *ReplicationInstance

SetInstanceCreateTime sets the InstanceCreateTime field's value.

func (*ReplicationInstance) SetKmsKeyId added in v1.5.0

func (s *ReplicationInstance) SetKmsKeyId(v string) *ReplicationInstance

SetKmsKeyId sets the KmsKeyId field's value.

func (*ReplicationInstance) SetMultiAZ added in v1.5.0

func (s *ReplicationInstance) SetMultiAZ(v bool) *ReplicationInstance

SetMultiAZ sets the MultiAZ field's value.

func (*ReplicationInstance) SetPendingModifiedValues added in v1.5.0

SetPendingModifiedValues sets the PendingModifiedValues field's value.

func (*ReplicationInstance) SetPreferredMaintenanceWindow added in v1.5.0

func (s *ReplicationInstance) SetPreferredMaintenanceWindow(v string) *ReplicationInstance

SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.

func (*ReplicationInstance) SetPubliclyAccessible added in v1.5.0

func (s *ReplicationInstance) SetPubliclyAccessible(v bool) *ReplicationInstance

SetPubliclyAccessible sets the PubliclyAccessible field's value.

func (*ReplicationInstance) SetReplicationInstanceArn added in v1.5.0

func (s *ReplicationInstance) SetReplicationInstanceArn(v string) *ReplicationInstance

SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.

func (*ReplicationInstance) SetReplicationInstanceClass added in v1.5.0

func (s *ReplicationInstance) SetReplicationInstanceClass(v string) *ReplicationInstance

SetReplicationInstanceClass sets the ReplicationInstanceClass field's value.

func (*ReplicationInstance) SetReplicationInstanceIdentifier added in v1.5.0

func (s *ReplicationInstance) SetReplicationInstanceIdentifier(v string) *ReplicationInstance

SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value.

func (*ReplicationInstance) SetReplicationInstancePrivateIpAddress added in v1.5.0

func (s *ReplicationInstance) SetReplicationInstancePrivateIpAddress(v string) *ReplicationInstance

SetReplicationInstancePrivateIpAddress sets the ReplicationInstancePrivateIpAddress field's value.

func (*ReplicationInstance) SetReplicationInstancePrivateIpAddresses added in v1.5.0

func (s *ReplicationInstance) SetReplicationInstancePrivateIpAddresses(v []*string) *ReplicationInstance

SetReplicationInstancePrivateIpAddresses sets the ReplicationInstancePrivateIpAddresses field's value.

func (*ReplicationInstance) SetReplicationInstancePublicIpAddress added in v1.5.0

func (s *ReplicationInstance) SetReplicationInstancePublicIpAddress(v string) *ReplicationInstance

SetReplicationInstancePublicIpAddress sets the ReplicationInstancePublicIpAddress field's value.

func (*ReplicationInstance) SetReplicationInstancePublicIpAddresses added in v1.5.0

func (s *ReplicationInstance) SetReplicationInstancePublicIpAddresses(v []*string) *ReplicationInstance

SetReplicationInstancePublicIpAddresses sets the ReplicationInstancePublicIpAddresses field's value.

func (*ReplicationInstance) SetReplicationInstanceStatus added in v1.5.0

func (s *ReplicationInstance) SetReplicationInstanceStatus(v string) *ReplicationInstance

SetReplicationInstanceStatus sets the ReplicationInstanceStatus field's value.

func (*ReplicationInstance) SetReplicationSubnetGroup added in v1.5.0

func (s *ReplicationInstance) SetReplicationSubnetGroup(v *ReplicationSubnetGroup) *ReplicationInstance

SetReplicationSubnetGroup sets the ReplicationSubnetGroup field's value.

func (*ReplicationInstance) SetSecondaryAvailabilityZone added in v1.6.3

func (s *ReplicationInstance) SetSecondaryAvailabilityZone(v string) *ReplicationInstance

SetSecondaryAvailabilityZone sets the SecondaryAvailabilityZone field's value.

func (*ReplicationInstance) SetVpcSecurityGroups added in v1.5.0

SetVpcSecurityGroups sets the VpcSecurityGroups field's value.

func (ReplicationInstance) String

func (s ReplicationInstance) String() string

String returns the string representation

type ReplicationInstanceTaskLog added in v1.12.73

type ReplicationInstanceTaskLog struct {

	// The size, in bytes, of the replication task log.
	ReplicationInstanceTaskLogSize *int64 `type:"long"`

	// The Amazon Resource Name (ARN) of the replication task.
	ReplicationTaskArn *string `type:"string"`

	// The name of the replication task.
	ReplicationTaskName *string `type:"string"`
	// contains filtered or unexported fields
}

Contains metadata for a replication instance task log.

func (ReplicationInstanceTaskLog) GoString added in v1.12.73

func (s ReplicationInstanceTaskLog) GoString() string

GoString returns the string representation

func (*ReplicationInstanceTaskLog) SetReplicationInstanceTaskLogSize added in v1.12.73

func (s *ReplicationInstanceTaskLog) SetReplicationInstanceTaskLogSize(v int64) *ReplicationInstanceTaskLog

SetReplicationInstanceTaskLogSize sets the ReplicationInstanceTaskLogSize field's value.

func (*ReplicationInstanceTaskLog) SetReplicationTaskArn added in v1.12.73

func (s *ReplicationInstanceTaskLog) SetReplicationTaskArn(v string) *ReplicationInstanceTaskLog

SetReplicationTaskArn sets the ReplicationTaskArn field's value.

func (*ReplicationInstanceTaskLog) SetReplicationTaskName added in v1.12.73

func (s *ReplicationInstanceTaskLog) SetReplicationTaskName(v string) *ReplicationInstanceTaskLog

SetReplicationTaskName sets the ReplicationTaskName field's value.

func (ReplicationInstanceTaskLog) String added in v1.12.73

String returns the string representation

type ReplicationPendingModifiedValues

type ReplicationPendingModifiedValues struct {

	// The amount of storage (in gigabytes) that is allocated for the replication
	// instance.
	AllocatedStorage *int64 `type:"integer"`

	// The engine version number of the replication instance.
	EngineVersion *string `type:"string"`

	// Specifies whether the replication instance is a Multi-AZ deployment. You
	// can't set the AvailabilityZone parameter if the Multi-AZ parameter is set
	// to true.
	MultiAZ *bool `type:"boolean"`

	// The compute and memory capacity of the replication instance as defined for
	// the specified replication instance class.
	//
	// For more information on the settings and capacities for the available replication
	// instance classes, see Selecting the right AWS DMS replication instance for
	// your migration (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth).
	ReplicationInstanceClass *string `type:"string"`
	// contains filtered or unexported fields
}

Provides information about the values of pending modifications to a replication instance. This data type is an object of the ReplicationInstance user-defined data type.

func (ReplicationPendingModifiedValues) GoString

GoString returns the string representation

func (*ReplicationPendingModifiedValues) SetAllocatedStorage added in v1.5.0

SetAllocatedStorage sets the AllocatedStorage field's value.

func (*ReplicationPendingModifiedValues) SetEngineVersion added in v1.5.0

SetEngineVersion sets the EngineVersion field's value.

func (*ReplicationPendingModifiedValues) SetMultiAZ added in v1.5.0

SetMultiAZ sets the MultiAZ field's value.

func (*ReplicationPendingModifiedValues) SetReplicationInstanceClass added in v1.5.0

SetReplicationInstanceClass sets the ReplicationInstanceClass field's value.

func (ReplicationPendingModifiedValues) String

String returns the string representation

type ReplicationSubnetGroup

type ReplicationSubnetGroup struct {

	// A description for the replication subnet group.
	ReplicationSubnetGroupDescription *string `type:"string"`

	// The identifier of the replication instance subnet group.
	ReplicationSubnetGroupIdentifier *string `type:"string"`

	// The status of the subnet group.
	SubnetGroupStatus *string `type:"string"`

	// The subnets that are in the subnet group.
	Subnets []*Subnet `type:"list"`

	// The ID of the VPC.
	VpcId *string `type:"string"`
	// contains filtered or unexported fields
}

Describes a subnet group in response to a request by the DescribeReplicationSubnetGroup operation.

func (ReplicationSubnetGroup) GoString

func (s ReplicationSubnetGroup) GoString() string

GoString returns the string representation

func (*ReplicationSubnetGroup) SetReplicationSubnetGroupDescription added in v1.5.0

func (s *ReplicationSubnetGroup) SetReplicationSubnetGroupDescription(v string) *ReplicationSubnetGroup

SetReplicationSubnetGroupDescription sets the ReplicationSubnetGroupDescription field's value.

func (*ReplicationSubnetGroup) SetReplicationSubnetGroupIdentifier added in v1.5.0

func (s *ReplicationSubnetGroup) SetReplicationSubnetGroupIdentifier(v string) *ReplicationSubnetGroup

SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value.

func (*ReplicationSubnetGroup) SetSubnetGroupStatus added in v1.5.0

func (s *ReplicationSubnetGroup) SetSubnetGroupStatus(v string) *ReplicationSubnetGroup

SetSubnetGroupStatus sets the SubnetGroupStatus field's value.

func (*ReplicationSubnetGroup) SetSubnets added in v1.5.0

SetSubnets sets the Subnets field's value.

func (*ReplicationSubnetGroup) SetVpcId added in v1.5.0

SetVpcId sets the VpcId field's value.

func (ReplicationSubnetGroup) String

func (s ReplicationSubnetGroup) String() string

String returns the string representation

type ReplicationSubnetGroupDoesNotCoverEnoughAZs added in v1.28.0

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

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

The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.

func (*ReplicationSubnetGroupDoesNotCoverEnoughAZs) Code added in v1.28.0

Code returns the exception type name.

func (*ReplicationSubnetGroupDoesNotCoverEnoughAZs) Error added in v1.28.0

func (ReplicationSubnetGroupDoesNotCoverEnoughAZs) GoString added in v1.28.0

GoString returns the string representation

func (*ReplicationSubnetGroupDoesNotCoverEnoughAZs) Message added in v1.28.0

Message returns the exception's message.

func (*ReplicationSubnetGroupDoesNotCoverEnoughAZs) OrigErr added in v1.28.0

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ReplicationSubnetGroupDoesNotCoverEnoughAZs) RequestID added in v1.28.0

RequestID returns the service's response RequestID for request.

func (*ReplicationSubnetGroupDoesNotCoverEnoughAZs) StatusCode added in v1.28.0

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

func (ReplicationSubnetGroupDoesNotCoverEnoughAZs) String added in v1.28.0

String returns the string representation

type ReplicationTask

type ReplicationTask struct {

	// Indicates when you want a change data capture (CDC) operation to start. Use
	// either CdcStartPosition or CdcStartTime to specify when you want the CDC
	// operation to start. Specifying both values results in an error.
	//
	// The value can be in date, checkpoint, or LSN/SCN format.
	//
	// Date Example: --cdc-start-position “2018-03-08T12:12:12”
	//
	// Checkpoint Example: --cdc-start-position "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93"
	//
	// LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”
	CdcStartPosition *string `type:"string"`

	// Indicates when you want a change data capture (CDC) operation to stop. The
	// value can be either server time or commit time.
	//
	// Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”
	//
	// Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12
	// “
	CdcStopPosition *string `type:"string"`

	// The last error (failure) message generated for the replication instance.
	LastFailureMessage *string `type:"string"`

	// The type of migration.
	MigrationType *string `type:"string" enum:"MigrationTypeValue"`

	// Indicates the last checkpoint that occurred during a change data capture
	// (CDC) operation. You can provide this value to the CdcStartPosition parameter
	// to start a CDC operation that begins at that checkpoint.
	RecoveryCheckpoint *string `type:"string"`

	// The Amazon Resource Name (ARN) of the replication instance.
	ReplicationInstanceArn *string `type:"string"`

	// The Amazon Resource Name (ARN) of the replication task.
	ReplicationTaskArn *string `type:"string"`

	// The date the replication task was created.
	ReplicationTaskCreationDate *time.Time `type:"timestamp"`

	// The user-assigned replication task identifier or name.
	//
	// Constraints:
	//
	//    * Must contain 1-255 alphanumeric characters or hyphens.
	//
	//    * First character must be a letter.
	//
	//    * Cannot end with a hyphen or contain two consecutive hyphens.
	ReplicationTaskIdentifier *string `type:"string"`

	// The settings for the replication task.
	ReplicationTaskSettings *string `type:"string"`

	// The date the replication task is scheduled to start.
	ReplicationTaskStartDate *time.Time `type:"timestamp"`

	// The statistics for the task, including elapsed time, tables loaded, and table
	// errors.
	ReplicationTaskStats *ReplicationTaskStats `type:"structure"`

	// The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
	SourceEndpointArn *string `type:"string"`

	// The status of the replication task.
	Status *string `type:"string"`

	// The reason the replication task was stopped. This response parameter can
	// return one of the following values:
	//
	//    * "STOP_REASON_FULL_LOAD_COMPLETED" – Full-load migration completed.
	//
	//    * "STOP_REASON_CACHED_CHANGES_APPLIED" – Change data capture (CDC) load
	//    completed.
	//
	//    * "STOP_REASON_CACHED_CHANGES_NOT_APPLIED" – In a full-load and CDC
	//    migration, the full-load stopped as specified before starting the CDC
	//    migration.
	//
	//    * "STOP_REASON_SERVER_TIME" – The migration stopped at the specified
	//    server time.
	StopReason *string `type:"string"`

	// Table mappings specified in the task.
	TableMappings *string `type:"string"`

	// The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
	TargetEndpointArn *string `type:"string"`

	// Supplemental information that the task requires to migrate the data for certain
	// source and target endpoints. For more information, see Specifying Supplemental
	// Data for Task Settings (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html)
	// in the AWS Database Migration Service User Guide.
	TaskData *string `type:"string"`
	// contains filtered or unexported fields
}

Provides information that describes a replication task created by the CreateReplicationTask operation.

func (ReplicationTask) GoString

func (s ReplicationTask) GoString() string

GoString returns the string representation

func (*ReplicationTask) SetCdcStartPosition added in v1.13.32

func (s *ReplicationTask) SetCdcStartPosition(v string) *ReplicationTask

SetCdcStartPosition sets the CdcStartPosition field's value.

func (*ReplicationTask) SetCdcStopPosition added in v1.13.32

func (s *ReplicationTask) SetCdcStopPosition(v string) *ReplicationTask

SetCdcStopPosition sets the CdcStopPosition field's value.

func (*ReplicationTask) SetLastFailureMessage added in v1.5.0

func (s *ReplicationTask) SetLastFailureMessage(v string) *ReplicationTask

SetLastFailureMessage sets the LastFailureMessage field's value.

func (*ReplicationTask) SetMigrationType added in v1.5.0

func (s *ReplicationTask) SetMigrationType(v string) *ReplicationTask

SetMigrationType sets the MigrationType field's value.

func (*ReplicationTask) SetRecoveryCheckpoint added in v1.13.32

func (s *ReplicationTask) SetRecoveryCheckpoint(v string) *ReplicationTask

SetRecoveryCheckpoint sets the RecoveryCheckpoint field's value.

func (*ReplicationTask) SetReplicationInstanceArn added in v1.5.0

func (s *ReplicationTask) SetReplicationInstanceArn(v string) *ReplicationTask

SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.

func (*ReplicationTask) SetReplicationTaskArn added in v1.5.0

func (s *ReplicationTask) SetReplicationTaskArn(v string) *ReplicationTask

SetReplicationTaskArn sets the ReplicationTaskArn field's value.

func (*ReplicationTask) SetReplicationTaskCreationDate added in v1.5.0

func (s *ReplicationTask) SetReplicationTaskCreationDate(v time.Time) *ReplicationTask

SetReplicationTaskCreationDate sets the ReplicationTaskCreationDate field's value.

func (*ReplicationTask) SetReplicationTaskIdentifier added in v1.5.0

func (s *ReplicationTask) SetReplicationTaskIdentifier(v string) *ReplicationTask

SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value.

func (*ReplicationTask) SetReplicationTaskSettings added in v1.5.0

func (s *ReplicationTask) SetReplicationTaskSettings(v string) *ReplicationTask

SetReplicationTaskSettings sets the ReplicationTaskSettings field's value.

func (*ReplicationTask) SetReplicationTaskStartDate added in v1.5.0

func (s *ReplicationTask) SetReplicationTaskStartDate(v time.Time) *ReplicationTask

SetReplicationTaskStartDate sets the ReplicationTaskStartDate field's value.

func (*ReplicationTask) SetReplicationTaskStats added in v1.5.0

func (s *ReplicationTask) SetReplicationTaskStats(v *ReplicationTaskStats) *ReplicationTask

SetReplicationTaskStats sets the ReplicationTaskStats field's value.

func (*ReplicationTask) SetSourceEndpointArn added in v1.5.0

func (s *ReplicationTask) SetSourceEndpointArn(v string) *ReplicationTask

SetSourceEndpointArn sets the SourceEndpointArn field's value.

func (*ReplicationTask) SetStatus added in v1.5.0

func (s *ReplicationTask) SetStatus(v string) *ReplicationTask

SetStatus sets the Status field's value.

func (*ReplicationTask) SetStopReason added in v1.6.3

func (s *ReplicationTask) SetStopReason(v string) *ReplicationTask

SetStopReason sets the StopReason field's value.

func (*ReplicationTask) SetTableMappings added in v1.5.0

func (s *ReplicationTask) SetTableMappings(v string) *ReplicationTask

SetTableMappings sets the TableMappings field's value.

func (*ReplicationTask) SetTargetEndpointArn added in v1.5.0

func (s *ReplicationTask) SetTargetEndpointArn(v string) *ReplicationTask

SetTargetEndpointArn sets the TargetEndpointArn field's value.

func (*ReplicationTask) SetTaskData added in v1.30.15

func (s *ReplicationTask) SetTaskData(v string) *ReplicationTask

SetTaskData sets the TaskData field's value.

func (ReplicationTask) String

func (s ReplicationTask) String() string

String returns the string representation

type ReplicationTaskAssessmentResult added in v1.12.30

type ReplicationTaskAssessmentResult struct {

	// The task assessment results in JSON format.
	AssessmentResults *string `type:"string"`

	// The file containing the results of the task assessment.
	AssessmentResultsFile *string `type:"string"`

	// The status of the task assessment.
	AssessmentStatus *string `type:"string"`

	// The Amazon Resource Name (ARN) of the replication task.
	ReplicationTaskArn *string `type:"string"`

	// The replication task identifier of the task on which the task assessment
	// was run.
	ReplicationTaskIdentifier *string `type:"string"`

	// The date the task assessment was completed.
	ReplicationTaskLastAssessmentDate *time.Time `type:"timestamp"`

	// The URL of the S3 object containing the task assessment results.
	S3ObjectUrl *string `type:"string"`
	// contains filtered or unexported fields
}

The task assessment report in JSON format.

func (ReplicationTaskAssessmentResult) GoString added in v1.12.30

GoString returns the string representation

func (*ReplicationTaskAssessmentResult) SetAssessmentResults added in v1.12.30

SetAssessmentResults sets the AssessmentResults field's value.

func (*ReplicationTaskAssessmentResult) SetAssessmentResultsFile added in v1.12.30

SetAssessmentResultsFile sets the AssessmentResultsFile field's value.

func (*ReplicationTaskAssessmentResult) SetAssessmentStatus added in v1.12.30

SetAssessmentStatus sets the AssessmentStatus field's value.

func (*ReplicationTaskAssessmentResult) SetReplicationTaskArn added in v1.12.30

SetReplicationTaskArn sets the ReplicationTaskArn field's value.

func (*ReplicationTaskAssessmentResult) SetReplicationTaskIdentifier added in v1.12.30

func (s *ReplicationTaskAssessmentResult) SetReplicationTaskIdentifier(v string) *ReplicationTaskAssessmentResult

SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value.

func (*ReplicationTaskAssessmentResult) SetReplicationTaskLastAssessmentDate added in v1.12.30

func (s *ReplicationTaskAssessmentResult) SetReplicationTaskLastAssessmentDate(v time.Time) *ReplicationTaskAssessmentResult

SetReplicationTaskLastAssessmentDate sets the ReplicationTaskLastAssessmentDate field's value.

func (*ReplicationTaskAssessmentResult) SetS3ObjectUrl added in v1.12.30

SetS3ObjectUrl sets the S3ObjectUrl field's value.

func (ReplicationTaskAssessmentResult) String added in v1.12.30

String returns the string representation

type ReplicationTaskStats

type ReplicationTaskStats struct {

	// The elapsed time of the task, in milliseconds.
	ElapsedTimeMillis *int64 `type:"long"`

	// The date the replication task was started either with a fresh start or a
	// target reload.
	FreshStartDate *time.Time `type:"timestamp"`

	// The date the replication task full load was completed.
	FullLoadFinishDate *time.Time `type:"timestamp"`

	// The percent complete for the full load migration task.
	FullLoadProgressPercent *int64 `type:"integer"`

	// The date the replication task full load was started.
	FullLoadStartDate *time.Time `type:"timestamp"`

	// The date the replication task was started either with a fresh start or a
	// resume. For more information, see StartReplicationTaskType (https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html#DMS-StartReplicationTask-request-StartReplicationTaskType).
	StartDate *time.Time `type:"timestamp"`

	// The date the replication task was stopped.
	StopDate *time.Time `type:"timestamp"`

	// The number of errors that have occurred during this task.
	TablesErrored *int64 `type:"integer"`

	// The number of tables loaded for this task.
	TablesLoaded *int64 `type:"integer"`

	// The number of tables currently loading for this task.
	TablesLoading *int64 `type:"integer"`

	// The number of tables queued for this task.
	TablesQueued *int64 `type:"integer"`
	// contains filtered or unexported fields
}

In response to a request by the DescribeReplicationTasks operation, this object provides a collection of statistics about a replication task.

func (ReplicationTaskStats) GoString

func (s ReplicationTaskStats) GoString() string

GoString returns the string representation

func (*ReplicationTaskStats) SetElapsedTimeMillis added in v1.5.0

func (s *ReplicationTaskStats) SetElapsedTimeMillis(v int64) *ReplicationTaskStats

SetElapsedTimeMillis sets the ElapsedTimeMillis field's value.

func (*ReplicationTaskStats) SetFreshStartDate added in v1.25.25

func (s *ReplicationTaskStats) SetFreshStartDate(v time.Time) *ReplicationTaskStats

SetFreshStartDate sets the FreshStartDate field's value.

func (*ReplicationTaskStats) SetFullLoadFinishDate added in v1.25.25

func (s *ReplicationTaskStats) SetFullLoadFinishDate(v time.Time) *ReplicationTaskStats

SetFullLoadFinishDate sets the FullLoadFinishDate field's value.

func (*ReplicationTaskStats) SetFullLoadProgressPercent added in v1.5.0

func (s *ReplicationTaskStats) SetFullLoadProgressPercent(v int64) *ReplicationTaskStats

SetFullLoadProgressPercent sets the FullLoadProgressPercent field's value.

func (*ReplicationTaskStats) SetFullLoadStartDate added in v1.25.25

func (s *ReplicationTaskStats) SetFullLoadStartDate(v time.Time) *ReplicationTaskStats

SetFullLoadStartDate sets the FullLoadStartDate field's value.

func (*ReplicationTaskStats) SetStartDate added in v1.25.25

func (s *ReplicationTaskStats) SetStartDate(v time.Time) *ReplicationTaskStats

SetStartDate sets the StartDate field's value.

func (*ReplicationTaskStats) SetStopDate added in v1.25.25

SetStopDate sets the StopDate field's value.

func (*ReplicationTaskStats) SetTablesErrored added in v1.5.0

func (s *ReplicationTaskStats) SetTablesErrored(v int64) *ReplicationTaskStats

SetTablesErrored sets the TablesErrored field's value.

func (*ReplicationTaskStats) SetTablesLoaded added in v1.5.0

func (s *ReplicationTaskStats) SetTablesLoaded(v int64) *ReplicationTaskStats

SetTablesLoaded sets the TablesLoaded field's value.

func (*ReplicationTaskStats) SetTablesLoading added in v1.5.0

func (s *ReplicationTaskStats) SetTablesLoading(v int64) *ReplicationTaskStats

SetTablesLoading sets the TablesLoading field's value.

func (*ReplicationTaskStats) SetTablesQueued added in v1.5.0

func (s *ReplicationTaskStats) SetTablesQueued(v int64) *ReplicationTaskStats

SetTablesQueued sets the TablesQueued field's value.

func (ReplicationTaskStats) String

func (s ReplicationTaskStats) String() string

String returns the string representation

type ResourceAlreadyExistsFault added in v1.28.0

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

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

	ResourceArn *string `locationName:"resourceArn" type:"string"`
	// contains filtered or unexported fields
}

The resource you are attempting to create already exists.

func (*ResourceAlreadyExistsFault) Code added in v1.28.0

Code returns the exception type name.

func (*ResourceAlreadyExistsFault) Error added in v1.28.0

func (ResourceAlreadyExistsFault) GoString added in v1.28.0

func (s ResourceAlreadyExistsFault) GoString() string

GoString returns the string representation

func (*ResourceAlreadyExistsFault) Message added in v1.28.0

func (s *ResourceAlreadyExistsFault) Message() string

Message returns the exception's message.

func (*ResourceAlreadyExistsFault) OrigErr added in v1.28.0

func (s *ResourceAlreadyExistsFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceAlreadyExistsFault) RequestID added in v1.28.0

func (s *ResourceAlreadyExistsFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceAlreadyExistsFault) StatusCode added in v1.28.0

func (s *ResourceAlreadyExistsFault) StatusCode() int

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

func (ResourceAlreadyExistsFault) String added in v1.28.0

String returns the string representation

type ResourceNotFoundFault added in v1.28.0

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

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

The resource could not be found.

func (*ResourceNotFoundFault) Code added in v1.28.0

func (s *ResourceNotFoundFault) Code() string

Code returns the exception type name.

func (*ResourceNotFoundFault) Error added in v1.28.0

func (s *ResourceNotFoundFault) Error() string

func (ResourceNotFoundFault) GoString added in v1.28.0

func (s ResourceNotFoundFault) GoString() string

GoString returns the string representation

func (*ResourceNotFoundFault) Message added in v1.28.0

func (s *ResourceNotFoundFault) Message() string

Message returns the exception's message.

func (*ResourceNotFoundFault) OrigErr added in v1.28.0

func (s *ResourceNotFoundFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundFault) RequestID added in v1.28.0

func (s *ResourceNotFoundFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundFault) StatusCode added in v1.28.0

func (s *ResourceNotFoundFault) StatusCode() int

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

func (ResourceNotFoundFault) String added in v1.28.0

func (s ResourceNotFoundFault) String() string

String returns the string representation

type ResourcePendingMaintenanceActions added in v1.18.4

type ResourcePendingMaintenanceActions struct {

	// Detailed information about the pending maintenance action.
	PendingMaintenanceActionDetails []*PendingMaintenanceAction `type:"list"`

	// The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance
	// action applies to. For information about creating an ARN, see Constructing
	// an Amazon Resource Name (ARN) for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.AWS.ARN.html)
	// in the DMS documentation.
	ResourceIdentifier *string `type:"string"`
	// contains filtered or unexported fields
}

Identifies an AWS DMS resource and any pending actions for it.

func (ResourcePendingMaintenanceActions) GoString added in v1.18.4

GoString returns the string representation

func (*ResourcePendingMaintenanceActions) SetPendingMaintenanceActionDetails added in v1.18.4

SetPendingMaintenanceActionDetails sets the PendingMaintenanceActionDetails field's value.

func (*ResourcePendingMaintenanceActions) SetResourceIdentifier added in v1.18.4

SetResourceIdentifier sets the ResourceIdentifier field's value.

func (ResourcePendingMaintenanceActions) String added in v1.18.4

String returns the string representation

type ResourceQuotaExceededFault added in v1.28.0

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

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

The quota for this resource quota has been exceeded.

func (*ResourceQuotaExceededFault) Code added in v1.28.0

Code returns the exception type name.

func (*ResourceQuotaExceededFault) Error added in v1.28.0

func (ResourceQuotaExceededFault) GoString added in v1.28.0

func (s ResourceQuotaExceededFault) GoString() string

GoString returns the string representation

func (*ResourceQuotaExceededFault) Message added in v1.28.0

func (s *ResourceQuotaExceededFault) Message() string

Message returns the exception's message.

func (*ResourceQuotaExceededFault) OrigErr added in v1.28.0

func (s *ResourceQuotaExceededFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceQuotaExceededFault) RequestID added in v1.28.0

func (s *ResourceQuotaExceededFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceQuotaExceededFault) StatusCode added in v1.28.0

func (s *ResourceQuotaExceededFault) StatusCode() int

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

func (ResourceQuotaExceededFault) String added in v1.28.0

String returns the string representation

type S3Settings added in v1.8.28

type S3Settings struct {

	// An optional parameter to set a folder name in the S3 bucket. If provided,
	// tables are created in the path bucketFolder/schema_name/table_name/. If this
	// parameter isn't specified, then the path used is schema_name/table_name/.
	BucketFolder *string `type:"string"`

	// The name of the S3 bucket.
	BucketName *string `type:"string"`

	// A value that enables a change data capture (CDC) load to write INSERT and
	// UPDATE operations to .csv or .parquet (columnar storage) output files. The
	// default setting is false, but when CdcInsertsAndUpdates is set to trueor
	// y, INSERTs and UPDATEs from the source database are migrated to the .csv
	// or .parquet file.
	//
	// For .csv file format only, how these INSERTs and UPDATEs are recorded depends
	// on the value of the IncludeOpForFullLoad parameter. If IncludeOpForFullLoad
	// is set to true, the first field of every CDC record is set to either I or
	// U to indicate INSERT and UPDATE operations at the source. But if IncludeOpForFullLoad
	// is set to false, CDC records are written without an indication of INSERT
	// or UPDATE operations at the source. For more information about how these
	// settings work together, see Indicating Source DB Operations in Migrated S3
	// Data (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps)
	// in the AWS Database Migration Service User Guide..
	//
	// AWS DMS supports the use of the CdcInsertsAndUpdates parameter in versions
	// 3.3.1 and later.
	//
	// CdcInsertsOnly and CdcInsertsAndUpdates can't both be set to true for the
	// same endpoint. Set either CdcInsertsOnly or CdcInsertsAndUpdates to true
	// for the same endpoint, but not both.
	CdcInsertsAndUpdates *bool `type:"boolean"`

	// A value that enables a change data capture (CDC) load to write only INSERT
	// operations to .csv or columnar storage (.parquet) output files. By default
	// (the false setting), the first field in a .csv or .parquet record contains
	// the letter I (INSERT), U (UPDATE), or D (DELETE). These values indicate whether
	// the row was inserted, updated, or deleted at the source database for a CDC
	// load to the target.
	//
	// If CdcInsertsOnly is set to true or y, only INSERTs from the source database
	// are migrated to the .csv or .parquet file. For .csv format only, how these
	// INSERTs are recorded depends on the value of IncludeOpForFullLoad. If IncludeOpForFullLoad
	// is set to true, the first field of every CDC record is set to I to indicate
	// the INSERT operation at the source. If IncludeOpForFullLoad is set to false,
	// every CDC record is written without a first field to indicate the INSERT
	// operation at the source. For more information about how these settings work
	// together, see Indicating Source DB Operations in Migrated S3 Data (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps)
	// in the AWS Database Migration Service User Guide..
	//
	// AWS DMS supports the interaction described preceding between the CdcInsertsOnly
	// and IncludeOpForFullLoad parameters in versions 3.1.4 and later.
	//
	// CdcInsertsOnly and CdcInsertsAndUpdates can't both be set to true for the
	// same endpoint. Set either CdcInsertsOnly or CdcInsertsAndUpdates to true
	// for the same endpoint, but not both.
	CdcInsertsOnly *bool `type:"boolean"`

	// An optional parameter to use GZIP to compress the target files. Set to GZIP
	// to compress the target files. Either set this parameter to NONE (the default)
	// or don't use it to leave the files uncompressed. This parameter applies to
	// both .csv and .parquet file formats.
	CompressionType *string `type:"string" enum:"CompressionTypeValue"`

	// The delimiter used to separate columns in the source files. The default is
	// a comma.
	CsvDelimiter *string `type:"string"`

	// The delimiter used to separate rows in the source files. The default is a
	// carriage return (\n).
	CsvRowDelimiter *string `type:"string"`

	// The format of the data that you want to use for output. You can choose one
	// of the following:
	//
	//    * csv : This is a row-based file format with comma-separated values (.csv).
	//
	//    * parquet : Apache Parquet (.parquet) is a columnar storage file format
	//    that features efficient compression and provides faster query response.
	DataFormat *string `type:"string" enum:"DataFormatValue"`

	// The size of one data page in bytes. This parameter defaults to 1024 * 1024
	// bytes (1 MiB). This number is used for .parquet file format only.
	DataPageSize *int64 `type:"integer"`

	// The maximum size of an encoded dictionary page of a column. If the dictionary
	// page exceeds this, this column is stored using an encoding type of PLAIN.
	// This parameter defaults to 1024 * 1024 bytes (1 MiB), the maximum size of
	// a dictionary page before it reverts to PLAIN encoding. This size is used
	// for .parquet file format only.
	DictPageSizeLimit *int64 `type:"integer"`

	// A value that enables statistics for Parquet pages and row groups. Choose
	// true to enable statistics, false to disable. Statistics include NULL, DISTINCT,
	// MAX, and MIN values. This parameter defaults to true. This value is used
	// for .parquet file format only.
	EnableStatistics *bool `type:"boolean"`

	// The type of encoding you are using:
	//
	//    * RLE_DICTIONARY uses a combination of bit-packing and run-length encoding
	//    to store repeated values more efficiently. This is the default.
	//
	//    * PLAIN doesn't use encoding at all. Values are stored as they are.
	//
	//    * PLAIN_DICTIONARY builds a dictionary of the values encountered in a
	//    given column. The dictionary is stored in a dictionary page for each column
	//    chunk.
	EncodingType *string `type:"string" enum:"EncodingTypeValue"`

	// The type of server-side encryption that you want to use for your data. This
	// encryption type is part of the endpoint settings or the extra connections
	// attributes for Amazon S3. You can choose either SSE_S3 (the default) or SSE_KMS.
	// To use SSE_S3, you need an AWS Identity and Access Management (IAM) role
	// with permission to allow "arn:aws:s3:::dms-*" to use the following actions:
	//
	//    * s3:CreateBucket
	//
	//    * s3:ListBucket
	//
	//    * s3:DeleteBucket
	//
	//    * s3:GetBucketLocation
	//
	//    * s3:GetObject
	//
	//    * s3:PutObject
	//
	//    * s3:DeleteObject
	//
	//    * s3:GetObjectVersion
	//
	//    * s3:GetBucketPolicy
	//
	//    * s3:PutBucketPolicy
	//
	//    * s3:DeleteBucketPolicy
	EncryptionMode *string `type:"string" enum:"EncryptionModeValue"`

	// The external table definition.
	ExternalTableDefinition *string `type:"string"`

	// A value that enables a full load to write INSERT operations to the comma-separated
	// value (.csv) output files only to indicate how the rows were added to the
	// source database.
	//
	// AWS DMS supports the IncludeOpForFullLoad parameter in versions 3.1.4 and
	// later.
	//
	// For full load, records can only be inserted. By default (the false setting),
	// no information is recorded in these output files for a full load to indicate
	// that the rows were inserted at the source database. If IncludeOpForFullLoad
	// is set to true or y, the INSERT is recorded as an I annotation in the first
	// field of the .csv file. This allows the format of your target records from
	// a full load to be consistent with the target records from a CDC load.
	//
	// This setting works together with the CdcInsertsOnly and the CdcInsertsAndUpdates
	// parameters for output to .csv files only. For more information about how
	// these settings work together, see Indicating Source DB Operations in Migrated
	// S3 Data (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps)
	// in the AWS Database Migration Service User Guide..
	IncludeOpForFullLoad *bool `type:"boolean"`

	// A value that specifies the precision of any TIMESTAMP column values that
	// are written to an Amazon S3 object file in .parquet format.
	//
	// AWS DMS supports the ParquetTimestampInMillisecond parameter in versions
	// 3.1.4 and later.
	//
	// When ParquetTimestampInMillisecond is set to true or y, AWS DMS writes all
	// TIMESTAMP columns in a .parquet formatted file with millisecond precision.
	// Otherwise, DMS writes them with microsecond precision.
	//
	// Currently, Amazon Athena and AWS Glue can handle only millisecond precision
	// for TIMESTAMP values. Set this parameter to true for S3 endpoint object files
	// that are .parquet formatted only if you plan to query or process the data
	// with Athena or AWS Glue.
	//
	// AWS DMS writes any TIMESTAMP column values written to an S3 file in .csv
	// format with microsecond precision.
	//
	// Setting ParquetTimestampInMillisecond has no effect on the string format
	// of the timestamp column value that is inserted by setting the TimestampColumnName
	// parameter.
	ParquetTimestampInMillisecond *bool `type:"boolean"`

	// The version of the Apache Parquet format that you want to use: parquet_1_0
	// (the default) or parquet_2_0.
	ParquetVersion *string `type:"string" enum:"ParquetVersionValue"`

	// The number of rows in a row group. A smaller row group size provides faster
	// reads. But as the number of row groups grows, the slower writes become. This
	// parameter defaults to 10,000 rows. This number is used for .parquet file
	// format only.
	//
	// If you choose a value larger than the maximum, RowGroupLength is set to the
	// max row group length in bytes (64 * 1024 * 1024).
	RowGroupLength *int64 `type:"integer"`

	// If you are using SSE_KMS for the EncryptionMode, provide the AWS KMS key
	// ID. The key that you use needs an attached policy that enables AWS Identity
	// and Access Management (IAM) user permissions and allows use of the key.
	//
	// Here is a CLI example: aws dms create-endpoint --endpoint-identifier value
	// --endpoint-type target --engine-name s3 --s3-settings ServiceAccessRoleArn=value,BucketFolder=value,BucketName=value,EncryptionMode=SSE_KMS,ServerSideEncryptionKmsKeyId=value
	ServerSideEncryptionKmsKeyId *string `type:"string"`

	// The Amazon Resource Name (ARN) used by the service access IAM role.
	ServiceAccessRoleArn *string `type:"string"`

	// A value that when nonblank causes AWS DMS to add a column with timestamp
	// information to the endpoint data for an Amazon S3 target.
	//
	// AWS DMS supports the TimestampColumnName parameter in versions 3.1.4 and
	// later.
	//
	// DMS includes an additional STRING column in the .csv or .parquet object files
	// of your migrated data when you set TimestampColumnName to a nonblank value.
	//
	// For a full load, each row of this timestamp column contains a timestamp for
	// when the data was transferred from the source to the target by DMS.
	//
	// For a change data capture (CDC) load, each row of the timestamp column contains
	// the timestamp for the commit of that row in the source database.
	//
	// The string format for this timestamp column value is yyyy-MM-dd HH:mm:ss.SSSSSS.
	// By default, the precision of this value is in microseconds. For a CDC load,
	// the rounding of the precision depends on the commit timestamp supported by
	// DMS for the source database.
	//
	// When the AddColumnName parameter is set to true, DMS also includes a name
	// for the timestamp column that you set with TimestampColumnName.
	TimestampColumnName *string `type:"string"`
	// contains filtered or unexported fields
}

Settings for exporting data to Amazon S3.

func (S3Settings) GoString added in v1.8.28

func (s S3Settings) GoString() string

GoString returns the string representation

func (*S3Settings) SetBucketFolder added in v1.8.28

func (s *S3Settings) SetBucketFolder(v string) *S3Settings

SetBucketFolder sets the BucketFolder field's value.

func (*S3Settings) SetBucketName added in v1.8.28

func (s *S3Settings) SetBucketName(v string) *S3Settings

SetBucketName sets the BucketName field's value.

func (*S3Settings) SetCdcInsertsAndUpdates added in v1.29.20

func (s *S3Settings) SetCdcInsertsAndUpdates(v bool) *S3Settings

SetCdcInsertsAndUpdates sets the CdcInsertsAndUpdates field's value.

func (*S3Settings) SetCdcInsertsOnly added in v1.18.4

func (s *S3Settings) SetCdcInsertsOnly(v bool) *S3Settings

SetCdcInsertsOnly sets the CdcInsertsOnly field's value.

func (*S3Settings) SetCompressionType added in v1.8.28

func (s *S3Settings) SetCompressionType(v string) *S3Settings

SetCompressionType sets the CompressionType field's value.

func (*S3Settings) SetCsvDelimiter added in v1.8.28

func (s *S3Settings) SetCsvDelimiter(v string) *S3Settings

SetCsvDelimiter sets the CsvDelimiter field's value.

func (*S3Settings) SetCsvRowDelimiter added in v1.8.28

func (s *S3Settings) SetCsvRowDelimiter(v string) *S3Settings

SetCsvRowDelimiter sets the CsvRowDelimiter field's value.

func (*S3Settings) SetDataFormat added in v1.18.4

func (s *S3Settings) SetDataFormat(v string) *S3Settings

SetDataFormat sets the DataFormat field's value.

func (*S3Settings) SetDataPageSize added in v1.18.4

func (s *S3Settings) SetDataPageSize(v int64) *S3Settings

SetDataPageSize sets the DataPageSize field's value.

func (*S3Settings) SetDictPageSizeLimit added in v1.18.4

func (s *S3Settings) SetDictPageSizeLimit(v int64) *S3Settings

SetDictPageSizeLimit sets the DictPageSizeLimit field's value.

func (*S3Settings) SetEnableStatistics added in v1.18.4

func (s *S3Settings) SetEnableStatistics(v bool) *S3Settings

SetEnableStatistics sets the EnableStatistics field's value.

func (*S3Settings) SetEncodingType added in v1.18.4

func (s *S3Settings) SetEncodingType(v string) *S3Settings

SetEncodingType sets the EncodingType field's value.

func (*S3Settings) SetEncryptionMode added in v1.18.4

func (s *S3Settings) SetEncryptionMode(v string) *S3Settings

SetEncryptionMode sets the EncryptionMode field's value.

func (*S3Settings) SetExternalTableDefinition added in v1.8.28

func (s *S3Settings) SetExternalTableDefinition(v string) *S3Settings

SetExternalTableDefinition sets the ExternalTableDefinition field's value.

func (*S3Settings) SetIncludeOpForFullLoad added in v1.20.21

func (s *S3Settings) SetIncludeOpForFullLoad(v bool) *S3Settings

SetIncludeOpForFullLoad sets the IncludeOpForFullLoad field's value.

func (*S3Settings) SetParquetTimestampInMillisecond added in v1.24.6

func (s *S3Settings) SetParquetTimestampInMillisecond(v bool) *S3Settings

SetParquetTimestampInMillisecond sets the ParquetTimestampInMillisecond field's value.

func (*S3Settings) SetParquetVersion added in v1.18.4

func (s *S3Settings) SetParquetVersion(v string) *S3Settings

SetParquetVersion sets the ParquetVersion field's value.

func (*S3Settings) SetRowGroupLength added in v1.18.4

func (s *S3Settings) SetRowGroupLength(v int64) *S3Settings

SetRowGroupLength sets the RowGroupLength field's value.

func (*S3Settings) SetServerSideEncryptionKmsKeyId added in v1.18.4

func (s *S3Settings) SetServerSideEncryptionKmsKeyId(v string) *S3Settings

SetServerSideEncryptionKmsKeyId sets the ServerSideEncryptionKmsKeyId field's value.

func (*S3Settings) SetServiceAccessRoleArn added in v1.8.28

func (s *S3Settings) SetServiceAccessRoleArn(v string) *S3Settings

SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value.

func (*S3Settings) SetTimestampColumnName added in v1.20.21

func (s *S3Settings) SetTimestampColumnName(v string) *S3Settings

SetTimestampColumnName sets the TimestampColumnName field's value.

func (S3Settings) String added in v1.8.28

func (s S3Settings) String() string

String returns the string representation

type SNSInvalidTopicFault added in v1.28.0

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

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

The SNS topic is invalid.

func (*SNSInvalidTopicFault) Code added in v1.28.0

func (s *SNSInvalidTopicFault) Code() string

Code returns the exception type name.

func (*SNSInvalidTopicFault) Error added in v1.28.0

func (s *SNSInvalidTopicFault) Error() string

func (SNSInvalidTopicFault) GoString added in v1.28.0

func (s SNSInvalidTopicFault) GoString() string

GoString returns the string representation

func (*SNSInvalidTopicFault) Message added in v1.28.0

func (s *SNSInvalidTopicFault) Message() string

Message returns the exception's message.

func (*SNSInvalidTopicFault) OrigErr added in v1.28.0

func (s *SNSInvalidTopicFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*SNSInvalidTopicFault) RequestID added in v1.28.0

func (s *SNSInvalidTopicFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*SNSInvalidTopicFault) StatusCode added in v1.28.0

func (s *SNSInvalidTopicFault) StatusCode() int

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

func (SNSInvalidTopicFault) String added in v1.28.0

func (s SNSInvalidTopicFault) String() string

String returns the string representation

type SNSNoAuthorizationFault added in v1.28.0

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

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

You are not authorized for the SNS subscription.

func (*SNSNoAuthorizationFault) Code added in v1.28.0

func (s *SNSNoAuthorizationFault) Code() string

Code returns the exception type name.

func (*SNSNoAuthorizationFault) Error added in v1.28.0

func (s *SNSNoAuthorizationFault) Error() string

func (SNSNoAuthorizationFault) GoString added in v1.28.0

func (s SNSNoAuthorizationFault) GoString() string

GoString returns the string representation

func (*SNSNoAuthorizationFault) Message added in v1.28.0

func (s *SNSNoAuthorizationFault) Message() string

Message returns the exception's message.

func (*SNSNoAuthorizationFault) OrigErr added in v1.28.0

func (s *SNSNoAuthorizationFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*SNSNoAuthorizationFault) RequestID added in v1.28.0

func (s *SNSNoAuthorizationFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*SNSNoAuthorizationFault) StatusCode added in v1.28.0

func (s *SNSNoAuthorizationFault) StatusCode() int

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

func (SNSNoAuthorizationFault) String added in v1.28.0

func (s SNSNoAuthorizationFault) String() string

String returns the string representation

type StartReplicationTaskAssessmentInput added in v1.12.30

type StartReplicationTaskAssessmentInput struct {

	// The Amazon Resource Name (ARN) of the replication task.
	//
	// ReplicationTaskArn is a required field
	ReplicationTaskArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StartReplicationTaskAssessmentInput) GoString added in v1.12.30

GoString returns the string representation

func (*StartReplicationTaskAssessmentInput) SetReplicationTaskArn added in v1.12.30

SetReplicationTaskArn sets the ReplicationTaskArn field's value.

func (StartReplicationTaskAssessmentInput) String added in v1.12.30

String returns the string representation

func (*StartReplicationTaskAssessmentInput) Validate added in v1.12.30

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

type StartReplicationTaskAssessmentOutput added in v1.12.30

type StartReplicationTaskAssessmentOutput struct {

	// The assessed replication task.
	ReplicationTask *ReplicationTask `type:"structure"`
	// contains filtered or unexported fields
}

func (StartReplicationTaskAssessmentOutput) GoString added in v1.12.30

GoString returns the string representation

func (*StartReplicationTaskAssessmentOutput) SetReplicationTask added in v1.12.30

SetReplicationTask sets the ReplicationTask field's value.

func (StartReplicationTaskAssessmentOutput) String added in v1.12.30

String returns the string representation

type StartReplicationTaskInput

type StartReplicationTaskInput struct {

	// Indicates when you want a change data capture (CDC) operation to start. Use
	// either CdcStartPosition or CdcStartTime to specify when you want a CDC operation
	// to start. Specifying both values results in an error.
	//
	// The value can be in date, checkpoint, or LSN/SCN format.
	//
	// Date Example: --cdc-start-position “2018-03-08T12:12:12”
	//
	// Checkpoint Example: --cdc-start-position "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93"
	//
	// LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”
	//
	// When you use this task setting with a source PostgreSQL database, a logical
	// replication slot should already be created and associated with the source
	// endpoint. You can verify this by setting the slotName extra connection attribute
	// to the name of this logical replication slot. For more information, see Extra
	// Connection Attributes When Using PostgreSQL as a Source for AWS DMS (https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib).
	CdcStartPosition *string `type:"string"`

	// Indicates the start time for a change data capture (CDC) operation. Use either
	// CdcStartTime or CdcStartPosition to specify when you want a CDC operation
	// to start. Specifying both values results in an error.
	//
	// Timestamp Example: --cdc-start-time “2018-03-08T12:12:12”
	CdcStartTime *time.Time `type:"timestamp"`

	// Indicates when you want a change data capture (CDC) operation to stop. The
	// value can be either server time or commit time.
	//
	// Server time example: --cdc-stop-position “server_time:3018-02-09T12:12:12”
	//
	// Commit time example: --cdc-stop-position “commit_time: 3018-02-09T12:12:12
	// “
	CdcStopPosition *string `type:"string"`

	// The Amazon Resource Name (ARN) of the replication task to be started.
	//
	// ReplicationTaskArn is a required field
	ReplicationTaskArn *string `type:"string" required:"true"`

	// The type of replication task.
	//
	// StartReplicationTaskType is a required field
	StartReplicationTaskType *string `type:"string" required:"true" enum:"StartReplicationTaskTypeValue"`
	// contains filtered or unexported fields
}

func (StartReplicationTaskInput) GoString

func (s StartReplicationTaskInput) GoString() string

GoString returns the string representation

func (*StartReplicationTaskInput) SetCdcStartPosition added in v1.13.32

func (s *StartReplicationTaskInput) SetCdcStartPosition(v string) *StartReplicationTaskInput

SetCdcStartPosition sets the CdcStartPosition field's value.

func (*StartReplicationTaskInput) SetCdcStartTime added in v1.5.0

SetCdcStartTime sets the CdcStartTime field's value.

func (*StartReplicationTaskInput) SetCdcStopPosition added in v1.13.32

SetCdcStopPosition sets the CdcStopPosition field's value.

func (*StartReplicationTaskInput) SetReplicationTaskArn added in v1.5.0

func (s *StartReplicationTaskInput) SetReplicationTaskArn(v string) *StartReplicationTaskInput

SetReplicationTaskArn sets the ReplicationTaskArn field's value.

func (*StartReplicationTaskInput) SetStartReplicationTaskType added in v1.5.0

func (s *StartReplicationTaskInput) SetStartReplicationTaskType(v string) *StartReplicationTaskInput

SetStartReplicationTaskType sets the StartReplicationTaskType field's value.

func (StartReplicationTaskInput) String

func (s StartReplicationTaskInput) String() string

String returns the string representation

func (*StartReplicationTaskInput) Validate added in v1.1.21

func (s *StartReplicationTaskInput) Validate() error

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

type StartReplicationTaskOutput

type StartReplicationTaskOutput struct {

	// The replication task started.
	ReplicationTask *ReplicationTask `type:"structure"`
	// contains filtered or unexported fields
}

func (StartReplicationTaskOutput) GoString

func (s StartReplicationTaskOutput) GoString() string

GoString returns the string representation

func (*StartReplicationTaskOutput) SetReplicationTask added in v1.5.0

SetReplicationTask sets the ReplicationTask field's value.

func (StartReplicationTaskOutput) String

String returns the string representation

type StopReplicationTaskInput

type StopReplicationTaskInput struct {

	// The Amazon Resource Name(ARN) of the replication task to be stopped.
	//
	// ReplicationTaskArn is a required field
	ReplicationTaskArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopReplicationTaskInput) GoString

func (s StopReplicationTaskInput) GoString() string

GoString returns the string representation

func (*StopReplicationTaskInput) SetReplicationTaskArn added in v1.5.0

func (s *StopReplicationTaskInput) SetReplicationTaskArn(v string) *StopReplicationTaskInput

SetReplicationTaskArn sets the ReplicationTaskArn field's value.

func (StopReplicationTaskInput) String

func (s StopReplicationTaskInput) String() string

String returns the string representation

func (*StopReplicationTaskInput) Validate added in v1.1.21

func (s *StopReplicationTaskInput) Validate() error

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

type StopReplicationTaskOutput

type StopReplicationTaskOutput struct {

	// The replication task stopped.
	ReplicationTask *ReplicationTask `type:"structure"`
	// contains filtered or unexported fields
}

func (StopReplicationTaskOutput) GoString

func (s StopReplicationTaskOutput) GoString() string

GoString returns the string representation

func (*StopReplicationTaskOutput) SetReplicationTask added in v1.5.0

SetReplicationTask sets the ReplicationTask field's value.

func (StopReplicationTaskOutput) String

func (s StopReplicationTaskOutput) String() string

String returns the string representation

type StorageQuotaExceededFault added in v1.28.0

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

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

The storage quota has been exceeded.

func (*StorageQuotaExceededFault) Code added in v1.28.0

Code returns the exception type name.

func (*StorageQuotaExceededFault) Error added in v1.28.0

func (s *StorageQuotaExceededFault) Error() string

func (StorageQuotaExceededFault) GoString added in v1.28.0

func (s StorageQuotaExceededFault) GoString() string

GoString returns the string representation

func (*StorageQuotaExceededFault) Message added in v1.28.0

func (s *StorageQuotaExceededFault) Message() string

Message returns the exception's message.

func (*StorageQuotaExceededFault) OrigErr added in v1.28.0

func (s *StorageQuotaExceededFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*StorageQuotaExceededFault) RequestID added in v1.28.0

func (s *StorageQuotaExceededFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*StorageQuotaExceededFault) StatusCode added in v1.28.0

func (s *StorageQuotaExceededFault) StatusCode() int

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

func (StorageQuotaExceededFault) String added in v1.28.0

func (s StorageQuotaExceededFault) String() string

String returns the string representation

type Subnet

type Subnet struct {

	// The Availability Zone of the subnet.
	SubnetAvailabilityZone *AvailabilityZone `type:"structure"`

	// The subnet identifier.
	SubnetIdentifier *string `type:"string"`

	// The status of the subnet.
	SubnetStatus *string `type:"string"`
	// contains filtered or unexported fields
}

In response to a request by the DescribeReplicationSubnetGroup operation, this object identifies a subnet by its given Availability Zone, subnet identifier, and status.

func (Subnet) GoString

func (s Subnet) GoString() string

GoString returns the string representation

func (*Subnet) SetSubnetAvailabilityZone added in v1.5.0

func (s *Subnet) SetSubnetAvailabilityZone(v *AvailabilityZone) *Subnet

SetSubnetAvailabilityZone sets the SubnetAvailabilityZone field's value.

func (*Subnet) SetSubnetIdentifier added in v1.5.0

func (s *Subnet) SetSubnetIdentifier(v string) *Subnet

SetSubnetIdentifier sets the SubnetIdentifier field's value.

func (*Subnet) SetSubnetStatus added in v1.5.0

func (s *Subnet) SetSubnetStatus(v string) *Subnet

SetSubnetStatus sets the SubnetStatus field's value.

func (Subnet) String

func (s Subnet) String() string

String returns the string representation

type SubnetAlreadyInUse added in v1.28.0

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

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

The specified subnet is already in use.

func (*SubnetAlreadyInUse) Code added in v1.28.0

func (s *SubnetAlreadyInUse) Code() string

Code returns the exception type name.

func (*SubnetAlreadyInUse) Error added in v1.28.0

func (s *SubnetAlreadyInUse) Error() string

func (SubnetAlreadyInUse) GoString added in v1.28.0

func (s SubnetAlreadyInUse) GoString() string

GoString returns the string representation

func (*SubnetAlreadyInUse) Message added in v1.28.0

func (s *SubnetAlreadyInUse) Message() string

Message returns the exception's message.

func (*SubnetAlreadyInUse) OrigErr added in v1.28.0

func (s *SubnetAlreadyInUse) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*SubnetAlreadyInUse) RequestID added in v1.28.0

func (s *SubnetAlreadyInUse) RequestID() string

RequestID returns the service's response RequestID for request.

func (*SubnetAlreadyInUse) StatusCode added in v1.28.0

func (s *SubnetAlreadyInUse) StatusCode() int

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

func (SubnetAlreadyInUse) String added in v1.28.0

func (s SubnetAlreadyInUse) String() string

String returns the string representation

type SupportedEndpointType

type SupportedEndpointType struct {

	// The type of endpoint. Valid values are source and target.
	EndpointType *string `type:"string" enum:"ReplicationEndpointTypeValue"`

	// The expanded name for the engine name. For example, if the EngineName parameter
	// is "aurora," this value would be "Amazon Aurora MySQL."
	EngineDisplayName *string `type:"string"`

	// The database engine name. Valid values, depending on the EndpointType, include
	// "mysql", "oracle", "postgres", "mariadb", "aurora", "aurora-postgresql",
	// "redshift", "s3", "db2", "azuredb", "sybase", "dynamodb", "mongodb", "kinesis",
	// "kafka", "elasticsearch", "documentdb", "sqlserver", and "neptune".
	EngineName *string `type:"string"`

	// The earliest AWS DMS engine version that supports this endpoint engine. Note
	// that endpoint engines released with AWS DMS versions earlier than 3.1.1 do
	// not return a value for this parameter.
	ReplicationInstanceEngineMinimumVersion *string `type:"string"`

	// Indicates if Change Data Capture (CDC) is supported.
	SupportsCDC *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Provides information about types of supported endpoints in response to a request by the DescribeEndpointTypes operation. This information includes the type of endpoint, the database engine name, and whether change data capture (CDC) is supported.

func (SupportedEndpointType) GoString

func (s SupportedEndpointType) GoString() string

GoString returns the string representation

func (*SupportedEndpointType) SetEndpointType added in v1.5.0

func (s *SupportedEndpointType) SetEndpointType(v string) *SupportedEndpointType

SetEndpointType sets the EndpointType field's value.

func (*SupportedEndpointType) SetEngineDisplayName added in v1.13.32

func (s *SupportedEndpointType) SetEngineDisplayName(v string) *SupportedEndpointType

SetEngineDisplayName sets the EngineDisplayName field's value.

func (*SupportedEndpointType) SetEngineName added in v1.5.0

func (s *SupportedEndpointType) SetEngineName(v string) *SupportedEndpointType

SetEngineName sets the EngineName field's value.

func (*SupportedEndpointType) SetReplicationInstanceEngineMinimumVersion added in v1.30.15

func (s *SupportedEndpointType) SetReplicationInstanceEngineMinimumVersion(v string) *SupportedEndpointType

SetReplicationInstanceEngineMinimumVersion sets the ReplicationInstanceEngineMinimumVersion field's value.

func (*SupportedEndpointType) SetSupportsCDC added in v1.5.0

func (s *SupportedEndpointType) SetSupportsCDC(v bool) *SupportedEndpointType

SetSupportsCDC sets the SupportsCDC field's value.

func (SupportedEndpointType) String

func (s SupportedEndpointType) String() string

String returns the string representation

type TableStatistics

type TableStatistics struct {

	// The data definition language (DDL) used to build and modify the structure
	// of your tables.
	Ddls *int64 `type:"long"`

	// The number of delete actions performed on a table.
	Deletes *int64 `type:"long"`

	// The number of rows that failed conditional checks during the full load operation
	// (valid only for migrations where DynamoDB is the target).
	FullLoadCondtnlChkFailedRows *int64 `type:"long"`

	// The time when the full load operation completed.
	FullLoadEndTime *time.Time `type:"timestamp"`

	// The number of rows that failed to load during the full load operation (valid
	// only for migrations where DynamoDB is the target).
	FullLoadErrorRows *int64 `type:"long"`

	// A value that indicates if the table was reloaded (true) or loaded as part
	// of a new full load operation (false).
	FullLoadReloaded *bool `type:"boolean"`

	// The number of rows added during the full load operation.
	FullLoadRows *int64 `type:"long"`

	// The time when the full load operation started.
	FullLoadStartTime *time.Time `type:"timestamp"`

	// The number of insert actions performed on a table.
	Inserts *int64 `type:"long"`

	// The last time a table was updated.
	LastUpdateTime *time.Time `type:"timestamp"`

	// The schema name.
	SchemaName *string `type:"string"`

	// The name of the table.
	TableName *string `type:"string"`

	// The state of the tables described.
	//
	// Valid states: Table does not exist | Before load | Full load | Table completed
	// | Table cancelled | Table error | Table all | Table updates | Table is being
	// reloaded
	TableState *string `type:"string"`

	// The number of update actions performed on a table.
	Updates *int64 `type:"long"`

	// The number of records that failed validation.
	ValidationFailedRecords *int64 `type:"long"`

	// The number of records that have yet to be validated.
	ValidationPendingRecords *int64 `type:"long"`

	// The validation state of the table.
	//
	// This parameter can have the following values:
	//
	//    * Not enabled - Validation isn't enabled for the table in the migration
	//    task.
	//
	//    * Pending records - Some records in the table are waiting for validation.
	//
	//    * Mismatched records - Some records in the table don't match between the
	//    source and target.
	//
	//    * Suspended records - Some records in the table couldn't be validated.
	//
	//    * No primary key - The table couldn't be validated because it has no primary
	//    key.
	//
	//    * Table error - The table wasn't validated because it's in an error state
	//    and some data wasn't migrated.
	//
	//    * Validated - All rows in the table are validated. If the table is updated,
	//    the status can change from Validated.
	//
	//    * Error - The table couldn't be validated because of an unexpected error.
	ValidationState *string `type:"string"`

	// Additional details about the state of validation.
	ValidationStateDetails *string `type:"string"`

	// The number of records that couldn't be validated.
	ValidationSuspendedRecords *int64 `type:"long"`
	// contains filtered or unexported fields
}

Provides a collection of table statistics in response to a request by the DescribeTableStatistics operation.

func (TableStatistics) GoString

func (s TableStatistics) GoString() string

GoString returns the string representation

func (*TableStatistics) SetDdls added in v1.5.0

func (s *TableStatistics) SetDdls(v int64) *TableStatistics

SetDdls sets the Ddls field's value.

func (*TableStatistics) SetDeletes added in v1.5.0

func (s *TableStatistics) SetDeletes(v int64) *TableStatistics

SetDeletes sets the Deletes field's value.

func (*TableStatistics) SetFullLoadCondtnlChkFailedRows added in v1.10.2

func (s *TableStatistics) SetFullLoadCondtnlChkFailedRows(v int64) *TableStatistics

SetFullLoadCondtnlChkFailedRows sets the FullLoadCondtnlChkFailedRows field's value.

func (*TableStatistics) SetFullLoadEndTime added in v1.29.20

func (s *TableStatistics) SetFullLoadEndTime(v time.Time) *TableStatistics

SetFullLoadEndTime sets the FullLoadEndTime field's value.

func (*TableStatistics) SetFullLoadErrorRows added in v1.10.2

func (s *TableStatistics) SetFullLoadErrorRows(v int64) *TableStatistics

SetFullLoadErrorRows sets the FullLoadErrorRows field's value.

func (*TableStatistics) SetFullLoadReloaded added in v1.29.20

func (s *TableStatistics) SetFullLoadReloaded(v bool) *TableStatistics

SetFullLoadReloaded sets the FullLoadReloaded field's value.

func (*TableStatistics) SetFullLoadRows added in v1.5.0

func (s *TableStatistics) SetFullLoadRows(v int64) *TableStatistics

SetFullLoadRows sets the FullLoadRows field's value.

func (*TableStatistics) SetFullLoadStartTime added in v1.29.20

func (s *TableStatistics) SetFullLoadStartTime(v time.Time) *TableStatistics

SetFullLoadStartTime sets the FullLoadStartTime field's value.

func (*TableStatistics) SetInserts added in v1.5.0

func (s *TableStatistics) SetInserts(v int64) *TableStatistics

SetInserts sets the Inserts field's value.

func (*TableStatistics) SetLastUpdateTime added in v1.5.0

func (s *TableStatistics) SetLastUpdateTime(v time.Time) *TableStatistics

SetLastUpdateTime sets the LastUpdateTime field's value.

func (*TableStatistics) SetSchemaName added in v1.5.0

func (s *TableStatistics) SetSchemaName(v string) *TableStatistics

SetSchemaName sets the SchemaName field's value.

func (*TableStatistics) SetTableName added in v1.5.0

func (s *TableStatistics) SetTableName(v string) *TableStatistics

SetTableName sets the TableName field's value.

func (*TableStatistics) SetTableState added in v1.5.0

func (s *TableStatistics) SetTableState(v string) *TableStatistics

SetTableState sets the TableState field's value.

func (*TableStatistics) SetUpdates added in v1.5.0

func (s *TableStatistics) SetUpdates(v int64) *TableStatistics

SetUpdates sets the Updates field's value.

func (*TableStatistics) SetValidationFailedRecords added in v1.12.30

func (s *TableStatistics) SetValidationFailedRecords(v int64) *TableStatistics

SetValidationFailedRecords sets the ValidationFailedRecords field's value.

func (*TableStatistics) SetValidationPendingRecords added in v1.12.30

func (s *TableStatistics) SetValidationPendingRecords(v int64) *TableStatistics

SetValidationPendingRecords sets the ValidationPendingRecords field's value.

func (*TableStatistics) SetValidationState added in v1.12.30

func (s *TableStatistics) SetValidationState(v string) *TableStatistics

SetValidationState sets the ValidationState field's value.

func (*TableStatistics) SetValidationStateDetails added in v1.14.22

func (s *TableStatistics) SetValidationStateDetails(v string) *TableStatistics

SetValidationStateDetails sets the ValidationStateDetails field's value.

func (*TableStatistics) SetValidationSuspendedRecords added in v1.12.30

func (s *TableStatistics) SetValidationSuspendedRecords(v int64) *TableStatistics

SetValidationSuspendedRecords sets the ValidationSuspendedRecords field's value.

func (TableStatistics) String

func (s TableStatistics) String() string

String returns the string representation

type TableToReload added in v1.8.28

type TableToReload struct {

	// The schema name of the table to be reloaded.
	SchemaName *string `type:"string"`

	// The table name of the table to be reloaded.
	TableName *string `type:"string"`
	// contains filtered or unexported fields
}

Provides the name of the schema and table to be reloaded.

func (TableToReload) GoString added in v1.8.28

func (s TableToReload) GoString() string

GoString returns the string representation

func (*TableToReload) SetSchemaName added in v1.8.28

func (s *TableToReload) SetSchemaName(v string) *TableToReload

SetSchemaName sets the SchemaName field's value.

func (*TableToReload) SetTableName added in v1.8.28

func (s *TableToReload) SetTableName(v string) *TableToReload

SetTableName sets the TableName field's value.

func (TableToReload) String added in v1.8.28

func (s TableToReload) String() string

String returns the string representation

type Tag

type Tag struct {

	// A key is the required name of the tag. The string value can be 1-128 Unicode
	// characters in length and can't be prefixed with "aws:" or "dms:". The string
	// can only contain only the set of Unicode letters, digits, white-space, '_',
	// '.', '/', '=', '+', '-' (Java regular expressions: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
	Key *string `type:"string"`

	// A value is the optional value of the tag. The string value can be 1-256 Unicode
	// characters in length and can't be prefixed with "aws:" or "dms:". The string
	// can only contain only the set of Unicode letters, digits, white-space, '_',
	// '.', '/', '=', '+', '-' (Java regular expressions: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

A user-defined key-value pair that describes metadata added to an AWS DMS resource and that is used by operations such as the following:

  • AddTagsToResource

  • ListTagsForResource

  • RemoveTagsFromResource

func (Tag) GoString

func (s Tag) GoString() string

GoString returns the string representation

func (*Tag) SetKey added in v1.5.0

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue added in v1.5.0

func (s *Tag) SetValue(v string) *Tag

SetValue sets the Value field's value.

func (Tag) String

func (s Tag) String() string

String returns the string representation

type TestConnectionInput

type TestConnectionInput struct {

	// The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
	//
	// EndpointArn is a required field
	EndpointArn *string `type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the replication instance.
	//
	// ReplicationInstanceArn is a required field
	ReplicationInstanceArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (TestConnectionInput) GoString

func (s TestConnectionInput) GoString() string

GoString returns the string representation

func (*TestConnectionInput) SetEndpointArn added in v1.5.0

func (s *TestConnectionInput) SetEndpointArn(v string) *TestConnectionInput

SetEndpointArn sets the EndpointArn field's value.

func (*TestConnectionInput) SetReplicationInstanceArn added in v1.5.0

func (s *TestConnectionInput) SetReplicationInstanceArn(v string) *TestConnectionInput

SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.

func (TestConnectionInput) String

func (s TestConnectionInput) String() string

String returns the string representation

func (*TestConnectionInput) Validate added in v1.1.21

func (s *TestConnectionInput) Validate() error

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

type TestConnectionOutput

type TestConnectionOutput struct {

	// The connection tested.
	Connection *Connection `type:"structure"`
	// contains filtered or unexported fields
}

func (TestConnectionOutput) GoString

func (s TestConnectionOutput) GoString() string

GoString returns the string representation

func (*TestConnectionOutput) SetConnection added in v1.5.0

SetConnection sets the Connection field's value.

func (TestConnectionOutput) String

func (s TestConnectionOutput) String() string

String returns the string representation

type UpgradeDependencyFailureFault added in v1.28.0

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

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

An upgrade dependency is preventing the database migration.

func (*UpgradeDependencyFailureFault) Code added in v1.28.0

Code returns the exception type name.

func (*UpgradeDependencyFailureFault) Error added in v1.28.0

func (UpgradeDependencyFailureFault) GoString added in v1.28.0

GoString returns the string representation

func (*UpgradeDependencyFailureFault) Message added in v1.28.0

Message returns the exception's message.

func (*UpgradeDependencyFailureFault) OrigErr added in v1.28.0

func (s *UpgradeDependencyFailureFault) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*UpgradeDependencyFailureFault) RequestID added in v1.28.0

func (s *UpgradeDependencyFailureFault) RequestID() string

RequestID returns the service's response RequestID for request.

func (*UpgradeDependencyFailureFault) StatusCode added in v1.28.0

func (s *UpgradeDependencyFailureFault) StatusCode() int

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

func (UpgradeDependencyFailureFault) String added in v1.28.0

String returns the string representation

type VpcSecurityGroupMembership added in v1.2.2

type VpcSecurityGroupMembership struct {

	// The status of the VPC security group.
	Status *string `type:"string"`

	// The VPC security group ID.
	VpcSecurityGroupId *string `type:"string"`
	// contains filtered or unexported fields
}

Describes the status of a security group associated with the virtual private cloud (VPC) hosting your replication and DB instances.

func (VpcSecurityGroupMembership) GoString added in v1.2.2

func (s VpcSecurityGroupMembership) GoString() string

GoString returns the string representation

func (*VpcSecurityGroupMembership) SetStatus added in v1.5.0

SetStatus sets the Status field's value.

func (*VpcSecurityGroupMembership) SetVpcSecurityGroupId added in v1.5.0

func (s *VpcSecurityGroupMembership) SetVpcSecurityGroupId(v string) *VpcSecurityGroupMembership

SetVpcSecurityGroupId sets the VpcSecurityGroupId field's value.

func (VpcSecurityGroupMembership) String added in v1.2.2

String returns the string representation

Directories

Path Synopsis
Package databasemigrationserviceiface provides an interface to enable mocking the AWS Database Migration Service service client for testing your code.
Package databasemigrationserviceiface provides an interface to enable mocking the AWS Database Migration 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