Documentation ¶
Overview ¶
Package databasemigrationservice provides the client and types for making API requests to AWS Database Migration Service.
AWS Database Migration Service (AWS DMS) can migrate your data to and from the most widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL Server, Amazon Redshift, MariaDB, Amazon Aurora, MySQL, and SAP Adaptive Server Enterprise (ASE). The service supports homogeneous migrations such as Oracle to Oracle, as well as heterogeneous migrations between different database platforms, such as Oracle to MySQL or SQL Server to PostgreSQL.
See https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01 for more information on this service.
See databasemigrationservice package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/databasemigrationservice/
Using the Client ¶
To use the client for AWS Database Migration Service you will first need to create a new instance of it.
When creating a client for an AWS service you'll first need to have a Session already created. The Session provides configuration that can be shared between multiple service clients. Additional configuration can be applied to the Session and service's client when they are constructed. The aws package's Config type contains several fields such as Region for the AWS Region the client should make API requests too. The optional Config value can be provided as the variadic argument for Sessions and client creation.
Once the service's client is created you can use it to make API requests the AWS service. These clients are safe to use concurrently.
// Create a session to share configuration, and load external configuration. sess := session.Must(session.NewSession()) // Create the service's client with the session. svc := databasemigrationservice.New(sess)
See the SDK's documentation for more information on how to use service clients. https://docs.aws.amazon.com/sdk-for-go/api/
See aws package's Config type for more information on configuration options. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS Database Migration Service client DatabaseMigrationService for more information on creating the service's client. https://docs.aws.amazon.com/sdk-for-go/api/service/databasemigrationservice/#New
Once the client is created you can make an API request to the service. Each API method takes a input parameter, and returns the service response and an error.
The API method will document which error codes the service can be returned by the operation if the service models the API operation's errors. These errors will also be available as const strings prefixed with "ErrCode".
result, err := svc.AddTagsToResource(params) if err != nil { // Cast err to awserr.Error to handle specific error codes. aerr, ok := err.(awserr.Error) if ok && aerr.Code() == <error code to check for> { // Specific error code handling } return err } fmt.Println("AddTagsToResource result:") fmt.Println(result)
Using the Client with Context ¶
The service's client also provides methods to make API requests with a Context value. This allows you to control the timeout, and cancellation of pending requests. These methods also take request Option as variadic parameter to apply additional configuration to the API request.
ctx := context.Background() result, err := svc.AddTagsToResourceWithContext(ctx, params)
See the request package documentation for more information on using Context pattern with the SDK. https://docs.aws.amazon.com/sdk-for-go/api/aws/request/
Index ¶
- Constants
- type AccountQuota
- type AddTagsToResourceInput
- func (s AddTagsToResourceInput) GoString() string
- func (s *AddTagsToResourceInput) SetResourceArn(v string) *AddTagsToResourceInput
- func (s *AddTagsToResourceInput) SetTags(v []*Tag) *AddTagsToResourceInput
- func (s AddTagsToResourceInput) String() string
- func (s *AddTagsToResourceInput) Validate() error
- type AddTagsToResourceOutput
- type AvailabilityZone
- type Certificate
- func (s Certificate) GoString() string
- func (s *Certificate) SetCertificateArn(v string) *Certificate
- func (s *Certificate) SetCertificateCreationDate(v time.Time) *Certificate
- func (s *Certificate) SetCertificateIdentifier(v string) *Certificate
- func (s *Certificate) SetCertificateOwner(v string) *Certificate
- func (s *Certificate) SetCertificatePem(v string) *Certificate
- func (s *Certificate) SetCertificateWallet(v []byte) *Certificate
- func (s *Certificate) SetKeyLength(v int64) *Certificate
- func (s *Certificate) SetSigningAlgorithm(v string) *Certificate
- func (s *Certificate) SetValidFromDate(v time.Time) *Certificate
- func (s *Certificate) SetValidToDate(v time.Time) *Certificate
- func (s Certificate) String() string
- type Connection
- func (s Connection) GoString() string
- func (s *Connection) SetEndpointArn(v string) *Connection
- func (s *Connection) SetEndpointIdentifier(v string) *Connection
- func (s *Connection) SetLastFailureMessage(v string) *Connection
- func (s *Connection) SetReplicationInstanceArn(v string) *Connection
- func (s *Connection) SetReplicationInstanceIdentifier(v string) *Connection
- func (s *Connection) SetStatus(v string) *Connection
- func (s Connection) String() string
- type CreateEndpointInput
- func (s CreateEndpointInput) GoString() string
- func (s *CreateEndpointInput) SetCertificateArn(v string) *CreateEndpointInput
- func (s *CreateEndpointInput) SetDatabaseName(v string) *CreateEndpointInput
- func (s *CreateEndpointInput) SetEndpointIdentifier(v string) *CreateEndpointInput
- func (s *CreateEndpointInput) SetEndpointType(v string) *CreateEndpointInput
- func (s *CreateEndpointInput) SetEngineName(v string) *CreateEndpointInput
- func (s *CreateEndpointInput) SetExtraConnectionAttributes(v string) *CreateEndpointInput
- func (s *CreateEndpointInput) SetKmsKeyId(v string) *CreateEndpointInput
- func (s *CreateEndpointInput) SetPassword(v string) *CreateEndpointInput
- func (s *CreateEndpointInput) SetPort(v int64) *CreateEndpointInput
- func (s *CreateEndpointInput) SetServerName(v string) *CreateEndpointInput
- func (s *CreateEndpointInput) SetSslMode(v string) *CreateEndpointInput
- func (s *CreateEndpointInput) SetTags(v []*Tag) *CreateEndpointInput
- func (s *CreateEndpointInput) SetUsername(v string) *CreateEndpointInput
- func (s CreateEndpointInput) String() string
- func (s *CreateEndpointInput) Validate() error
- type CreateEndpointOutput
- type CreateReplicationInstanceInput
- func (s CreateReplicationInstanceInput) GoString() string
- func (s *CreateReplicationInstanceInput) SetAllocatedStorage(v int64) *CreateReplicationInstanceInput
- func (s *CreateReplicationInstanceInput) SetAutoMinorVersionUpgrade(v bool) *CreateReplicationInstanceInput
- func (s *CreateReplicationInstanceInput) SetAvailabilityZone(v string) *CreateReplicationInstanceInput
- func (s *CreateReplicationInstanceInput) SetEngineVersion(v string) *CreateReplicationInstanceInput
- func (s *CreateReplicationInstanceInput) SetKmsKeyId(v string) *CreateReplicationInstanceInput
- func (s *CreateReplicationInstanceInput) SetMultiAZ(v bool) *CreateReplicationInstanceInput
- func (s *CreateReplicationInstanceInput) SetPreferredMaintenanceWindow(v string) *CreateReplicationInstanceInput
- func (s *CreateReplicationInstanceInput) SetPubliclyAccessible(v bool) *CreateReplicationInstanceInput
- func (s *CreateReplicationInstanceInput) SetReplicationInstanceClass(v string) *CreateReplicationInstanceInput
- func (s *CreateReplicationInstanceInput) SetReplicationInstanceIdentifier(v string) *CreateReplicationInstanceInput
- func (s *CreateReplicationInstanceInput) SetReplicationSubnetGroupIdentifier(v string) *CreateReplicationInstanceInput
- func (s *CreateReplicationInstanceInput) SetTags(v []*Tag) *CreateReplicationInstanceInput
- func (s *CreateReplicationInstanceInput) SetVpcSecurityGroupIds(v []*string) *CreateReplicationInstanceInput
- func (s CreateReplicationInstanceInput) String() string
- func (s *CreateReplicationInstanceInput) Validate() error
- type CreateReplicationInstanceOutput
- type CreateReplicationSubnetGroupInput
- func (s CreateReplicationSubnetGroupInput) GoString() string
- func (s *CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupDescription(v string) *CreateReplicationSubnetGroupInput
- func (s *CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *CreateReplicationSubnetGroupInput
- func (s *CreateReplicationSubnetGroupInput) SetSubnetIds(v []*string) *CreateReplicationSubnetGroupInput
- func (s *CreateReplicationSubnetGroupInput) SetTags(v []*Tag) *CreateReplicationSubnetGroupInput
- func (s CreateReplicationSubnetGroupInput) String() string
- func (s *CreateReplicationSubnetGroupInput) Validate() error
- type CreateReplicationSubnetGroupOutput
- type CreateReplicationTaskInput
- func (s CreateReplicationTaskInput) GoString() string
- func (s *CreateReplicationTaskInput) SetCdcStartTime(v time.Time) *CreateReplicationTaskInput
- func (s *CreateReplicationTaskInput) SetMigrationType(v string) *CreateReplicationTaskInput
- func (s *CreateReplicationTaskInput) SetReplicationInstanceArn(v string) *CreateReplicationTaskInput
- func (s *CreateReplicationTaskInput) SetReplicationTaskIdentifier(v string) *CreateReplicationTaskInput
- func (s *CreateReplicationTaskInput) SetReplicationTaskSettings(v string) *CreateReplicationTaskInput
- func (s *CreateReplicationTaskInput) SetSourceEndpointArn(v string) *CreateReplicationTaskInput
- func (s *CreateReplicationTaskInput) SetTableMappings(v string) *CreateReplicationTaskInput
- func (s *CreateReplicationTaskInput) SetTags(v []*Tag) *CreateReplicationTaskInput
- func (s *CreateReplicationTaskInput) SetTargetEndpointArn(v string) *CreateReplicationTaskInput
- func (s CreateReplicationTaskInput) String() string
- func (s *CreateReplicationTaskInput) Validate() error
- 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) AddTagsToResourceWithContext(ctx aws.Context, input *AddTagsToResourceInput, opts ...request.Option) (*AddTagsToResourceOutput, error)
- func (c *DatabaseMigrationService) CreateEndpoint(input *CreateEndpointInput) (*CreateEndpointOutput, error)
- func (c *DatabaseMigrationService) CreateEndpointRequest(input *CreateEndpointInput) (req *request.Request, output *CreateEndpointOutput)
- func (c *DatabaseMigrationService) CreateEndpointWithContext(ctx aws.Context, input *CreateEndpointInput, opts ...request.Option) (*CreateEndpointOutput, error)
- func (c *DatabaseMigrationService) CreateReplicationInstance(input *CreateReplicationInstanceInput) (*CreateReplicationInstanceOutput, error)
- func (c *DatabaseMigrationService) CreateReplicationInstanceRequest(input *CreateReplicationInstanceInput) (req *request.Request, output *CreateReplicationInstanceOutput)
- func (c *DatabaseMigrationService) CreateReplicationInstanceWithContext(ctx aws.Context, input *CreateReplicationInstanceInput, opts ...request.Option) (*CreateReplicationInstanceOutput, error)
- func (c *DatabaseMigrationService) CreateReplicationSubnetGroup(input *CreateReplicationSubnetGroupInput) (*CreateReplicationSubnetGroupOutput, error)
- func (c *DatabaseMigrationService) CreateReplicationSubnetGroupRequest(input *CreateReplicationSubnetGroupInput) (req *request.Request, output *CreateReplicationSubnetGroupOutput)
- func (c *DatabaseMigrationService) CreateReplicationSubnetGroupWithContext(ctx aws.Context, input *CreateReplicationSubnetGroupInput, ...) (*CreateReplicationSubnetGroupOutput, error)
- func (c *DatabaseMigrationService) CreateReplicationTask(input *CreateReplicationTaskInput) (*CreateReplicationTaskOutput, error)
- func (c *DatabaseMigrationService) CreateReplicationTaskRequest(input *CreateReplicationTaskInput) (req *request.Request, output *CreateReplicationTaskOutput)
- func (c *DatabaseMigrationService) CreateReplicationTaskWithContext(ctx aws.Context, input *CreateReplicationTaskInput, opts ...request.Option) (*CreateReplicationTaskOutput, error)
- func (c *DatabaseMigrationService) DeleteCertificate(input *DeleteCertificateInput) (*DeleteCertificateOutput, error)
- func (c *DatabaseMigrationService) DeleteCertificateRequest(input *DeleteCertificateInput) (req *request.Request, output *DeleteCertificateOutput)
- func (c *DatabaseMigrationService) DeleteCertificateWithContext(ctx aws.Context, input *DeleteCertificateInput, opts ...request.Option) (*DeleteCertificateOutput, error)
- func (c *DatabaseMigrationService) DeleteEndpoint(input *DeleteEndpointInput) (*DeleteEndpointOutput, error)
- func (c *DatabaseMigrationService) DeleteEndpointRequest(input *DeleteEndpointInput) (req *request.Request, output *DeleteEndpointOutput)
- func (c *DatabaseMigrationService) DeleteEndpointWithContext(ctx aws.Context, input *DeleteEndpointInput, opts ...request.Option) (*DeleteEndpointOutput, error)
- func (c *DatabaseMigrationService) DeleteReplicationInstance(input *DeleteReplicationInstanceInput) (*DeleteReplicationInstanceOutput, error)
- func (c *DatabaseMigrationService) DeleteReplicationInstanceRequest(input *DeleteReplicationInstanceInput) (req *request.Request, output *DeleteReplicationInstanceOutput)
- func (c *DatabaseMigrationService) DeleteReplicationInstanceWithContext(ctx aws.Context, input *DeleteReplicationInstanceInput, opts ...request.Option) (*DeleteReplicationInstanceOutput, error)
- func (c *DatabaseMigrationService) DeleteReplicationSubnetGroup(input *DeleteReplicationSubnetGroupInput) (*DeleteReplicationSubnetGroupOutput, error)
- func (c *DatabaseMigrationService) DeleteReplicationSubnetGroupRequest(input *DeleteReplicationSubnetGroupInput) (req *request.Request, output *DeleteReplicationSubnetGroupOutput)
- func (c *DatabaseMigrationService) DeleteReplicationSubnetGroupWithContext(ctx aws.Context, input *DeleteReplicationSubnetGroupInput, ...) (*DeleteReplicationSubnetGroupOutput, error)
- func (c *DatabaseMigrationService) DeleteReplicationTask(input *DeleteReplicationTaskInput) (*DeleteReplicationTaskOutput, error)
- func (c *DatabaseMigrationService) DeleteReplicationTaskRequest(input *DeleteReplicationTaskInput) (req *request.Request, output *DeleteReplicationTaskOutput)
- func (c *DatabaseMigrationService) DeleteReplicationTaskWithContext(ctx aws.Context, input *DeleteReplicationTaskInput, opts ...request.Option) (*DeleteReplicationTaskOutput, error)
- func (c *DatabaseMigrationService) DescribeAccountAttributes(input *DescribeAccountAttributesInput) (*DescribeAccountAttributesOutput, error)
- func (c *DatabaseMigrationService) DescribeAccountAttributesRequest(input *DescribeAccountAttributesInput) (req *request.Request, output *DescribeAccountAttributesOutput)
- func (c *DatabaseMigrationService) DescribeAccountAttributesWithContext(ctx aws.Context, input *DescribeAccountAttributesInput, opts ...request.Option) (*DescribeAccountAttributesOutput, error)
- func (c *DatabaseMigrationService) DescribeCertificates(input *DescribeCertificatesInput) (*DescribeCertificatesOutput, error)
- func (c *DatabaseMigrationService) DescribeCertificatesRequest(input *DescribeCertificatesInput) (req *request.Request, output *DescribeCertificatesOutput)
- func (c *DatabaseMigrationService) DescribeCertificatesWithContext(ctx aws.Context, input *DescribeCertificatesInput, opts ...request.Option) (*DescribeCertificatesOutput, error)
- func (c *DatabaseMigrationService) DescribeConnections(input *DescribeConnectionsInput) (*DescribeConnectionsOutput, error)
- func (c *DatabaseMigrationService) DescribeConnectionsRequest(input *DescribeConnectionsInput) (req *request.Request, output *DescribeConnectionsOutput)
- func (c *DatabaseMigrationService) DescribeConnectionsWithContext(ctx aws.Context, input *DescribeConnectionsInput, opts ...request.Option) (*DescribeConnectionsOutput, error)
- func (c *DatabaseMigrationService) DescribeEndpointTypes(input *DescribeEndpointTypesInput) (*DescribeEndpointTypesOutput, error)
- func (c *DatabaseMigrationService) DescribeEndpointTypesRequest(input *DescribeEndpointTypesInput) (req *request.Request, output *DescribeEndpointTypesOutput)
- func (c *DatabaseMigrationService) DescribeEndpointTypesWithContext(ctx aws.Context, input *DescribeEndpointTypesInput, opts ...request.Option) (*DescribeEndpointTypesOutput, error)
- func (c *DatabaseMigrationService) DescribeEndpoints(input *DescribeEndpointsInput) (*DescribeEndpointsOutput, error)
- func (c *DatabaseMigrationService) DescribeEndpointsRequest(input *DescribeEndpointsInput) (req *request.Request, output *DescribeEndpointsOutput)
- func (c *DatabaseMigrationService) DescribeEndpointsWithContext(ctx aws.Context, input *DescribeEndpointsInput, opts ...request.Option) (*DescribeEndpointsOutput, error)
- func (c *DatabaseMigrationService) DescribeOrderableReplicationInstances(input *DescribeOrderableReplicationInstancesInput) (*DescribeOrderableReplicationInstancesOutput, error)
- func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesRequest(input *DescribeOrderableReplicationInstancesInput) (req *request.Request, output *DescribeOrderableReplicationInstancesOutput)
- func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesWithContext(ctx aws.Context, input *DescribeOrderableReplicationInstancesInput, ...) (*DescribeOrderableReplicationInstancesOutput, error)
- func (c *DatabaseMigrationService) DescribeRefreshSchemasStatus(input *DescribeRefreshSchemasStatusInput) (*DescribeRefreshSchemasStatusOutput, error)
- func (c *DatabaseMigrationService) DescribeRefreshSchemasStatusRequest(input *DescribeRefreshSchemasStatusInput) (req *request.Request, output *DescribeRefreshSchemasStatusOutput)
- func (c *DatabaseMigrationService) DescribeRefreshSchemasStatusWithContext(ctx aws.Context, input *DescribeRefreshSchemasStatusInput, ...) (*DescribeRefreshSchemasStatusOutput, error)
- func (c *DatabaseMigrationService) DescribeReplicationInstances(input *DescribeReplicationInstancesInput) (*DescribeReplicationInstancesOutput, error)
- func (c *DatabaseMigrationService) DescribeReplicationInstancesRequest(input *DescribeReplicationInstancesInput) (req *request.Request, output *DescribeReplicationInstancesOutput)
- func (c *DatabaseMigrationService) DescribeReplicationInstancesWithContext(ctx aws.Context, input *DescribeReplicationInstancesInput, ...) (*DescribeReplicationInstancesOutput, error)
- func (c *DatabaseMigrationService) DescribeReplicationSubnetGroups(input *DescribeReplicationSubnetGroupsInput) (*DescribeReplicationSubnetGroupsOutput, error)
- func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsRequest(input *DescribeReplicationSubnetGroupsInput) (req *request.Request, output *DescribeReplicationSubnetGroupsOutput)
- func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsWithContext(ctx aws.Context, input *DescribeReplicationSubnetGroupsInput, ...) (*DescribeReplicationSubnetGroupsOutput, error)
- func (c *DatabaseMigrationService) DescribeReplicationTasks(input *DescribeReplicationTasksInput) (*DescribeReplicationTasksOutput, error)
- func (c *DatabaseMigrationService) DescribeReplicationTasksRequest(input *DescribeReplicationTasksInput) (req *request.Request, output *DescribeReplicationTasksOutput)
- func (c *DatabaseMigrationService) DescribeReplicationTasksWithContext(ctx aws.Context, input *DescribeReplicationTasksInput, opts ...request.Option) (*DescribeReplicationTasksOutput, error)
- func (c *DatabaseMigrationService) DescribeSchemas(input *DescribeSchemasInput) (*DescribeSchemasOutput, error)
- func (c *DatabaseMigrationService) DescribeSchemasRequest(input *DescribeSchemasInput) (req *request.Request, output *DescribeSchemasOutput)
- func (c *DatabaseMigrationService) DescribeSchemasWithContext(ctx aws.Context, input *DescribeSchemasInput, opts ...request.Option) (*DescribeSchemasOutput, error)
- func (c *DatabaseMigrationService) DescribeTableStatistics(input *DescribeTableStatisticsInput) (*DescribeTableStatisticsOutput, error)
- func (c *DatabaseMigrationService) DescribeTableStatisticsRequest(input *DescribeTableStatisticsInput) (req *request.Request, output *DescribeTableStatisticsOutput)
- func (c *DatabaseMigrationService) DescribeTableStatisticsWithContext(ctx aws.Context, input *DescribeTableStatisticsInput, opts ...request.Option) (*DescribeTableStatisticsOutput, error)
- func (c *DatabaseMigrationService) ImportCertificate(input *ImportCertificateInput) (*ImportCertificateOutput, error)
- func (c *DatabaseMigrationService) ImportCertificateRequest(input *ImportCertificateInput) (req *request.Request, output *ImportCertificateOutput)
- func (c *DatabaseMigrationService) ImportCertificateWithContext(ctx aws.Context, input *ImportCertificateInput, opts ...request.Option) (*ImportCertificateOutput, error)
- func (c *DatabaseMigrationService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *DatabaseMigrationService) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *DatabaseMigrationService) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *DatabaseMigrationService) ModifyEndpoint(input *ModifyEndpointInput) (*ModifyEndpointOutput, error)
- func (c *DatabaseMigrationService) ModifyEndpointRequest(input *ModifyEndpointInput) (req *request.Request, output *ModifyEndpointOutput)
- func (c *DatabaseMigrationService) ModifyEndpointWithContext(ctx aws.Context, input *ModifyEndpointInput, opts ...request.Option) (*ModifyEndpointOutput, error)
- func (c *DatabaseMigrationService) ModifyReplicationInstance(input *ModifyReplicationInstanceInput) (*ModifyReplicationInstanceOutput, error)
- func (c *DatabaseMigrationService) ModifyReplicationInstanceRequest(input *ModifyReplicationInstanceInput) (req *request.Request, output *ModifyReplicationInstanceOutput)
- func (c *DatabaseMigrationService) ModifyReplicationInstanceWithContext(ctx aws.Context, input *ModifyReplicationInstanceInput, opts ...request.Option) (*ModifyReplicationInstanceOutput, error)
- func (c *DatabaseMigrationService) ModifyReplicationSubnetGroup(input *ModifyReplicationSubnetGroupInput) (*ModifyReplicationSubnetGroupOutput, error)
- func (c *DatabaseMigrationService) ModifyReplicationSubnetGroupRequest(input *ModifyReplicationSubnetGroupInput) (req *request.Request, output *ModifyReplicationSubnetGroupOutput)
- func (c *DatabaseMigrationService) ModifyReplicationSubnetGroupWithContext(ctx aws.Context, input *ModifyReplicationSubnetGroupInput, ...) (*ModifyReplicationSubnetGroupOutput, error)
- func (c *DatabaseMigrationService) ModifyReplicationTask(input *ModifyReplicationTaskInput) (*ModifyReplicationTaskOutput, error)
- func (c *DatabaseMigrationService) ModifyReplicationTaskRequest(input *ModifyReplicationTaskInput) (req *request.Request, output *ModifyReplicationTaskOutput)
- func (c *DatabaseMigrationService) ModifyReplicationTaskWithContext(ctx aws.Context, input *ModifyReplicationTaskInput, opts ...request.Option) (*ModifyReplicationTaskOutput, error)
- func (c *DatabaseMigrationService) RefreshSchemas(input *RefreshSchemasInput) (*RefreshSchemasOutput, error)
- func (c *DatabaseMigrationService) RefreshSchemasRequest(input *RefreshSchemasInput) (req *request.Request, output *RefreshSchemasOutput)
- func (c *DatabaseMigrationService) RefreshSchemasWithContext(ctx aws.Context, input *RefreshSchemasInput, opts ...request.Option) (*RefreshSchemasOutput, error)
- func (c *DatabaseMigrationService) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)
- func (c *DatabaseMigrationService) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput)
- func (c *DatabaseMigrationService) RemoveTagsFromResourceWithContext(ctx aws.Context, input *RemoveTagsFromResourceInput, opts ...request.Option) (*RemoveTagsFromResourceOutput, error)
- func (c *DatabaseMigrationService) StartReplicationTask(input *StartReplicationTaskInput) (*StartReplicationTaskOutput, error)
- func (c *DatabaseMigrationService) StartReplicationTaskRequest(input *StartReplicationTaskInput) (req *request.Request, output *StartReplicationTaskOutput)
- func (c *DatabaseMigrationService) StartReplicationTaskWithContext(ctx aws.Context, input *StartReplicationTaskInput, opts ...request.Option) (*StartReplicationTaskOutput, error)
- func (c *DatabaseMigrationService) StopReplicationTask(input *StopReplicationTaskInput) (*StopReplicationTaskOutput, error)
- func (c *DatabaseMigrationService) StopReplicationTaskRequest(input *StopReplicationTaskInput) (req *request.Request, output *StopReplicationTaskOutput)
- func (c *DatabaseMigrationService) StopReplicationTaskWithContext(ctx aws.Context, input *StopReplicationTaskInput, opts ...request.Option) (*StopReplicationTaskOutput, error)
- func (c *DatabaseMigrationService) TestConnection(input *TestConnectionInput) (*TestConnectionOutput, error)
- func (c *DatabaseMigrationService) TestConnectionRequest(input *TestConnectionInput) (req *request.Request, output *TestConnectionOutput)
- func (c *DatabaseMigrationService) TestConnectionWithContext(ctx aws.Context, input *TestConnectionInput, opts ...request.Option) (*TestConnectionOutput, error)
- type DeleteCertificateInput
- type DeleteCertificateOutput
- type DeleteEndpointInput
- type DeleteEndpointOutput
- type DeleteReplicationInstanceInput
- type DeleteReplicationInstanceOutput
- type DeleteReplicationSubnetGroupInput
- func (s DeleteReplicationSubnetGroupInput) GoString() string
- func (s *DeleteReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *DeleteReplicationSubnetGroupInput
- func (s DeleteReplicationSubnetGroupInput) String() string
- func (s *DeleteReplicationSubnetGroupInput) Validate() error
- type DeleteReplicationSubnetGroupOutput
- type DeleteReplicationTaskInput
- type DeleteReplicationTaskOutput
- type DescribeAccountAttributesInput
- type DescribeAccountAttributesOutput
- type DescribeCertificatesInput
- func (s DescribeCertificatesInput) GoString() string
- func (s *DescribeCertificatesInput) SetFilters(v []*Filter) *DescribeCertificatesInput
- func (s *DescribeCertificatesInput) SetMarker(v string) *DescribeCertificatesInput
- func (s *DescribeCertificatesInput) SetMaxRecords(v int64) *DescribeCertificatesInput
- func (s DescribeCertificatesInput) String() string
- func (s *DescribeCertificatesInput) Validate() error
- type DescribeCertificatesOutput
- type DescribeConnectionsInput
- func (s DescribeConnectionsInput) GoString() string
- func (s *DescribeConnectionsInput) SetFilters(v []*Filter) *DescribeConnectionsInput
- func (s *DescribeConnectionsInput) SetMarker(v string) *DescribeConnectionsInput
- func (s *DescribeConnectionsInput) SetMaxRecords(v int64) *DescribeConnectionsInput
- func (s DescribeConnectionsInput) String() string
- func (s *DescribeConnectionsInput) Validate() error
- type DescribeConnectionsOutput
- type DescribeEndpointTypesInput
- func (s DescribeEndpointTypesInput) GoString() string
- func (s *DescribeEndpointTypesInput) SetFilters(v []*Filter) *DescribeEndpointTypesInput
- func (s *DescribeEndpointTypesInput) SetMarker(v string) *DescribeEndpointTypesInput
- func (s *DescribeEndpointTypesInput) SetMaxRecords(v int64) *DescribeEndpointTypesInput
- func (s DescribeEndpointTypesInput) String() string
- func (s *DescribeEndpointTypesInput) Validate() error
- type DescribeEndpointTypesOutput
- func (s DescribeEndpointTypesOutput) GoString() string
- func (s *DescribeEndpointTypesOutput) SetMarker(v string) *DescribeEndpointTypesOutput
- func (s *DescribeEndpointTypesOutput) SetSupportedEndpointTypes(v []*SupportedEndpointType) *DescribeEndpointTypesOutput
- func (s DescribeEndpointTypesOutput) String() string
- type DescribeEndpointsInput
- func (s DescribeEndpointsInput) GoString() string
- func (s *DescribeEndpointsInput) SetFilters(v []*Filter) *DescribeEndpointsInput
- func (s *DescribeEndpointsInput) SetMarker(v string) *DescribeEndpointsInput
- func (s *DescribeEndpointsInput) SetMaxRecords(v int64) *DescribeEndpointsInput
- func (s DescribeEndpointsInput) String() string
- func (s *DescribeEndpointsInput) Validate() error
- type DescribeEndpointsOutput
- type DescribeOrderableReplicationInstancesInput
- func (s DescribeOrderableReplicationInstancesInput) GoString() string
- func (s *DescribeOrderableReplicationInstancesInput) SetMarker(v string) *DescribeOrderableReplicationInstancesInput
- func (s *DescribeOrderableReplicationInstancesInput) SetMaxRecords(v int64) *DescribeOrderableReplicationInstancesInput
- func (s DescribeOrderableReplicationInstancesInput) String() string
- type DescribeOrderableReplicationInstancesOutput
- func (s DescribeOrderableReplicationInstancesOutput) GoString() string
- func (s *DescribeOrderableReplicationInstancesOutput) SetMarker(v string) *DescribeOrderableReplicationInstancesOutput
- func (s *DescribeOrderableReplicationInstancesOutput) SetOrderableReplicationInstances(v []*OrderableReplicationInstance) *DescribeOrderableReplicationInstancesOutput
- func (s DescribeOrderableReplicationInstancesOutput) String() string
- type DescribeRefreshSchemasStatusInput
- type DescribeRefreshSchemasStatusOutput
- type DescribeReplicationInstancesInput
- func (s DescribeReplicationInstancesInput) GoString() string
- func (s *DescribeReplicationInstancesInput) SetFilters(v []*Filter) *DescribeReplicationInstancesInput
- func (s *DescribeReplicationInstancesInput) SetMarker(v string) *DescribeReplicationInstancesInput
- func (s *DescribeReplicationInstancesInput) SetMaxRecords(v int64) *DescribeReplicationInstancesInput
- func (s DescribeReplicationInstancesInput) String() string
- func (s *DescribeReplicationInstancesInput) Validate() error
- type DescribeReplicationInstancesOutput
- func (s DescribeReplicationInstancesOutput) GoString() string
- func (s *DescribeReplicationInstancesOutput) SetMarker(v string) *DescribeReplicationInstancesOutput
- func (s *DescribeReplicationInstancesOutput) SetReplicationInstances(v []*ReplicationInstance) *DescribeReplicationInstancesOutput
- func (s DescribeReplicationInstancesOutput) String() string
- type DescribeReplicationSubnetGroupsInput
- func (s DescribeReplicationSubnetGroupsInput) GoString() string
- func (s *DescribeReplicationSubnetGroupsInput) SetFilters(v []*Filter) *DescribeReplicationSubnetGroupsInput
- func (s *DescribeReplicationSubnetGroupsInput) SetMarker(v string) *DescribeReplicationSubnetGroupsInput
- func (s *DescribeReplicationSubnetGroupsInput) SetMaxRecords(v int64) *DescribeReplicationSubnetGroupsInput
- func (s DescribeReplicationSubnetGroupsInput) String() string
- func (s *DescribeReplicationSubnetGroupsInput) Validate() error
- type DescribeReplicationSubnetGroupsOutput
- func (s DescribeReplicationSubnetGroupsOutput) GoString() string
- func (s *DescribeReplicationSubnetGroupsOutput) SetMarker(v string) *DescribeReplicationSubnetGroupsOutput
- func (s *DescribeReplicationSubnetGroupsOutput) SetReplicationSubnetGroups(v []*ReplicationSubnetGroup) *DescribeReplicationSubnetGroupsOutput
- func (s DescribeReplicationSubnetGroupsOutput) String() string
- type DescribeReplicationTasksInput
- func (s DescribeReplicationTasksInput) GoString() string
- func (s *DescribeReplicationTasksInput) SetFilters(v []*Filter) *DescribeReplicationTasksInput
- func (s *DescribeReplicationTasksInput) SetMarker(v string) *DescribeReplicationTasksInput
- func (s *DescribeReplicationTasksInput) SetMaxRecords(v int64) *DescribeReplicationTasksInput
- func (s DescribeReplicationTasksInput) String() string
- func (s *DescribeReplicationTasksInput) Validate() error
- type DescribeReplicationTasksOutput
- func (s DescribeReplicationTasksOutput) GoString() string
- func (s *DescribeReplicationTasksOutput) SetMarker(v string) *DescribeReplicationTasksOutput
- func (s *DescribeReplicationTasksOutput) SetReplicationTasks(v []*ReplicationTask) *DescribeReplicationTasksOutput
- func (s DescribeReplicationTasksOutput) String() string
- type DescribeSchemasInput
- func (s DescribeSchemasInput) GoString() string
- func (s *DescribeSchemasInput) SetEndpointArn(v string) *DescribeSchemasInput
- func (s *DescribeSchemasInput) SetMarker(v string) *DescribeSchemasInput
- func (s *DescribeSchemasInput) SetMaxRecords(v int64) *DescribeSchemasInput
- func (s DescribeSchemasInput) String() string
- func (s *DescribeSchemasInput) Validate() error
- type DescribeSchemasOutput
- type DescribeTableStatisticsInput
- func (s DescribeTableStatisticsInput) GoString() string
- func (s *DescribeTableStatisticsInput) SetMarker(v string) *DescribeTableStatisticsInput
- func (s *DescribeTableStatisticsInput) SetMaxRecords(v int64) *DescribeTableStatisticsInput
- func (s *DescribeTableStatisticsInput) SetReplicationTaskArn(v string) *DescribeTableStatisticsInput
- func (s DescribeTableStatisticsInput) String() string
- func (s *DescribeTableStatisticsInput) Validate() error
- type DescribeTableStatisticsOutput
- func (s DescribeTableStatisticsOutput) GoString() string
- func (s *DescribeTableStatisticsOutput) SetMarker(v string) *DescribeTableStatisticsOutput
- func (s *DescribeTableStatisticsOutput) SetReplicationTaskArn(v string) *DescribeTableStatisticsOutput
- func (s *DescribeTableStatisticsOutput) SetTableStatistics(v []*TableStatistics) *DescribeTableStatisticsOutput
- func (s DescribeTableStatisticsOutput) String() string
- type Endpoint
- func (s Endpoint) GoString() string
- func (s *Endpoint) SetCertificateArn(v string) *Endpoint
- func (s *Endpoint) SetDatabaseName(v string) *Endpoint
- func (s *Endpoint) SetEndpointArn(v string) *Endpoint
- func (s *Endpoint) SetEndpointIdentifier(v string) *Endpoint
- func (s *Endpoint) SetEndpointType(v string) *Endpoint
- func (s *Endpoint) SetEngineName(v string) *Endpoint
- func (s *Endpoint) SetExtraConnectionAttributes(v string) *Endpoint
- func (s *Endpoint) SetKmsKeyId(v string) *Endpoint
- func (s *Endpoint) SetPort(v int64) *Endpoint
- func (s *Endpoint) SetServerName(v string) *Endpoint
- func (s *Endpoint) SetSslMode(v string) *Endpoint
- func (s *Endpoint) SetStatus(v string) *Endpoint
- func (s *Endpoint) SetUsername(v string) *Endpoint
- func (s Endpoint) String() string
- type Filter
- type ImportCertificateInput
- func (s ImportCertificateInput) GoString() string
- func (s *ImportCertificateInput) SetCertificateIdentifier(v string) *ImportCertificateInput
- func (s *ImportCertificateInput) SetCertificatePem(v string) *ImportCertificateInput
- func (s *ImportCertificateInput) SetCertificateWallet(v []byte) *ImportCertificateInput
- func (s ImportCertificateInput) String() string
- func (s *ImportCertificateInput) Validate() error
- type ImportCertificateOutput
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type ModifyEndpointInput
- func (s ModifyEndpointInput) GoString() string
- func (s *ModifyEndpointInput) SetCertificateArn(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetDatabaseName(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetEndpointArn(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetEndpointIdentifier(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetEndpointType(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetEngineName(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetExtraConnectionAttributes(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetPassword(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetPort(v int64) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetServerName(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetSslMode(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetUsername(v string) *ModifyEndpointInput
- func (s ModifyEndpointInput) String() string
- func (s *ModifyEndpointInput) Validate() error
- type ModifyEndpointOutput
- type ModifyReplicationInstanceInput
- func (s ModifyReplicationInstanceInput) GoString() string
- func (s *ModifyReplicationInstanceInput) SetAllocatedStorage(v int64) *ModifyReplicationInstanceInput
- func (s *ModifyReplicationInstanceInput) SetAllowMajorVersionUpgrade(v bool) *ModifyReplicationInstanceInput
- func (s *ModifyReplicationInstanceInput) SetApplyImmediately(v bool) *ModifyReplicationInstanceInput
- func (s *ModifyReplicationInstanceInput) SetAutoMinorVersionUpgrade(v bool) *ModifyReplicationInstanceInput
- func (s *ModifyReplicationInstanceInput) SetEngineVersion(v string) *ModifyReplicationInstanceInput
- func (s *ModifyReplicationInstanceInput) SetMultiAZ(v bool) *ModifyReplicationInstanceInput
- func (s *ModifyReplicationInstanceInput) SetPreferredMaintenanceWindow(v string) *ModifyReplicationInstanceInput
- func (s *ModifyReplicationInstanceInput) SetReplicationInstanceArn(v string) *ModifyReplicationInstanceInput
- func (s *ModifyReplicationInstanceInput) SetReplicationInstanceClass(v string) *ModifyReplicationInstanceInput
- func (s *ModifyReplicationInstanceInput) SetReplicationInstanceIdentifier(v string) *ModifyReplicationInstanceInput
- func (s *ModifyReplicationInstanceInput) SetVpcSecurityGroupIds(v []*string) *ModifyReplicationInstanceInput
- func (s ModifyReplicationInstanceInput) String() string
- func (s *ModifyReplicationInstanceInput) Validate() error
- type ModifyReplicationInstanceOutput
- type ModifyReplicationSubnetGroupInput
- func (s ModifyReplicationSubnetGroupInput) GoString() string
- func (s *ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupDescription(v string) *ModifyReplicationSubnetGroupInput
- func (s *ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *ModifyReplicationSubnetGroupInput
- func (s *ModifyReplicationSubnetGroupInput) SetSubnetIds(v []*string) *ModifyReplicationSubnetGroupInput
- func (s ModifyReplicationSubnetGroupInput) String() string
- func (s *ModifyReplicationSubnetGroupInput) Validate() error
- type ModifyReplicationSubnetGroupOutput
- type ModifyReplicationTaskInput
- func (s ModifyReplicationTaskInput) GoString() string
- func (s *ModifyReplicationTaskInput) SetCdcStartTime(v time.Time) *ModifyReplicationTaskInput
- func (s *ModifyReplicationTaskInput) SetMigrationType(v string) *ModifyReplicationTaskInput
- func (s *ModifyReplicationTaskInput) SetReplicationTaskArn(v string) *ModifyReplicationTaskInput
- func (s *ModifyReplicationTaskInput) SetReplicationTaskIdentifier(v string) *ModifyReplicationTaskInput
- func (s *ModifyReplicationTaskInput) SetReplicationTaskSettings(v string) *ModifyReplicationTaskInput
- func (s *ModifyReplicationTaskInput) SetTableMappings(v string) *ModifyReplicationTaskInput
- func (s ModifyReplicationTaskInput) String() string
- func (s *ModifyReplicationTaskInput) Validate() error
- type ModifyReplicationTaskOutput
- type OrderableReplicationInstance
- func (s OrderableReplicationInstance) GoString() string
- func (s *OrderableReplicationInstance) SetDefaultAllocatedStorage(v int64) *OrderableReplicationInstance
- func (s *OrderableReplicationInstance) SetEngineVersion(v string) *OrderableReplicationInstance
- func (s *OrderableReplicationInstance) SetIncludedAllocatedStorage(v int64) *OrderableReplicationInstance
- func (s *OrderableReplicationInstance) SetMaxAllocatedStorage(v int64) *OrderableReplicationInstance
- func (s *OrderableReplicationInstance) SetMinAllocatedStorage(v int64) *OrderableReplicationInstance
- func (s *OrderableReplicationInstance) SetReplicationInstanceClass(v string) *OrderableReplicationInstance
- func (s *OrderableReplicationInstance) SetStorageType(v string) *OrderableReplicationInstance
- func (s OrderableReplicationInstance) String() string
- type RefreshSchemasInput
- func (s RefreshSchemasInput) GoString() string
- func (s *RefreshSchemasInput) SetEndpointArn(v string) *RefreshSchemasInput
- func (s *RefreshSchemasInput) SetReplicationInstanceArn(v string) *RefreshSchemasInput
- func (s RefreshSchemasInput) String() string
- func (s *RefreshSchemasInput) Validate() error
- type RefreshSchemasOutput
- type RefreshSchemasStatus
- func (s RefreshSchemasStatus) GoString() string
- func (s *RefreshSchemasStatus) SetEndpointArn(v string) *RefreshSchemasStatus
- func (s *RefreshSchemasStatus) SetLastFailureMessage(v string) *RefreshSchemasStatus
- func (s *RefreshSchemasStatus) SetLastRefreshDate(v time.Time) *RefreshSchemasStatus
- func (s *RefreshSchemasStatus) SetReplicationInstanceArn(v string) *RefreshSchemasStatus
- func (s *RefreshSchemasStatus) SetStatus(v string) *RefreshSchemasStatus
- func (s RefreshSchemasStatus) String() string
- type RemoveTagsFromResourceInput
- func (s RemoveTagsFromResourceInput) GoString() string
- func (s *RemoveTagsFromResourceInput) SetResourceArn(v string) *RemoveTagsFromResourceInput
- func (s *RemoveTagsFromResourceInput) SetTagKeys(v []*string) *RemoveTagsFromResourceInput
- func (s RemoveTagsFromResourceInput) String() string
- func (s *RemoveTagsFromResourceInput) Validate() error
- type RemoveTagsFromResourceOutput
- type ReplicationInstance
- func (s ReplicationInstance) GoString() string
- func (s *ReplicationInstance) SetAllocatedStorage(v int64) *ReplicationInstance
- func (s *ReplicationInstance) SetAutoMinorVersionUpgrade(v bool) *ReplicationInstance
- func (s *ReplicationInstance) SetAvailabilityZone(v string) *ReplicationInstance
- func (s *ReplicationInstance) SetEngineVersion(v string) *ReplicationInstance
- func (s *ReplicationInstance) SetInstanceCreateTime(v time.Time) *ReplicationInstance
- func (s *ReplicationInstance) SetKmsKeyId(v string) *ReplicationInstance
- func (s *ReplicationInstance) SetMultiAZ(v bool) *ReplicationInstance
- func (s *ReplicationInstance) SetPendingModifiedValues(v *ReplicationPendingModifiedValues) *ReplicationInstance
- func (s *ReplicationInstance) SetPreferredMaintenanceWindow(v string) *ReplicationInstance
- func (s *ReplicationInstance) SetPubliclyAccessible(v bool) *ReplicationInstance
- func (s *ReplicationInstance) SetReplicationInstanceArn(v string) *ReplicationInstance
- func (s *ReplicationInstance) SetReplicationInstanceClass(v string) *ReplicationInstance
- func (s *ReplicationInstance) SetReplicationInstanceIdentifier(v string) *ReplicationInstance
- func (s *ReplicationInstance) SetReplicationInstancePrivateIpAddress(v string) *ReplicationInstance
- func (s *ReplicationInstance) SetReplicationInstancePrivateIpAddresses(v []*string) *ReplicationInstance
- func (s *ReplicationInstance) SetReplicationInstancePublicIpAddress(v string) *ReplicationInstance
- func (s *ReplicationInstance) SetReplicationInstancePublicIpAddresses(v []*string) *ReplicationInstance
- func (s *ReplicationInstance) SetReplicationInstanceStatus(v string) *ReplicationInstance
- func (s *ReplicationInstance) SetReplicationSubnetGroup(v *ReplicationSubnetGroup) *ReplicationInstance
- func (s *ReplicationInstance) SetSecondaryAvailabilityZone(v string) *ReplicationInstance
- func (s *ReplicationInstance) SetVpcSecurityGroups(v []*VpcSecurityGroupMembership) *ReplicationInstance
- func (s ReplicationInstance) String() string
- type ReplicationPendingModifiedValues
- func (s ReplicationPendingModifiedValues) GoString() string
- func (s *ReplicationPendingModifiedValues) SetAllocatedStorage(v int64) *ReplicationPendingModifiedValues
- func (s *ReplicationPendingModifiedValues) SetEngineVersion(v string) *ReplicationPendingModifiedValues
- func (s *ReplicationPendingModifiedValues) SetMultiAZ(v bool) *ReplicationPendingModifiedValues
- func (s *ReplicationPendingModifiedValues) SetReplicationInstanceClass(v string) *ReplicationPendingModifiedValues
- func (s ReplicationPendingModifiedValues) String() string
- type ReplicationSubnetGroup
- func (s ReplicationSubnetGroup) GoString() string
- func (s *ReplicationSubnetGroup) SetReplicationSubnetGroupDescription(v string) *ReplicationSubnetGroup
- func (s *ReplicationSubnetGroup) SetReplicationSubnetGroupIdentifier(v string) *ReplicationSubnetGroup
- func (s *ReplicationSubnetGroup) SetSubnetGroupStatus(v string) *ReplicationSubnetGroup
- func (s *ReplicationSubnetGroup) SetSubnets(v []*Subnet) *ReplicationSubnetGroup
- func (s *ReplicationSubnetGroup) SetVpcId(v string) *ReplicationSubnetGroup
- func (s ReplicationSubnetGroup) String() string
- type ReplicationTask
- func (s ReplicationTask) GoString() string
- func (s *ReplicationTask) SetLastFailureMessage(v string) *ReplicationTask
- func (s *ReplicationTask) SetMigrationType(v string) *ReplicationTask
- func (s *ReplicationTask) SetReplicationInstanceArn(v string) *ReplicationTask
- func (s *ReplicationTask) SetReplicationTaskArn(v string) *ReplicationTask
- func (s *ReplicationTask) SetReplicationTaskCreationDate(v time.Time) *ReplicationTask
- func (s *ReplicationTask) SetReplicationTaskIdentifier(v string) *ReplicationTask
- func (s *ReplicationTask) SetReplicationTaskSettings(v string) *ReplicationTask
- func (s *ReplicationTask) SetReplicationTaskStartDate(v time.Time) *ReplicationTask
- func (s *ReplicationTask) SetReplicationTaskStats(v *ReplicationTaskStats) *ReplicationTask
- func (s *ReplicationTask) SetSourceEndpointArn(v string) *ReplicationTask
- func (s *ReplicationTask) SetStatus(v string) *ReplicationTask
- func (s *ReplicationTask) SetStopReason(v string) *ReplicationTask
- func (s *ReplicationTask) SetTableMappings(v string) *ReplicationTask
- func (s *ReplicationTask) SetTargetEndpointArn(v string) *ReplicationTask
- func (s ReplicationTask) String() string
- type ReplicationTaskStats
- func (s ReplicationTaskStats) GoString() string
- func (s *ReplicationTaskStats) SetElapsedTimeMillis(v int64) *ReplicationTaskStats
- func (s *ReplicationTaskStats) SetFullLoadProgressPercent(v int64) *ReplicationTaskStats
- func (s *ReplicationTaskStats) SetTablesErrored(v int64) *ReplicationTaskStats
- func (s *ReplicationTaskStats) SetTablesLoaded(v int64) *ReplicationTaskStats
- func (s *ReplicationTaskStats) SetTablesLoading(v int64) *ReplicationTaskStats
- func (s *ReplicationTaskStats) SetTablesQueued(v int64) *ReplicationTaskStats
- func (s ReplicationTaskStats) String() string
- type StartReplicationTaskInput
- func (s StartReplicationTaskInput) GoString() string
- func (s *StartReplicationTaskInput) SetCdcStartTime(v time.Time) *StartReplicationTaskInput
- func (s *StartReplicationTaskInput) SetReplicationTaskArn(v string) *StartReplicationTaskInput
- func (s *StartReplicationTaskInput) SetStartReplicationTaskType(v string) *StartReplicationTaskInput
- func (s StartReplicationTaskInput) String() string
- func (s *StartReplicationTaskInput) Validate() error
- type StartReplicationTaskOutput
- type StopReplicationTaskInput
- type StopReplicationTaskOutput
- type Subnet
- type SupportedEndpointType
- func (s SupportedEndpointType) GoString() string
- func (s *SupportedEndpointType) SetEndpointType(v string) *SupportedEndpointType
- func (s *SupportedEndpointType) SetEngineName(v string) *SupportedEndpointType
- func (s *SupportedEndpointType) SetSupportsCDC(v bool) *SupportedEndpointType
- func (s SupportedEndpointType) String() string
- type TableStatistics
- func (s TableStatistics) GoString() string
- func (s *TableStatistics) SetDdls(v int64) *TableStatistics
- func (s *TableStatistics) SetDeletes(v int64) *TableStatistics
- func (s *TableStatistics) SetFullLoadRows(v int64) *TableStatistics
- func (s *TableStatistics) SetInserts(v int64) *TableStatistics
- func (s *TableStatistics) SetLastUpdateTime(v time.Time) *TableStatistics
- func (s *TableStatistics) SetSchemaName(v string) *TableStatistics
- func (s *TableStatistics) SetTableName(v string) *TableStatistics
- func (s *TableStatistics) SetTableState(v string) *TableStatistics
- func (s *TableStatistics) SetUpdates(v int64) *TableStatistics
- func (s TableStatistics) String() string
- type Tag
- type TestConnectionInput
- func (s TestConnectionInput) GoString() string
- func (s *TestConnectionInput) SetEndpointArn(v string) *TestConnectionInput
- func (s *TestConnectionInput) SetReplicationInstanceArn(v string) *TestConnectionInput
- func (s TestConnectionInput) String() string
- func (s *TestConnectionInput) Validate() error
- type TestConnectionOutput
- type VpcSecurityGroupMembership
Examples ¶
- DatabaseMigrationService.AddTagsToResource
- DatabaseMigrationService.CreateEndpoint
- DatabaseMigrationService.CreateReplicationInstance
- DatabaseMigrationService.CreateReplicationSubnetGroup
- DatabaseMigrationService.CreateReplicationTask
- DatabaseMigrationService.DeleteCertificate
- DatabaseMigrationService.DeleteEndpoint
- DatabaseMigrationService.DeleteReplicationInstance
- DatabaseMigrationService.DeleteReplicationSubnetGroup
- DatabaseMigrationService.DeleteReplicationTask
- DatabaseMigrationService.DescribeAccountAttributes
- DatabaseMigrationService.DescribeCertificates
- DatabaseMigrationService.DescribeConnections
- DatabaseMigrationService.DescribeEndpointTypes
- DatabaseMigrationService.DescribeEndpoints
- DatabaseMigrationService.DescribeOrderableReplicationInstances
- DatabaseMigrationService.DescribeRefreshSchemasStatus
- DatabaseMigrationService.DescribeReplicationInstances
- DatabaseMigrationService.DescribeReplicationSubnetGroups
- DatabaseMigrationService.DescribeReplicationTasks
- DatabaseMigrationService.DescribeSchemas
- DatabaseMigrationService.DescribeTableStatistics
- DatabaseMigrationService.ImportCertificate
- DatabaseMigrationService.ListTagsForResource
- DatabaseMigrationService.ModifyEndpoint
- DatabaseMigrationService.ModifyReplicationInstance
- DatabaseMigrationService.ModifyReplicationSubnetGroup
- DatabaseMigrationService.ModifyReplicationTask
- DatabaseMigrationService.RefreshSchemas
- DatabaseMigrationService.RemoveTagsFromResource
- DatabaseMigrationService.StartReplicationTask
- DatabaseMigrationService.StopReplicationTask
- DatabaseMigrationService.TestConnection
Constants ¶
const ( // DmsSslModeValueNone is a DmsSslModeValue enum value DmsSslModeValueNone = "none" // DmsSslModeValueRequire is a DmsSslModeValue enum value DmsSslModeValueRequire = "require" // DmsSslModeValueVerifyCa is a DmsSslModeValue enum value DmsSslModeValueVerifyCa = "verify-ca" // DmsSslModeValueVerifyFull is a DmsSslModeValue enum value DmsSslModeValueVerifyFull = "verify-full" )
const ( // MigrationTypeValueFullLoad is a MigrationTypeValue enum value MigrationTypeValueFullLoad = "full-load" // MigrationTypeValueCdc is a MigrationTypeValue enum value MigrationTypeValueCdc = "cdc" // MigrationTypeValueFullLoadAndCdc is a MigrationTypeValue enum value MigrationTypeValueFullLoadAndCdc = "full-load-and-cdc" )
const ( // RefreshSchemasStatusTypeValueSuccessful is a RefreshSchemasStatusTypeValue enum value RefreshSchemasStatusTypeValueSuccessful = "successful" // RefreshSchemasStatusTypeValueFailed is a RefreshSchemasStatusTypeValue enum value RefreshSchemasStatusTypeValueFailed = "failed" // RefreshSchemasStatusTypeValueRefreshing is a RefreshSchemasStatusTypeValue enum value RefreshSchemasStatusTypeValueRefreshing = "refreshing" )
const ( // ReplicationEndpointTypeValueSource is a ReplicationEndpointTypeValue enum value ReplicationEndpointTypeValueSource = "source" // ReplicationEndpointTypeValueTarget is a ReplicationEndpointTypeValue enum value ReplicationEndpointTypeValueTarget = "target" )
const ( // StartReplicationTaskTypeValueStartReplication is a StartReplicationTaskTypeValue enum value StartReplicationTaskTypeValueStartReplication = "start-replication" // StartReplicationTaskTypeValueResumeProcessing is a StartReplicationTaskTypeValue enum value StartReplicationTaskTypeValueResumeProcessing = "resume-processing" // StartReplicationTaskTypeValueReloadTarget is a StartReplicationTaskTypeValue enum value StartReplicationTaskTypeValueReloadTarget = "reload-target" )
const ( // ErrCodeAccessDeniedFault for service response error code // "AccessDeniedFault". // // AWS DMS was denied access to the endpoint. ErrCodeAccessDeniedFault = "AccessDeniedFault" // ErrCodeInsufficientResourceCapacityFault for service response error code // "InsufficientResourceCapacityFault". // // There are not enough resources allocated to the database migration. ErrCodeInsufficientResourceCapacityFault = "InsufficientResourceCapacityFault" // ErrCodeInvalidCertificateFault for service response error code // "InvalidCertificateFault". // // The certificate was not valid. ErrCodeInvalidCertificateFault = "InvalidCertificateFault" // ErrCodeInvalidResourceStateFault for service response error code // "InvalidResourceStateFault". // // The resource is in a state that prevents it from being used for database // migration. ErrCodeInvalidResourceStateFault = "InvalidResourceStateFault" // ErrCodeInvalidSubnet for service response error code // "InvalidSubnet". // // The subnet provided is invalid. ErrCodeInvalidSubnet = "InvalidSubnet" // ErrCodeKMSKeyNotAccessibleFault for service response error code // "KMSKeyNotAccessibleFault". // // AWS DMS cannot access the KMS key. ErrCodeKMSKeyNotAccessibleFault = "KMSKeyNotAccessibleFault" // ErrCodeReplicationSubnetGroupDoesNotCoverEnoughAZs for service response error code // "ReplicationSubnetGroupDoesNotCoverEnoughAZs". // // The replication subnet group does not cover enough Availability Zones (AZs). // Edit the replication subnet group and add more AZs. ErrCodeReplicationSubnetGroupDoesNotCoverEnoughAZs = "ReplicationSubnetGroupDoesNotCoverEnoughAZs" // ErrCodeResourceAlreadyExistsFault for service response error code // "ResourceAlreadyExistsFault". // // The resource you are attempting to create already exists. ErrCodeResourceAlreadyExistsFault = "ResourceAlreadyExistsFault" // ErrCodeResourceNotFoundFault for service response error code // "ResourceNotFoundFault". // // The resource could not be found. ErrCodeResourceNotFoundFault = "ResourceNotFoundFault" // ErrCodeResourceQuotaExceededFault for service response error code // "ResourceQuotaExceededFault". // // The quota for this resource quota has been exceeded. ErrCodeResourceQuotaExceededFault = "ResourceQuotaExceededFault" // ErrCodeStorageQuotaExceededFault for service response error code // "StorageQuotaExceededFault". // // The storage quota has been exceeded. ErrCodeStorageQuotaExceededFault = "StorageQuotaExceededFault" // ErrCodeSubnetAlreadyInUse for service response error code // "SubnetAlreadyInUse". // // The specified subnet is already in use. ErrCodeSubnetAlreadyInUse = "SubnetAlreadyInUse" // ErrCodeUpgradeDependencyFailureFault for service response error code // "UpgradeDependencyFailureFault". // // An upgrade dependency is preventing the database migration. ErrCodeUpgradeDependencyFailureFault = "UpgradeDependencyFailureFault" )
const ( ServiceName = "dms" // Service endpoint prefix API calls made to. EndpointsID = ServiceName // Service ID for Regions and Endpoints metadata. )
Service information constants
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. Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AccountQuota
func (AccountQuota) GoString ¶
func (s AccountQuota) GoString() string
GoString returns the string representation
func (*AccountQuota) SetAccountQuotaName ¶ added in v1.5.0
func (s *AccountQuota) SetAccountQuotaName(v string) *AccountQuota
SetAccountQuotaName sets the AccountQuotaName field's value.
func (*AccountQuota) SetMax ¶ added in v1.5.0
func (s *AccountQuota) SetMax(v int64) *AccountQuota
SetMax sets the Max field's value.
func (*AccountQuota) SetUsed ¶ added in v1.5.0
func (s *AccountQuota) SetUsed(v int64) *AccountQuota
SetUsed sets the Used field's value.
func (AccountQuota) String ¶
func (s AccountQuota) String() string
String returns the string representation
type AddTagsToResourceInput ¶
type AddTagsToResourceInput struct { // 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 is a required field ResourceArn *string `type:"string" required:"true"` // The tag to be assigned to the DMS resource. // // Tags is a required field Tags []*Tag `locationNameList:"Tag" type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AddTagsToResourceMessage
func (AddTagsToResourceInput) GoString ¶
func (s AddTagsToResourceInput) GoString() string
GoString returns the string representation
func (*AddTagsToResourceInput) SetResourceArn ¶ added in v1.5.0
func (s *AddTagsToResourceInput) SetResourceArn(v string) *AddTagsToResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*AddTagsToResourceInput) SetTags ¶ added in v1.5.0
func (s *AddTagsToResourceInput) SetTags(v []*Tag) *AddTagsToResourceInput
SetTags sets the Tags field's value.
func (AddTagsToResourceInput) String ¶
func (s AddTagsToResourceInput) String() string
String returns the string representation
func (*AddTagsToResourceInput) Validate ¶ added in v1.1.21
func (s *AddTagsToResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AddTagsToResourceOutput ¶
type AddTagsToResourceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AddTagsToResourceResponse
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AvailabilityZone
func (AvailabilityZone) GoString ¶
func (s AvailabilityZone) GoString() string
GoString returns the string representation
func (*AvailabilityZone) SetName ¶ added in v1.5.0
func (s *AvailabilityZone) SetName(v string) *AvailabilityZone
SetName sets the Name field's value.
func (AvailabilityZone) String ¶
func (s AvailabilityZone) String() string
String returns the string representation
type Certificate ¶ added in v1.2.5
type Certificate struct { // The Amazon Resource Name (ARN) for the certificate. CertificateArn *string `type:"string"` // The date that the certificate was created. CertificateCreationDate *time.Time `type:"timestamp" timestampFormat:"unix"` // The customer-assigned name of the certificate. Valid characters are A-z and // 0-9. CertificateIdentifier *string `type:"string"` // The owner of the certificate. CertificateOwner *string `type:"string"` // The contents of the .pem X.509 certificate file for the certificate. CertificatePem *string `type:"string"` // The location of the imported Oracle Wallet certificate for use with SSL. // // CertificateWallet is automatically base64 encoded/decoded by the SDK. CertificateWallet []byte `type:"blob"` // The key length of the cryptographic algorithm being used. KeyLength *int64 `type:"integer"` // The signing algorithm for the certificate. SigningAlgorithm *string `type:"string"` // The beginning date that the certificate is valid. ValidFromDate *time.Time `type:"timestamp" timestampFormat:"unix"` // The final date that the certificate is valid. ValidToDate *time.Time `type:"timestamp" timestampFormat:"unix"` // contains filtered or unexported fields }
The SSL certificate that can be used to encrypt connections between the endpoints and the replication instance. Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Certificate
func (Certificate) GoString ¶ added in v1.2.5
func (s Certificate) GoString() string
GoString returns the string representation
func (*Certificate) SetCertificateArn ¶ added in v1.5.0
func (s *Certificate) SetCertificateArn(v string) *Certificate
SetCertificateArn sets the CertificateArn field's value.
func (*Certificate) SetCertificateCreationDate ¶ added in v1.5.0
func (s *Certificate) SetCertificateCreationDate(v time.Time) *Certificate
SetCertificateCreationDate sets the CertificateCreationDate field's value.
func (*Certificate) SetCertificateIdentifier ¶ added in v1.5.0
func (s *Certificate) SetCertificateIdentifier(v string) *Certificate
SetCertificateIdentifier sets the CertificateIdentifier field's value.
func (*Certificate) SetCertificateOwner ¶ added in v1.5.0
func (s *Certificate) SetCertificateOwner(v string) *Certificate
SetCertificateOwner sets the CertificateOwner field's value.
func (*Certificate) SetCertificatePem ¶ added in v1.5.0
func (s *Certificate) SetCertificatePem(v string) *Certificate
SetCertificatePem sets the CertificatePem field's value.
func (*Certificate) SetCertificateWallet ¶ added in v1.6.3
func (s *Certificate) SetCertificateWallet(v []byte) *Certificate
SetCertificateWallet sets the CertificateWallet field's value.
func (*Certificate) SetKeyLength ¶ added in v1.5.0
func (s *Certificate) SetKeyLength(v int64) *Certificate
SetKeyLength sets the KeyLength field's value.
func (*Certificate) SetSigningAlgorithm ¶ added in v1.5.0
func (s *Certificate) SetSigningAlgorithm(v string) *Certificate
SetSigningAlgorithm sets the SigningAlgorithm field's value.
func (*Certificate) SetValidFromDate ¶ added in v1.5.0
func (s *Certificate) SetValidFromDate(v time.Time) *Certificate
SetValidFromDate sets the ValidFromDate field's value.
func (*Certificate) SetValidToDate ¶ added in v1.5.0
func (s *Certificate) SetValidToDate(v time.Time) *Certificate
SetValidToDate sets the ValidToDate field's value.
func (Certificate) String ¶ added in v1.2.5
func (s Certificate) String() string
String returns the string representation
type Connection ¶
type Connection struct { // The 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Connection
func (Connection) GoString ¶
func (s Connection) GoString() string
GoString returns the string representation
func (*Connection) SetEndpointArn ¶ added in v1.5.0
func (s *Connection) SetEndpointArn(v string) *Connection
SetEndpointArn sets the EndpointArn field's value.
func (*Connection) SetEndpointIdentifier ¶ added in v1.5.0
func (s *Connection) SetEndpointIdentifier(v string) *Connection
SetEndpointIdentifier sets the EndpointIdentifier field's value.
func (*Connection) SetLastFailureMessage ¶ added in v1.5.0
func (s *Connection) SetLastFailureMessage(v string) *Connection
SetLastFailureMessage sets the LastFailureMessage field's value.
func (*Connection) SetReplicationInstanceArn ¶ added in v1.5.0
func (s *Connection) SetReplicationInstanceArn(v string) *Connection
SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.
func (*Connection) SetReplicationInstanceIdentifier ¶ added in v1.5.0
func (s *Connection) SetReplicationInstanceIdentifier(v string) *Connection
SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value.
func (*Connection) SetStatus ¶ added in v1.5.0
func (s *Connection) SetStatus(v string) *Connection
SetStatus sets the Status field's value.
func (Connection) String ¶
func (s Connection) String() string
String returns the string representation
type CreateEndpointInput ¶
type CreateEndpointInput struct { // The Amazon Resource Number (ARN) for the certificate. CertificateArn *string `type:"string"` // 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 is a required field EndpointIdentifier *string `type:"string" required:"true"` // The type of endpoint. // // EndpointType is a required field EndpointType *string `type:"string" required:"true" enum:"ReplicationEndpointTypeValue"` // The type of engine for the endpoint. Valid values include MYSQL, ORACLE, // POSTGRES, MARIADB, AURORA, REDSHIFT, SYBASE, and SQLSERVER. // // EngineName is a required field 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"` // 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 SSL mode to use for the SSL connection. // // SSL mode can be one of four values: none, require, verify-ca, verify-full. // // The default value is none. SslMode *string `type:"string" enum:"DmsSslModeValue"` // 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"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpointMessage
func (CreateEndpointInput) GoString ¶
func (s CreateEndpointInput) GoString() string
GoString returns the string representation
func (*CreateEndpointInput) SetCertificateArn ¶ added in v1.5.0
func (s *CreateEndpointInput) SetCertificateArn(v string) *CreateEndpointInput
SetCertificateArn sets the CertificateArn field's value.
func (*CreateEndpointInput) SetDatabaseName ¶ added in v1.5.0
func (s *CreateEndpointInput) SetDatabaseName(v string) *CreateEndpointInput
SetDatabaseName sets the DatabaseName field's value.
func (*CreateEndpointInput) SetEndpointIdentifier ¶ added in v1.5.0
func (s *CreateEndpointInput) SetEndpointIdentifier(v string) *CreateEndpointInput
SetEndpointIdentifier sets the EndpointIdentifier field's value.
func (*CreateEndpointInput) SetEndpointType ¶ added in v1.5.0
func (s *CreateEndpointInput) SetEndpointType(v string) *CreateEndpointInput
SetEndpointType sets the EndpointType field's value.
func (*CreateEndpointInput) SetEngineName ¶ added in v1.5.0
func (s *CreateEndpointInput) SetEngineName(v string) *CreateEndpointInput
SetEngineName sets the EngineName field's value.
func (*CreateEndpointInput) SetExtraConnectionAttributes ¶ added in v1.5.0
func (s *CreateEndpointInput) SetExtraConnectionAttributes(v string) *CreateEndpointInput
SetExtraConnectionAttributes sets the ExtraConnectionAttributes field's value.
func (*CreateEndpointInput) SetKmsKeyId ¶ added in v1.5.0
func (s *CreateEndpointInput) SetKmsKeyId(v string) *CreateEndpointInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*CreateEndpointInput) SetPassword ¶ added in v1.5.0
func (s *CreateEndpointInput) SetPassword(v string) *CreateEndpointInput
SetPassword sets the Password field's value.
func (*CreateEndpointInput) SetPort ¶ added in v1.5.0
func (s *CreateEndpointInput) SetPort(v int64) *CreateEndpointInput
SetPort sets the Port field's value.
func (*CreateEndpointInput) SetServerName ¶ added in v1.5.0
func (s *CreateEndpointInput) SetServerName(v string) *CreateEndpointInput
SetServerName sets the ServerName field's value.
func (*CreateEndpointInput) SetSslMode ¶ added in v1.5.0
func (s *CreateEndpointInput) SetSslMode(v string) *CreateEndpointInput
SetSslMode sets the SslMode field's value.
func (*CreateEndpointInput) SetTags ¶ added in v1.5.0
func (s *CreateEndpointInput) SetTags(v []*Tag) *CreateEndpointInput
SetTags sets the Tags field's value.
func (*CreateEndpointInput) SetUsername ¶ added in v1.5.0
func (s *CreateEndpointInput) SetUsername(v string) *CreateEndpointInput
SetUsername sets the Username field's value.
func (CreateEndpointInput) String ¶
func (s CreateEndpointInput) String() string
String returns the string representation
func (*CreateEndpointInput) Validate ¶ added in v1.1.21
func (s *CreateEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateEndpointOutput ¶
type CreateEndpointOutput struct { // The endpoint that was created. Endpoint *Endpoint `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpointResponse
func (CreateEndpointOutput) GoString ¶
func (s CreateEndpointOutput) GoString() string
GoString returns the string representation
func (*CreateEndpointOutput) SetEndpoint ¶ added in v1.5.0
func (s *CreateEndpointOutput) SetEndpoint(v *Endpoint) *CreateEndpointOutput
SetEndpoint sets the Endpoint field's value.
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"` // Specifies if the replication instance is a Multi-AZ deployment. You cannot // set the AvailabilityZone parameter if the Multi-AZ parameter is set to true. MultiAZ *bool `type:"boolean"` // The weekly time range during which system maintenance can occur, in Universal // Coordinated Time (UTC). // // Format: ddd:hh24:mi-ddd:hh24:mi // // Default: A 30-minute window selected at random from an 8-hour block of time // per 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 is a required field ReplicationInstanceClass *string `type:"string" required:"true"` // The replication instance identifier. This parameter is stored as a lowercase // string. // // Constraints: // // * Must contain 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 is a required field 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"` // Specifies the VPC security group to be used with the replication instance. // The VPC security group must work with the VPC containing the replication // instance. VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstanceMessage
func (CreateReplicationInstanceInput) GoString ¶
func (s CreateReplicationInstanceInput) GoString() string
GoString returns the string representation
func (*CreateReplicationInstanceInput) SetAllocatedStorage ¶ added in v1.5.0
func (s *CreateReplicationInstanceInput) SetAllocatedStorage(v int64) *CreateReplicationInstanceInput
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*CreateReplicationInstanceInput) SetAutoMinorVersionUpgrade ¶ added in v1.5.0
func (s *CreateReplicationInstanceInput) SetAutoMinorVersionUpgrade(v bool) *CreateReplicationInstanceInput
SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value.
func (*CreateReplicationInstanceInput) SetAvailabilityZone ¶ added in v1.5.0
func (s *CreateReplicationInstanceInput) SetAvailabilityZone(v string) *CreateReplicationInstanceInput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*CreateReplicationInstanceInput) SetEngineVersion ¶ added in v1.5.0
func (s *CreateReplicationInstanceInput) SetEngineVersion(v string) *CreateReplicationInstanceInput
SetEngineVersion sets the EngineVersion field's value.
func (*CreateReplicationInstanceInput) SetKmsKeyId ¶ added in v1.5.0
func (s *CreateReplicationInstanceInput) SetKmsKeyId(v string) *CreateReplicationInstanceInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*CreateReplicationInstanceInput) SetMultiAZ ¶ added in v1.5.0
func (s *CreateReplicationInstanceInput) SetMultiAZ(v bool) *CreateReplicationInstanceInput
SetMultiAZ sets the MultiAZ field's value.
func (*CreateReplicationInstanceInput) SetPreferredMaintenanceWindow ¶ added in v1.5.0
func (s *CreateReplicationInstanceInput) SetPreferredMaintenanceWindow(v string) *CreateReplicationInstanceInput
SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.
func (*CreateReplicationInstanceInput) SetPubliclyAccessible ¶ added in v1.5.0
func (s *CreateReplicationInstanceInput) SetPubliclyAccessible(v bool) *CreateReplicationInstanceInput
SetPubliclyAccessible sets the PubliclyAccessible field's value.
func (*CreateReplicationInstanceInput) SetReplicationInstanceClass ¶ added in v1.5.0
func (s *CreateReplicationInstanceInput) SetReplicationInstanceClass(v string) *CreateReplicationInstanceInput
SetReplicationInstanceClass sets the ReplicationInstanceClass field's value.
func (*CreateReplicationInstanceInput) SetReplicationInstanceIdentifier ¶ added in v1.5.0
func (s *CreateReplicationInstanceInput) SetReplicationInstanceIdentifier(v string) *CreateReplicationInstanceInput
SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value.
func (*CreateReplicationInstanceInput) SetReplicationSubnetGroupIdentifier ¶ added in v1.5.0
func (s *CreateReplicationInstanceInput) SetReplicationSubnetGroupIdentifier(v string) *CreateReplicationInstanceInput
SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value.
func (*CreateReplicationInstanceInput) SetTags ¶ added in v1.5.0
func (s *CreateReplicationInstanceInput) SetTags(v []*Tag) *CreateReplicationInstanceInput
SetTags sets the Tags field's value.
func (*CreateReplicationInstanceInput) SetVpcSecurityGroupIds ¶ added in v1.5.0
func (s *CreateReplicationInstanceInput) SetVpcSecurityGroupIds(v []*string) *CreateReplicationInstanceInput
SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.
func (CreateReplicationInstanceInput) String ¶
func (s CreateReplicationInstanceInput) String() string
String returns the string representation
func (*CreateReplicationInstanceInput) Validate ¶ added in v1.1.21
func (s *CreateReplicationInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateReplicationInstanceOutput ¶
type CreateReplicationInstanceOutput struct { // The replication instance that was created. ReplicationInstance *ReplicationInstance `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstanceResponse
func (CreateReplicationInstanceOutput) GoString ¶
func (s CreateReplicationInstanceOutput) GoString() string
GoString returns the string representation
func (*CreateReplicationInstanceOutput) SetReplicationInstance ¶ added in v1.5.0
func (s *CreateReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *CreateReplicationInstanceOutput
SetReplicationInstance sets the ReplicationInstance field's value.
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 is a required field ReplicationSubnetGroupDescription *string `type:"string" required:"true"` // The name for the replication subnet group. This value is stored as a lowercase // string. // // Constraints: Must contain no more than 255 alphanumeric characters, periods, // spaces, underscores, or hyphens. Must not be "default". // // Example: mySubnetgroup // // ReplicationSubnetGroupIdentifier is a required field ReplicationSubnetGroupIdentifier *string `type:"string" required:"true"` // The EC2 subnet IDs for the subnet group. // // SubnetIds is a required field 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationSubnetGroupMessage
func (CreateReplicationSubnetGroupInput) GoString ¶
func (s CreateReplicationSubnetGroupInput) GoString() string
GoString returns the string representation
func (*CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupDescription ¶ added in v1.5.0
func (s *CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupDescription(v string) *CreateReplicationSubnetGroupInput
SetReplicationSubnetGroupDescription sets the ReplicationSubnetGroupDescription field's value.
func (*CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier ¶ added in v1.5.0
func (s *CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *CreateReplicationSubnetGroupInput
SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value.
func (*CreateReplicationSubnetGroupInput) SetSubnetIds ¶ added in v1.5.0
func (s *CreateReplicationSubnetGroupInput) SetSubnetIds(v []*string) *CreateReplicationSubnetGroupInput
SetSubnetIds sets the SubnetIds field's value.
func (*CreateReplicationSubnetGroupInput) SetTags ¶ added in v1.5.0
func (s *CreateReplicationSubnetGroupInput) SetTags(v []*Tag) *CreateReplicationSubnetGroupInput
SetTags sets the Tags field's value.
func (CreateReplicationSubnetGroupInput) String ¶
func (s CreateReplicationSubnetGroupInput) String() string
String returns the string representation
func (*CreateReplicationSubnetGroupInput) Validate ¶ added in v1.1.21
func (s *CreateReplicationSubnetGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateReplicationSubnetGroupOutput ¶
type CreateReplicationSubnetGroupOutput struct { // The replication subnet group that was created. ReplicationSubnetGroup *ReplicationSubnetGroup `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationSubnetGroupResponse
func (CreateReplicationSubnetGroupOutput) GoString ¶
func (s CreateReplicationSubnetGroupOutput) GoString() string
GoString returns the string representation
func (*CreateReplicationSubnetGroupOutput) SetReplicationSubnetGroup ¶ added in v1.5.0
func (s *CreateReplicationSubnetGroupOutput) SetReplicationSubnetGroup(v *ReplicationSubnetGroup) *CreateReplicationSubnetGroupOutput
SetReplicationSubnetGroup sets the ReplicationSubnetGroup field's value.
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 is a required field MigrationType *string `type:"string" required:"true" enum:"MigrationTypeValue"` // The Amazon Resource Name (ARN) of the replication instance. // // ReplicationInstanceArn is a required field 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 is a required field ReplicationTaskIdentifier *string `type:"string" required:"true"` // Settings for the task, such as target metadata settings. For a complete list // of task settings, see Task Settings for AWS Database Migration Service Tasks // (http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.html). ReplicationTaskSettings *string `type:"string"` // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. // // SourceEndpointArn is a required field SourceEndpointArn *string `type:"string" required:"true"` // The path of the JSON file that contains the table mappings. Preceed the path // with "file://". // // For example, --table-mappings file://mappingfile.json // // TableMappings is a required field 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 is a required field TargetEndpointArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationTaskMessage
func (CreateReplicationTaskInput) GoString ¶
func (s CreateReplicationTaskInput) GoString() string
GoString returns the string representation
func (*CreateReplicationTaskInput) SetCdcStartTime ¶ added in v1.5.0
func (s *CreateReplicationTaskInput) SetCdcStartTime(v time.Time) *CreateReplicationTaskInput
SetCdcStartTime sets the CdcStartTime field's value.
func (*CreateReplicationTaskInput) SetMigrationType ¶ added in v1.5.0
func (s *CreateReplicationTaskInput) SetMigrationType(v string) *CreateReplicationTaskInput
SetMigrationType sets the MigrationType field's value.
func (*CreateReplicationTaskInput) SetReplicationInstanceArn ¶ added in v1.5.0
func (s *CreateReplicationTaskInput) SetReplicationInstanceArn(v string) *CreateReplicationTaskInput
SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.
func (*CreateReplicationTaskInput) SetReplicationTaskIdentifier ¶ added in v1.5.0
func (s *CreateReplicationTaskInput) SetReplicationTaskIdentifier(v string) *CreateReplicationTaskInput
SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value.
func (*CreateReplicationTaskInput) SetReplicationTaskSettings ¶ added in v1.5.0
func (s *CreateReplicationTaskInput) SetReplicationTaskSettings(v string) *CreateReplicationTaskInput
SetReplicationTaskSettings sets the ReplicationTaskSettings field's value.
func (*CreateReplicationTaskInput) SetSourceEndpointArn ¶ added in v1.5.0
func (s *CreateReplicationTaskInput) SetSourceEndpointArn(v string) *CreateReplicationTaskInput
SetSourceEndpointArn sets the SourceEndpointArn field's value.
func (*CreateReplicationTaskInput) SetTableMappings ¶ added in v1.5.0
func (s *CreateReplicationTaskInput) SetTableMappings(v string) *CreateReplicationTaskInput
SetTableMappings sets the TableMappings field's value.
func (*CreateReplicationTaskInput) SetTags ¶ added in v1.5.0
func (s *CreateReplicationTaskInput) SetTags(v []*Tag) *CreateReplicationTaskInput
SetTags sets the Tags field's value.
func (*CreateReplicationTaskInput) SetTargetEndpointArn ¶ added in v1.5.0
func (s *CreateReplicationTaskInput) SetTargetEndpointArn(v string) *CreateReplicationTaskInput
SetTargetEndpointArn sets the TargetEndpointArn field's value.
func (CreateReplicationTaskInput) String ¶
func (s CreateReplicationTaskInput) String() string
String returns the string representation
func (*CreateReplicationTaskInput) Validate ¶ added in v1.1.21
func (s *CreateReplicationTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateReplicationTaskOutput ¶
type CreateReplicationTaskOutput struct { // The replication task that was created. ReplicationTask *ReplicationTask `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationTaskResponse
func (CreateReplicationTaskOutput) GoString ¶
func (s CreateReplicationTaskOutput) GoString() string
GoString returns the string representation
func (*CreateReplicationTaskOutput) SetReplicationTask ¶ added in v1.5.0
func (s *CreateReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *CreateReplicationTaskOutput
SetReplicationTask sets the ReplicationTask field's value.
func (CreateReplicationTaskOutput) String ¶
func (s CreateReplicationTaskOutput) String() string
String returns the string representation
type DatabaseMigrationService ¶
DatabaseMigrationService provides the API operation methods for making requests to AWS Database Migration Service. See this package's package overview docs for details on the service.
DatabaseMigrationService methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
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)
AddTagsToResource API operation for AWS Database Migration Service.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation AddTagsToResource for usage and error information.
Returned Error Codes:
- ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AddTagsToResource
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the AddTagsToResource operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See AddTagsToResource for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the AddTagsToResource method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the AddTagsToResourceRequest method. req, resp := client.AddTagsToResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AddTagsToResource
func (*DatabaseMigrationService) AddTagsToResourceWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) AddTagsToResourceWithContext(ctx aws.Context, input *AddTagsToResourceInput, opts ...request.Option) (*AddTagsToResourceOutput, error)
AddTagsToResourceWithContext is the same as AddTagsToResource with the addition of the ability to pass a context and additional request options.
See AddTagsToResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) CreateEndpoint ¶
func (c *DatabaseMigrationService) CreateEndpoint(input *CreateEndpointInput) (*CreateEndpointOutput, error)
CreateEndpoint API operation for AWS Database Migration Service.
Creates an endpoint using the provided settings.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation CreateEndpoint for usage and error information.
Returned Error Codes:
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" AWS DMS cannot access the KMS key.
ErrCodeResourceAlreadyExistsFault "ResourceAlreadyExistsFault" The resource you are attempting to create already exists.
ErrCodeResourceQuotaExceededFault "ResourceQuotaExceededFault" The quota for this resource quota has been exceeded.
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
ErrCodeAccessDeniedFault "AccessDeniedFault" AWS DMS was denied access to the endpoint.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) params := &databasemigrationservice.CreateEndpointInput{ EndpointIdentifier: aws.String("String"), // Required EndpointType: aws.String("ReplicationEndpointTypeValue"), // Required EngineName: aws.String("String"), // Required CertificateArn: aws.String("String"), DatabaseName: aws.String("String"), ExtraConnectionAttributes: aws.String("String"), KmsKeyId: aws.String("String"), Password: aws.String("SecretString"), Port: aws.Int64(1), ServerName: aws.String("String"), SslMode: aws.String("DmsSslModeValue"), Tags: []*databasemigrationservice.Tag{ { // Required Key: aws.String("String"), Value: aws.String("String"), }, // More values... }, Username: aws.String("String"), } 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 "aws/request.Request" representing the client's request for the CreateEndpoint operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See CreateEndpoint for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateEndpoint method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the CreateEndpointRequest method. req, resp := client.CreateEndpointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint
func (*DatabaseMigrationService) CreateEndpointWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) CreateEndpointWithContext(ctx aws.Context, input *CreateEndpointInput, opts ...request.Option) (*CreateEndpointOutput, error)
CreateEndpointWithContext is the same as CreateEndpoint with the addition of the ability to pass a context and additional request options.
See CreateEndpoint for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) CreateReplicationInstance ¶
func (c *DatabaseMigrationService) CreateReplicationInstance(input *CreateReplicationInstanceInput) (*CreateReplicationInstanceOutput, error)
CreateReplicationInstance API operation for AWS Database Migration Service.
Creates the replication instance using the specified parameters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation CreateReplicationInstance for usage and error information.
Returned Error Codes:
ErrCodeAccessDeniedFault "AccessDeniedFault" AWS DMS was denied access to the endpoint.
ErrCodeResourceAlreadyExistsFault "ResourceAlreadyExistsFault" The resource you are attempting to create already exists.
ErrCodeInsufficientResourceCapacityFault "InsufficientResourceCapacityFault" There are not enough resources allocated to the database migration.
ErrCodeResourceQuotaExceededFault "ResourceQuotaExceededFault" The quota for this resource quota has been exceeded.
ErrCodeStorageQuotaExceededFault "StorageQuotaExceededFault" The storage quota has been exceeded.
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
ErrCodeReplicationSubnetGroupDoesNotCoverEnoughAZs "ReplicationSubnetGroupDoesNotCoverEnoughAZs" The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
ErrCodeInvalidSubnet "InvalidSubnet" The subnet provided is invalid.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" AWS DMS cannot access the KMS key.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstance
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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"), MultiAZ: aws.Bool(true), 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... }, VpcSecurityGroupIds: []*string{ aws.String("String"), // Required // 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 "aws/request.Request" representing the client's request for the CreateReplicationInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See CreateReplicationInstance for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateReplicationInstance method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the CreateReplicationInstanceRequest method. req, resp := client.CreateReplicationInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstance
func (*DatabaseMigrationService) CreateReplicationInstanceWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) CreateReplicationInstanceWithContext(ctx aws.Context, input *CreateReplicationInstanceInput, opts ...request.Option) (*CreateReplicationInstanceOutput, error)
CreateReplicationInstanceWithContext is the same as CreateReplicationInstance with the addition of the ability to pass a context and additional request options.
See CreateReplicationInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) CreateReplicationSubnetGroup ¶
func (c *DatabaseMigrationService) CreateReplicationSubnetGroup(input *CreateReplicationSubnetGroupInput) (*CreateReplicationSubnetGroupOutput, error)
CreateReplicationSubnetGroup API operation for AWS Database Migration Service.
Creates a replication subnet group given a list of the subnet IDs in a VPC.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation CreateReplicationSubnetGroup for usage and error information.
Returned Error Codes:
ErrCodeAccessDeniedFault "AccessDeniedFault" AWS DMS was denied access to the endpoint.
ErrCodeResourceAlreadyExistsFault "ResourceAlreadyExistsFault" The resource you are attempting to create already exists.
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
ErrCodeResourceQuotaExceededFault "ResourceQuotaExceededFault" The quota for this resource quota has been exceeded.
ErrCodeReplicationSubnetGroupDoesNotCoverEnoughAZs "ReplicationSubnetGroupDoesNotCoverEnoughAZs" The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.
ErrCodeInvalidSubnet "InvalidSubnet" The subnet provided is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationSubnetGroup
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the CreateReplicationSubnetGroup operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See CreateReplicationSubnetGroup for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateReplicationSubnetGroup method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the CreateReplicationSubnetGroupRequest method. req, resp := client.CreateReplicationSubnetGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationSubnetGroup
func (*DatabaseMigrationService) CreateReplicationSubnetGroupWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) CreateReplicationSubnetGroupWithContext(ctx aws.Context, input *CreateReplicationSubnetGroupInput, opts ...request.Option) (*CreateReplicationSubnetGroupOutput, error)
CreateReplicationSubnetGroupWithContext is the same as CreateReplicationSubnetGroup with the addition of the ability to pass a context and additional request options.
See CreateReplicationSubnetGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) CreateReplicationTask ¶
func (c *DatabaseMigrationService) CreateReplicationTask(input *CreateReplicationTaskInput) (*CreateReplicationTaskOutput, error)
CreateReplicationTask API operation for AWS Database Migration Service.
Creates a replication task using the specified parameters.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation CreateReplicationTask for usage and error information.
Returned Error Codes:
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
ErrCodeResourceAlreadyExistsFault "ResourceAlreadyExistsFault" The resource you are attempting to create already exists.
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" AWS DMS cannot access the KMS key.
ErrCodeResourceQuotaExceededFault "ResourceQuotaExceededFault" The quota for this resource quota has been exceeded.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationTask
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the CreateReplicationTask operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See CreateReplicationTask for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateReplicationTask method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the CreateReplicationTaskRequest method. req, resp := client.CreateReplicationTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationTask
func (*DatabaseMigrationService) CreateReplicationTaskWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) CreateReplicationTaskWithContext(ctx aws.Context, input *CreateReplicationTaskInput, opts ...request.Option) (*CreateReplicationTaskOutput, error)
CreateReplicationTaskWithContext is the same as CreateReplicationTask with the addition of the ability to pass a context and additional request options.
See CreateReplicationTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DeleteCertificate ¶ added in v1.2.5
func (c *DatabaseMigrationService) DeleteCertificate(input *DeleteCertificateInput) (*DeleteCertificateOutput, error)
DeleteCertificate API operation for AWS Database Migration Service.
Deletes the specified certificate.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DeleteCertificate for usage and error information.
Returned Error Codes:
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteCertificate
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) params := &databasemigrationservice.DeleteCertificateInput{ CertificateArn: aws.String("String"), // Required } resp, err := svc.DeleteCertificate(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) DeleteCertificateRequest ¶ added in v1.2.5
func (c *DatabaseMigrationService) DeleteCertificateRequest(input *DeleteCertificateInput) (req *request.Request, output *DeleteCertificateOutput)
DeleteCertificateRequest generates a "aws/request.Request" representing the client's request for the DeleteCertificate operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeleteCertificate for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteCertificate method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DeleteCertificateRequest method. req, resp := client.DeleteCertificateRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteCertificate
func (*DatabaseMigrationService) DeleteCertificateWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DeleteCertificateWithContext(ctx aws.Context, input *DeleteCertificateInput, opts ...request.Option) (*DeleteCertificateOutput, error)
DeleteCertificateWithContext is the same as DeleteCertificate with the addition of the ability to pass a context and additional request options.
See DeleteCertificate for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DeleteEndpoint ¶
func (c *DatabaseMigrationService) DeleteEndpoint(input *DeleteEndpointInput) (*DeleteEndpointOutput, error)
DeleteEndpoint API operation for AWS Database Migration Service.
Deletes the specified endpoint.
All tasks associated with the endpoint must be deleted before you can delete the endpoint.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DeleteEndpoint for usage and error information.
Returned Error Codes:
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the DeleteEndpoint operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeleteEndpoint for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteEndpoint method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DeleteEndpointRequest method. req, resp := client.DeleteEndpointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint
func (*DatabaseMigrationService) DeleteEndpointWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DeleteEndpointWithContext(ctx aws.Context, input *DeleteEndpointInput, opts ...request.Option) (*DeleteEndpointOutput, error)
DeleteEndpointWithContext is the same as DeleteEndpoint with the addition of the ability to pass a context and additional request options.
See DeleteEndpoint for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DeleteReplicationInstance ¶
func (c *DatabaseMigrationService) DeleteReplicationInstance(input *DeleteReplicationInstanceInput) (*DeleteReplicationInstanceOutput, error)
DeleteReplicationInstance API operation for AWS Database Migration Service.
Deletes the specified replication instance.
You must delete any migration tasks that are associated with the replication instance before you can delete it.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DeleteReplicationInstance for usage and error information.
Returned Error Codes:
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationInstance
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the DeleteReplicationInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeleteReplicationInstance for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteReplicationInstance method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DeleteReplicationInstanceRequest method. req, resp := client.DeleteReplicationInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationInstance
func (*DatabaseMigrationService) DeleteReplicationInstanceWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DeleteReplicationInstanceWithContext(ctx aws.Context, input *DeleteReplicationInstanceInput, opts ...request.Option) (*DeleteReplicationInstanceOutput, error)
DeleteReplicationInstanceWithContext is the same as DeleteReplicationInstance with the addition of the ability to pass a context and additional request options.
See DeleteReplicationInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DeleteReplicationSubnetGroup ¶
func (c *DatabaseMigrationService) DeleteReplicationSubnetGroup(input *DeleteReplicationSubnetGroupInput) (*DeleteReplicationSubnetGroupOutput, error)
DeleteReplicationSubnetGroup API operation for AWS Database Migration Service.
Deletes a subnet group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DeleteReplicationSubnetGroup for usage and error information.
Returned Error Codes:
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationSubnetGroup
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the DeleteReplicationSubnetGroup operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeleteReplicationSubnetGroup for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteReplicationSubnetGroup method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DeleteReplicationSubnetGroupRequest method. req, resp := client.DeleteReplicationSubnetGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationSubnetGroup
func (*DatabaseMigrationService) DeleteReplicationSubnetGroupWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DeleteReplicationSubnetGroupWithContext(ctx aws.Context, input *DeleteReplicationSubnetGroupInput, opts ...request.Option) (*DeleteReplicationSubnetGroupOutput, error)
DeleteReplicationSubnetGroupWithContext is the same as DeleteReplicationSubnetGroup with the addition of the ability to pass a context and additional request options.
See DeleteReplicationSubnetGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DeleteReplicationTask ¶
func (c *DatabaseMigrationService) DeleteReplicationTask(input *DeleteReplicationTaskInput) (*DeleteReplicationTaskOutput, error)
DeleteReplicationTask API operation for AWS Database Migration Service.
Deletes the specified replication task.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DeleteReplicationTask for usage and error information.
Returned Error Codes:
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationTask
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the DeleteReplicationTask operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeleteReplicationTask for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteReplicationTask method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DeleteReplicationTaskRequest method. req, resp := client.DeleteReplicationTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationTask
func (*DatabaseMigrationService) DeleteReplicationTaskWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DeleteReplicationTaskWithContext(ctx aws.Context, input *DeleteReplicationTaskInput, opts ...request.Option) (*DeleteReplicationTaskOutput, error)
DeleteReplicationTaskWithContext is the same as DeleteReplicationTask with the addition of the ability to pass a context and additional request options.
See DeleteReplicationTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeAccountAttributes ¶
func (c *DatabaseMigrationService) DescribeAccountAttributes(input *DescribeAccountAttributesInput) (*DescribeAccountAttributesOutput, error)
DescribeAccountAttributes API operation for AWS Database Migration Service.
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.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DescribeAccountAttributes for usage and error information. Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeAccountAttributes
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/databasemigrationservice" ) func main() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the DescribeAccountAttributes operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeAccountAttributes for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeAccountAttributes method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeAccountAttributesRequest method. req, resp := client.DescribeAccountAttributesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeAccountAttributes
func (*DatabaseMigrationService) DescribeAccountAttributesWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DescribeAccountAttributesWithContext(ctx aws.Context, input *DescribeAccountAttributesInput, opts ...request.Option) (*DescribeAccountAttributesOutput, error)
DescribeAccountAttributesWithContext is the same as DescribeAccountAttributes with the addition of the ability to pass a context and additional request options.
See DescribeAccountAttributes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeCertificates ¶ added in v1.2.5
func (c *DatabaseMigrationService) DescribeCertificates(input *DescribeCertificatesInput) (*DescribeCertificatesOutput, error)
DescribeCertificates API operation for AWS Database Migration Service.
Provides a description of the certificate.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DescribeCertificates for usage and error information.
Returned Error Codes:
- ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeCertificates
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) params := &databasemigrationservice.DescribeCertificatesInput{ 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.DescribeCertificates(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) DescribeCertificatesRequest ¶ added in v1.2.5
func (c *DatabaseMigrationService) DescribeCertificatesRequest(input *DescribeCertificatesInput) (req *request.Request, output *DescribeCertificatesOutput)
DescribeCertificatesRequest generates a "aws/request.Request" representing the client's request for the DescribeCertificates operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeCertificates for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeCertificates method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeCertificatesRequest method. req, resp := client.DescribeCertificatesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeCertificates
func (*DatabaseMigrationService) DescribeCertificatesWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DescribeCertificatesWithContext(ctx aws.Context, input *DescribeCertificatesInput, opts ...request.Option) (*DescribeCertificatesOutput, error)
DescribeCertificatesWithContext is the same as DescribeCertificates with the addition of the ability to pass a context and additional request options.
See DescribeCertificates for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeConnections ¶
func (c *DatabaseMigrationService) DescribeConnections(input *DescribeConnectionsInput) (*DescribeConnectionsOutput, error)
DescribeConnections API operation for AWS Database Migration Service.
Describes the status of the connections that have been made between the replication instance and an endpoint. Connections are created when you test an endpoint.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DescribeConnections for usage and error information.
Returned Error Codes:
- ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeConnections
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the DescribeConnections operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeConnections for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeConnections method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeConnectionsRequest method. req, resp := client.DescribeConnectionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeConnections
func (*DatabaseMigrationService) DescribeConnectionsWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DescribeConnectionsWithContext(ctx aws.Context, input *DescribeConnectionsInput, opts ...request.Option) (*DescribeConnectionsOutput, error)
DescribeConnectionsWithContext is the same as DescribeConnections with the addition of the ability to pass a context and additional request options.
See DescribeConnections for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeEndpointTypes ¶
func (c *DatabaseMigrationService) DescribeEndpointTypes(input *DescribeEndpointTypesInput) (*DescribeEndpointTypesOutput, error)
DescribeEndpointTypes API operation for AWS Database Migration Service.
Returns information about the type of endpoints available.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DescribeEndpointTypes for usage and error information. Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointTypes
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the DescribeEndpointTypes operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeEndpointTypes for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeEndpointTypes method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeEndpointTypesRequest method. req, resp := client.DescribeEndpointTypesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointTypes
func (*DatabaseMigrationService) DescribeEndpointTypesWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DescribeEndpointTypesWithContext(ctx aws.Context, input *DescribeEndpointTypesInput, opts ...request.Option) (*DescribeEndpointTypesOutput, error)
DescribeEndpointTypesWithContext is the same as DescribeEndpointTypes with the addition of the ability to pass a context and additional request options.
See DescribeEndpointTypes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeEndpoints ¶
func (c *DatabaseMigrationService) DescribeEndpoints(input *DescribeEndpointsInput) (*DescribeEndpointsOutput, error)
DescribeEndpoints API operation for AWS Database Migration Service.
Returns information about the endpoints for your account in the current region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DescribeEndpoints for usage and error information.
Returned Error Codes:
- ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpoints
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the DescribeEndpoints operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeEndpoints for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeEndpoints method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeEndpointsRequest method. req, resp := client.DescribeEndpointsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpoints
func (*DatabaseMigrationService) DescribeEndpointsWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DescribeEndpointsWithContext(ctx aws.Context, input *DescribeEndpointsInput, opts ...request.Option) (*DescribeEndpointsOutput, error)
DescribeEndpointsWithContext is the same as DescribeEndpoints with the addition of the ability to pass a context and additional request options.
See DescribeEndpoints for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeOrderableReplicationInstances ¶
func (c *DatabaseMigrationService) DescribeOrderableReplicationInstances(input *DescribeOrderableReplicationInstancesInput) (*DescribeOrderableReplicationInstancesOutput, error)
DescribeOrderableReplicationInstances API operation for AWS Database Migration Service.
Returns information about the replication instance types that can be created in the specified region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DescribeOrderableReplicationInstances for usage and error information. Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeOrderableReplicationInstances
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the DescribeOrderableReplicationInstances operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeOrderableReplicationInstances for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeOrderableReplicationInstances method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeOrderableReplicationInstancesRequest method. req, resp := client.DescribeOrderableReplicationInstancesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeOrderableReplicationInstances
func (*DatabaseMigrationService) DescribeOrderableReplicationInstancesWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesWithContext(ctx aws.Context, input *DescribeOrderableReplicationInstancesInput, opts ...request.Option) (*DescribeOrderableReplicationInstancesOutput, error)
DescribeOrderableReplicationInstancesWithContext is the same as DescribeOrderableReplicationInstances with the addition of the ability to pass a context and additional request options.
See DescribeOrderableReplicationInstances for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeRefreshSchemasStatus ¶
func (c *DatabaseMigrationService) DescribeRefreshSchemasStatus(input *DescribeRefreshSchemasStatusInput) (*DescribeRefreshSchemasStatusOutput, error)
DescribeRefreshSchemasStatus API operation for AWS Database Migration Service.
Returns the status of the RefreshSchemas operation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DescribeRefreshSchemasStatus for usage and error information.
Returned Error Codes:
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRefreshSchemasStatus
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the DescribeRefreshSchemasStatus operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeRefreshSchemasStatus for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeRefreshSchemasStatus method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeRefreshSchemasStatusRequest method. req, resp := client.DescribeRefreshSchemasStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRefreshSchemasStatus
func (*DatabaseMigrationService) DescribeRefreshSchemasStatusWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DescribeRefreshSchemasStatusWithContext(ctx aws.Context, input *DescribeRefreshSchemasStatusInput, opts ...request.Option) (*DescribeRefreshSchemasStatusOutput, error)
DescribeRefreshSchemasStatusWithContext is the same as DescribeRefreshSchemasStatus with the addition of the ability to pass a context and additional request options.
See DescribeRefreshSchemasStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeReplicationInstances ¶
func (c *DatabaseMigrationService) DescribeReplicationInstances(input *DescribeReplicationInstancesInput) (*DescribeReplicationInstancesOutput, error)
DescribeReplicationInstances API operation for AWS Database Migration Service.
Returns information about replication instances for your account in the current region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DescribeReplicationInstances for usage and error information.
Returned Error Codes:
- ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstances
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the DescribeReplicationInstances operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeReplicationInstances for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeReplicationInstances method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeReplicationInstancesRequest method. req, resp := client.DescribeReplicationInstancesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstances
func (*DatabaseMigrationService) DescribeReplicationInstancesWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DescribeReplicationInstancesWithContext(ctx aws.Context, input *DescribeReplicationInstancesInput, opts ...request.Option) (*DescribeReplicationInstancesOutput, error)
DescribeReplicationInstancesWithContext is the same as DescribeReplicationInstances with the addition of the ability to pass a context and additional request options.
See DescribeReplicationInstances for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeReplicationSubnetGroups ¶
func (c *DatabaseMigrationService) DescribeReplicationSubnetGroups(input *DescribeReplicationSubnetGroupsInput) (*DescribeReplicationSubnetGroupsOutput, error)
DescribeReplicationSubnetGroups API operation for AWS Database Migration Service.
Returns information about the replication subnet groups.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DescribeReplicationSubnetGroups for usage and error information.
Returned Error Codes:
- ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroups
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the DescribeReplicationSubnetGroups operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeReplicationSubnetGroups for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeReplicationSubnetGroups method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeReplicationSubnetGroupsRequest method. req, resp := client.DescribeReplicationSubnetGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroups
func (*DatabaseMigrationService) DescribeReplicationSubnetGroupsWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsWithContext(ctx aws.Context, input *DescribeReplicationSubnetGroupsInput, opts ...request.Option) (*DescribeReplicationSubnetGroupsOutput, error)
DescribeReplicationSubnetGroupsWithContext is the same as DescribeReplicationSubnetGroups with the addition of the ability to pass a context and additional request options.
See DescribeReplicationSubnetGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeReplicationTasks ¶
func (c *DatabaseMigrationService) DescribeReplicationTasks(input *DescribeReplicationTasksInput) (*DescribeReplicationTasksOutput, error)
DescribeReplicationTasks API operation for AWS Database Migration Service.
Returns information about replication tasks for your account in the current region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DescribeReplicationTasks for usage and error information.
Returned Error Codes:
- ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTasks
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the DescribeReplicationTasks operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeReplicationTasks for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeReplicationTasks method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeReplicationTasksRequest method. req, resp := client.DescribeReplicationTasksRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTasks
func (*DatabaseMigrationService) DescribeReplicationTasksWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DescribeReplicationTasksWithContext(ctx aws.Context, input *DescribeReplicationTasksInput, opts ...request.Option) (*DescribeReplicationTasksOutput, error)
DescribeReplicationTasksWithContext is the same as DescribeReplicationTasks with the addition of the ability to pass a context and additional request options.
See DescribeReplicationTasks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeSchemas ¶
func (c *DatabaseMigrationService) DescribeSchemas(input *DescribeSchemasInput) (*DescribeSchemasOutput, error)
DescribeSchemas API operation for AWS Database Migration Service.
Returns information about the schema for the specified endpoint.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DescribeSchemas for usage and error information.
Returned Error Codes:
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeSchemas
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the DescribeSchemas operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeSchemas for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeSchemas method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeSchemasRequest method. req, resp := client.DescribeSchemasRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeSchemas
func (*DatabaseMigrationService) DescribeSchemasWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DescribeSchemasWithContext(ctx aws.Context, input *DescribeSchemasInput, opts ...request.Option) (*DescribeSchemasOutput, error)
DescribeSchemasWithContext is the same as DescribeSchemas with the addition of the ability to pass a context and additional request options.
See DescribeSchemas for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeTableStatistics ¶
func (c *DatabaseMigrationService) DescribeTableStatistics(input *DescribeTableStatisticsInput) (*DescribeTableStatisticsOutput, error)
DescribeTableStatistics API operation for AWS Database Migration Service.
Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation DescribeTableStatistics for usage and error information.
Returned Error Codes:
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeTableStatistics
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the DescribeTableStatistics operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeTableStatistics for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeTableStatistics method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the DescribeTableStatisticsRequest method. req, resp := client.DescribeTableStatisticsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeTableStatistics
func (*DatabaseMigrationService) DescribeTableStatisticsWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) DescribeTableStatisticsWithContext(ctx aws.Context, input *DescribeTableStatisticsInput, opts ...request.Option) (*DescribeTableStatisticsOutput, error)
DescribeTableStatisticsWithContext is the same as DescribeTableStatistics with the addition of the ability to pass a context and additional request options.
See DescribeTableStatistics for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) ImportCertificate ¶ added in v1.2.5
func (c *DatabaseMigrationService) ImportCertificate(input *ImportCertificateInput) (*ImportCertificateOutput, error)
ImportCertificate API operation for AWS Database Migration Service.
Uploads the specified certificate.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation ImportCertificate for usage and error information.
Returned Error Codes:
ErrCodeResourceAlreadyExistsFault "ResourceAlreadyExistsFault" The resource you are attempting to create already exists.
ErrCodeInvalidCertificateFault "InvalidCertificateFault" The certificate was not valid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificate
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) params := &databasemigrationservice.ImportCertificateInput{ CertificateIdentifier: aws.String("String"), // Required CertificatePem: aws.String("String"), CertificateWallet: []byte("PAYLOAD"), } resp, err := svc.ImportCertificate(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) ImportCertificateRequest ¶ added in v1.2.5
func (c *DatabaseMigrationService) ImportCertificateRequest(input *ImportCertificateInput) (req *request.Request, output *ImportCertificateOutput)
ImportCertificateRequest generates a "aws/request.Request" representing the client's request for the ImportCertificate operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See ImportCertificate for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ImportCertificate method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the ImportCertificateRequest method. req, resp := client.ImportCertificateRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificate
func (*DatabaseMigrationService) ImportCertificateWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) ImportCertificateWithContext(ctx aws.Context, input *ImportCertificateInput, opts ...request.Option) (*ImportCertificateOutput, error)
ImportCertificateWithContext is the same as ImportCertificate with the addition of the ability to pass a context and additional request options.
See ImportCertificate for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) ListTagsForResource ¶
func (c *DatabaseMigrationService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for AWS Database Migration Service.
Lists all tags for an AWS DMS resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation ListTagsForResource for usage and error information.
Returned Error Codes:
- ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResource
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See ListTagsForResource for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListTagsForResource method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResource
func (*DatabaseMigrationService) ListTagsForResourceWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) ModifyEndpoint ¶
func (c *DatabaseMigrationService) ModifyEndpoint(input *ModifyEndpointInput) (*ModifyEndpointOutput, error)
ModifyEndpoint API operation for AWS Database Migration Service.
Modifies the specified endpoint.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation ModifyEndpoint for usage and error information.
Returned Error Codes:
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
ErrCodeResourceAlreadyExistsFault "ResourceAlreadyExistsFault" The resource you are attempting to create already exists.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" AWS DMS cannot access the KMS key.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) params := &databasemigrationservice.ModifyEndpointInput{ EndpointArn: aws.String("String"), // Required CertificateArn: aws.String("String"), 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"), SslMode: aws.String("DmsSslModeValue"), 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 "aws/request.Request" representing the client's request for the ModifyEndpoint operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See ModifyEndpoint for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ModifyEndpoint method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the ModifyEndpointRequest method. req, resp := client.ModifyEndpointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint
func (*DatabaseMigrationService) ModifyEndpointWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) ModifyEndpointWithContext(ctx aws.Context, input *ModifyEndpointInput, opts ...request.Option) (*ModifyEndpointOutput, error)
ModifyEndpointWithContext is the same as ModifyEndpoint with the addition of the ability to pass a context and additional request options.
See ModifyEndpoint for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) ModifyReplicationInstance ¶
func (c *DatabaseMigrationService) ModifyReplicationInstance(input *ModifyReplicationInstanceInput) (*ModifyReplicationInstanceOutput, error)
ModifyReplicationInstance API operation for AWS Database Migration Service.
Modifies the replication instance to apply new settings. You can change one or more parameters by specifying these parameters and the new values in the request.
Some settings are applied during the maintenance window.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation ModifyReplicationInstance for usage and error information.
Returned Error Codes:
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
ErrCodeResourceAlreadyExistsFault "ResourceAlreadyExistsFault" The resource you are attempting to create already exists.
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
ErrCodeInsufficientResourceCapacityFault "InsufficientResourceCapacityFault" There are not enough resources allocated to the database migration.
ErrCodeStorageQuotaExceededFault "StorageQuotaExceededFault" The storage quota has been exceeded.
ErrCodeUpgradeDependencyFailureFault "UpgradeDependencyFailureFault" An upgrade dependency is preventing the database migration.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstance
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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"), MultiAZ: aws.Bool(true), PreferredMaintenanceWindow: aws.String("String"), ReplicationInstanceClass: aws.String("String"), ReplicationInstanceIdentifier: aws.String("String"), VpcSecurityGroupIds: []*string{ aws.String("String"), // Required // More values... }, } 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 "aws/request.Request" representing the client's request for the ModifyReplicationInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See ModifyReplicationInstance for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ModifyReplicationInstance method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the ModifyReplicationInstanceRequest method. req, resp := client.ModifyReplicationInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstance
func (*DatabaseMigrationService) ModifyReplicationInstanceWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) ModifyReplicationInstanceWithContext(ctx aws.Context, input *ModifyReplicationInstanceInput, opts ...request.Option) (*ModifyReplicationInstanceOutput, error)
ModifyReplicationInstanceWithContext is the same as ModifyReplicationInstance with the addition of the ability to pass a context and additional request options.
See ModifyReplicationInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) ModifyReplicationSubnetGroup ¶
func (c *DatabaseMigrationService) ModifyReplicationSubnetGroup(input *ModifyReplicationSubnetGroupInput) (*ModifyReplicationSubnetGroupOutput, error)
ModifyReplicationSubnetGroup API operation for AWS Database Migration Service.
Modifies the settings for the specified replication subnet group.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation ModifyReplicationSubnetGroup for usage and error information.
Returned Error Codes:
ErrCodeAccessDeniedFault "AccessDeniedFault" AWS DMS was denied access to the endpoint.
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
ErrCodeResourceQuotaExceededFault "ResourceQuotaExceededFault" The quota for this resource quota has been exceeded.
ErrCodeSubnetAlreadyInUse "SubnetAlreadyInUse" The specified subnet is already in use.
ErrCodeReplicationSubnetGroupDoesNotCoverEnoughAZs "ReplicationSubnetGroupDoesNotCoverEnoughAZs" The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.
ErrCodeInvalidSubnet "InvalidSubnet" The subnet provided is invalid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroup
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the ModifyReplicationSubnetGroup operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See ModifyReplicationSubnetGroup for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ModifyReplicationSubnetGroup method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the ModifyReplicationSubnetGroupRequest method. req, resp := client.ModifyReplicationSubnetGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroup
func (*DatabaseMigrationService) ModifyReplicationSubnetGroupWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) ModifyReplicationSubnetGroupWithContext(ctx aws.Context, input *ModifyReplicationSubnetGroupInput, opts ...request.Option) (*ModifyReplicationSubnetGroupOutput, error)
ModifyReplicationSubnetGroupWithContext is the same as ModifyReplicationSubnetGroup with the addition of the ability to pass a context and additional request options.
See ModifyReplicationSubnetGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) ModifyReplicationTask ¶ added in v1.6.3
func (c *DatabaseMigrationService) ModifyReplicationTask(input *ModifyReplicationTaskInput) (*ModifyReplicationTaskOutput, error)
ModifyReplicationTask API operation for AWS Database Migration Service.
Modifies the specified replication task.
You can't modify the task endpoints. The task must be stopped before you can modify it.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation ModifyReplicationTask for usage and error information.
Returned Error Codes:
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
ErrCodeResourceAlreadyExistsFault "ResourceAlreadyExistsFault" The resource you are attempting to create already exists.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" AWS DMS cannot access the KMS key.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTask
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) params := &databasemigrationservice.ModifyReplicationTaskInput{ ReplicationTaskArn: aws.String("String"), // Required CdcStartTime: aws.Time(time.Now()), MigrationType: aws.String("MigrationTypeValue"), ReplicationTaskIdentifier: aws.String("String"), ReplicationTaskSettings: aws.String("String"), TableMappings: aws.String("String"), } resp, err := svc.ModifyReplicationTask(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) ModifyReplicationTaskRequest ¶ added in v1.6.3
func (c *DatabaseMigrationService) ModifyReplicationTaskRequest(input *ModifyReplicationTaskInput) (req *request.Request, output *ModifyReplicationTaskOutput)
ModifyReplicationTaskRequest generates a "aws/request.Request" representing the client's request for the ModifyReplicationTask operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See ModifyReplicationTask for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ModifyReplicationTask method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the ModifyReplicationTaskRequest method. req, resp := client.ModifyReplicationTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTask
func (*DatabaseMigrationService) ModifyReplicationTaskWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) ModifyReplicationTaskWithContext(ctx aws.Context, input *ModifyReplicationTaskInput, opts ...request.Option) (*ModifyReplicationTaskOutput, error)
ModifyReplicationTaskWithContext is the same as ModifyReplicationTask with the addition of the ability to pass a context and additional request options.
See ModifyReplicationTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) RefreshSchemas ¶
func (c *DatabaseMigrationService) RefreshSchemas(input *RefreshSchemasInput) (*RefreshSchemasOutput, error)
RefreshSchemas API operation for AWS Database Migration Service.
Populates the schema for the specified endpoint. This is an asynchronous operation and can take several minutes. You can check the status of this operation by calling the DescribeRefreshSchemasStatus operation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation RefreshSchemas for usage and error information.
Returned Error Codes:
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" AWS DMS cannot access the KMS key.
ErrCodeResourceQuotaExceededFault "ResourceQuotaExceededFault" The quota for this resource quota has been exceeded.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RefreshSchemas
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the RefreshSchemas operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See RefreshSchemas for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the RefreshSchemas method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the RefreshSchemasRequest method. req, resp := client.RefreshSchemasRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RefreshSchemas
func (*DatabaseMigrationService) RefreshSchemasWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) RefreshSchemasWithContext(ctx aws.Context, input *RefreshSchemasInput, opts ...request.Option) (*RefreshSchemasOutput, error)
RefreshSchemasWithContext is the same as RefreshSchemas with the addition of the ability to pass a context and additional request options.
See RefreshSchemas for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) RemoveTagsFromResource ¶
func (c *DatabaseMigrationService) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error)
RemoveTagsFromResource API operation for AWS Database Migration Service.
Removes metadata tags from a DMS resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation RemoveTagsFromResource for usage and error information.
Returned Error Codes:
- ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RemoveTagsFromResource
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the RemoveTagsFromResource operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See RemoveTagsFromResource for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the RemoveTagsFromResource method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the RemoveTagsFromResourceRequest method. req, resp := client.RemoveTagsFromResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RemoveTagsFromResource
func (*DatabaseMigrationService) RemoveTagsFromResourceWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) RemoveTagsFromResourceWithContext(ctx aws.Context, input *RemoveTagsFromResourceInput, opts ...request.Option) (*RemoveTagsFromResourceOutput, error)
RemoveTagsFromResourceWithContext is the same as RemoveTagsFromResource with the addition of the ability to pass a context and additional request options.
See RemoveTagsFromResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) StartReplicationTask ¶
func (c *DatabaseMigrationService) StartReplicationTask(input *StartReplicationTaskInput) (*StartReplicationTaskOutput, error)
StartReplicationTask API operation for AWS Database Migration Service.
Starts the replication task.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation StartReplicationTask for usage and error information.
Returned Error Codes:
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTask
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the StartReplicationTask operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See StartReplicationTask for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the StartReplicationTask method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the StartReplicationTaskRequest method. req, resp := client.StartReplicationTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTask
func (*DatabaseMigrationService) StartReplicationTaskWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) StartReplicationTaskWithContext(ctx aws.Context, input *StartReplicationTaskInput, opts ...request.Option) (*StartReplicationTaskOutput, error)
StartReplicationTaskWithContext is the same as StartReplicationTask with the addition of the ability to pass a context and additional request options.
See StartReplicationTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) StopReplicationTask ¶
func (c *DatabaseMigrationService) StopReplicationTask(input *StopReplicationTaskInput) (*StopReplicationTaskOutput, error)
StopReplicationTask API operation for AWS Database Migration Service.
Stops the replication task.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation StopReplicationTask for usage and error information.
Returned Error Codes:
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplicationTask
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the StopReplicationTask operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See StopReplicationTask for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the StopReplicationTask method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the StopReplicationTaskRequest method. req, resp := client.StopReplicationTaskRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplicationTask
func (*DatabaseMigrationService) StopReplicationTaskWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) StopReplicationTaskWithContext(ctx aws.Context, input *StopReplicationTaskInput, opts ...request.Option) (*StopReplicationTaskOutput, error)
StopReplicationTaskWithContext is the same as StopReplicationTask with the addition of the ability to pass a context and additional request options.
See StopReplicationTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) TestConnection ¶
func (c *DatabaseMigrationService) TestConnection(input *TestConnectionInput) (*TestConnectionOutput, error)
TestConnection API operation for AWS Database Migration Service.
Tests the connection between the replication instance and the endpoint.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Database Migration Service's API operation TestConnection for usage and error information.
Returned Error Codes:
ErrCodeResourceNotFoundFault "ResourceNotFoundFault" The resource could not be found.
ErrCodeInvalidResourceStateFault "InvalidResourceStateFault" The resource is in a state that prevents it from being used for database migration.
ErrCodeKMSKeyNotAccessibleFault "KMSKeyNotAccessibleFault" AWS DMS cannot access the KMS key.
ErrCodeResourceQuotaExceededFault "ResourceQuotaExceededFault" The quota for this resource quota has been exceeded.
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TestConnection
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() { sess := session.Must(session.NewSession()) svc := databasemigrationservice.New(sess) 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 "aws/request.Request" representing the client's request for the TestConnection operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See TestConnection for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the TestConnection method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// Example sending a request using the TestConnectionRequest method. req, resp := client.TestConnectionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TestConnection
func (*DatabaseMigrationService) TestConnectionWithContext ¶ added in v1.8.0
func (c *DatabaseMigrationService) TestConnectionWithContext(ctx aws.Context, input *TestConnectionInput, opts ...request.Option) (*TestConnectionOutput, error)
TestConnectionWithContext is the same as TestConnection with the addition of the ability to pass a context and additional request options.
See TestConnection for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type DeleteCertificateInput ¶ added in v1.2.5
type DeleteCertificateInput struct { // The Amazon Resource Name (ARN) of the deleted certificate. // // CertificateArn is a required field CertificateArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteCertificateMessage
func (DeleteCertificateInput) GoString ¶ added in v1.2.5
func (s DeleteCertificateInput) GoString() string
GoString returns the string representation
func (*DeleteCertificateInput) SetCertificateArn ¶ added in v1.5.0
func (s *DeleteCertificateInput) SetCertificateArn(v string) *DeleteCertificateInput
SetCertificateArn sets the CertificateArn field's value.
func (DeleteCertificateInput) String ¶ added in v1.2.5
func (s DeleteCertificateInput) String() string
String returns the string representation
func (*DeleteCertificateInput) Validate ¶ added in v1.2.5
func (s *DeleteCertificateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteCertificateOutput ¶ added in v1.2.5
type DeleteCertificateOutput struct { // The Secure Sockets Layer (SSL) certificate. Certificate *Certificate `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteCertificateResponse
func (DeleteCertificateOutput) GoString ¶ added in v1.2.5
func (s DeleteCertificateOutput) GoString() string
GoString returns the string representation
func (*DeleteCertificateOutput) SetCertificate ¶ added in v1.5.0
func (s *DeleteCertificateOutput) SetCertificate(v *Certificate) *DeleteCertificateOutput
SetCertificate sets the Certificate field's value.
func (DeleteCertificateOutput) String ¶ added in v1.2.5
func (s DeleteCertificateOutput) String() string
String returns the string representation
type DeleteEndpointInput ¶
type DeleteEndpointInput struct { // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. // // EndpointArn is a required field EndpointArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpointMessage
func (DeleteEndpointInput) GoString ¶
func (s DeleteEndpointInput) GoString() string
GoString returns the string representation
func (*DeleteEndpointInput) SetEndpointArn ¶ added in v1.5.0
func (s *DeleteEndpointInput) SetEndpointArn(v string) *DeleteEndpointInput
SetEndpointArn sets the EndpointArn field's value.
func (DeleteEndpointInput) String ¶
func (s DeleteEndpointInput) String() string
String returns the string representation
func (*DeleteEndpointInput) Validate ¶ added in v1.1.21
func (s *DeleteEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteEndpointOutput ¶
type DeleteEndpointOutput struct { // The endpoint that was deleted. Endpoint *Endpoint `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpointResponse
func (DeleteEndpointOutput) GoString ¶
func (s DeleteEndpointOutput) GoString() string
GoString returns the string representation
func (*DeleteEndpointOutput) SetEndpoint ¶ added in v1.5.0
func (s *DeleteEndpointOutput) SetEndpoint(v *Endpoint) *DeleteEndpointOutput
SetEndpoint sets the Endpoint field's value.
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 is a required field ReplicationInstanceArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationInstanceMessage
func (DeleteReplicationInstanceInput) GoString ¶
func (s DeleteReplicationInstanceInput) GoString() string
GoString returns the string representation
func (*DeleteReplicationInstanceInput) SetReplicationInstanceArn ¶ added in v1.5.0
func (s *DeleteReplicationInstanceInput) SetReplicationInstanceArn(v string) *DeleteReplicationInstanceInput
SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.
func (DeleteReplicationInstanceInput) String ¶
func (s DeleteReplicationInstanceInput) String() string
String returns the string representation
func (*DeleteReplicationInstanceInput) Validate ¶ added in v1.1.21
func (s *DeleteReplicationInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteReplicationInstanceOutput ¶
type DeleteReplicationInstanceOutput struct { // The replication instance that was deleted. ReplicationInstance *ReplicationInstance `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationInstanceResponse
func (DeleteReplicationInstanceOutput) GoString ¶
func (s DeleteReplicationInstanceOutput) GoString() string
GoString returns the string representation
func (*DeleteReplicationInstanceOutput) SetReplicationInstance ¶ added in v1.5.0
func (s *DeleteReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *DeleteReplicationInstanceOutput
SetReplicationInstance sets the ReplicationInstance field's value.
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 is a required field ReplicationSubnetGroupIdentifier *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationSubnetGroupMessage
func (DeleteReplicationSubnetGroupInput) GoString ¶
func (s DeleteReplicationSubnetGroupInput) GoString() string
GoString returns the string representation
func (*DeleteReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier ¶ added in v1.5.0
func (s *DeleteReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *DeleteReplicationSubnetGroupInput
SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value.
func (DeleteReplicationSubnetGroupInput) String ¶
func (s DeleteReplicationSubnetGroupInput) String() string
String returns the string representation
func (*DeleteReplicationSubnetGroupInput) Validate ¶ added in v1.1.21
func (s *DeleteReplicationSubnetGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteReplicationSubnetGroupOutput ¶
type DeleteReplicationSubnetGroupOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationSubnetGroupResponse
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 is a required field ReplicationTaskArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationTaskMessage
func (DeleteReplicationTaskInput) GoString ¶
func (s DeleteReplicationTaskInput) GoString() string
GoString returns the string representation
func (*DeleteReplicationTaskInput) SetReplicationTaskArn ¶ added in v1.5.0
func (s *DeleteReplicationTaskInput) SetReplicationTaskArn(v string) *DeleteReplicationTaskInput
SetReplicationTaskArn sets the ReplicationTaskArn field's value.
func (DeleteReplicationTaskInput) String ¶
func (s DeleteReplicationTaskInput) String() string
String returns the string representation
func (*DeleteReplicationTaskInput) Validate ¶ added in v1.1.21
func (s *DeleteReplicationTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteReplicationTaskOutput ¶
type DeleteReplicationTaskOutput struct { // The deleted replication task. ReplicationTask *ReplicationTask `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationTaskResponse
func (DeleteReplicationTaskOutput) GoString ¶
func (s DeleteReplicationTaskOutput) GoString() string
GoString returns the string representation
func (*DeleteReplicationTaskOutput) SetReplicationTask ¶ added in v1.5.0
func (s *DeleteReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *DeleteReplicationTaskOutput
SetReplicationTask sets the ReplicationTask field's value.
func (DeleteReplicationTaskOutput) String ¶
func (s DeleteReplicationTaskOutput) String() string
String returns the string representation
type DescribeAccountAttributesInput ¶
type DescribeAccountAttributesInput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeAccountAttributesMessage
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeAccountAttributesResponse
func (DescribeAccountAttributesOutput) GoString ¶
func (s DescribeAccountAttributesOutput) GoString() string
GoString returns the string representation
func (*DescribeAccountAttributesOutput) SetAccountQuotas ¶ added in v1.5.0
func (s *DescribeAccountAttributesOutput) SetAccountQuotas(v []*AccountQuota) *DescribeAccountAttributesOutput
SetAccountQuotas sets the AccountQuotas field's value.
func (DescribeAccountAttributesOutput) String ¶
func (s DescribeAccountAttributesOutput) String() string
String returns the string representation
type DescribeCertificatesInput ¶ added in v1.2.5
type DescribeCertificatesInput struct { // Filters applied to the certificate described in the form of key-value pairs. Filters []*Filter `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: 10 MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeCertificatesMessage
func (DescribeCertificatesInput) GoString ¶ added in v1.2.5
func (s DescribeCertificatesInput) GoString() string
GoString returns the string representation
func (*DescribeCertificatesInput) SetFilters ¶ added in v1.5.0
func (s *DescribeCertificatesInput) SetFilters(v []*Filter) *DescribeCertificatesInput
SetFilters sets the Filters field's value.
func (*DescribeCertificatesInput) SetMarker ¶ added in v1.5.0
func (s *DescribeCertificatesInput) SetMarker(v string) *DescribeCertificatesInput
SetMarker sets the Marker field's value.
func (*DescribeCertificatesInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeCertificatesInput) SetMaxRecords(v int64) *DescribeCertificatesInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeCertificatesInput) String ¶ added in v1.2.5
func (s DescribeCertificatesInput) String() string
String returns the string representation
func (*DescribeCertificatesInput) Validate ¶ added in v1.2.5
func (s *DescribeCertificatesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeCertificatesOutput ¶ added in v1.2.5
type DescribeCertificatesOutput struct { // The Secure Sockets Layer (SSL) certificates associated with the replication // instance. Certificates []*Certificate `locationNameList:"Certificate" type:"list"` // The pagination token. Marker *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeCertificatesResponse
func (DescribeCertificatesOutput) GoString ¶ added in v1.2.5
func (s DescribeCertificatesOutput) GoString() string
GoString returns the string representation
func (*DescribeCertificatesOutput) SetCertificates ¶ added in v1.5.0
func (s *DescribeCertificatesOutput) SetCertificates(v []*Certificate) *DescribeCertificatesOutput
SetCertificates sets the Certificates field's value.
func (*DescribeCertificatesOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeCertificatesOutput) SetMarker(v string) *DescribeCertificatesOutput
SetMarker sets the Marker field's value.
func (DescribeCertificatesOutput) String ¶ added in v1.2.5
func (s DescribeCertificatesOutput) 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeConnectionsMessage
func (DescribeConnectionsInput) GoString ¶
func (s DescribeConnectionsInput) GoString() string
GoString returns the string representation
func (*DescribeConnectionsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeConnectionsInput) SetFilters(v []*Filter) *DescribeConnectionsInput
SetFilters sets the Filters field's value.
func (*DescribeConnectionsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeConnectionsInput) SetMarker(v string) *DescribeConnectionsInput
SetMarker sets the Marker field's value.
func (*DescribeConnectionsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeConnectionsInput) SetMaxRecords(v int64) *DescribeConnectionsInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeConnectionsInput) String ¶
func (s DescribeConnectionsInput) String() string
String returns the string representation
func (*DescribeConnectionsInput) Validate ¶ added in v1.1.21
func (s *DescribeConnectionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeConnectionsOutput ¶
type DescribeConnectionsOutput struct { // A description of the connections. Connections []*Connection `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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeConnectionsResponse
func (DescribeConnectionsOutput) GoString ¶
func (s DescribeConnectionsOutput) GoString() string
GoString returns the string representation
func (*DescribeConnectionsOutput) SetConnections ¶ added in v1.5.0
func (s *DescribeConnectionsOutput) SetConnections(v []*Connection) *DescribeConnectionsOutput
SetConnections sets the Connections field's value.
func (*DescribeConnectionsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeConnectionsOutput) SetMarker(v string) *DescribeConnectionsOutput
SetMarker sets the Marker field's value.
func (DescribeConnectionsOutput) String ¶
func (s DescribeConnectionsOutput) String() string
String returns the string representation
type DescribeEndpointTypesInput ¶
type DescribeEndpointTypesInput struct { // Filters applied to the describe action. // // Valid filter names: engine-name | endpoint-type Filters []*Filter `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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointTypesMessage
func (DescribeEndpointTypesInput) GoString ¶
func (s DescribeEndpointTypesInput) GoString() string
GoString returns the string representation
func (*DescribeEndpointTypesInput) SetFilters ¶ added in v1.5.0
func (s *DescribeEndpointTypesInput) SetFilters(v []*Filter) *DescribeEndpointTypesInput
SetFilters sets the Filters field's value.
func (*DescribeEndpointTypesInput) SetMarker ¶ added in v1.5.0
func (s *DescribeEndpointTypesInput) SetMarker(v string) *DescribeEndpointTypesInput
SetMarker sets the Marker field's value.
func (*DescribeEndpointTypesInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeEndpointTypesInput) SetMaxRecords(v int64) *DescribeEndpointTypesInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeEndpointTypesInput) String ¶
func (s DescribeEndpointTypesInput) String() string
String returns the string representation
func (*DescribeEndpointTypesInput) Validate ¶ added in v1.1.21
func (s *DescribeEndpointTypesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEndpointTypesOutput ¶
type DescribeEndpointTypesOutput struct { // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The type of endpoints that are supported. SupportedEndpointTypes []*SupportedEndpointType `locationNameList:"SupportedEndpointType" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointTypesResponse
func (DescribeEndpointTypesOutput) GoString ¶
func (s DescribeEndpointTypesOutput) GoString() string
GoString returns the string representation
func (*DescribeEndpointTypesOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeEndpointTypesOutput) SetMarker(v string) *DescribeEndpointTypesOutput
SetMarker sets the Marker field's value.
func (*DescribeEndpointTypesOutput) SetSupportedEndpointTypes ¶ added in v1.5.0
func (s *DescribeEndpointTypesOutput) SetSupportedEndpointTypes(v []*SupportedEndpointType) *DescribeEndpointTypesOutput
SetSupportedEndpointTypes sets the SupportedEndpointTypes field's value.
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointsMessage
func (DescribeEndpointsInput) GoString ¶
func (s DescribeEndpointsInput) GoString() string
GoString returns the string representation
func (*DescribeEndpointsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeEndpointsInput) SetFilters(v []*Filter) *DescribeEndpointsInput
SetFilters sets the Filters field's value.
func (*DescribeEndpointsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeEndpointsInput) SetMarker(v string) *DescribeEndpointsInput
SetMarker sets the Marker field's value.
func (*DescribeEndpointsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeEndpointsInput) SetMaxRecords(v int64) *DescribeEndpointsInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeEndpointsInput) String ¶
func (s DescribeEndpointsInput) String() string
String returns the string representation
func (*DescribeEndpointsInput) Validate ¶ added in v1.1.21
func (s *DescribeEndpointsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEndpointsOutput ¶
type DescribeEndpointsOutput struct { // Endpoint description. Endpoints []*Endpoint `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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointsResponse
func (DescribeEndpointsOutput) GoString ¶
func (s DescribeEndpointsOutput) GoString() string
GoString returns the string representation
func (*DescribeEndpointsOutput) SetEndpoints ¶ added in v1.5.0
func (s *DescribeEndpointsOutput) SetEndpoints(v []*Endpoint) *DescribeEndpointsOutput
SetEndpoints sets the Endpoints field's value.
func (*DescribeEndpointsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeEndpointsOutput) SetMarker(v string) *DescribeEndpointsOutput
SetMarker sets the Marker field's value.
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeOrderableReplicationInstancesMessage
func (DescribeOrderableReplicationInstancesInput) GoString ¶
func (s DescribeOrderableReplicationInstancesInput) GoString() string
GoString returns the string representation
func (*DescribeOrderableReplicationInstancesInput) SetMarker ¶ added in v1.5.0
func (s *DescribeOrderableReplicationInstancesInput) SetMarker(v string) *DescribeOrderableReplicationInstancesInput
SetMarker sets the Marker field's value.
func (*DescribeOrderableReplicationInstancesInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeOrderableReplicationInstancesInput) SetMaxRecords(v int64) *DescribeOrderableReplicationInstancesInput
SetMaxRecords sets the MaxRecords field's value.
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeOrderableReplicationInstancesResponse
func (DescribeOrderableReplicationInstancesOutput) GoString ¶
func (s DescribeOrderableReplicationInstancesOutput) GoString() string
GoString returns the string representation
func (*DescribeOrderableReplicationInstancesOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeOrderableReplicationInstancesOutput) SetMarker(v string) *DescribeOrderableReplicationInstancesOutput
SetMarker sets the Marker field's value.
func (*DescribeOrderableReplicationInstancesOutput) SetOrderableReplicationInstances ¶ added in v1.5.0
func (s *DescribeOrderableReplicationInstancesOutput) SetOrderableReplicationInstances(v []*OrderableReplicationInstance) *DescribeOrderableReplicationInstancesOutput
SetOrderableReplicationInstances sets the OrderableReplicationInstances field's value.
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 is a required field EndpointArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRefreshSchemasStatusMessage
func (DescribeRefreshSchemasStatusInput) GoString ¶
func (s DescribeRefreshSchemasStatusInput) GoString() string
GoString returns the string representation
func (*DescribeRefreshSchemasStatusInput) SetEndpointArn ¶ added in v1.5.0
func (s *DescribeRefreshSchemasStatusInput) SetEndpointArn(v string) *DescribeRefreshSchemasStatusInput
SetEndpointArn sets the EndpointArn field's value.
func (DescribeRefreshSchemasStatusInput) String ¶
func (s DescribeRefreshSchemasStatusInput) String() string
String returns the string representation
func (*DescribeRefreshSchemasStatusInput) Validate ¶ added in v1.1.21
func (s *DescribeRefreshSchemasStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeRefreshSchemasStatusOutput ¶
type DescribeRefreshSchemasStatusOutput struct { // The status of the schema. RefreshSchemasStatus *RefreshSchemasStatus `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRefreshSchemasStatusResponse
func (DescribeRefreshSchemasStatusOutput) GoString ¶
func (s DescribeRefreshSchemasStatusOutput) GoString() string
GoString returns the string representation
func (*DescribeRefreshSchemasStatusOutput) SetRefreshSchemasStatus ¶ added in v1.5.0
func (s *DescribeRefreshSchemasStatusOutput) SetRefreshSchemasStatus(v *RefreshSchemasStatus) *DescribeRefreshSchemasStatusOutput
SetRefreshSchemasStatus sets the RefreshSchemasStatus field's value.
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstancesMessage
func (DescribeReplicationInstancesInput) GoString ¶
func (s DescribeReplicationInstancesInput) GoString() string
GoString returns the string representation
func (*DescribeReplicationInstancesInput) SetFilters ¶ added in v1.5.0
func (s *DescribeReplicationInstancesInput) SetFilters(v []*Filter) *DescribeReplicationInstancesInput
SetFilters sets the Filters field's value.
func (*DescribeReplicationInstancesInput) SetMarker ¶ added in v1.5.0
func (s *DescribeReplicationInstancesInput) SetMarker(v string) *DescribeReplicationInstancesInput
SetMarker sets the Marker field's value.
func (*DescribeReplicationInstancesInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeReplicationInstancesInput) SetMaxRecords(v int64) *DescribeReplicationInstancesInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeReplicationInstancesInput) String ¶
func (s DescribeReplicationInstancesInput) String() string
String returns the string representation
func (*DescribeReplicationInstancesInput) Validate ¶ added in v1.1.21
func (s *DescribeReplicationInstancesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeReplicationInstancesOutput ¶
type DescribeReplicationInstancesOutput struct { // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The replication instances described. ReplicationInstances []*ReplicationInstance `locationNameList:"ReplicationInstance" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstancesResponse
func (DescribeReplicationInstancesOutput) GoString ¶
func (s DescribeReplicationInstancesOutput) GoString() string
GoString returns the string representation
func (*DescribeReplicationInstancesOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeReplicationInstancesOutput) SetMarker(v string) *DescribeReplicationInstancesOutput
SetMarker sets the Marker field's value.
func (*DescribeReplicationInstancesOutput) SetReplicationInstances ¶ added in v1.5.0
func (s *DescribeReplicationInstancesOutput) SetReplicationInstances(v []*ReplicationInstance) *DescribeReplicationInstancesOutput
SetReplicationInstances sets the ReplicationInstances field's value.
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroupsMessage
func (DescribeReplicationSubnetGroupsInput) GoString ¶
func (s DescribeReplicationSubnetGroupsInput) GoString() string
GoString returns the string representation
func (*DescribeReplicationSubnetGroupsInput) SetFilters ¶ added in v1.5.0
func (s *DescribeReplicationSubnetGroupsInput) SetFilters(v []*Filter) *DescribeReplicationSubnetGroupsInput
SetFilters sets the Filters field's value.
func (*DescribeReplicationSubnetGroupsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeReplicationSubnetGroupsInput) SetMarker(v string) *DescribeReplicationSubnetGroupsInput
SetMarker sets the Marker field's value.
func (*DescribeReplicationSubnetGroupsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeReplicationSubnetGroupsInput) SetMaxRecords(v int64) *DescribeReplicationSubnetGroupsInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeReplicationSubnetGroupsInput) String ¶
func (s DescribeReplicationSubnetGroupsInput) String() string
String returns the string representation
func (*DescribeReplicationSubnetGroupsInput) Validate ¶ added in v1.1.21
func (s *DescribeReplicationSubnetGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeReplicationSubnetGroupsOutput ¶
type DescribeReplicationSubnetGroupsOutput struct { // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // A description of the replication subnet groups. ReplicationSubnetGroups []*ReplicationSubnetGroup `locationNameList:"ReplicationSubnetGroup" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroupsResponse
func (DescribeReplicationSubnetGroupsOutput) GoString ¶
func (s DescribeReplicationSubnetGroupsOutput) GoString() string
GoString returns the string representation
func (*DescribeReplicationSubnetGroupsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeReplicationSubnetGroupsOutput) SetMarker(v string) *DescribeReplicationSubnetGroupsOutput
SetMarker sets the Marker field's value.
func (*DescribeReplicationSubnetGroupsOutput) SetReplicationSubnetGroups ¶ added in v1.5.0
func (s *DescribeReplicationSubnetGroupsOutput) SetReplicationSubnetGroups(v []*ReplicationSubnetGroup) *DescribeReplicationSubnetGroupsOutput
SetReplicationSubnetGroups sets the ReplicationSubnetGroups field's value.
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTasksMessage
func (DescribeReplicationTasksInput) GoString ¶
func (s DescribeReplicationTasksInput) GoString() string
GoString returns the string representation
func (*DescribeReplicationTasksInput) SetFilters ¶ added in v1.5.0
func (s *DescribeReplicationTasksInput) SetFilters(v []*Filter) *DescribeReplicationTasksInput
SetFilters sets the Filters field's value.
func (*DescribeReplicationTasksInput) SetMarker ¶ added in v1.5.0
func (s *DescribeReplicationTasksInput) SetMarker(v string) *DescribeReplicationTasksInput
SetMarker sets the Marker field's value.
func (*DescribeReplicationTasksInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeReplicationTasksInput) SetMaxRecords(v int64) *DescribeReplicationTasksInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeReplicationTasksInput) String ¶
func (s DescribeReplicationTasksInput) String() string
String returns the string representation
func (*DescribeReplicationTasksInput) Validate ¶ added in v1.1.21
func (s *DescribeReplicationTasksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeReplicationTasksOutput ¶
type DescribeReplicationTasksOutput struct { // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // A description of the replication tasks. ReplicationTasks []*ReplicationTask `locationNameList:"ReplicationTask" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTasksResponse
func (DescribeReplicationTasksOutput) GoString ¶
func (s DescribeReplicationTasksOutput) GoString() string
GoString returns the string representation
func (*DescribeReplicationTasksOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeReplicationTasksOutput) SetMarker(v string) *DescribeReplicationTasksOutput
SetMarker sets the Marker field's value.
func (*DescribeReplicationTasksOutput) SetReplicationTasks ¶ added in v1.5.0
func (s *DescribeReplicationTasksOutput) SetReplicationTasks(v []*ReplicationTask) *DescribeReplicationTasksOutput
SetReplicationTasks sets the ReplicationTasks field's value.
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 is a required field EndpointArn *string `type:"string" required:"true"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeSchemasMessage
func (DescribeSchemasInput) GoString ¶
func (s DescribeSchemasInput) GoString() string
GoString returns the string representation
func (*DescribeSchemasInput) SetEndpointArn ¶ added in v1.5.0
func (s *DescribeSchemasInput) SetEndpointArn(v string) *DescribeSchemasInput
SetEndpointArn sets the EndpointArn field's value.
func (*DescribeSchemasInput) SetMarker ¶ added in v1.5.0
func (s *DescribeSchemasInput) SetMarker(v string) *DescribeSchemasInput
SetMarker sets the Marker field's value.
func (*DescribeSchemasInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeSchemasInput) SetMaxRecords(v int64) *DescribeSchemasInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeSchemasInput) String ¶
func (s DescribeSchemasInput) String() string
String returns the string representation
func (*DescribeSchemasInput) Validate ¶ added in v1.1.21
func (s *DescribeSchemasInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeSchemasOutput ¶
type DescribeSchemasOutput struct { // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The described schema. Schemas []*string `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeSchemasResponse
func (DescribeSchemasOutput) GoString ¶
func (s DescribeSchemasOutput) GoString() string
GoString returns the string representation
func (*DescribeSchemasOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeSchemasOutput) SetMarker(v string) *DescribeSchemasOutput
SetMarker sets the Marker field's value.
func (*DescribeSchemasOutput) SetSchemas ¶ added in v1.5.0
func (s *DescribeSchemasOutput) SetSchemas(v []*string) *DescribeSchemasOutput
SetSchemas sets the Schemas field's value.
func (DescribeSchemasOutput) String ¶
func (s DescribeSchemasOutput) String() string
String returns the string representation
type DescribeTableStatisticsInput ¶
type DescribeTableStatisticsInput struct { // 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 is a required field ReplicationTaskArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeTableStatisticsMessage
func (DescribeTableStatisticsInput) GoString ¶
func (s DescribeTableStatisticsInput) GoString() string
GoString returns the string representation
func (*DescribeTableStatisticsInput) SetMarker ¶ added in v1.5.0
func (s *DescribeTableStatisticsInput) SetMarker(v string) *DescribeTableStatisticsInput
SetMarker sets the Marker field's value.
func (*DescribeTableStatisticsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeTableStatisticsInput) SetMaxRecords(v int64) *DescribeTableStatisticsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeTableStatisticsInput) SetReplicationTaskArn ¶ added in v1.5.0
func (s *DescribeTableStatisticsInput) SetReplicationTaskArn(v string) *DescribeTableStatisticsInput
SetReplicationTaskArn sets the ReplicationTaskArn field's value.
func (DescribeTableStatisticsInput) String ¶
func (s DescribeTableStatisticsInput) String() string
String returns the string representation
func (*DescribeTableStatisticsInput) Validate ¶ added in v1.1.21
func (s *DescribeTableStatisticsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeTableStatisticsOutput ¶
type DescribeTableStatisticsOutput struct { // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The Amazon Resource Name (ARN) of the replication task. ReplicationTaskArn *string `type:"string"` // The table statistics. TableStatistics []*TableStatistics `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeTableStatisticsResponse
func (DescribeTableStatisticsOutput) GoString ¶
func (s DescribeTableStatisticsOutput) GoString() string
GoString returns the string representation
func (*DescribeTableStatisticsOutput) SetMarker ¶ added in v1.5.0
func (s *DescribeTableStatisticsOutput) SetMarker(v string) *DescribeTableStatisticsOutput
SetMarker sets the Marker field's value.
func (*DescribeTableStatisticsOutput) SetReplicationTaskArn ¶ added in v1.5.0
func (s *DescribeTableStatisticsOutput) SetReplicationTaskArn(v string) *DescribeTableStatisticsOutput
SetReplicationTaskArn sets the ReplicationTaskArn field's value.
func (*DescribeTableStatisticsOutput) SetTableStatistics ¶ added in v1.5.0
func (s *DescribeTableStatisticsOutput) SetTableStatistics(v []*TableStatistics) *DescribeTableStatisticsOutput
SetTableStatistics sets the TableStatistics field's value.
func (DescribeTableStatisticsOutput) String ¶
func (s DescribeTableStatisticsOutput) String() string
String returns the string representation
type Endpoint ¶
type Endpoint struct { // The Amazon Resource Name (ARN) used for SSL connection to the endpoint. CertificateArn *string `type:"string"` // The name of the database at the endpoint. DatabaseName *string `type:"string"` // The 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. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, // AURORA, REDSHIFT, SYBASE, and SQLSERVER. 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 SSL mode used to connect to the endpoint. // // SSL mode can be one of four values: none, require, verify-ca, verify-full. // // The default value is none. SslMode *string `type:"string" enum:"DmsSslModeValue"` // The status of the endpoint. Status *string `type:"string"` // The user name used to connect to the endpoint. Username *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Endpoint
func (*Endpoint) SetCertificateArn ¶ added in v1.5.0
SetCertificateArn sets the CertificateArn field's value.
func (*Endpoint) SetDatabaseName ¶ added in v1.5.0
SetDatabaseName sets the DatabaseName field's value.
func (*Endpoint) SetEndpointArn ¶ added in v1.5.0
SetEndpointArn sets the EndpointArn field's value.
func (*Endpoint) SetEndpointIdentifier ¶ added in v1.5.0
SetEndpointIdentifier sets the EndpointIdentifier field's value.
func (*Endpoint) SetEndpointType ¶ added in v1.5.0
SetEndpointType sets the EndpointType field's value.
func (*Endpoint) SetEngineName ¶ added in v1.5.0
SetEngineName sets the EngineName field's value.
func (*Endpoint) SetExtraConnectionAttributes ¶ added in v1.5.0
SetExtraConnectionAttributes sets the ExtraConnectionAttributes field's value.
func (*Endpoint) SetKmsKeyId ¶ added in v1.5.0
SetKmsKeyId sets the KmsKeyId field's value.
func (*Endpoint) SetServerName ¶ added in v1.5.0
SetServerName sets the ServerName field's value.
func (*Endpoint) SetSslMode ¶ added in v1.5.0
SetSslMode sets the SslMode field's value.
func (*Endpoint) SetUsername ¶ added in v1.5.0
SetUsername sets the Username field's value.
type Filter ¶
type Filter struct { // The name of the filter. // // Name is a required field Name *string `type:"string" required:"true"` // The filter value. // // Values is a required field Values []*string `locationNameList:"Value" type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Filter
type ImportCertificateInput ¶ added in v1.2.5
type ImportCertificateInput struct { // The customer-assigned name of the certificate. Valid characters are A-z and // 0-9. // // CertificateIdentifier is a required field CertificateIdentifier *string `type:"string" required:"true"` // The contents of the .pem X.509 certificate file for the certificate. CertificatePem *string `type:"string"` // The location of the imported Oracle Wallet certificate for use with SSL. // // CertificateWallet is automatically base64 encoded/decoded by the SDK. CertificateWallet []byte `type:"blob"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificateMessage
func (ImportCertificateInput) GoString ¶ added in v1.2.5
func (s ImportCertificateInput) GoString() string
GoString returns the string representation
func (*ImportCertificateInput) SetCertificateIdentifier ¶ added in v1.5.0
func (s *ImportCertificateInput) SetCertificateIdentifier(v string) *ImportCertificateInput
SetCertificateIdentifier sets the CertificateIdentifier field's value.
func (*ImportCertificateInput) SetCertificatePem ¶ added in v1.5.0
func (s *ImportCertificateInput) SetCertificatePem(v string) *ImportCertificateInput
SetCertificatePem sets the CertificatePem field's value.
func (*ImportCertificateInput) SetCertificateWallet ¶ added in v1.6.3
func (s *ImportCertificateInput) SetCertificateWallet(v []byte) *ImportCertificateInput
SetCertificateWallet sets the CertificateWallet field's value.
func (ImportCertificateInput) String ¶ added in v1.2.5
func (s ImportCertificateInput) String() string
String returns the string representation
func (*ImportCertificateInput) Validate ¶ added in v1.2.5
func (s *ImportCertificateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ImportCertificateOutput ¶ added in v1.2.5
type ImportCertificateOutput struct { // The certificate to be uploaded. Certificate *Certificate `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificateResponse
func (ImportCertificateOutput) GoString ¶ added in v1.2.5
func (s ImportCertificateOutput) GoString() string
GoString returns the string representation
func (*ImportCertificateOutput) SetCertificate ¶ added in v1.5.0
func (s *ImportCertificateOutput) SetCertificate(v *Certificate) *ImportCertificateOutput
SetCertificate sets the Certificate field's value.
func (ImportCertificateOutput) String ¶ added in v1.2.5
func (s ImportCertificateOutput) String() string
String returns the string representation
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) string that uniquely identifies the AWS DMS // resource. // // ResourceArn is a required field ResourceArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResourceMessage
func (ListTagsForResourceInput) GoString ¶
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation
func (*ListTagsForResourceInput) SetResourceArn ¶ added in v1.5.0
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListTagsForResourceInput) String ¶
func (s ListTagsForResourceInput) String() string
String returns the string representation
func (*ListTagsForResourceInput) Validate ¶ added in v1.1.21
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // A list of tags for the resource. TagList []*Tag `locationNameList:"Tag" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResourceResponse
func (ListTagsForResourceOutput) GoString ¶
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation
func (*ListTagsForResourceOutput) SetTagList ¶ added in v1.5.0
func (s *ListTagsForResourceOutput) SetTagList(v []*Tag) *ListTagsForResourceOutput
SetTagList sets the TagList field's value.
func (ListTagsForResourceOutput) String ¶
func (s ListTagsForResourceOutput) String() string
String returns the string representation
type ModifyEndpointInput ¶
type ModifyEndpointInput struct { // The Amazon Resource Name (ARN) of the certificate used for SSL connection. CertificateArn *string `type:"string"` // The name of the endpoint database. DatabaseName *string `type:"string"` // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. // // EndpointArn is a required field EndpointArn *string `type:"string" required:"true"` // The database endpoint identifier. Identifiers must begin with a letter; 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, MARIADB, AURORA, REDSHIFT, SYBASE, and SQLSERVER. 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 SSL mode to be used. // // SSL mode can be one of four values: none, require, verify-ca, verify-full. // // The default value is none. SslMode *string `type:"string" enum:"DmsSslModeValue"` // The user name to be used to login to the endpoint database. Username *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpointMessage
func (ModifyEndpointInput) GoString ¶
func (s ModifyEndpointInput) GoString() string
GoString returns the string representation
func (*ModifyEndpointInput) SetCertificateArn ¶ added in v1.5.0
func (s *ModifyEndpointInput) SetCertificateArn(v string) *ModifyEndpointInput
SetCertificateArn sets the CertificateArn field's value.
func (*ModifyEndpointInput) SetDatabaseName ¶ added in v1.5.0
func (s *ModifyEndpointInput) SetDatabaseName(v string) *ModifyEndpointInput
SetDatabaseName sets the DatabaseName field's value.
func (*ModifyEndpointInput) SetEndpointArn ¶ added in v1.5.0
func (s *ModifyEndpointInput) SetEndpointArn(v string) *ModifyEndpointInput
SetEndpointArn sets the EndpointArn field's value.
func (*ModifyEndpointInput) SetEndpointIdentifier ¶ added in v1.5.0
func (s *ModifyEndpointInput) SetEndpointIdentifier(v string) *ModifyEndpointInput
SetEndpointIdentifier sets the EndpointIdentifier field's value.
func (*ModifyEndpointInput) SetEndpointType ¶ added in v1.5.0
func (s *ModifyEndpointInput) SetEndpointType(v string) *ModifyEndpointInput
SetEndpointType sets the EndpointType field's value.
func (*ModifyEndpointInput) SetEngineName ¶ added in v1.5.0
func (s *ModifyEndpointInput) SetEngineName(v string) *ModifyEndpointInput
SetEngineName sets the EngineName field's value.
func (*ModifyEndpointInput) SetExtraConnectionAttributes ¶ added in v1.5.0
func (s *ModifyEndpointInput) SetExtraConnectionAttributes(v string) *ModifyEndpointInput
SetExtraConnectionAttributes sets the ExtraConnectionAttributes field's value.
func (*ModifyEndpointInput) SetPassword ¶ added in v1.5.0
func (s *ModifyEndpointInput) SetPassword(v string) *ModifyEndpointInput
SetPassword sets the Password field's value.
func (*ModifyEndpointInput) SetPort ¶ added in v1.5.0
func (s *ModifyEndpointInput) SetPort(v int64) *ModifyEndpointInput
SetPort sets the Port field's value.
func (*ModifyEndpointInput) SetServerName ¶ added in v1.5.0
func (s *ModifyEndpointInput) SetServerName(v string) *ModifyEndpointInput
SetServerName sets the ServerName field's value.
func (*ModifyEndpointInput) SetSslMode ¶ added in v1.5.0
func (s *ModifyEndpointInput) SetSslMode(v string) *ModifyEndpointInput
SetSslMode sets the SslMode field's value.
func (*ModifyEndpointInput) SetUsername ¶ added in v1.5.0
func (s *ModifyEndpointInput) SetUsername(v string) *ModifyEndpointInput
SetUsername sets the Username field's value.
func (ModifyEndpointInput) String ¶
func (s ModifyEndpointInput) String() string
String returns the string representation
func (*ModifyEndpointInput) Validate ¶ added in v1.1.21
func (s *ModifyEndpointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyEndpointOutput ¶
type ModifyEndpointOutput struct { // The modified endpoint. Endpoint *Endpoint `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpointResponse
func (ModifyEndpointOutput) GoString ¶
func (s ModifyEndpointOutput) GoString() string
GoString returns the string representation
func (*ModifyEndpointOutput) SetEndpoint ¶ added in v1.5.0
func (s *ModifyEndpointOutput) SetEndpoint(v *Endpoint) *ModifyEndpointOutput
SetEndpoint sets the Endpoint field's value.
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"` // Specifies if the replication instance is a Multi-AZ deployment. You cannot // set the AvailabilityZone parameter if the Multi-AZ parameter is set to true. MultiAZ *bool `type:"boolean"` // The weekly time range (in UTC) during which system maintenance can occur, // which might result in an outage. Changing this parameter does not result // in an outage, except in the following situation, and the change is asynchronously // applied as soon as possible. If moving this window to the current time, there // must be at least 30 minutes between the current time and end of the window // to ensure pending changes are applied. // // Default: Uses existing setting // // Format: ddd:hh24:mi-ddd:hh24:mi // // Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun // // Constraints: Must be at least 30 minutes PreferredMaintenanceWindow *string `type:"string"` // The Amazon Resource Name (ARN) of the replication instance. // // ReplicationInstanceArn is a required field ReplicationInstanceArn *string `type:"string" required:"true"` // The compute and memory capacity of the replication instance. // // 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"` // Specifies the VPC security group to be used with the replication instance. // The VPC security group must work with the VPC containing the replication // instance. VpcSecurityGroupIds []*string `locationNameList:"VpcSecurityGroupId" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstanceMessage
func (ModifyReplicationInstanceInput) GoString ¶
func (s ModifyReplicationInstanceInput) GoString() string
GoString returns the string representation
func (*ModifyReplicationInstanceInput) SetAllocatedStorage ¶ added in v1.5.0
func (s *ModifyReplicationInstanceInput) SetAllocatedStorage(v int64) *ModifyReplicationInstanceInput
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*ModifyReplicationInstanceInput) SetAllowMajorVersionUpgrade ¶ added in v1.5.0
func (s *ModifyReplicationInstanceInput) SetAllowMajorVersionUpgrade(v bool) *ModifyReplicationInstanceInput
SetAllowMajorVersionUpgrade sets the AllowMajorVersionUpgrade field's value.
func (*ModifyReplicationInstanceInput) SetApplyImmediately ¶ added in v1.5.0
func (s *ModifyReplicationInstanceInput) SetApplyImmediately(v bool) *ModifyReplicationInstanceInput
SetApplyImmediately sets the ApplyImmediately field's value.
func (*ModifyReplicationInstanceInput) SetAutoMinorVersionUpgrade ¶ added in v1.5.0
func (s *ModifyReplicationInstanceInput) SetAutoMinorVersionUpgrade(v bool) *ModifyReplicationInstanceInput
SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value.
func (*ModifyReplicationInstanceInput) SetEngineVersion ¶ added in v1.5.0
func (s *ModifyReplicationInstanceInput) SetEngineVersion(v string) *ModifyReplicationInstanceInput
SetEngineVersion sets the EngineVersion field's value.
func (*ModifyReplicationInstanceInput) SetMultiAZ ¶ added in v1.5.0
func (s *ModifyReplicationInstanceInput) SetMultiAZ(v bool) *ModifyReplicationInstanceInput
SetMultiAZ sets the MultiAZ field's value.
func (*ModifyReplicationInstanceInput) SetPreferredMaintenanceWindow ¶ added in v1.5.0
func (s *ModifyReplicationInstanceInput) SetPreferredMaintenanceWindow(v string) *ModifyReplicationInstanceInput
SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.
func (*ModifyReplicationInstanceInput) SetReplicationInstanceArn ¶ added in v1.5.0
func (s *ModifyReplicationInstanceInput) SetReplicationInstanceArn(v string) *ModifyReplicationInstanceInput
SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.
func (*ModifyReplicationInstanceInput) SetReplicationInstanceClass ¶ added in v1.5.0
func (s *ModifyReplicationInstanceInput) SetReplicationInstanceClass(v string) *ModifyReplicationInstanceInput
SetReplicationInstanceClass sets the ReplicationInstanceClass field's value.
func (*ModifyReplicationInstanceInput) SetReplicationInstanceIdentifier ¶ added in v1.5.0
func (s *ModifyReplicationInstanceInput) SetReplicationInstanceIdentifier(v string) *ModifyReplicationInstanceInput
SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value.
func (*ModifyReplicationInstanceInput) SetVpcSecurityGroupIds ¶ added in v1.5.0
func (s *ModifyReplicationInstanceInput) SetVpcSecurityGroupIds(v []*string) *ModifyReplicationInstanceInput
SetVpcSecurityGroupIds sets the VpcSecurityGroupIds field's value.
func (ModifyReplicationInstanceInput) String ¶
func (s ModifyReplicationInstanceInput) String() string
String returns the string representation
func (*ModifyReplicationInstanceInput) Validate ¶ added in v1.1.21
func (s *ModifyReplicationInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyReplicationInstanceOutput ¶
type ModifyReplicationInstanceOutput struct { // The modified replication instance. ReplicationInstance *ReplicationInstance `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstanceResponse
func (ModifyReplicationInstanceOutput) GoString ¶
func (s ModifyReplicationInstanceOutput) GoString() string
GoString returns the string representation
func (*ModifyReplicationInstanceOutput) SetReplicationInstance ¶ added in v1.5.0
func (s *ModifyReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *ModifyReplicationInstanceOutput
SetReplicationInstance sets the ReplicationInstance field's value.
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 is a required field ReplicationSubnetGroupIdentifier *string `type:"string" required:"true"` // A list of subnet IDs. // // SubnetIds is a required field SubnetIds []*string `locationNameList:"SubnetIdentifier" type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroupMessage
func (ModifyReplicationSubnetGroupInput) GoString ¶
func (s ModifyReplicationSubnetGroupInput) GoString() string
GoString returns the string representation
func (*ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupDescription ¶ added in v1.5.0
func (s *ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupDescription(v string) *ModifyReplicationSubnetGroupInput
SetReplicationSubnetGroupDescription sets the ReplicationSubnetGroupDescription field's value.
func (*ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier ¶ added in v1.5.0
func (s *ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *ModifyReplicationSubnetGroupInput
SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value.
func (*ModifyReplicationSubnetGroupInput) SetSubnetIds ¶ added in v1.5.0
func (s *ModifyReplicationSubnetGroupInput) SetSubnetIds(v []*string) *ModifyReplicationSubnetGroupInput
SetSubnetIds sets the SubnetIds field's value.
func (ModifyReplicationSubnetGroupInput) String ¶
func (s ModifyReplicationSubnetGroupInput) String() string
String returns the string representation
func (*ModifyReplicationSubnetGroupInput) Validate ¶ added in v1.1.21
func (s *ModifyReplicationSubnetGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyReplicationSubnetGroupOutput ¶
type ModifyReplicationSubnetGroupOutput struct { // The modified replication subnet group. ReplicationSubnetGroup *ReplicationSubnetGroup `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroupResponse
func (ModifyReplicationSubnetGroupOutput) GoString ¶
func (s ModifyReplicationSubnetGroupOutput) GoString() string
GoString returns the string representation
func (*ModifyReplicationSubnetGroupOutput) SetReplicationSubnetGroup ¶ added in v1.5.0
func (s *ModifyReplicationSubnetGroupOutput) SetReplicationSubnetGroup(v *ReplicationSubnetGroup) *ModifyReplicationSubnetGroupOutput
SetReplicationSubnetGroup sets the ReplicationSubnetGroup field's value.
func (ModifyReplicationSubnetGroupOutput) String ¶
func (s ModifyReplicationSubnetGroupOutput) String() string
String returns the string representation
type ModifyReplicationTaskInput ¶ added in v1.6.3
type ModifyReplicationTaskInput struct { // The start time for the Change Data Capture (CDC) operation. CdcStartTime *time.Time `type:"timestamp" timestampFormat:"unix"` // The migration type. // // Valid values: full-load | cdc | full-load-and-cdc MigrationType *string `type:"string" enum:"MigrationTypeValue"` // The Amazon Resource Name (ARN) of the replication task. // // ReplicationTaskArn is a required field ReplicationTaskArn *string `type:"string" required:"true"` // The replication task identifier. // // Constraints: // // * Must contain 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"` // JSON file that contains settings for the task, such as target metadata settings. ReplicationTaskSettings *string `type:"string"` // The path of the JSON file that contains the table mappings. Preceed the path // with "file://". // // For example, --table-mappings file://mappingfile.json TableMappings *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTaskMessage
func (ModifyReplicationTaskInput) GoString ¶ added in v1.6.3
func (s ModifyReplicationTaskInput) GoString() string
GoString returns the string representation
func (*ModifyReplicationTaskInput) SetCdcStartTime ¶ added in v1.6.3
func (s *ModifyReplicationTaskInput) SetCdcStartTime(v time.Time) *ModifyReplicationTaskInput
SetCdcStartTime sets the CdcStartTime field's value.
func (*ModifyReplicationTaskInput) SetMigrationType ¶ added in v1.6.3
func (s *ModifyReplicationTaskInput) SetMigrationType(v string) *ModifyReplicationTaskInput
SetMigrationType sets the MigrationType field's value.
func (*ModifyReplicationTaskInput) SetReplicationTaskArn ¶ added in v1.6.3
func (s *ModifyReplicationTaskInput) SetReplicationTaskArn(v string) *ModifyReplicationTaskInput
SetReplicationTaskArn sets the ReplicationTaskArn field's value.
func (*ModifyReplicationTaskInput) SetReplicationTaskIdentifier ¶ added in v1.6.3
func (s *ModifyReplicationTaskInput) SetReplicationTaskIdentifier(v string) *ModifyReplicationTaskInput
SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value.
func (*ModifyReplicationTaskInput) SetReplicationTaskSettings ¶ added in v1.6.3
func (s *ModifyReplicationTaskInput) SetReplicationTaskSettings(v string) *ModifyReplicationTaskInput
SetReplicationTaskSettings sets the ReplicationTaskSettings field's value.
func (*ModifyReplicationTaskInput) SetTableMappings ¶ added in v1.6.3
func (s *ModifyReplicationTaskInput) SetTableMappings(v string) *ModifyReplicationTaskInput
SetTableMappings sets the TableMappings field's value.
func (ModifyReplicationTaskInput) String ¶ added in v1.6.3
func (s ModifyReplicationTaskInput) String() string
String returns the string representation
func (*ModifyReplicationTaskInput) Validate ¶ added in v1.6.3
func (s *ModifyReplicationTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyReplicationTaskOutput ¶ added in v1.6.3
type ModifyReplicationTaskOutput struct { // The replication task that was modified. ReplicationTask *ReplicationTask `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTaskResponse
func (ModifyReplicationTaskOutput) GoString ¶ added in v1.6.3
func (s ModifyReplicationTaskOutput) GoString() string
GoString returns the string representation
func (*ModifyReplicationTaskOutput) SetReplicationTask ¶ added in v1.6.3
func (s *ModifyReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *ModifyReplicationTaskOutput
SetReplicationTask sets the ReplicationTask field's value.
func (ModifyReplicationTaskOutput) String ¶ added in v1.6.3
func (s ModifyReplicationTaskOutput) 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/OrderableReplicationInstance
func (OrderableReplicationInstance) GoString ¶
func (s OrderableReplicationInstance) GoString() string
GoString returns the string representation
func (*OrderableReplicationInstance) SetDefaultAllocatedStorage ¶ added in v1.5.0
func (s *OrderableReplicationInstance) SetDefaultAllocatedStorage(v int64) *OrderableReplicationInstance
SetDefaultAllocatedStorage sets the DefaultAllocatedStorage field's value.
func (*OrderableReplicationInstance) SetEngineVersion ¶ added in v1.5.0
func (s *OrderableReplicationInstance) SetEngineVersion(v string) *OrderableReplicationInstance
SetEngineVersion sets the EngineVersion field's value.
func (*OrderableReplicationInstance) SetIncludedAllocatedStorage ¶ added in v1.5.0
func (s *OrderableReplicationInstance) SetIncludedAllocatedStorage(v int64) *OrderableReplicationInstance
SetIncludedAllocatedStorage sets the IncludedAllocatedStorage field's value.
func (*OrderableReplicationInstance) SetMaxAllocatedStorage ¶ added in v1.5.0
func (s *OrderableReplicationInstance) SetMaxAllocatedStorage(v int64) *OrderableReplicationInstance
SetMaxAllocatedStorage sets the MaxAllocatedStorage field's value.
func (*OrderableReplicationInstance) SetMinAllocatedStorage ¶ added in v1.5.0
func (s *OrderableReplicationInstance) SetMinAllocatedStorage(v int64) *OrderableReplicationInstance
SetMinAllocatedStorage sets the MinAllocatedStorage field's value.
func (*OrderableReplicationInstance) SetReplicationInstanceClass ¶ added in v1.5.0
func (s *OrderableReplicationInstance) SetReplicationInstanceClass(v string) *OrderableReplicationInstance
SetReplicationInstanceClass sets the ReplicationInstanceClass field's value.
func (*OrderableReplicationInstance) SetStorageType ¶ added in v1.5.0
func (s *OrderableReplicationInstance) SetStorageType(v string) *OrderableReplicationInstance
SetStorageType sets the StorageType field's value.
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 is a required field EndpointArn *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) of the replication instance. // // ReplicationInstanceArn is a required field ReplicationInstanceArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RefreshSchemasMessage
func (RefreshSchemasInput) GoString ¶
func (s RefreshSchemasInput) GoString() string
GoString returns the string representation
func (*RefreshSchemasInput) SetEndpointArn ¶ added in v1.5.0
func (s *RefreshSchemasInput) SetEndpointArn(v string) *RefreshSchemasInput
SetEndpointArn sets the EndpointArn field's value.
func (*RefreshSchemasInput) SetReplicationInstanceArn ¶ added in v1.5.0
func (s *RefreshSchemasInput) SetReplicationInstanceArn(v string) *RefreshSchemasInput
SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.
func (RefreshSchemasInput) String ¶
func (s RefreshSchemasInput) String() string
String returns the string representation
func (*RefreshSchemasInput) Validate ¶ added in v1.1.21
func (s *RefreshSchemasInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RefreshSchemasOutput ¶
type RefreshSchemasOutput struct { // The status of the refreshed schema. RefreshSchemasStatus *RefreshSchemasStatus `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RefreshSchemasResponse
func (RefreshSchemasOutput) GoString ¶
func (s RefreshSchemasOutput) GoString() string
GoString returns the string representation
func (*RefreshSchemasOutput) SetRefreshSchemasStatus ¶ added in v1.5.0
func (s *RefreshSchemasOutput) SetRefreshSchemasStatus(v *RefreshSchemasStatus) *RefreshSchemasOutput
SetRefreshSchemasStatus sets the RefreshSchemasStatus field's value.
func (RefreshSchemasOutput) String ¶
func (s RefreshSchemasOutput) String() string
String returns the string representation
type RefreshSchemasStatus ¶
type RefreshSchemasStatus struct { // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. EndpointArn *string `type:"string"` // The last failure message for the schema. LastFailureMessage *string `type:"string"` // The date the schema was last refreshed. LastRefreshDate *time.Time `type:"timestamp" 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RefreshSchemasStatus
func (RefreshSchemasStatus) GoString ¶
func (s RefreshSchemasStatus) GoString() string
GoString returns the string representation
func (*RefreshSchemasStatus) SetEndpointArn ¶ added in v1.5.0
func (s *RefreshSchemasStatus) SetEndpointArn(v string) *RefreshSchemasStatus
SetEndpointArn sets the EndpointArn field's value.
func (*RefreshSchemasStatus) SetLastFailureMessage ¶ added in v1.5.0
func (s *RefreshSchemasStatus) SetLastFailureMessage(v string) *RefreshSchemasStatus
SetLastFailureMessage sets the LastFailureMessage field's value.
func (*RefreshSchemasStatus) SetLastRefreshDate ¶ added in v1.5.0
func (s *RefreshSchemasStatus) SetLastRefreshDate(v time.Time) *RefreshSchemasStatus
SetLastRefreshDate sets the LastRefreshDate field's value.
func (*RefreshSchemasStatus) SetReplicationInstanceArn ¶ added in v1.5.0
func (s *RefreshSchemasStatus) SetReplicationInstanceArn(v string) *RefreshSchemasStatus
SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.
func (*RefreshSchemasStatus) SetStatus ¶ added in v1.5.0
func (s *RefreshSchemasStatus) SetStatus(v string) *RefreshSchemasStatus
SetStatus sets the Status field's value.
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 is a required field ResourceArn *string `type:"string" required:"true"` // The tag key (name) of the tag to be removed. // // TagKeys is a required field TagKeys []*string `type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RemoveTagsFromResourceMessage
func (RemoveTagsFromResourceInput) GoString ¶
func (s RemoveTagsFromResourceInput) GoString() string
GoString returns the string representation
func (*RemoveTagsFromResourceInput) SetResourceArn ¶ added in v1.5.0
func (s *RemoveTagsFromResourceInput) SetResourceArn(v string) *RemoveTagsFromResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*RemoveTagsFromResourceInput) SetTagKeys ¶ added in v1.5.0
func (s *RemoveTagsFromResourceInput) SetTagKeys(v []*string) *RemoveTagsFromResourceInput
SetTagKeys sets the TagKeys field's value.
func (RemoveTagsFromResourceInput) String ¶
func (s RemoveTagsFromResourceInput) String() string
String returns the string representation
func (*RemoveTagsFromResourceInput) Validate ¶ added in v1.1.21
func (s *RemoveTagsFromResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RemoveTagsFromResourceOutput ¶
type RemoveTagsFromResourceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RemoveTagsFromResourceResponse
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"` // Specifies if the replication instance is a Multi-AZ deployment. You cannot // set the AvailabilityZone parameter if the Multi-AZ parameter is set to true. MultiAZ *bool `type:"boolean"` // The pending modification values. PendingModifiedValues *ReplicationPendingModifiedValues `type:"structure"` // The maintenance window times for the replication instance. PreferredMaintenanceWindow *string `type:"string"` // Specifies the accessibility options for the replication instance. A value // of true represents an instance with a public IP address. A value of false // represents an instance with a private IP address. The default value is true. PubliclyAccessible *bool `type:"boolean"` // The Amazon Resource Name (ARN) of the replication instance. ReplicationInstanceArn *string `type:"string"` // The compute and memory capacity of the replication instance. // // 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 `deprecated:"true" type:"string"` // The private IP address of the replication instance. ReplicationInstancePrivateIpAddresses []*string `type:"list"` // The public IP address of the replication instance. ReplicationInstancePublicIpAddress *string `deprecated:"true" type:"string"` // The public IP address of the replication instance. ReplicationInstancePublicIpAddresses []*string `type:"list"` // The status of the replication instance. ReplicationInstanceStatus *string `type:"string"` // The subnet group for the replication instance. ReplicationSubnetGroup *ReplicationSubnetGroup `type:"structure"` // The availability zone of the standby replication instance in a Multi-AZ deployment. SecondaryAvailabilityZone *string `type:"string"` // The VPC security group for the instance. VpcSecurityGroups []*VpcSecurityGroupMembership `locationNameList:"VpcSecurityGroupMembership" type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationInstance
func (ReplicationInstance) GoString ¶
func (s ReplicationInstance) GoString() string
GoString returns the string representation
func (*ReplicationInstance) SetAllocatedStorage ¶ added in v1.5.0
func (s *ReplicationInstance) SetAllocatedStorage(v int64) *ReplicationInstance
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*ReplicationInstance) SetAutoMinorVersionUpgrade ¶ added in v1.5.0
func (s *ReplicationInstance) SetAutoMinorVersionUpgrade(v bool) *ReplicationInstance
SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value.
func (*ReplicationInstance) SetAvailabilityZone ¶ added in v1.5.0
func (s *ReplicationInstance) SetAvailabilityZone(v string) *ReplicationInstance
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*ReplicationInstance) SetEngineVersion ¶ added in v1.5.0
func (s *ReplicationInstance) SetEngineVersion(v string) *ReplicationInstance
SetEngineVersion sets the EngineVersion field's value.
func (*ReplicationInstance) SetInstanceCreateTime ¶ added in v1.5.0
func (s *ReplicationInstance) SetInstanceCreateTime(v time.Time) *ReplicationInstance
SetInstanceCreateTime sets the InstanceCreateTime field's value.
func (*ReplicationInstance) SetKmsKeyId ¶ added in v1.5.0
func (s *ReplicationInstance) SetKmsKeyId(v string) *ReplicationInstance
SetKmsKeyId sets the KmsKeyId field's value.
func (*ReplicationInstance) SetMultiAZ ¶ added in v1.5.0
func (s *ReplicationInstance) SetMultiAZ(v bool) *ReplicationInstance
SetMultiAZ sets the MultiAZ field's value.
func (*ReplicationInstance) SetPendingModifiedValues ¶ added in v1.5.0
func (s *ReplicationInstance) SetPendingModifiedValues(v *ReplicationPendingModifiedValues) *ReplicationInstance
SetPendingModifiedValues sets the PendingModifiedValues field's value.
func (*ReplicationInstance) SetPreferredMaintenanceWindow ¶ added in v1.5.0
func (s *ReplicationInstance) SetPreferredMaintenanceWindow(v string) *ReplicationInstance
SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.
func (*ReplicationInstance) SetPubliclyAccessible ¶ added in v1.5.0
func (s *ReplicationInstance) SetPubliclyAccessible(v bool) *ReplicationInstance
SetPubliclyAccessible sets the PubliclyAccessible field's value.
func (*ReplicationInstance) SetReplicationInstanceArn ¶ added in v1.5.0
func (s *ReplicationInstance) SetReplicationInstanceArn(v string) *ReplicationInstance
SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.
func (*ReplicationInstance) SetReplicationInstanceClass ¶ added in v1.5.0
func (s *ReplicationInstance) SetReplicationInstanceClass(v string) *ReplicationInstance
SetReplicationInstanceClass sets the ReplicationInstanceClass field's value.
func (*ReplicationInstance) SetReplicationInstanceIdentifier ¶ added in v1.5.0
func (s *ReplicationInstance) SetReplicationInstanceIdentifier(v string) *ReplicationInstance
SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value.
func (*ReplicationInstance) SetReplicationInstancePrivateIpAddress ¶ added in v1.5.0
func (s *ReplicationInstance) SetReplicationInstancePrivateIpAddress(v string) *ReplicationInstance
SetReplicationInstancePrivateIpAddress sets the ReplicationInstancePrivateIpAddress field's value.
func (*ReplicationInstance) SetReplicationInstancePrivateIpAddresses ¶ added in v1.5.0
func (s *ReplicationInstance) SetReplicationInstancePrivateIpAddresses(v []*string) *ReplicationInstance
SetReplicationInstancePrivateIpAddresses sets the ReplicationInstancePrivateIpAddresses field's value.
func (*ReplicationInstance) SetReplicationInstancePublicIpAddress ¶ added in v1.5.0
func (s *ReplicationInstance) SetReplicationInstancePublicIpAddress(v string) *ReplicationInstance
SetReplicationInstancePublicIpAddress sets the ReplicationInstancePublicIpAddress field's value.
func (*ReplicationInstance) SetReplicationInstancePublicIpAddresses ¶ added in v1.5.0
func (s *ReplicationInstance) SetReplicationInstancePublicIpAddresses(v []*string) *ReplicationInstance
SetReplicationInstancePublicIpAddresses sets the ReplicationInstancePublicIpAddresses field's value.
func (*ReplicationInstance) SetReplicationInstanceStatus ¶ added in v1.5.0
func (s *ReplicationInstance) SetReplicationInstanceStatus(v string) *ReplicationInstance
SetReplicationInstanceStatus sets the ReplicationInstanceStatus field's value.
func (*ReplicationInstance) SetReplicationSubnetGroup ¶ added in v1.5.0
func (s *ReplicationInstance) SetReplicationSubnetGroup(v *ReplicationSubnetGroup) *ReplicationInstance
SetReplicationSubnetGroup sets the ReplicationSubnetGroup field's value.
func (*ReplicationInstance) SetSecondaryAvailabilityZone ¶ added in v1.6.3
func (s *ReplicationInstance) SetSecondaryAvailabilityZone(v string) *ReplicationInstance
SetSecondaryAvailabilityZone sets the SecondaryAvailabilityZone field's value.
func (*ReplicationInstance) SetVpcSecurityGroups ¶ added in v1.5.0
func (s *ReplicationInstance) SetVpcSecurityGroups(v []*VpcSecurityGroupMembership) *ReplicationInstance
SetVpcSecurityGroups sets the VpcSecurityGroups field's value.
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"` // Specifies if the replication instance is a Multi-AZ deployment. You cannot // set the AvailabilityZone parameter if the Multi-AZ parameter is set to true. MultiAZ *bool `type:"boolean"` // The compute and memory capacity of the replication instance. // // 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationPendingModifiedValues
func (ReplicationPendingModifiedValues) GoString ¶
func (s ReplicationPendingModifiedValues) GoString() string
GoString returns the string representation
func (*ReplicationPendingModifiedValues) SetAllocatedStorage ¶ added in v1.5.0
func (s *ReplicationPendingModifiedValues) SetAllocatedStorage(v int64) *ReplicationPendingModifiedValues
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*ReplicationPendingModifiedValues) SetEngineVersion ¶ added in v1.5.0
func (s *ReplicationPendingModifiedValues) SetEngineVersion(v string) *ReplicationPendingModifiedValues
SetEngineVersion sets the EngineVersion field's value.
func (*ReplicationPendingModifiedValues) SetMultiAZ ¶ added in v1.5.0
func (s *ReplicationPendingModifiedValues) SetMultiAZ(v bool) *ReplicationPendingModifiedValues
SetMultiAZ sets the MultiAZ field's value.
func (*ReplicationPendingModifiedValues) SetReplicationInstanceClass ¶ added in v1.5.0
func (s *ReplicationPendingModifiedValues) SetReplicationInstanceClass(v string) *ReplicationPendingModifiedValues
SetReplicationInstanceClass sets the ReplicationInstanceClass field's value.
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationSubnetGroup
func (ReplicationSubnetGroup) GoString ¶
func (s ReplicationSubnetGroup) GoString() string
GoString returns the string representation
func (*ReplicationSubnetGroup) SetReplicationSubnetGroupDescription ¶ added in v1.5.0
func (s *ReplicationSubnetGroup) SetReplicationSubnetGroupDescription(v string) *ReplicationSubnetGroup
SetReplicationSubnetGroupDescription sets the ReplicationSubnetGroupDescription field's value.
func (*ReplicationSubnetGroup) SetReplicationSubnetGroupIdentifier ¶ added in v1.5.0
func (s *ReplicationSubnetGroup) SetReplicationSubnetGroupIdentifier(v string) *ReplicationSubnetGroup
SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value.
func (*ReplicationSubnetGroup) SetSubnetGroupStatus ¶ added in v1.5.0
func (s *ReplicationSubnetGroup) SetSubnetGroupStatus(v string) *ReplicationSubnetGroup
SetSubnetGroupStatus sets the SubnetGroupStatus field's value.
func (*ReplicationSubnetGroup) SetSubnets ¶ added in v1.5.0
func (s *ReplicationSubnetGroup) SetSubnets(v []*Subnet) *ReplicationSubnetGroup
SetSubnets sets the Subnets field's value.
func (*ReplicationSubnetGroup) SetVpcId ¶ added in v1.5.0
func (s *ReplicationSubnetGroup) SetVpcId(v string) *ReplicationSubnetGroup
SetVpcId sets the VpcId field's value.
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"` // The reason the replication task was stopped. StopReason *string `type:"string"` // Table mappings specified in the task. TableMappings *string `type:"string"` // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. TargetEndpointArn *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationTask
func (ReplicationTask) GoString ¶
func (s ReplicationTask) GoString() string
GoString returns the string representation
func (*ReplicationTask) SetLastFailureMessage ¶ added in v1.5.0
func (s *ReplicationTask) SetLastFailureMessage(v string) *ReplicationTask
SetLastFailureMessage sets the LastFailureMessage field's value.
func (*ReplicationTask) SetMigrationType ¶ added in v1.5.0
func (s *ReplicationTask) SetMigrationType(v string) *ReplicationTask
SetMigrationType sets the MigrationType field's value.
func (*ReplicationTask) SetReplicationInstanceArn ¶ added in v1.5.0
func (s *ReplicationTask) SetReplicationInstanceArn(v string) *ReplicationTask
SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.
func (*ReplicationTask) SetReplicationTaskArn ¶ added in v1.5.0
func (s *ReplicationTask) SetReplicationTaskArn(v string) *ReplicationTask
SetReplicationTaskArn sets the ReplicationTaskArn field's value.
func (*ReplicationTask) SetReplicationTaskCreationDate ¶ added in v1.5.0
func (s *ReplicationTask) SetReplicationTaskCreationDate(v time.Time) *ReplicationTask
SetReplicationTaskCreationDate sets the ReplicationTaskCreationDate field's value.
func (*ReplicationTask) SetReplicationTaskIdentifier ¶ added in v1.5.0
func (s *ReplicationTask) SetReplicationTaskIdentifier(v string) *ReplicationTask
SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value.
func (*ReplicationTask) SetReplicationTaskSettings ¶ added in v1.5.0
func (s *ReplicationTask) SetReplicationTaskSettings(v string) *ReplicationTask
SetReplicationTaskSettings sets the ReplicationTaskSettings field's value.
func (*ReplicationTask) SetReplicationTaskStartDate ¶ added in v1.5.0
func (s *ReplicationTask) SetReplicationTaskStartDate(v time.Time) *ReplicationTask
SetReplicationTaskStartDate sets the ReplicationTaskStartDate field's value.
func (*ReplicationTask) SetReplicationTaskStats ¶ added in v1.5.0
func (s *ReplicationTask) SetReplicationTaskStats(v *ReplicationTaskStats) *ReplicationTask
SetReplicationTaskStats sets the ReplicationTaskStats field's value.
func (*ReplicationTask) SetSourceEndpointArn ¶ added in v1.5.0
func (s *ReplicationTask) SetSourceEndpointArn(v string) *ReplicationTask
SetSourceEndpointArn sets the SourceEndpointArn field's value.
func (*ReplicationTask) SetStatus ¶ added in v1.5.0
func (s *ReplicationTask) SetStatus(v string) *ReplicationTask
SetStatus sets the Status field's value.
func (*ReplicationTask) SetStopReason ¶ added in v1.6.3
func (s *ReplicationTask) SetStopReason(v string) *ReplicationTask
SetStopReason sets the StopReason field's value.
func (*ReplicationTask) SetTableMappings ¶ added in v1.5.0
func (s *ReplicationTask) SetTableMappings(v string) *ReplicationTask
SetTableMappings sets the TableMappings field's value.
func (*ReplicationTask) SetTargetEndpointArn ¶ added in v1.5.0
func (s *ReplicationTask) SetTargetEndpointArn(v string) *ReplicationTask
SetTargetEndpointArn sets the TargetEndpointArn field's value.
func (ReplicationTask) 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationTaskStats
func (ReplicationTaskStats) GoString ¶
func (s ReplicationTaskStats) GoString() string
GoString returns the string representation
func (*ReplicationTaskStats) SetElapsedTimeMillis ¶ added in v1.5.0
func (s *ReplicationTaskStats) SetElapsedTimeMillis(v int64) *ReplicationTaskStats
SetElapsedTimeMillis sets the ElapsedTimeMillis field's value.
func (*ReplicationTaskStats) SetFullLoadProgressPercent ¶ added in v1.5.0
func (s *ReplicationTaskStats) SetFullLoadProgressPercent(v int64) *ReplicationTaskStats
SetFullLoadProgressPercent sets the FullLoadProgressPercent field's value.
func (*ReplicationTaskStats) SetTablesErrored ¶ added in v1.5.0
func (s *ReplicationTaskStats) SetTablesErrored(v int64) *ReplicationTaskStats
SetTablesErrored sets the TablesErrored field's value.
func (*ReplicationTaskStats) SetTablesLoaded ¶ added in v1.5.0
func (s *ReplicationTaskStats) SetTablesLoaded(v int64) *ReplicationTaskStats
SetTablesLoaded sets the TablesLoaded field's value.
func (*ReplicationTaskStats) SetTablesLoading ¶ added in v1.5.0
func (s *ReplicationTaskStats) SetTablesLoading(v int64) *ReplicationTaskStats
SetTablesLoading sets the TablesLoading field's value.
func (*ReplicationTaskStats) SetTablesQueued ¶ added in v1.5.0
func (s *ReplicationTaskStats) SetTablesQueued(v int64) *ReplicationTaskStats
SetTablesQueued sets the TablesQueued field's value.
func (ReplicationTaskStats) String ¶
func (s ReplicationTaskStats) String() string
String returns the string representation
type 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 is a required field ReplicationTaskArn *string `type:"string" required:"true"` // The type of replication task. // // StartReplicationTaskType is a required field StartReplicationTaskType *string `type:"string" required:"true" enum:"StartReplicationTaskTypeValue"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskMessage
func (StartReplicationTaskInput) GoString ¶
func (s StartReplicationTaskInput) GoString() string
GoString returns the string representation
func (*StartReplicationTaskInput) SetCdcStartTime ¶ added in v1.5.0
func (s *StartReplicationTaskInput) SetCdcStartTime(v time.Time) *StartReplicationTaskInput
SetCdcStartTime sets the CdcStartTime field's value.
func (*StartReplicationTaskInput) SetReplicationTaskArn ¶ added in v1.5.0
func (s *StartReplicationTaskInput) SetReplicationTaskArn(v string) *StartReplicationTaskInput
SetReplicationTaskArn sets the ReplicationTaskArn field's value.
func (*StartReplicationTaskInput) SetStartReplicationTaskType ¶ added in v1.5.0
func (s *StartReplicationTaskInput) SetStartReplicationTaskType(v string) *StartReplicationTaskInput
SetStartReplicationTaskType sets the StartReplicationTaskType field's value.
func (StartReplicationTaskInput) String ¶
func (s StartReplicationTaskInput) String() string
String returns the string representation
func (*StartReplicationTaskInput) Validate ¶ added in v1.1.21
func (s *StartReplicationTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartReplicationTaskOutput ¶
type StartReplicationTaskOutput struct { // The replication task started. ReplicationTask *ReplicationTask `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskResponse
func (StartReplicationTaskOutput) GoString ¶
func (s StartReplicationTaskOutput) GoString() string
GoString returns the string representation
func (*StartReplicationTaskOutput) SetReplicationTask ¶ added in v1.5.0
func (s *StartReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *StartReplicationTaskOutput
SetReplicationTask sets the ReplicationTask field's value.
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 is a required field ReplicationTaskArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplicationTaskMessage
func (StopReplicationTaskInput) GoString ¶
func (s StopReplicationTaskInput) GoString() string
GoString returns the string representation
func (*StopReplicationTaskInput) SetReplicationTaskArn ¶ added in v1.5.0
func (s *StopReplicationTaskInput) SetReplicationTaskArn(v string) *StopReplicationTaskInput
SetReplicationTaskArn sets the ReplicationTaskArn field's value.
func (StopReplicationTaskInput) String ¶
func (s StopReplicationTaskInput) String() string
String returns the string representation
func (*StopReplicationTaskInput) Validate ¶ added in v1.1.21
func (s *StopReplicationTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopReplicationTaskOutput ¶
type StopReplicationTaskOutput struct { // The replication task stopped. ReplicationTask *ReplicationTask `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplicationTaskResponse
func (StopReplicationTaskOutput) GoString ¶
func (s StopReplicationTaskOutput) GoString() string
GoString returns the string representation
func (*StopReplicationTaskOutput) SetReplicationTask ¶ added in v1.5.0
func (s *StopReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *StopReplicationTaskOutput
SetReplicationTask sets the ReplicationTask field's value.
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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Subnet
func (*Subnet) SetSubnetAvailabilityZone ¶ added in v1.5.0
func (s *Subnet) SetSubnetAvailabilityZone(v *AvailabilityZone) *Subnet
SetSubnetAvailabilityZone sets the SubnetAvailabilityZone field's value.
func (*Subnet) SetSubnetIdentifier ¶ added in v1.5.0
SetSubnetIdentifier sets the SubnetIdentifier field's value.
func (*Subnet) SetSubnetStatus ¶ added in v1.5.0
SetSubnetStatus sets the SubnetStatus field's value.
type SupportedEndpointType ¶
type SupportedEndpointType struct { // The type of endpoint. EndpointType *string `type:"string" enum:"ReplicationEndpointTypeValue"` // The database engine name. Valid values include MYSQL, ORACLE, POSTGRES, MARIADB, // AURORA, REDSHIFT, SYBASE, and SQLSERVER. EngineName *string `type:"string"` // Indicates if Change Data Capture (CDC) is supported. SupportsCDC *bool `type:"boolean"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/SupportedEndpointType
func (SupportedEndpointType) GoString ¶
func (s SupportedEndpointType) GoString() string
GoString returns the string representation
func (*SupportedEndpointType) SetEndpointType ¶ added in v1.5.0
func (s *SupportedEndpointType) SetEndpointType(v string) *SupportedEndpointType
SetEndpointType sets the EndpointType field's value.
func (*SupportedEndpointType) SetEngineName ¶ added in v1.5.0
func (s *SupportedEndpointType) SetEngineName(v string) *SupportedEndpointType
SetEngineName sets the EngineName field's value.
func (*SupportedEndpointType) SetSupportsCDC ¶ added in v1.5.0
func (s *SupportedEndpointType) SetSupportsCDC(v bool) *SupportedEndpointType
SetSupportsCDC sets the SupportsCDC field's value.
func (SupportedEndpointType) String ¶
func (s SupportedEndpointType) String() string
String returns the string representation
type TableStatistics ¶
type TableStatistics struct { // The Data Definition Language (DDL) used to build and modify the structure // of your tables. Ddls *int64 `type:"long"` // The number of delete actions performed on a table. Deletes *int64 `type:"long"` // The number of rows 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TableStatistics
func (TableStatistics) GoString ¶
func (s TableStatistics) GoString() string
GoString returns the string representation
func (*TableStatistics) SetDdls ¶ added in v1.5.0
func (s *TableStatistics) SetDdls(v int64) *TableStatistics
SetDdls sets the Ddls field's value.
func (*TableStatistics) SetDeletes ¶ added in v1.5.0
func (s *TableStatistics) SetDeletes(v int64) *TableStatistics
SetDeletes sets the Deletes field's value.
func (*TableStatistics) SetFullLoadRows ¶ added in v1.5.0
func (s *TableStatistics) SetFullLoadRows(v int64) *TableStatistics
SetFullLoadRows sets the FullLoadRows field's value.
func (*TableStatistics) SetInserts ¶ added in v1.5.0
func (s *TableStatistics) SetInserts(v int64) *TableStatistics
SetInserts sets the Inserts field's value.
func (*TableStatistics) SetLastUpdateTime ¶ added in v1.5.0
func (s *TableStatistics) SetLastUpdateTime(v time.Time) *TableStatistics
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*TableStatistics) SetSchemaName ¶ added in v1.5.0
func (s *TableStatistics) SetSchemaName(v string) *TableStatistics
SetSchemaName sets the SchemaName field's value.
func (*TableStatistics) SetTableName ¶ added in v1.5.0
func (s *TableStatistics) SetTableName(v string) *TableStatistics
SetTableName sets the TableName field's value.
func (*TableStatistics) SetTableState ¶ added in v1.5.0
func (s *TableStatistics) SetTableState(v string) *TableStatistics
SetTableState sets the TableState field's value.
func (*TableStatistics) SetUpdates ¶ added in v1.5.0
func (s *TableStatistics) SetUpdates(v int64) *TableStatistics
SetUpdates sets the Updates field's value.
func (TableStatistics) 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 }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Tag
type TestConnectionInput ¶
type TestConnectionInput struct { // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. // // EndpointArn is a required field EndpointArn *string `type:"string" required:"true"` // The Amazon Resource Name (ARN) of the replication instance. // // ReplicationInstanceArn is a required field ReplicationInstanceArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TestConnectionMessage
func (TestConnectionInput) GoString ¶
func (s TestConnectionInput) GoString() string
GoString returns the string representation
func (*TestConnectionInput) SetEndpointArn ¶ added in v1.5.0
func (s *TestConnectionInput) SetEndpointArn(v string) *TestConnectionInput
SetEndpointArn sets the EndpointArn field's value.
func (*TestConnectionInput) SetReplicationInstanceArn ¶ added in v1.5.0
func (s *TestConnectionInput) SetReplicationInstanceArn(v string) *TestConnectionInput
SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.
func (TestConnectionInput) String ¶
func (s TestConnectionInput) String() string
String returns the string representation
func (*TestConnectionInput) Validate ¶ added in v1.1.21
func (s *TestConnectionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TestConnectionOutput ¶
type TestConnectionOutput struct { // The connection tested. Connection *Connection `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TestConnectionResponse
func (TestConnectionOutput) GoString ¶
func (s TestConnectionOutput) GoString() string
GoString returns the string representation
func (*TestConnectionOutput) SetConnection ¶ added in v1.5.0
func (s *TestConnectionOutput) SetConnection(v *Connection) *TestConnectionOutput
SetConnection sets the Connection field's value.
func (TestConnectionOutput) String ¶
func (s TestConnectionOutput) String() string
String returns the string representation
type VpcSecurityGroupMembership ¶ added in v1.2.2
type VpcSecurityGroupMembership struct { // The status of the VPC security group. Status *string `type:"string"` // The VPC security group Id. VpcSecurityGroupId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/VpcSecurityGroupMembership
func (VpcSecurityGroupMembership) GoString ¶ added in v1.2.2
func (s VpcSecurityGroupMembership) GoString() string
GoString returns the string representation
func (*VpcSecurityGroupMembership) SetStatus ¶ added in v1.5.0
func (s *VpcSecurityGroupMembership) SetStatus(v string) *VpcSecurityGroupMembership
SetStatus sets the Status field's value.
func (*VpcSecurityGroupMembership) SetVpcSecurityGroupId ¶ added in v1.5.0
func (s *VpcSecurityGroupMembership) SetVpcSecurityGroupId(v string) *VpcSecurityGroupMembership
SetVpcSecurityGroupId sets the VpcSecurityGroupId field's value.
func (VpcSecurityGroupMembership) String ¶ added in v1.2.2
func (s VpcSecurityGroupMembership) String() string
String returns the string representation
Directories ¶
Path | Synopsis |
---|---|
Package databasemigrationserviceiface provides an interface to enable mocking the AWS Database Migration Service service client for testing your code.
|
Package databasemigrationserviceiface provides an interface to enable mocking the AWS Database Migration Service service client for testing your code. |