Documentation ¶
Overview ¶
Package databasemigrationservice provides a client for AWS Database Migration Service.
Index ¶
- Constants
- type AccountQuota
- type AddTagsToResourceInput
- type AddTagsToResourceOutput
- type AvailabilityZone
- type Connection
- type CreateEndpointInput
- type CreateEndpointOutput
- type CreateReplicationInstanceInput
- type CreateReplicationInstanceOutput
- type CreateReplicationSubnetGroupInput
- type CreateReplicationSubnetGroupOutput
- type CreateReplicationTaskInput
- type CreateReplicationTaskOutput
- type DatabaseMigrationService
- func (c *DatabaseMigrationService) AddTagsToResource(input *AddTagsToResourceInput) (*AddTagsToResourceOutput, error)
- func (c *DatabaseMigrationService) AddTagsToResourceRequest(input *AddTagsToResourceInput) (req *request.Request, output *AddTagsToResourceOutput)
- func (c *DatabaseMigrationService) CreateEndpoint(input *CreateEndpointInput) (*CreateEndpointOutput, error)
- func (c *DatabaseMigrationService) CreateEndpointRequest(input *CreateEndpointInput) (req *request.Request, output *CreateEndpointOutput)
- func (c *DatabaseMigrationService) CreateReplicationInstance(input *CreateReplicationInstanceInput) (*CreateReplicationInstanceOutput, error)
- func (c *DatabaseMigrationService) CreateReplicationInstanceRequest(input *CreateReplicationInstanceInput) (req *request.Request, output *CreateReplicationInstanceOutput)
- func (c *DatabaseMigrationService) CreateReplicationSubnetGroup(input *CreateReplicationSubnetGroupInput) (*CreateReplicationSubnetGroupOutput, error)
- func (c *DatabaseMigrationService) CreateReplicationSubnetGroupRequest(input *CreateReplicationSubnetGroupInput) (req *request.Request, output *CreateReplicationSubnetGroupOutput)
- func (c *DatabaseMigrationService) CreateReplicationTask(input *CreateReplicationTaskInput) (*CreateReplicationTaskOutput, error)
- func (c *DatabaseMigrationService) CreateReplicationTaskRequest(input *CreateReplicationTaskInput) (req *request.Request, output *CreateReplicationTaskOutput)
- func (c *DatabaseMigrationService) DeleteEndpoint(input *DeleteEndpointInput) (*DeleteEndpointOutput, error)
- func (c *DatabaseMigrationService) DeleteEndpointRequest(input *DeleteEndpointInput) (req *request.Request, output *DeleteEndpointOutput)
- func (c *DatabaseMigrationService) DeleteReplicationInstance(input *DeleteReplicationInstanceInput) (*DeleteReplicationInstanceOutput, error)
- func (c *DatabaseMigrationService) DeleteReplicationInstanceRequest(input *DeleteReplicationInstanceInput) (req *request.Request, output *DeleteReplicationInstanceOutput)
- func (c *DatabaseMigrationService) DeleteReplicationSubnetGroup(input *DeleteReplicationSubnetGroupInput) (*DeleteReplicationSubnetGroupOutput, error)
- func (c *DatabaseMigrationService) DeleteReplicationSubnetGroupRequest(input *DeleteReplicationSubnetGroupInput) (req *request.Request, output *DeleteReplicationSubnetGroupOutput)
- func (c *DatabaseMigrationService) DeleteReplicationTask(input *DeleteReplicationTaskInput) (*DeleteReplicationTaskOutput, error)
- func (c *DatabaseMigrationService) DeleteReplicationTaskRequest(input *DeleteReplicationTaskInput) (req *request.Request, output *DeleteReplicationTaskOutput)
- func (c *DatabaseMigrationService) DescribeAccountAttributes(input *DescribeAccountAttributesInput) (*DescribeAccountAttributesOutput, error)
- func (c *DatabaseMigrationService) DescribeAccountAttributesRequest(input *DescribeAccountAttributesInput) (req *request.Request, output *DescribeAccountAttributesOutput)
- func (c *DatabaseMigrationService) DescribeConnections(input *DescribeConnectionsInput) (*DescribeConnectionsOutput, error)
- func (c *DatabaseMigrationService) DescribeConnectionsRequest(input *DescribeConnectionsInput) (req *request.Request, output *DescribeConnectionsOutput)
- func (c *DatabaseMigrationService) DescribeEndpointTypes(input *DescribeEndpointTypesInput) (*DescribeEndpointTypesOutput, error)
- func (c *DatabaseMigrationService) DescribeEndpointTypesRequest(input *DescribeEndpointTypesInput) (req *request.Request, output *DescribeEndpointTypesOutput)
- func (c *DatabaseMigrationService) DescribeEndpoints(input *DescribeEndpointsInput) (*DescribeEndpointsOutput, error)
- func (c *DatabaseMigrationService) DescribeEndpointsRequest(input *DescribeEndpointsInput) (req *request.Request, output *DescribeEndpointsOutput)
- func (c *DatabaseMigrationService) DescribeOrderableReplicationInstances(input *DescribeOrderableReplicationInstancesInput) (*DescribeOrderableReplicationInstancesOutput, error)
- func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesRequest(input *DescribeOrderableReplicationInstancesInput) (req *request.Request, output *DescribeOrderableReplicationInstancesOutput)
- func (c *DatabaseMigrationService) DescribeRefreshSchemasStatus(input *DescribeRefreshSchemasStatusInput) (*DescribeRefreshSchemasStatusOutput, error)
- func (c *DatabaseMigrationService) DescribeRefreshSchemasStatusRequest(input *DescribeRefreshSchemasStatusInput) (req *request.Request, output *DescribeRefreshSchemasStatusOutput)
- func (c *DatabaseMigrationService) DescribeReplicationInstances(input *DescribeReplicationInstancesInput) (*DescribeReplicationInstancesOutput, error)
- func (c *DatabaseMigrationService) DescribeReplicationInstancesRequest(input *DescribeReplicationInstancesInput) (req *request.Request, output *DescribeReplicationInstancesOutput)
- func (c *DatabaseMigrationService) DescribeReplicationSubnetGroups(input *DescribeReplicationSubnetGroupsInput) (*DescribeReplicationSubnetGroupsOutput, error)
- func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsRequest(input *DescribeReplicationSubnetGroupsInput) (req *request.Request, output *DescribeReplicationSubnetGroupsOutput)
- func (c *DatabaseMigrationService) DescribeReplicationTasks(input *DescribeReplicationTasksInput) (*DescribeReplicationTasksOutput, error)
- func (c *DatabaseMigrationService) DescribeReplicationTasksRequest(input *DescribeReplicationTasksInput) (req *request.Request, output *DescribeReplicationTasksOutput)
- func (c *DatabaseMigrationService) DescribeSchemas(input *DescribeSchemasInput) (*DescribeSchemasOutput, error)
- func (c *DatabaseMigrationService) DescribeSchemasRequest(input *DescribeSchemasInput) (req *request.Request, output *DescribeSchemasOutput)
- func (c *DatabaseMigrationService) DescribeTableStatistics(input *DescribeTableStatisticsInput) (*DescribeTableStatisticsOutput, error)
- func (c *DatabaseMigrationService) DescribeTableStatisticsRequest(input *DescribeTableStatisticsInput) (req *request.Request, output *DescribeTableStatisticsOutput)
- func (c *DatabaseMigrationService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *DatabaseMigrationService) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *DatabaseMigrationService) ModifyEndpoint(input *ModifyEndpointInput) (*ModifyEndpointOutput, error)
- func (c *DatabaseMigrationService) ModifyEndpointRequest(input *ModifyEndpointInput) (req *request.Request, output *ModifyEndpointOutput)
- func (c *DatabaseMigrationService) ModifyReplicationInstance(input *ModifyReplicationInstanceInput) (*ModifyReplicationInstanceOutput, error)
- func (c *DatabaseMigrationService) ModifyReplicationInstanceRequest(input *ModifyReplicationInstanceInput) (req *request.Request, output *ModifyReplicationInstanceOutput)
- func (c *DatabaseMigrationService) ModifyReplicationSubnetGroup(input *ModifyReplicationSubnetGroupInput) (*ModifyReplicationSubnetGroupOutput, error)
- func (c *DatabaseMigrationService) ModifyReplicationSubnetGroupRequest(input *ModifyReplicationSubnetGroupInput) (req *request.Request, output *ModifyReplicationSubnetGroupOutput)
- func (c *DatabaseMigrationService) RefreshSchemas(input *RefreshSchemasInput) (*RefreshSchemasOutput, error)
- func (c *DatabaseMigrationService) RefreshSchemasRequest(input *RefreshSchemasInput) (req *request.Request, output *RefreshSchemasOutput)
- func (c *DatabaseMigrationService) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)
- func (c *DatabaseMigrationService) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput)
- func (c *DatabaseMigrationService) StartReplicationTask(input *StartReplicationTaskInput) (*StartReplicationTaskOutput, error)
- func (c *DatabaseMigrationService) StartReplicationTaskRequest(input *StartReplicationTaskInput) (req *request.Request, output *StartReplicationTaskOutput)
- func (c *DatabaseMigrationService) StopReplicationTask(input *StopReplicationTaskInput) (*StopReplicationTaskOutput, error)
- func (c *DatabaseMigrationService) StopReplicationTaskRequest(input *StopReplicationTaskInput) (req *request.Request, output *StopReplicationTaskOutput)
- func (c *DatabaseMigrationService) TestConnection(input *TestConnectionInput) (*TestConnectionOutput, error)
- func (c *DatabaseMigrationService) TestConnectionRequest(input *TestConnectionInput) (req *request.Request, output *TestConnectionOutput)
- type DeleteEndpointInput
- type DeleteEndpointOutput
- type DeleteReplicationInstanceInput
- type DeleteReplicationInstanceOutput
- type DeleteReplicationSubnetGroupInput
- type DeleteReplicationSubnetGroupOutput
- type DeleteReplicationTaskInput
- type DeleteReplicationTaskOutput
- type DescribeAccountAttributesInput
- type DescribeAccountAttributesOutput
- type DescribeConnectionsInput
- type DescribeConnectionsOutput
- type DescribeEndpointTypesInput
- type DescribeEndpointTypesOutput
- type DescribeEndpointsInput
- type DescribeEndpointsOutput
- type DescribeOrderableReplicationInstancesInput
- type DescribeOrderableReplicationInstancesOutput
- type DescribeRefreshSchemasStatusInput
- type DescribeRefreshSchemasStatusOutput
- type DescribeReplicationInstancesInput
- type DescribeReplicationInstancesOutput
- type DescribeReplicationSubnetGroupsInput
- type DescribeReplicationSubnetGroupsOutput
- type DescribeReplicationTasksInput
- type DescribeReplicationTasksOutput
- type DescribeSchemasInput
- type DescribeSchemasOutput
- type DescribeTableStatisticsInput
- type DescribeTableStatisticsOutput
- type Endpoint
- type Filter
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type ModifyEndpointInput
- type ModifyEndpointOutput
- type ModifyReplicationInstanceInput
- type ModifyReplicationInstanceOutput
- type ModifyReplicationSubnetGroupInput
- type ModifyReplicationSubnetGroupOutput
- type OrderableReplicationInstance
- type RefreshSchemasInput
- type RefreshSchemasOutput
- type RefreshSchemasStatus
- type RemoveTagsFromResourceInput
- type RemoveTagsFromResourceOutput
- type ReplicationInstance
- type ReplicationPendingModifiedValues
- type ReplicationSubnetGroup
- type ReplicationTask
- type ReplicationTaskStats
- type StartReplicationTaskInput
- type StartReplicationTaskOutput
- type StopReplicationTaskInput
- type StopReplicationTaskOutput
- type Subnet
- type SupportedEndpointType
- type TableStatistics
- type Tag
- type TestConnectionInput
- type TestConnectionOutput
Examples ¶
- DatabaseMigrationService.AddTagsToResource
- DatabaseMigrationService.CreateEndpoint
- DatabaseMigrationService.CreateReplicationInstance
- DatabaseMigrationService.CreateReplicationSubnetGroup
- DatabaseMigrationService.CreateReplicationTask
- DatabaseMigrationService.DeleteEndpoint
- DatabaseMigrationService.DeleteReplicationInstance
- DatabaseMigrationService.DeleteReplicationSubnetGroup
- DatabaseMigrationService.DeleteReplicationTask
- DatabaseMigrationService.DescribeAccountAttributes
- DatabaseMigrationService.DescribeConnections
- DatabaseMigrationService.DescribeEndpointTypes
- DatabaseMigrationService.DescribeEndpoints
- DatabaseMigrationService.DescribeOrderableReplicationInstances
- DatabaseMigrationService.DescribeRefreshSchemasStatus
- DatabaseMigrationService.DescribeReplicationInstances
- DatabaseMigrationService.DescribeReplicationSubnetGroups
- DatabaseMigrationService.DescribeReplicationTasks
- DatabaseMigrationService.DescribeSchemas
- DatabaseMigrationService.DescribeTableStatistics
- DatabaseMigrationService.ListTagsForResource
- DatabaseMigrationService.ModifyEndpoint
- DatabaseMigrationService.ModifyReplicationInstance
- DatabaseMigrationService.ModifyReplicationSubnetGroup
- DatabaseMigrationService.RefreshSchemas
- DatabaseMigrationService.RemoveTagsFromResource
- DatabaseMigrationService.StartReplicationTask
- DatabaseMigrationService.StopReplicationTask
- DatabaseMigrationService.TestConnection
Constants ¶
const ( // @enum MigrationTypeValue MigrationTypeValueFullLoad = "full-load" // @enum MigrationTypeValue MigrationTypeValueCdc = "cdc" // @enum MigrationTypeValue MigrationTypeValueFullLoadAndCdc = "full-load-and-cdc" )
const ( // @enum RefreshSchemasStatusTypeValue RefreshSchemasStatusTypeValueSuccessful = "successful" // @enum RefreshSchemasStatusTypeValue RefreshSchemasStatusTypeValueFailed = "failed" // @enum RefreshSchemasStatusTypeValue RefreshSchemasStatusTypeValueRefreshing = "refreshing" )
const ( // @enum ReplicationEndpointTypeValue ReplicationEndpointTypeValueSource = "source" // @enum ReplicationEndpointTypeValue ReplicationEndpointTypeValueTarget = "target" )
const ( // @enum StartReplicationTaskTypeValue StartReplicationTaskTypeValueStartReplication = "start-replication" // @enum StartReplicationTaskTypeValue StartReplicationTaskTypeValueResumeProcessing = "resume-processing" // @enum StartReplicationTaskTypeValue StartReplicationTaskTypeValueReloadTarget = "reload-target" )
const ServiceName = "dms"
A ServiceName is the name of the service the client will make API calls to.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) String ¶
func (s AccountQuota) String() string
String returns the string representation
type AddTagsToResourceInput ¶
type AddTagsToResourceInput struct { // The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added // to. AWS DMS resources include a replication instance, endpoint, and a replication // task. ResourceArn *string `type:"string" required:"true"` // The tag to be assigned to the DMS resource. Tags []*Tag `locationNameList:"Tag" type:"list" required:"true"` // contains filtered or unexported fields }
func (AddTagsToResourceInput) GoString ¶
func (s AddTagsToResourceInput) GoString() string
GoString returns the string representation
func (AddTagsToResourceInput) String ¶
func (s AddTagsToResourceInput) String() string
String returns the string representation
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 AvailabilityZone ¶
type AvailabilityZone struct { // The name of the availability zone. Name *string `type:"string"` // contains filtered or unexported fields }
func (AvailabilityZone) GoString ¶
func (s AvailabilityZone) GoString() string
GoString returns the string representation
func (AvailabilityZone) String ¶
func (s AvailabilityZone) String() string
String returns the string representation
type Connection ¶
type Connection struct { // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. EndpointArn *string `type:"string"` // The identifier of the endpoint. Identifiers must begin with a letter; must // contain only ASCII letters, digits, and hyphens; and must not 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 Amazon Resource Name (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. Status *string `type:"string"` // contains filtered or unexported fields }
func (Connection) GoString ¶
func (s Connection) GoString() string
GoString returns the string representation
func (Connection) String ¶
func (s Connection) String() string
String returns the string representation
type CreateEndpointInput ¶
type CreateEndpointInput struct { // The name of the endpoint database. DatabaseName *string `type:"string"` // The database endpoint identifier. Identifiers must begin with a letter; must // contain only ASCII letters, digits, and hyphens; and must not end with a // hyphen or contain two consecutive hyphens. EndpointIdentifier *string `type:"string" required:"true"` // The type of endpoint. EndpointType *string `type:"string" required:"true" enum:"ReplicationEndpointTypeValue"` // The type of engine for the endpoint. Valid values include MYSQL, ORACLE, // POSTGRES, MARIADB, AURORA, SQLSERVER. EngineName *string `type:"string" required:"true"` // Additional attributes associated with the connection. ExtraConnectionAttributes *string `type:"string"` // The KMS key identifier that will be used to encrypt the connection parameters. // If you do not specify a value for the KmsKeyId parameter, then AWS DMS will // use 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 password to be used to login to the endpoint database. Password *string `type:"string" required:"true"` // The port used by the endpoint database. Port *int64 `type:"integer" required:"true"` // The name of the server where the endpoint database resides. ServerName *string `type:"string" required:"true"` // Tags to be added to the endpoint. Tags []*Tag `locationNameList:"Tag" type:"list"` // The user name to be used to login to the endpoint database. Username *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateEndpointInput) GoString ¶
func (s CreateEndpointInput) GoString() string
GoString returns the string representation
func (CreateEndpointInput) String ¶
func (s CreateEndpointInput) String() string
String returns the string representation
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) String ¶
func (s CreateEndpointOutput) String() string
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"` // Indicates that minor engine upgrades will be applied automatically to the // replication instance during the maintenance window. // // Default: true AutoMinorVersionUpgrade *bool `type:"boolean"` // The EC2 Availability Zone that the replication instance will be created in. // // Default: A random, system-chosen Availability Zone in the endpoint's region. // // Example: us-east-1d AvailabilityZone *string `type:"string"` // The engine version number of the replication instance. EngineVersion *string `type:"string"` // The KMS key identifier that will be used to encrypt the content on the replication // instance. If you do not specify a value for the KmsKeyId parameter, then // AWS DMS will use 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 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 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 specified // by the replication instance class. // // Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large // | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ReplicationInstanceClass *string `type:"string" required:"true"` // The replication instance identifier. This parameter is stored as a lowercase // string. // // Constraints: // // Must contain from 1 to 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" required:"true"` // A subnet group to associate with the replication instance. ReplicationSubnetGroupIdentifier *string `type:"string"` // Tags to be associated with the replication instance. Tags []*Tag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
func (CreateReplicationInstanceInput) GoString ¶
func (s CreateReplicationInstanceInput) GoString() string
GoString returns the string representation
func (CreateReplicationInstanceInput) String ¶
func (s CreateReplicationInstanceInput) String() string
String returns the string representation
type CreateReplicationInstanceOutput ¶
type CreateReplicationInstanceOutput struct { // The replication instance that was created. ReplicationInstance *ReplicationInstance `type:"structure"` // contains filtered or unexported fields }
func (CreateReplicationInstanceOutput) GoString ¶
func (s CreateReplicationInstanceOutput) GoString() string
GoString returns the string representation
func (CreateReplicationInstanceOutput) String ¶
func (s CreateReplicationInstanceOutput) String() string
String returns the string representation
type CreateReplicationSubnetGroupInput ¶
type CreateReplicationSubnetGroupInput struct { // The description for the subnet group. 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 *string `type:"string" required:"true"` // The EC2 subnet IDs for the subnet group. SubnetIds []*string `locationNameList:"SubnetIdentifier" type:"list" required:"true"` // The tag to be assigned to the subnet group. Tags []*Tag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
func (CreateReplicationSubnetGroupInput) GoString ¶
func (s CreateReplicationSubnetGroupInput) GoString() string
GoString returns the string representation
func (CreateReplicationSubnetGroupInput) String ¶
func (s CreateReplicationSubnetGroupInput) String() string
String returns the string representation
type CreateReplicationSubnetGroupOutput ¶
type CreateReplicationSubnetGroupOutput struct { // The replication subnet group that was created. ReplicationSubnetGroup *ReplicationSubnetGroup `type:"structure"` // contains filtered or unexported fields }
func (CreateReplicationSubnetGroupOutput) GoString ¶
func (s CreateReplicationSubnetGroupOutput) GoString() string
GoString returns the string representation
func (CreateReplicationSubnetGroupOutput) String ¶
func (s CreateReplicationSubnetGroupOutput) String() string
String returns the string representation
type CreateReplicationTaskInput ¶
type CreateReplicationTaskInput struct { // The start time for the Change Data Capture (CDC) operation. CdcStartTime *time.Time `type:"timestamp" timestampFormat:"unix"` // The migration type. MigrationType *string `type:"string" required:"true" enum:"MigrationTypeValue"` // The Amazon Resource Name (ARN) of the replication instance. ReplicationInstanceArn *string `type:"string" required:"true"` // The replication task identifier. // // Constraints: // // Must contain from 1 to 63 alphanumeric characters or hyphens. First character // must be a letter. Cannot end with a hyphen or contain two consecutive hyphens. ReplicationTaskIdentifier *string `type:"string" required:"true"` // Settings for the task, such as target metadata settings. ReplicationTaskSettings *string `type:"string"` // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. SourceEndpointArn *string `type:"string" required:"true"` // The path of the JSON file that contains the table mappings. TableMappings *string `type:"string" required:"true"` // Tags to be added to the replication instance. Tags []*Tag `locationNameList:"Tag" type:"list"` // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. TargetEndpointArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateReplicationTaskInput) GoString ¶
func (s CreateReplicationTaskInput) GoString() string
GoString returns the string representation
func (CreateReplicationTaskInput) String ¶
func (s CreateReplicationTaskInput) String() string
String returns the string representation
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) String ¶
func (s CreateReplicationTaskOutput) String() string
String returns the string representation
type DatabaseMigrationService ¶
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, MariaDB, Amazon Aurora, and MySQL. 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. The service client's operations are safe to be used concurrently. It is not safe to mutate any of the client's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *DatabaseMigrationService
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:
// 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 ¶
func (c *DatabaseMigrationService) AddTagsToResource(input *AddTagsToResourceInput) (*AddTagsToResourceOutput, error)
Adds metadata tags to a 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.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.AddTagsToResourceInput{ ResourceArn: aws.String("String"), // Required Tags: []*databasemigrationservice.Tag{ // Required { // Required Key: aws.String("String"), Value: aws.String("String"), }, // More values... }, } resp, err := svc.AddTagsToResource(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) AddTagsToResourceRequest ¶
func (c *DatabaseMigrationService) AddTagsToResourceRequest(input *AddTagsToResourceInput) (req *request.Request, output *AddTagsToResourceOutput)
AddTagsToResourceRequest generates a request for the AddTagsToResource operation.
func (*DatabaseMigrationService) CreateEndpoint ¶
func (c *DatabaseMigrationService) CreateEndpoint(input *CreateEndpointInput) (*CreateEndpointOutput, error)
Creates an endpoint using the provided settings.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.CreateEndpointInput{ EndpointIdentifier: aws.String("String"), // Required EndpointType: aws.String("ReplicationEndpointTypeValue"), // Required EngineName: aws.String("String"), // Required Password: aws.String("SecretString"), // Required Port: aws.Int64(1), // Required ServerName: aws.String("String"), // Required Username: aws.String("String"), // Required DatabaseName: aws.String("String"), ExtraConnectionAttributes: aws.String("String"), KmsKeyId: aws.String("String"), Tags: []*databasemigrationservice.Tag{ { // Required Key: aws.String("String"), Value: aws.String("String"), }, // More values... }, } resp, err := svc.CreateEndpoint(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) CreateEndpointRequest ¶
func (c *DatabaseMigrationService) CreateEndpointRequest(input *CreateEndpointInput) (req *request.Request, output *CreateEndpointOutput)
CreateEndpointRequest generates a request for the CreateEndpoint operation.
func (*DatabaseMigrationService) CreateReplicationInstance ¶
func (c *DatabaseMigrationService) CreateReplicationInstance(input *CreateReplicationInstanceInput) (*CreateReplicationInstanceOutput, error)
Creates the replication instance using the specified parameters.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.CreateReplicationInstanceInput{ ReplicationInstanceClass: aws.String("String"), // Required ReplicationInstanceIdentifier: aws.String("String"), // Required AllocatedStorage: aws.Int64(1), AutoMinorVersionUpgrade: aws.Bool(true), AvailabilityZone: aws.String("String"), EngineVersion: aws.String("String"), KmsKeyId: aws.String("String"), PreferredMaintenanceWindow: aws.String("String"), PubliclyAccessible: aws.Bool(true), ReplicationSubnetGroupIdentifier: aws.String("String"), Tags: []*databasemigrationservice.Tag{ { // Required Key: aws.String("String"), Value: aws.String("String"), }, // More values... }, } resp, err := svc.CreateReplicationInstance(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) CreateReplicationInstanceRequest ¶
func (c *DatabaseMigrationService) CreateReplicationInstanceRequest(input *CreateReplicationInstanceInput) (req *request.Request, output *CreateReplicationInstanceOutput)
CreateReplicationInstanceRequest generates a request for the CreateReplicationInstance operation.
func (*DatabaseMigrationService) CreateReplicationSubnetGroup ¶
func (c *DatabaseMigrationService) CreateReplicationSubnetGroup(input *CreateReplicationSubnetGroupInput) (*CreateReplicationSubnetGroupOutput, error)
Creates a replication subnet group given a list of the subnet IDs in a VPC.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.CreateReplicationSubnetGroupInput{ ReplicationSubnetGroupDescription: aws.String("String"), // Required ReplicationSubnetGroupIdentifier: aws.String("String"), // Required SubnetIds: []*string{ // Required aws.String("String"), // Required // More values... }, Tags: []*databasemigrationservice.Tag{ { // Required Key: aws.String("String"), Value: aws.String("String"), }, // More values... }, } resp, err := svc.CreateReplicationSubnetGroup(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) CreateReplicationSubnetGroupRequest ¶
func (c *DatabaseMigrationService) CreateReplicationSubnetGroupRequest(input *CreateReplicationSubnetGroupInput) (req *request.Request, output *CreateReplicationSubnetGroupOutput)
CreateReplicationSubnetGroupRequest generates a request for the CreateReplicationSubnetGroup operation.
func (*DatabaseMigrationService) CreateReplicationTask ¶
func (c *DatabaseMigrationService) CreateReplicationTask(input *CreateReplicationTaskInput) (*CreateReplicationTaskOutput, error)
Creates a replication task using the specified parameters.
Example ¶
package main import ( "fmt" "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.CreateReplicationTaskInput{ MigrationType: aws.String("MigrationTypeValue"), // Required ReplicationInstanceArn: aws.String("String"), // Required ReplicationTaskIdentifier: aws.String("String"), // Required SourceEndpointArn: aws.String("String"), // Required TableMappings: aws.String("String"), // Required TargetEndpointArn: aws.String("String"), // Required CdcStartTime: aws.Time(time.Now()), ReplicationTaskSettings: aws.String("String"), Tags: []*databasemigrationservice.Tag{ { // Required Key: aws.String("String"), Value: aws.String("String"), }, // More values... }, } resp, err := svc.CreateReplicationTask(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) CreateReplicationTaskRequest ¶
func (c *DatabaseMigrationService) CreateReplicationTaskRequest(input *CreateReplicationTaskInput) (req *request.Request, output *CreateReplicationTaskOutput)
CreateReplicationTaskRequest generates a request for the CreateReplicationTask operation.
func (*DatabaseMigrationService) DeleteEndpoint ¶
func (c *DatabaseMigrationService) DeleteEndpoint(input *DeleteEndpointInput) (*DeleteEndpointOutput, error)
Deletes the specified endpoint.
All tasks associated with the endpoint must be deleted before you can delete the endpoint.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.DeleteEndpointInput{ EndpointArn: aws.String("String"), // Required } resp, err := svc.DeleteEndpoint(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) DeleteEndpointRequest ¶
func (c *DatabaseMigrationService) DeleteEndpointRequest(input *DeleteEndpointInput) (req *request.Request, output *DeleteEndpointOutput)
DeleteEndpointRequest generates a request for the DeleteEndpoint operation.
func (*DatabaseMigrationService) DeleteReplicationInstance ¶
func (c *DatabaseMigrationService) DeleteReplicationInstance(input *DeleteReplicationInstanceInput) (*DeleteReplicationInstanceOutput, error)
Deletes the specified replication instance.
You must delete any migration tasks that are associated with the replication instance before you can delete it.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.DeleteReplicationInstanceInput{ ReplicationInstanceArn: aws.String("String"), // Required } resp, err := svc.DeleteReplicationInstance(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) DeleteReplicationInstanceRequest ¶
func (c *DatabaseMigrationService) DeleteReplicationInstanceRequest(input *DeleteReplicationInstanceInput) (req *request.Request, output *DeleteReplicationInstanceOutput)
DeleteReplicationInstanceRequest generates a request for the DeleteReplicationInstance operation.
func (*DatabaseMigrationService) DeleteReplicationSubnetGroup ¶
func (c *DatabaseMigrationService) DeleteReplicationSubnetGroup(input *DeleteReplicationSubnetGroupInput) (*DeleteReplicationSubnetGroupOutput, error)
Deletes a subnet group.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.DeleteReplicationSubnetGroupInput{ ReplicationSubnetGroupIdentifier: aws.String("String"), // Required } resp, err := svc.DeleteReplicationSubnetGroup(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) DeleteReplicationSubnetGroupRequest ¶
func (c *DatabaseMigrationService) DeleteReplicationSubnetGroupRequest(input *DeleteReplicationSubnetGroupInput) (req *request.Request, output *DeleteReplicationSubnetGroupOutput)
DeleteReplicationSubnetGroupRequest generates a request for the DeleteReplicationSubnetGroup operation.
func (*DatabaseMigrationService) DeleteReplicationTask ¶
func (c *DatabaseMigrationService) DeleteReplicationTask(input *DeleteReplicationTaskInput) (*DeleteReplicationTaskOutput, error)
Deletes the specified replication task.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.DeleteReplicationTaskInput{ ReplicationTaskArn: aws.String("String"), // Required } resp, err := svc.DeleteReplicationTask(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) DeleteReplicationTaskRequest ¶
func (c *DatabaseMigrationService) DeleteReplicationTaskRequest(input *DeleteReplicationTaskInput) (req *request.Request, output *DeleteReplicationTaskOutput)
DeleteReplicationTaskRequest generates a request for the DeleteReplicationTask operation.
func (*DatabaseMigrationService) DescribeAccountAttributes ¶
func (c *DatabaseMigrationService) DescribeAccountAttributes(input *DescribeAccountAttributesInput) (*DescribeAccountAttributesOutput, error)
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 command does not take any parameters.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) var params *databasemigrationservice.DescribeAccountAttributesInput resp, err := svc.DescribeAccountAttributes(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) DescribeAccountAttributesRequest ¶
func (c *DatabaseMigrationService) DescribeAccountAttributesRequest(input *DescribeAccountAttributesInput) (req *request.Request, output *DescribeAccountAttributesOutput)
DescribeAccountAttributesRequest generates a request for the DescribeAccountAttributes operation.
func (*DatabaseMigrationService) DescribeConnections ¶
func (c *DatabaseMigrationService) DescribeConnections(input *DescribeConnectionsInput) (*DescribeConnectionsOutput, error)
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.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.DescribeConnectionsInput{ Filters: []*databasemigrationservice.Filter{ { // Required Name: aws.String("String"), // Required Values: []*string{ // Required aws.String("String"), // Required // More values... }, }, // More values... }, Marker: aws.String("String"), MaxRecords: aws.Int64(1), } resp, err := svc.DescribeConnections(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) DescribeConnectionsRequest ¶
func (c *DatabaseMigrationService) DescribeConnectionsRequest(input *DescribeConnectionsInput) (req *request.Request, output *DescribeConnectionsOutput)
DescribeConnectionsRequest generates a request for the DescribeConnections operation.
func (*DatabaseMigrationService) DescribeEndpointTypes ¶
func (c *DatabaseMigrationService) DescribeEndpointTypes(input *DescribeEndpointTypesInput) (*DescribeEndpointTypesOutput, error)
Returns information about the type of endpoints available.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.DescribeEndpointTypesInput{ Filters: []*databasemigrationservice.Filter{ { // Required Name: aws.String("String"), // Required Values: []*string{ // Required aws.String("String"), // Required // More values... }, }, // More values... }, Marker: aws.String("String"), MaxRecords: aws.Int64(1), } resp, err := svc.DescribeEndpointTypes(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) DescribeEndpointTypesRequest ¶
func (c *DatabaseMigrationService) DescribeEndpointTypesRequest(input *DescribeEndpointTypesInput) (req *request.Request, output *DescribeEndpointTypesOutput)
DescribeEndpointTypesRequest generates a request for the DescribeEndpointTypes operation.
func (*DatabaseMigrationService) DescribeEndpoints ¶
func (c *DatabaseMigrationService) DescribeEndpoints(input *DescribeEndpointsInput) (*DescribeEndpointsOutput, error)
Returns information about the endpoints for your account in the current region.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.DescribeEndpointsInput{ Filters: []*databasemigrationservice.Filter{ { // Required Name: aws.String("String"), // Required Values: []*string{ // Required aws.String("String"), // Required // More values... }, }, // More values... }, Marker: aws.String("String"), MaxRecords: aws.Int64(1), } resp, err := svc.DescribeEndpoints(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) DescribeEndpointsRequest ¶
func (c *DatabaseMigrationService) DescribeEndpointsRequest(input *DescribeEndpointsInput) (req *request.Request, output *DescribeEndpointsOutput)
DescribeEndpointsRequest generates a request for the DescribeEndpoints operation.
func (*DatabaseMigrationService) DescribeOrderableReplicationInstances ¶
func (c *DatabaseMigrationService) DescribeOrderableReplicationInstances(input *DescribeOrderableReplicationInstancesInput) (*DescribeOrderableReplicationInstancesOutput, error)
Returns information about the replication instance types that can be created in the specified region.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.DescribeOrderableReplicationInstancesInput{ Marker: aws.String("String"), MaxRecords: aws.Int64(1), } resp, err := svc.DescribeOrderableReplicationInstances(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) DescribeOrderableReplicationInstancesRequest ¶
func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesRequest(input *DescribeOrderableReplicationInstancesInput) (req *request.Request, output *DescribeOrderableReplicationInstancesOutput)
DescribeOrderableReplicationInstancesRequest generates a request for the DescribeOrderableReplicationInstances operation.
func (*DatabaseMigrationService) DescribeRefreshSchemasStatus ¶
func (c *DatabaseMigrationService) DescribeRefreshSchemasStatus(input *DescribeRefreshSchemasStatusInput) (*DescribeRefreshSchemasStatusOutput, error)
Returns the status of the RefreshSchemas operation.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.DescribeRefreshSchemasStatusInput{ EndpointArn: aws.String("String"), // Required } resp, err := svc.DescribeRefreshSchemasStatus(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) DescribeRefreshSchemasStatusRequest ¶
func (c *DatabaseMigrationService) DescribeRefreshSchemasStatusRequest(input *DescribeRefreshSchemasStatusInput) (req *request.Request, output *DescribeRefreshSchemasStatusOutput)
DescribeRefreshSchemasStatusRequest generates a request for the DescribeRefreshSchemasStatus operation.
func (*DatabaseMigrationService) DescribeReplicationInstances ¶
func (c *DatabaseMigrationService) DescribeReplicationInstances(input *DescribeReplicationInstancesInput) (*DescribeReplicationInstancesOutput, error)
Returns information about replication instances for your account in the current region.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.DescribeReplicationInstancesInput{ Filters: []*databasemigrationservice.Filter{ { // Required Name: aws.String("String"), // Required Values: []*string{ // Required aws.String("String"), // Required // More values... }, }, // More values... }, Marker: aws.String("String"), MaxRecords: aws.Int64(1), } resp, err := svc.DescribeReplicationInstances(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) DescribeReplicationInstancesRequest ¶
func (c *DatabaseMigrationService) DescribeReplicationInstancesRequest(input *DescribeReplicationInstancesInput) (req *request.Request, output *DescribeReplicationInstancesOutput)
DescribeReplicationInstancesRequest generates a request for the DescribeReplicationInstances operation.
func (*DatabaseMigrationService) DescribeReplicationSubnetGroups ¶
func (c *DatabaseMigrationService) DescribeReplicationSubnetGroups(input *DescribeReplicationSubnetGroupsInput) (*DescribeReplicationSubnetGroupsOutput, error)
Returns information about the replication subnet groups.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.DescribeReplicationSubnetGroupsInput{ Filters: []*databasemigrationservice.Filter{ { // Required Name: aws.String("String"), // Required Values: []*string{ // Required aws.String("String"), // Required // More values... }, }, // More values... }, Marker: aws.String("String"), MaxRecords: aws.Int64(1), } resp, err := svc.DescribeReplicationSubnetGroups(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) DescribeReplicationSubnetGroupsRequest ¶
func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsRequest(input *DescribeReplicationSubnetGroupsInput) (req *request.Request, output *DescribeReplicationSubnetGroupsOutput)
DescribeReplicationSubnetGroupsRequest generates a request for the DescribeReplicationSubnetGroups operation.
func (*DatabaseMigrationService) DescribeReplicationTasks ¶
func (c *DatabaseMigrationService) DescribeReplicationTasks(input *DescribeReplicationTasksInput) (*DescribeReplicationTasksOutput, error)
Returns information about replication tasks for your account in the current region.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.DescribeReplicationTasksInput{ Filters: []*databasemigrationservice.Filter{ { // Required Name: aws.String("String"), // Required Values: []*string{ // Required aws.String("String"), // Required // More values... }, }, // More values... }, Marker: aws.String("String"), MaxRecords: aws.Int64(1), } resp, err := svc.DescribeReplicationTasks(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) DescribeReplicationTasksRequest ¶
func (c *DatabaseMigrationService) DescribeReplicationTasksRequest(input *DescribeReplicationTasksInput) (req *request.Request, output *DescribeReplicationTasksOutput)
DescribeReplicationTasksRequest generates a request for the DescribeReplicationTasks operation.
func (*DatabaseMigrationService) DescribeSchemas ¶
func (c *DatabaseMigrationService) DescribeSchemas(input *DescribeSchemasInput) (*DescribeSchemasOutput, error)
Returns information about the schema for the specified endpoint.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.DescribeSchemasInput{ EndpointArn: aws.String("String"), // Required Marker: aws.String("String"), MaxRecords: aws.Int64(1), } resp, err := svc.DescribeSchemas(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) DescribeSchemasRequest ¶
func (c *DatabaseMigrationService) DescribeSchemasRequest(input *DescribeSchemasInput) (req *request.Request, output *DescribeSchemasOutput)
DescribeSchemasRequest generates a request for the DescribeSchemas operation.
func (*DatabaseMigrationService) DescribeTableStatistics ¶
func (c *DatabaseMigrationService) DescribeTableStatistics(input *DescribeTableStatisticsInput) (*DescribeTableStatisticsOutput, error)
Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.DescribeTableStatisticsInput{ ReplicationTaskArn: aws.String("String"), // Required Marker: aws.String("String"), MaxRecords: aws.Int64(1), } resp, err := svc.DescribeTableStatistics(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) DescribeTableStatisticsRequest ¶
func (c *DatabaseMigrationService) DescribeTableStatisticsRequest(input *DescribeTableStatisticsInput) (req *request.Request, output *DescribeTableStatisticsOutput)
DescribeTableStatisticsRequest generates a request for the DescribeTableStatistics operation.
func (*DatabaseMigrationService) ListTagsForResource ¶
func (c *DatabaseMigrationService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
Lists all tags for an AWS DMS resource.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.ListTagsForResourceInput{ ResourceArn: aws.String("String"), // Required } resp, err := svc.ListTagsForResource(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) ListTagsForResourceRequest ¶
func (c *DatabaseMigrationService) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a request for the ListTagsForResource operation.
func (*DatabaseMigrationService) ModifyEndpoint ¶
func (c *DatabaseMigrationService) ModifyEndpoint(input *ModifyEndpointInput) (*ModifyEndpointOutput, error)
Modifies the specified endpoint.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.ModifyEndpointInput{ EndpointArn: aws.String("String"), // Required DatabaseName: aws.String("String"), EndpointIdentifier: aws.String("String"), EndpointType: aws.String("ReplicationEndpointTypeValue"), EngineName: aws.String("String"), ExtraConnectionAttributes: aws.String("String"), Password: aws.String("SecretString"), Port: aws.Int64(1), ServerName: aws.String("String"), Username: aws.String("String"), } resp, err := svc.ModifyEndpoint(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) ModifyEndpointRequest ¶
func (c *DatabaseMigrationService) ModifyEndpointRequest(input *ModifyEndpointInput) (req *request.Request, output *ModifyEndpointOutput)
ModifyEndpointRequest generates a request for the ModifyEndpoint operation.
func (*DatabaseMigrationService) ModifyReplicationInstance ¶
func (c *DatabaseMigrationService) ModifyReplicationInstance(input *ModifyReplicationInstanceInput) (*ModifyReplicationInstanceOutput, error)
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.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.ModifyReplicationInstanceInput{ ReplicationInstanceArn: aws.String("String"), // Required AllocatedStorage: aws.Int64(1), AllowMajorVersionUpgrade: aws.Bool(true), ApplyImmediately: aws.Bool(true), AutoMinorVersionUpgrade: aws.Bool(true), EngineVersion: aws.String("String"), PreferredMaintenanceWindow: aws.String("String"), ReplicationInstanceClass: aws.String("String"), ReplicationInstanceIdentifier: aws.String("String"), } resp, err := svc.ModifyReplicationInstance(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) ModifyReplicationInstanceRequest ¶
func (c *DatabaseMigrationService) ModifyReplicationInstanceRequest(input *ModifyReplicationInstanceInput) (req *request.Request, output *ModifyReplicationInstanceOutput)
ModifyReplicationInstanceRequest generates a request for the ModifyReplicationInstance operation.
func (*DatabaseMigrationService) ModifyReplicationSubnetGroup ¶
func (c *DatabaseMigrationService) ModifyReplicationSubnetGroup(input *ModifyReplicationSubnetGroupInput) (*ModifyReplicationSubnetGroupOutput, error)
Modifies the settings for the specified replication subnet group.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.ModifyReplicationSubnetGroupInput{ ReplicationSubnetGroupIdentifier: aws.String("String"), // Required SubnetIds: []*string{ // Required aws.String("String"), // Required // More values... }, ReplicationSubnetGroupDescription: aws.String("String"), } resp, err := svc.ModifyReplicationSubnetGroup(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) ModifyReplicationSubnetGroupRequest ¶
func (c *DatabaseMigrationService) ModifyReplicationSubnetGroupRequest(input *ModifyReplicationSubnetGroupInput) (req *request.Request, output *ModifyReplicationSubnetGroupOutput)
ModifyReplicationSubnetGroupRequest generates a request for the ModifyReplicationSubnetGroup operation.
func (*DatabaseMigrationService) RefreshSchemas ¶
func (c *DatabaseMigrationService) RefreshSchemas(input *RefreshSchemasInput) (*RefreshSchemasOutput, error)
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.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.RefreshSchemasInput{ EndpointArn: aws.String("String"), // Required ReplicationInstanceArn: aws.String("String"), // Required } resp, err := svc.RefreshSchemas(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) RefreshSchemasRequest ¶
func (c *DatabaseMigrationService) RefreshSchemasRequest(input *RefreshSchemasInput) (req *request.Request, output *RefreshSchemasOutput)
RefreshSchemasRequest generates a request for the RefreshSchemas operation.
func (*DatabaseMigrationService) RemoveTagsFromResource ¶
func (c *DatabaseMigrationService) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)
Removes metadata tags from a DMS resource.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.RemoveTagsFromResourceInput{ ResourceArn: aws.String("String"), // Required TagKeys: []*string{ // Required aws.String("String"), // Required // More values... }, } resp, err := svc.RemoveTagsFromResource(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) RemoveTagsFromResourceRequest ¶
func (c *DatabaseMigrationService) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput)
RemoveTagsFromResourceRequest generates a request for the RemoveTagsFromResource operation.
func (*DatabaseMigrationService) StartReplicationTask ¶
func (c *DatabaseMigrationService) StartReplicationTask(input *StartReplicationTaskInput) (*StartReplicationTaskOutput, error)
Starts the replication task.
Example ¶
package main import ( "fmt" "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.StartReplicationTaskInput{ ReplicationTaskArn: aws.String("String"), // Required StartReplicationTaskType: aws.String("StartReplicationTaskTypeValue"), // Required CdcStartTime: aws.Time(time.Now()), } resp, err := svc.StartReplicationTask(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) StartReplicationTaskRequest ¶
func (c *DatabaseMigrationService) StartReplicationTaskRequest(input *StartReplicationTaskInput) (req *request.Request, output *StartReplicationTaskOutput)
StartReplicationTaskRequest generates a request for the StartReplicationTask operation.
func (*DatabaseMigrationService) StopReplicationTask ¶
func (c *DatabaseMigrationService) StopReplicationTask(input *StopReplicationTaskInput) (*StopReplicationTaskOutput, error)
Stops the replication task.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.StopReplicationTaskInput{ ReplicationTaskArn: aws.String("String"), // Required } resp, err := svc.StopReplicationTask(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) StopReplicationTaskRequest ¶
func (c *DatabaseMigrationService) StopReplicationTaskRequest(input *StopReplicationTaskInput) (req *request.Request, output *StopReplicationTaskOutput)
StopReplicationTaskRequest generates a request for the StopReplicationTask operation.
func (*DatabaseMigrationService) TestConnection ¶
func (c *DatabaseMigrationService) TestConnection(input *TestConnectionInput) (*TestConnectionOutput, error)
Tests the connection between the replication instance and the endpoint.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { svc := databasemigrationservice.New(session.New()) params := &databasemigrationservice.TestConnectionInput{ EndpointArn: aws.String("String"), // Required ReplicationInstanceArn: aws.String("String"), // Required } resp, err := svc.TestConnection(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*DatabaseMigrationService) TestConnectionRequest ¶
func (c *DatabaseMigrationService) TestConnectionRequest(input *TestConnectionInput) (req *request.Request, output *TestConnectionOutput)
TestConnectionRequest generates a request for the TestConnection operation.
type DeleteEndpointInput ¶
type DeleteEndpointInput struct { // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. 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) String ¶
func (s DeleteEndpointInput) String() string
String returns the string representation
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) String ¶
func (s DeleteEndpointOutput) String() string
String returns the string representation
type DeleteReplicationInstanceInput ¶
type DeleteReplicationInstanceInput struct { // The Amazon Resource Name (ARN) of the replication instance to be deleted. ReplicationInstanceArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteReplicationInstanceInput) GoString ¶
func (s DeleteReplicationInstanceInput) GoString() string
GoString returns the string representation
func (DeleteReplicationInstanceInput) String ¶
func (s DeleteReplicationInstanceInput) String() string
String returns the string representation
type DeleteReplicationInstanceOutput ¶
type DeleteReplicationInstanceOutput struct { // The replication instance that was deleted. ReplicationInstance *ReplicationInstance `type:"structure"` // contains filtered or unexported fields }
func (DeleteReplicationInstanceOutput) GoString ¶
func (s DeleteReplicationInstanceOutput) GoString() string
GoString returns the string representation
func (DeleteReplicationInstanceOutput) String ¶
func (s DeleteReplicationInstanceOutput) String() string
String returns the string representation
type DeleteReplicationSubnetGroupInput ¶
type DeleteReplicationSubnetGroupInput struct { // The subnet group name of the replication instance. ReplicationSubnetGroupIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteReplicationSubnetGroupInput) GoString ¶
func (s DeleteReplicationSubnetGroupInput) GoString() string
GoString returns the string representation
func (DeleteReplicationSubnetGroupInput) String ¶
func (s DeleteReplicationSubnetGroupInput) String() string
String returns the string representation
type DeleteReplicationSubnetGroupOutput ¶
type DeleteReplicationSubnetGroupOutput struct {
// contains filtered or unexported fields
}
func (DeleteReplicationSubnetGroupOutput) GoString ¶
func (s DeleteReplicationSubnetGroupOutput) GoString() string
GoString returns the string representation
func (DeleteReplicationSubnetGroupOutput) String ¶
func (s DeleteReplicationSubnetGroupOutput) String() string
String returns the string representation
type DeleteReplicationTaskInput ¶
type DeleteReplicationTaskInput struct { // The Amazon Resource Name (ARN) of the replication task to be deleted. 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) String ¶
func (s DeleteReplicationTaskInput) String() string
String returns the string representation
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) String ¶
func (s DeleteReplicationTaskOutput) String() string
String returns the string representation
type DescribeAccountAttributesInput ¶
type DescribeAccountAttributesInput struct {
// contains filtered or unexported fields
}
func (DescribeAccountAttributesInput) GoString ¶
func (s DescribeAccountAttributesInput) GoString() string
GoString returns the string representation
func (DescribeAccountAttributesInput) String ¶
func (s DescribeAccountAttributesInput) String() string
String returns the string representation
type DescribeAccountAttributesOutput ¶
type DescribeAccountAttributesOutput struct { // Account quota information. AccountQuotas []*AccountQuota `locationNameList:"AccountQuota" type:"list"` // contains filtered or unexported fields }
func (DescribeAccountAttributesOutput) GoString ¶
func (s DescribeAccountAttributesOutput) GoString() string
GoString returns the string representation
func (DescribeAccountAttributesOutput) String ¶
func (s DescribeAccountAttributesOutput) String() string
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 `locationNameList:"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) String ¶
func (s DescribeConnectionsInput) String() string
String returns the string representation
type DescribeConnectionsOutput ¶
type DescribeConnectionsOutput struct { // A description of the connections. Connections []*Connection `locationNameList:"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) 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 `locationNameList:"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) String ¶
func (s DescribeEndpointTypesInput) String() string
String returns the string representation
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 type of endpoints that are supported. SupportedEndpointTypes []*SupportedEndpointType `locationNameList:"SupportedEndpointType" type:"list"` // contains filtered or unexported fields }
func (DescribeEndpointTypesOutput) GoString ¶
func (s DescribeEndpointTypesOutput) GoString() string
GoString returns the string representation
func (DescribeEndpointTypesOutput) String ¶
func (s DescribeEndpointTypesOutput) String() 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 `locationNameList:"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) String ¶
func (s DescribeEndpointsInput) String() string
String returns the string representation
type DescribeEndpointsOutput ¶
type DescribeEndpointsOutput struct { // Endpoint description. Endpoints []*Endpoint `locationNameList:"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) String ¶
func (s DescribeEndpointsOutput) 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 ¶
func (s DescribeOrderableReplicationInstancesInput) GoString() string
GoString returns the string representation
func (DescribeOrderableReplicationInstancesInput) String ¶
func (s DescribeOrderableReplicationInstancesInput) String() 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 `locationNameList:"OrderableReplicationInstance" type:"list"` // contains filtered or unexported fields }
func (DescribeOrderableReplicationInstancesOutput) GoString ¶
func (s DescribeOrderableReplicationInstancesOutput) GoString() string
GoString returns the string representation
func (DescribeOrderableReplicationInstancesOutput) String ¶
func (s DescribeOrderableReplicationInstancesOutput) String() string
String returns the string representation
type DescribeRefreshSchemasStatusInput ¶
type DescribeRefreshSchemasStatusInput struct { // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. EndpointArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribeRefreshSchemasStatusInput) GoString ¶
func (s DescribeRefreshSchemasStatusInput) GoString() string
GoString returns the string representation
func (DescribeRefreshSchemasStatusInput) String ¶
func (s DescribeRefreshSchemasStatusInput) String() string
String returns the string representation
type DescribeRefreshSchemasStatusOutput ¶
type DescribeRefreshSchemasStatusOutput struct { // The status of the schema. RefreshSchemasStatus *RefreshSchemasStatus `type:"structure"` // contains filtered or unexported fields }
func (DescribeRefreshSchemasStatusOutput) GoString ¶
func (s DescribeRefreshSchemasStatusOutput) GoString() string
GoString returns the string representation
func (DescribeRefreshSchemasStatusOutput) String ¶
func (s DescribeRefreshSchemasStatusOutput) String() string
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 `locationNameList:"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 ¶
func (s DescribeReplicationInstancesInput) GoString() string
GoString returns the string representation
func (DescribeReplicationInstancesInput) String ¶
func (s DescribeReplicationInstancesInput) String() string
String returns the string representation
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 `locationNameList:"ReplicationInstance" type:"list"` // contains filtered or unexported fields }
func (DescribeReplicationInstancesOutput) GoString ¶
func (s DescribeReplicationInstancesOutput) GoString() string
GoString returns the string representation
func (DescribeReplicationInstancesOutput) String ¶
func (s DescribeReplicationInstancesOutput) String() string
String returns the string representation
type DescribeReplicationSubnetGroupsInput ¶
type DescribeReplicationSubnetGroupsInput struct { // Filters applied to the describe action. Filters []*Filter `locationNameList:"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 ¶
func (s DescribeReplicationSubnetGroupsInput) GoString() string
GoString returns the string representation
func (DescribeReplicationSubnetGroupsInput) String ¶
func (s DescribeReplicationSubnetGroupsInput) String() string
String returns the string representation
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 `locationNameList:"ReplicationSubnetGroup" type:"list"` // contains filtered or unexported fields }
func (DescribeReplicationSubnetGroupsOutput) GoString ¶
func (s DescribeReplicationSubnetGroupsOutput) GoString() string
GoString returns the string representation
func (DescribeReplicationSubnetGroupsOutput) String ¶
func (s DescribeReplicationSubnetGroupsOutput) String() string
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 `locationNameList:"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 (DescribeReplicationTasksInput) GoString ¶
func (s DescribeReplicationTasksInput) GoString() string
GoString returns the string representation
func (DescribeReplicationTasksInput) String ¶
func (s DescribeReplicationTasksInput) String() string
String returns the string representation
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 `locationNameList:"ReplicationTask" type:"list"` // contains filtered or unexported fields }
func (DescribeReplicationTasksOutput) GoString ¶
func (s DescribeReplicationTasksOutput) GoString() string
GoString returns the string representation
func (DescribeReplicationTasksOutput) String ¶
func (s DescribeReplicationTasksOutput) String() string
String returns the string representation
type DescribeSchemasInput ¶
type DescribeSchemasInput struct { // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. 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) String ¶
func (s DescribeSchemasInput) String() string
String returns the string representation
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) String ¶
func (s DescribeSchemasOutput) String() string
String returns the string representation
type DescribeTableStatisticsInput ¶
type DescribeTableStatisticsInput 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 task. 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) String ¶
func (s DescribeTableStatisticsInput) String() string
String returns the string representation
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 ¶
func (s DescribeTableStatisticsOutput) GoString() string
GoString returns the string representation
func (DescribeTableStatisticsOutput) String ¶
func (s DescribeTableStatisticsOutput) String() string
String returns the string representation
type Endpoint ¶
type Endpoint struct { // The name of the database at the endpoint. DatabaseName *string `type:"string"` // 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; must // contain only ASCII letters, digits, and hyphens; and must not end with a // hyphen or contain two consecutive hyphens. EndpointIdentifier *string `type:"string"` // The type of endpoint. EndpointType *string `type:"string" enum:"ReplicationEndpointTypeValue"` // The database engine name. EngineName *string `type:"string"` // Additional connection attributes used to connect to the endpoint. ExtraConnectionAttributes *string `type:"string"` // The KMS key identifier that will be used to encrypt the connection parameters. // If you do not specify a value for the KmsKeyId parameter, then AWS DMS will // use 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 port value used to access the endpoint. Port *int64 `type:"integer"` // The name of the server at the endpoint. ServerName *string `type:"string"` // 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 }
type Filter ¶
type Filter struct { // The name of the filter. Name *string `type:"string" required:"true"` // The filter value. Values []*string `locationNameList:"Value" type:"list" required:"true"` // contains filtered or unexported fields }
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS // resource. 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) String ¶
func (s ListTagsForResourceInput) String() string
String returns the string representation
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // A list of tags for the resource. TagList []*Tag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation
func (ListTagsForResourceOutput) String ¶
func (s ListTagsForResourceOutput) String() string
String returns the string representation
type ModifyEndpointInput ¶
type ModifyEndpointInput struct { // The name of the endpoint database. DatabaseName *string `type:"string"` // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. EndpointArn *string `type:"string" required:"true"` // The database endpoint identifier. Identifiers must begin with a letter; must // contain only ASCII letters, digits, and hyphens; and must not end with a // hyphen or contain two consecutive hyphens. EndpointIdentifier *string `type:"string"` // The type of endpoint. EndpointType *string `type:"string" enum:"ReplicationEndpointTypeValue"` // The type of engine for the endpoint. Valid values include MYSQL, ORACLE, // POSTGRES. EngineName *string `type:"string"` // Additional attributes associated with the connection. ExtraConnectionAttributes *string `type:"string"` // The password to be used to login to the endpoint database. Password *string `type:"string"` // The port used by the endpoint database. Port *int64 `type:"integer"` // The name of the server where the endpoint database resides. ServerName *string `type:"string"` // 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) String ¶
func (s ModifyEndpointInput) String() string
String returns the string representation
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) String ¶
func (s ModifyEndpointOutput) String() string
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. // // Constraints: 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"` // Indicates that minor version upgrades will be applied automatically to the // replication instance during the maintenance window. Changing this parameter // does not result in an outage except in the following case and the change // is asynchronously applied as soon as possible. An outage will result if this // parameter is set to true during the maintenance window, and a newer minor // version is available, and AWS DMS has enabled auto patching for that engine // version. AutoMinorVersionUpgrade *bool `type:"boolean"` // The engine version number of the replication instance. EngineVersion *string `type:"string"` // 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 *string `type:"string" required:"true"` // The compute and memory capacity of the replication instance. // // Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large // | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ReplicationInstanceClass *string `type:"string"` // The replication instance identifier. This parameter is stored as a lowercase // string. ReplicationInstanceIdentifier *string `type:"string"` // contains filtered or unexported fields }
func (ModifyReplicationInstanceInput) GoString ¶
func (s ModifyReplicationInstanceInput) GoString() string
GoString returns the string representation
func (ModifyReplicationInstanceInput) String ¶
func (s ModifyReplicationInstanceInput) String() string
String returns the string representation
type ModifyReplicationInstanceOutput ¶
type ModifyReplicationInstanceOutput struct { // The modified replication instance. ReplicationInstance *ReplicationInstance `type:"structure"` // contains filtered or unexported fields }
func (ModifyReplicationInstanceOutput) GoString ¶
func (s ModifyReplicationInstanceOutput) GoString() string
GoString returns the string representation
func (ModifyReplicationInstanceOutput) String ¶
func (s ModifyReplicationInstanceOutput) String() string
String returns the string representation
type ModifyReplicationSubnetGroupInput ¶
type ModifyReplicationSubnetGroupInput struct { // The description of the replication instance subnet group. ReplicationSubnetGroupDescription *string `type:"string"` // The name of the replication instance subnet group. ReplicationSubnetGroupIdentifier *string `type:"string" required:"true"` // A list of subnet IDs. SubnetIds []*string `locationNameList:"SubnetIdentifier" type:"list" required:"true"` // contains filtered or unexported fields }
func (ModifyReplicationSubnetGroupInput) GoString ¶
func (s ModifyReplicationSubnetGroupInput) GoString() string
GoString returns the string representation
func (ModifyReplicationSubnetGroupInput) String ¶
func (s ModifyReplicationSubnetGroupInput) String() string
String returns the string representation
type ModifyReplicationSubnetGroupOutput ¶
type ModifyReplicationSubnetGroupOutput struct { // The modified replication subnet group. ReplicationSubnetGroup *ReplicationSubnetGroup `type:"structure"` // contains filtered or unexported fields }
func (ModifyReplicationSubnetGroupOutput) GoString ¶
func (s ModifyReplicationSubnetGroupOutput) GoString() string
GoString returns the string representation
func (ModifyReplicationSubnetGroupOutput) String ¶
func (s ModifyReplicationSubnetGroupOutput) String() string
String returns the string representation
type OrderableReplicationInstance ¶
type OrderableReplicationInstance struct { // 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 compute and memory capacity of the replication instance. // // Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large // | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ReplicationInstanceClass *string `type:"string"` // The type of storage used by the replication instance. StorageType *string `type:"string"` // contains filtered or unexported fields }
func (OrderableReplicationInstance) GoString ¶
func (s OrderableReplicationInstance) GoString() string
GoString returns the string representation
func (OrderableReplicationInstance) String ¶
func (s OrderableReplicationInstance) String() string
String returns the string representation
type RefreshSchemasInput ¶
type RefreshSchemasInput struct { // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. EndpointArn *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) of the replication instance. 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) String ¶
func (s RefreshSchemasInput) String() string
String returns the string representation
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) 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" timestampFormat:"unix"` // 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 }
func (RefreshSchemasStatus) GoString ¶
func (s RefreshSchemasStatus) GoString() string
GoString returns the string representation
func (RefreshSchemasStatus) String ¶
func (s RefreshSchemasStatus) String() string
String returns the string representation
type RemoveTagsFromResourceInput ¶
type RemoveTagsFromResourceInput struct { // >The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be // removed from. ResourceArn *string `type:"string" required:"true"` // The tag key (name) of the tag to be removed. TagKeys []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (RemoveTagsFromResourceInput) GoString ¶
func (s RemoveTagsFromResourceInput) GoString() string
GoString returns the string representation
func (RemoveTagsFromResourceInput) String ¶
func (s RemoveTagsFromResourceInput) String() string
String returns the string representation
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 ¶
func (s RemoveTagsFromResourceOutput) String() 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 engine version number of the replication instance. EngineVersion *string `type:"string"` // The time the replication instance was created. InstanceCreateTime *time.Time `type:"timestamp" timestampFormat:"unix"` // The KMS key identifier that is used to encrypt the content on the replication // instance. If you do not specify a value for the KmsKeyId parameter, then // AWS DMS will use 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 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. // // Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large // | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ReplicationInstanceClass *string `type:"string"` // The replication instance identifier. This parameter is stored as a lowercase // string. // // Constraints: // // Must contain from 1 to 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. ReplicationInstancePrivateIpAddress *string `type:"string"` // The public IP address of the replication instance. ReplicationInstancePublicIpAddress *string `type:"string"` // The status of the replication instance. ReplicationInstanceStatus *string `type:"string"` // The subnet group for the replication instance. ReplicationSubnetGroup *ReplicationSubnetGroup `type:"structure"` // contains filtered or unexported fields }
func (ReplicationInstance) GoString ¶
func (s ReplicationInstance) GoString() string
GoString returns the string representation
func (ReplicationInstance) String ¶
func (s ReplicationInstance) String() string
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"` // The compute and memory capacity of the replication instance. // // Valid Values: dms.t2.micro | dms.t2.small | dms.t2.medium | dms.t2.large // | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge | dms.c4.4xlarge ReplicationInstanceClass *string `type:"string"` // contains filtered or unexported fields }
func (ReplicationPendingModifiedValues) GoString ¶
func (s ReplicationPendingModifiedValues) GoString() string
GoString returns the string representation
func (ReplicationPendingModifiedValues) String ¶
func (s ReplicationPendingModifiedValues) String() string
String returns the string representation
type ReplicationSubnetGroup ¶
type ReplicationSubnetGroup struct { // The description of 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 `locationNameList:"Subnet" type:"list"` // The ID of the VPC. VpcId *string `type:"string"` // contains filtered or unexported fields }
func (ReplicationSubnetGroup) GoString ¶
func (s ReplicationSubnetGroup) GoString() string
GoString returns the string representation
func (ReplicationSubnetGroup) String ¶
func (s ReplicationSubnetGroup) String() string
String returns the string representation
type ReplicationTask ¶
type ReplicationTask struct { // The last error (failure) message generated for the replication instance. LastFailureMessage *string `type:"string"` // The type of migration. MigrationType *string `type:"string" enum:"MigrationTypeValue"` // 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" timestampFormat:"unix"` // The replication task identifier. // // Constraints: // // Must contain from 1 to 63 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" timestampFormat:"unix"` // 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"` // 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"` // contains filtered or unexported fields }
func (ReplicationTask) GoString ¶
func (s ReplicationTask) GoString() string
GoString returns the string representation
func (ReplicationTask) String ¶
func (s ReplicationTask) String() string
String returns the string representation
type ReplicationTaskStats ¶
type ReplicationTaskStats struct { // The elapsed time of the task, in milliseconds. ElapsedTimeMillis *int64 `type:"long"` // The percent complete for the full load migration task. FullLoadProgressPercent *int64 `type:"integer"` // 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 }
func (ReplicationTaskStats) GoString ¶
func (s ReplicationTaskStats) GoString() string
GoString returns the string representation
func (ReplicationTaskStats) String ¶
func (s ReplicationTaskStats) String() string
String returns the string representation
type StartReplicationTaskInput ¶
type StartReplicationTaskInput struct { // The start time for the Change Data Capture (CDC) operation. CdcStartTime *time.Time `type:"timestamp" timestampFormat:"unix"` // The Amazon Resource Number (ARN) of the replication task to be started. ReplicationTaskArn *string `type:"string" required:"true"` // The type of replication task. 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) String ¶
func (s StartReplicationTaskInput) String() string
String returns the string representation
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) String ¶
func (s StartReplicationTaskOutput) String() string
String returns the string representation
type StopReplicationTaskInput ¶
type StopReplicationTaskInput struct { // The Amazon Resource Number(ARN) of the replication task to be stopped. 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) String ¶
func (s StopReplicationTaskInput) String() string
String returns the string representation
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) String ¶
func (s StopReplicationTaskOutput) 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 }
type SupportedEndpointType ¶
type SupportedEndpointType struct { // The type of endpoint. EndpointType *string `type:"string" enum:"ReplicationEndpointTypeValue"` // The database engine name. EngineName *string `type:"string"` // Indicates if Change Data Capture (CDC) is supported. SupportsCDC *bool `type:"boolean"` // contains filtered or unexported fields }
func (SupportedEndpointType) GoString ¶
func (s SupportedEndpointType) GoString() string
GoString returns the string representation
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 added during the Full Load operation. FullLoadRows *int64 `type:"long"` // The number of insert actions performed on a table. Inserts *int64 `type:"long"` // The last time the table was updated. LastUpdateTime *time.Time `type:"timestamp" timestampFormat:"unix"` // The schema name. SchemaName *string `type:"string"` // The name of the table. TableName *string `type:"string"` // The state of the table. TableState *string `type:"string"` // The number of update actions performed on a table. Updates *int64 `type:"long"` // contains filtered or unexported fields }
func (TableStatistics) GoString ¶
func (s TableStatistics) GoString() string
GoString returns the string representation
func (TableStatistics) String ¶
func (s TableStatistics) 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 from 1 to // 128 Unicode characters in length and cannot be prefixed with "aws:" or "dms:". // The string can only contain only the set of Unicode letters, digits, white-space, // '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$"). Key *string `type:"string"` // A value is the optional value of the tag. The string value can be from 1 // to 256 Unicode characters in length and cannot be prefixed with "aws:" or // "dms:". The string can only contain only the set of Unicode letters, digits, // white-space, '_', '.', '/', '=', '+', '-' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$"). Value *string `type:"string"` // contains filtered or unexported fields }
type TestConnectionInput ¶
type TestConnectionInput struct { // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. EndpointArn *string `type:"string" required:"true"` // The Amazon Resource Number (ARN) of the replication instance. 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) String ¶
func (s TestConnectionInput) String() string
String returns the string representation
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) String ¶
func (s TestConnectionOutput) String() string
String returns the string representation
Directories ¶
Path | Synopsis |
---|---|
Package databasemigrationserviceiface provides an interface for the AWS Database Migration Service.
|
Package databasemigrationserviceiface provides an interface for the AWS Database Migration Service. |