Documentation ¶
Overview ¶
Package databasemigrationservice provides the client and types for making API requests to AWS Database Migration Service.
AWS Database Migration Service (AWS DMS) can migrate your data to and from the most widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL Server, Amazon Redshift, MariaDB, Amazon Aurora, MySQL, and SAP Adaptive Server Enterprise (ASE). The service supports homogeneous migrations such as Oracle to Oracle, as well as heterogeneous migrations between different database platforms, such as Oracle to MySQL or SQL Server to PostgreSQL.
For more information about AWS DMS, see the AWS DMS user guide at What Is AWS Database Migration Service? (http://docs.aws.amazon.com/dms/latest/userguide/Welcome.html)
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 AWS Database Migration Service with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS Database Migration Service client DatabaseMigrationService for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/databasemigrationservice/#New
Index ¶
- 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 AddTagsToResourceRequest
- type AuthMechanismValue
- type AuthTypeValue
- 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 CompressionTypeValue
- 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) SetDynamoDbSettings(v *DynamoDbSettings) *CreateEndpointInput
- func (s *CreateEndpointInput) SetEndpointIdentifier(v string) *CreateEndpointInput
- func (s *CreateEndpointInput) SetEndpointType(v ReplicationEndpointTypeValue) *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) SetMongoDbSettings(v *MongoDbSettings) *CreateEndpointInput
- func (s *CreateEndpointInput) SetPassword(v string) *CreateEndpointInput
- func (s *CreateEndpointInput) SetPort(v int64) *CreateEndpointInput
- func (s *CreateEndpointInput) SetS3Settings(v *S3Settings) *CreateEndpointInput
- func (s *CreateEndpointInput) SetServerName(v string) *CreateEndpointInput
- func (s *CreateEndpointInput) SetSslMode(v DmsSslModeValue) *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 CreateEndpointRequest
- type CreateEventSubscriptionInput
- func (s CreateEventSubscriptionInput) GoString() string
- func (s *CreateEventSubscriptionInput) SetEnabled(v bool) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetEventCategories(v []string) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetSnsTopicArn(v string) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetSourceIds(v []string) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetSourceType(v string) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetSubscriptionName(v string) *CreateEventSubscriptionInput
- func (s *CreateEventSubscriptionInput) SetTags(v []Tag) *CreateEventSubscriptionInput
- func (s CreateEventSubscriptionInput) String() string
- func (s *CreateEventSubscriptionInput) Validate() error
- type CreateEventSubscriptionOutput
- type CreateEventSubscriptionRequest
- 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
- func (s CreateReplicationInstanceOutput) GoString() string
- func (s CreateReplicationInstanceOutput) SDKResponseMetadata() aws.Response
- func (s *CreateReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *CreateReplicationInstanceOutput
- func (s CreateReplicationInstanceOutput) String() string
- type CreateReplicationInstanceRequest
- 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
- func (s CreateReplicationSubnetGroupOutput) GoString() string
- func (s CreateReplicationSubnetGroupOutput) SDKResponseMetadata() aws.Response
- func (s *CreateReplicationSubnetGroupOutput) SetReplicationSubnetGroup(v *ReplicationSubnetGroup) *CreateReplicationSubnetGroupOutput
- func (s CreateReplicationSubnetGroupOutput) String() string
- type CreateReplicationSubnetGroupRequest
- type CreateReplicationTaskInput
- func (s CreateReplicationTaskInput) GoString() string
- func (s *CreateReplicationTaskInput) SetCdcStartTime(v time.Time) *CreateReplicationTaskInput
- func (s *CreateReplicationTaskInput) SetMigrationType(v MigrationTypeValue) *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 CreateReplicationTaskRequest
- type DatabaseMigrationService
- func (c *DatabaseMigrationService) AddTagsToResourceRequest(input *AddTagsToResourceInput) AddTagsToResourceRequest
- func (c *DatabaseMigrationService) CreateEndpointRequest(input *CreateEndpointInput) CreateEndpointRequest
- func (c *DatabaseMigrationService) CreateEventSubscriptionRequest(input *CreateEventSubscriptionInput) CreateEventSubscriptionRequest
- func (c *DatabaseMigrationService) CreateReplicationInstanceRequest(input *CreateReplicationInstanceInput) CreateReplicationInstanceRequest
- func (c *DatabaseMigrationService) CreateReplicationSubnetGroupRequest(input *CreateReplicationSubnetGroupInput) CreateReplicationSubnetGroupRequest
- func (c *DatabaseMigrationService) CreateReplicationTaskRequest(input *CreateReplicationTaskInput) CreateReplicationTaskRequest
- func (c *DatabaseMigrationService) DeleteCertificateRequest(input *DeleteCertificateInput) DeleteCertificateRequest
- func (c *DatabaseMigrationService) DeleteEndpointRequest(input *DeleteEndpointInput) DeleteEndpointRequest
- func (c *DatabaseMigrationService) DeleteEventSubscriptionRequest(input *DeleteEventSubscriptionInput) DeleteEventSubscriptionRequest
- func (c *DatabaseMigrationService) DeleteReplicationInstanceRequest(input *DeleteReplicationInstanceInput) DeleteReplicationInstanceRequest
- func (c *DatabaseMigrationService) DeleteReplicationSubnetGroupRequest(input *DeleteReplicationSubnetGroupInput) DeleteReplicationSubnetGroupRequest
- func (c *DatabaseMigrationService) DeleteReplicationTaskRequest(input *DeleteReplicationTaskInput) DeleteReplicationTaskRequest
- func (c *DatabaseMigrationService) DescribeAccountAttributesRequest(input *DescribeAccountAttributesInput) DescribeAccountAttributesRequest
- func (c *DatabaseMigrationService) DescribeCertificatesPages(input *DescribeCertificatesInput, ...) error
- func (c *DatabaseMigrationService) DescribeCertificatesPagesWithContext(ctx aws.Context, input *DescribeCertificatesInput, ...) error
- func (c *DatabaseMigrationService) DescribeCertificatesRequest(input *DescribeCertificatesInput) DescribeCertificatesRequest
- func (c *DatabaseMigrationService) DescribeConnectionsPages(input *DescribeConnectionsInput, ...) error
- func (c *DatabaseMigrationService) DescribeConnectionsPagesWithContext(ctx aws.Context, input *DescribeConnectionsInput, ...) error
- func (c *DatabaseMigrationService) DescribeConnectionsRequest(input *DescribeConnectionsInput) DescribeConnectionsRequest
- func (c *DatabaseMigrationService) DescribeEndpointTypesPages(input *DescribeEndpointTypesInput, ...) error
- func (c *DatabaseMigrationService) DescribeEndpointTypesPagesWithContext(ctx aws.Context, input *DescribeEndpointTypesInput, ...) error
- func (c *DatabaseMigrationService) DescribeEndpointTypesRequest(input *DescribeEndpointTypesInput) DescribeEndpointTypesRequest
- func (c *DatabaseMigrationService) DescribeEndpointsPages(input *DescribeEndpointsInput, fn func(*DescribeEndpointsOutput, bool) bool) error
- func (c *DatabaseMigrationService) DescribeEndpointsPagesWithContext(ctx aws.Context, input *DescribeEndpointsInput, ...) error
- func (c *DatabaseMigrationService) DescribeEndpointsRequest(input *DescribeEndpointsInput) DescribeEndpointsRequest
- func (c *DatabaseMigrationService) DescribeEventCategoriesRequest(input *DescribeEventCategoriesInput) DescribeEventCategoriesRequest
- func (c *DatabaseMigrationService) DescribeEventSubscriptionsPages(input *DescribeEventSubscriptionsInput, ...) error
- func (c *DatabaseMigrationService) DescribeEventSubscriptionsPagesWithContext(ctx aws.Context, input *DescribeEventSubscriptionsInput, ...) error
- func (c *DatabaseMigrationService) DescribeEventSubscriptionsRequest(input *DescribeEventSubscriptionsInput) DescribeEventSubscriptionsRequest
- func (c *DatabaseMigrationService) DescribeEventsPages(input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool) error
- func (c *DatabaseMigrationService) DescribeEventsPagesWithContext(ctx aws.Context, input *DescribeEventsInput, ...) error
- func (c *DatabaseMigrationService) DescribeEventsRequest(input *DescribeEventsInput) DescribeEventsRequest
- func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesPages(input *DescribeOrderableReplicationInstancesInput, ...) error
- func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesPagesWithContext(ctx aws.Context, input *DescribeOrderableReplicationInstancesInput, ...) error
- func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesRequest(input *DescribeOrderableReplicationInstancesInput) DescribeOrderableReplicationInstancesRequest
- func (c *DatabaseMigrationService) DescribeRefreshSchemasStatusRequest(input *DescribeRefreshSchemasStatusInput) DescribeRefreshSchemasStatusRequest
- func (c *DatabaseMigrationService) DescribeReplicationInstancesPages(input *DescribeReplicationInstancesInput, ...) error
- func (c *DatabaseMigrationService) DescribeReplicationInstancesPagesWithContext(ctx aws.Context, input *DescribeReplicationInstancesInput, ...) error
- func (c *DatabaseMigrationService) DescribeReplicationInstancesRequest(input *DescribeReplicationInstancesInput) DescribeReplicationInstancesRequest
- func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsPages(input *DescribeReplicationSubnetGroupsInput, ...) error
- func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsPagesWithContext(ctx aws.Context, input *DescribeReplicationSubnetGroupsInput, ...) error
- func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsRequest(input *DescribeReplicationSubnetGroupsInput) DescribeReplicationSubnetGroupsRequest
- func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsPages(input *DescribeReplicationTaskAssessmentResultsInput, ...) error
- func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsPagesWithContext(ctx aws.Context, input *DescribeReplicationTaskAssessmentResultsInput, ...) error
- func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsRequest(input *DescribeReplicationTaskAssessmentResultsInput) DescribeReplicationTaskAssessmentResultsRequest
- func (c *DatabaseMigrationService) DescribeReplicationTasksPages(input *DescribeReplicationTasksInput, ...) error
- func (c *DatabaseMigrationService) DescribeReplicationTasksPagesWithContext(ctx aws.Context, input *DescribeReplicationTasksInput, ...) error
- func (c *DatabaseMigrationService) DescribeReplicationTasksRequest(input *DescribeReplicationTasksInput) DescribeReplicationTasksRequest
- func (c *DatabaseMigrationService) DescribeSchemasPages(input *DescribeSchemasInput, fn func(*DescribeSchemasOutput, bool) bool) error
- func (c *DatabaseMigrationService) DescribeSchemasPagesWithContext(ctx aws.Context, input *DescribeSchemasInput, ...) error
- func (c *DatabaseMigrationService) DescribeSchemasRequest(input *DescribeSchemasInput) DescribeSchemasRequest
- func (c *DatabaseMigrationService) DescribeTableStatisticsPages(input *DescribeTableStatisticsInput, ...) error
- func (c *DatabaseMigrationService) DescribeTableStatisticsPagesWithContext(ctx aws.Context, input *DescribeTableStatisticsInput, ...) error
- func (c *DatabaseMigrationService) DescribeTableStatisticsRequest(input *DescribeTableStatisticsInput) DescribeTableStatisticsRequest
- func (c *DatabaseMigrationService) ImportCertificateRequest(input *ImportCertificateInput) ImportCertificateRequest
- func (c *DatabaseMigrationService) ListTagsForResourceRequest(input *ListTagsForResourceInput) ListTagsForResourceRequest
- func (c *DatabaseMigrationService) ModifyEndpointRequest(input *ModifyEndpointInput) ModifyEndpointRequest
- func (c *DatabaseMigrationService) ModifyEventSubscriptionRequest(input *ModifyEventSubscriptionInput) ModifyEventSubscriptionRequest
- func (c *DatabaseMigrationService) ModifyReplicationInstanceRequest(input *ModifyReplicationInstanceInput) ModifyReplicationInstanceRequest
- func (c *DatabaseMigrationService) ModifyReplicationSubnetGroupRequest(input *ModifyReplicationSubnetGroupInput) ModifyReplicationSubnetGroupRequest
- func (c *DatabaseMigrationService) ModifyReplicationTaskRequest(input *ModifyReplicationTaskInput) ModifyReplicationTaskRequest
- func (c *DatabaseMigrationService) RefreshSchemasRequest(input *RefreshSchemasInput) RefreshSchemasRequest
- func (c *DatabaseMigrationService) ReloadTablesRequest(input *ReloadTablesInput) ReloadTablesRequest
- func (c *DatabaseMigrationService) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) RemoveTagsFromResourceRequest
- func (c *DatabaseMigrationService) StartReplicationTaskAssessmentRequest(input *StartReplicationTaskAssessmentInput) StartReplicationTaskAssessmentRequest
- func (c *DatabaseMigrationService) StartReplicationTaskRequest(input *StartReplicationTaskInput) StartReplicationTaskRequest
- func (c *DatabaseMigrationService) StopReplicationTaskRequest(input *StopReplicationTaskInput) StopReplicationTaskRequest
- func (c *DatabaseMigrationService) TestConnectionRequest(input *TestConnectionInput) TestConnectionRequest
- type DeleteCertificateInput
- type DeleteCertificateOutput
- type DeleteCertificateRequest
- type DeleteEndpointInput
- type DeleteEndpointOutput
- type DeleteEndpointRequest
- type DeleteEventSubscriptionInput
- type DeleteEventSubscriptionOutput
- type DeleteEventSubscriptionRequest
- type DeleteReplicationInstanceInput
- type DeleteReplicationInstanceOutput
- func (s DeleteReplicationInstanceOutput) GoString() string
- func (s DeleteReplicationInstanceOutput) SDKResponseMetadata() aws.Response
- func (s *DeleteReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *DeleteReplicationInstanceOutput
- func (s DeleteReplicationInstanceOutput) String() string
- type DeleteReplicationInstanceRequest
- 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 DeleteReplicationSubnetGroupRequest
- type DeleteReplicationTaskInput
- type DeleteReplicationTaskOutput
- type DeleteReplicationTaskRequest
- type DescribeAccountAttributesInput
- type DescribeAccountAttributesOutput
- func (s DescribeAccountAttributesOutput) GoString() string
- func (s DescribeAccountAttributesOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeAccountAttributesOutput) SetAccountQuotas(v []AccountQuota) *DescribeAccountAttributesOutput
- func (s DescribeAccountAttributesOutput) String() string
- type DescribeAccountAttributesRequest
- 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
- func (s DescribeCertificatesOutput) GoString() string
- func (s DescribeCertificatesOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeCertificatesOutput) SetCertificates(v []Certificate) *DescribeCertificatesOutput
- func (s *DescribeCertificatesOutput) SetMarker(v string) *DescribeCertificatesOutput
- func (s DescribeCertificatesOutput) String() string
- type DescribeCertificatesRequest
- 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
- func (s DescribeConnectionsOutput) GoString() string
- func (s DescribeConnectionsOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeConnectionsOutput) SetConnections(v []Connection) *DescribeConnectionsOutput
- func (s *DescribeConnectionsOutput) SetMarker(v string) *DescribeConnectionsOutput
- func (s DescribeConnectionsOutput) String() string
- type DescribeConnectionsRequest
- 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) SDKResponseMetadata() aws.Response
- func (s *DescribeEndpointTypesOutput) SetMarker(v string) *DescribeEndpointTypesOutput
- func (s *DescribeEndpointTypesOutput) SetSupportedEndpointTypes(v []SupportedEndpointType) *DescribeEndpointTypesOutput
- func (s DescribeEndpointTypesOutput) String() string
- type DescribeEndpointTypesRequest
- 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
- func (s DescribeEndpointsOutput) GoString() string
- func (s DescribeEndpointsOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeEndpointsOutput) SetEndpoints(v []Endpoint) *DescribeEndpointsOutput
- func (s *DescribeEndpointsOutput) SetMarker(v string) *DescribeEndpointsOutput
- func (s DescribeEndpointsOutput) String() string
- type DescribeEndpointsRequest
- type DescribeEventCategoriesInput
- func (s DescribeEventCategoriesInput) GoString() string
- func (s *DescribeEventCategoriesInput) SetFilters(v []Filter) *DescribeEventCategoriesInput
- func (s *DescribeEventCategoriesInput) SetSourceType(v string) *DescribeEventCategoriesInput
- func (s DescribeEventCategoriesInput) String() string
- func (s *DescribeEventCategoriesInput) Validate() error
- type DescribeEventCategoriesOutput
- func (s DescribeEventCategoriesOutput) GoString() string
- func (s DescribeEventCategoriesOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeEventCategoriesOutput) SetEventCategoryGroupList(v []EventCategoryGroup) *DescribeEventCategoriesOutput
- func (s DescribeEventCategoriesOutput) String() string
- type DescribeEventCategoriesRequest
- type DescribeEventSubscriptionsInput
- func (s DescribeEventSubscriptionsInput) GoString() string
- func (s *DescribeEventSubscriptionsInput) SetFilters(v []Filter) *DescribeEventSubscriptionsInput
- func (s *DescribeEventSubscriptionsInput) SetMarker(v string) *DescribeEventSubscriptionsInput
- func (s *DescribeEventSubscriptionsInput) SetMaxRecords(v int64) *DescribeEventSubscriptionsInput
- func (s *DescribeEventSubscriptionsInput) SetSubscriptionName(v string) *DescribeEventSubscriptionsInput
- func (s DescribeEventSubscriptionsInput) String() string
- func (s *DescribeEventSubscriptionsInput) Validate() error
- type DescribeEventSubscriptionsOutput
- func (s DescribeEventSubscriptionsOutput) GoString() string
- func (s DescribeEventSubscriptionsOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeEventSubscriptionsOutput) SetEventSubscriptionsList(v []EventSubscription) *DescribeEventSubscriptionsOutput
- func (s *DescribeEventSubscriptionsOutput) SetMarker(v string) *DescribeEventSubscriptionsOutput
- func (s DescribeEventSubscriptionsOutput) String() string
- type DescribeEventSubscriptionsRequest
- type DescribeEventsInput
- func (s DescribeEventsInput) GoString() string
- func (s *DescribeEventsInput) SetDuration(v int64) *DescribeEventsInput
- func (s *DescribeEventsInput) SetEndTime(v time.Time) *DescribeEventsInput
- func (s *DescribeEventsInput) SetEventCategories(v []string) *DescribeEventsInput
- func (s *DescribeEventsInput) SetFilters(v []Filter) *DescribeEventsInput
- func (s *DescribeEventsInput) SetMarker(v string) *DescribeEventsInput
- func (s *DescribeEventsInput) SetMaxRecords(v int64) *DescribeEventsInput
- func (s *DescribeEventsInput) SetSourceIdentifier(v string) *DescribeEventsInput
- func (s *DescribeEventsInput) SetSourceType(v SourceType) *DescribeEventsInput
- func (s *DescribeEventsInput) SetStartTime(v time.Time) *DescribeEventsInput
- func (s DescribeEventsInput) String() string
- func (s *DescribeEventsInput) Validate() error
- type DescribeEventsOutput
- func (s DescribeEventsOutput) GoString() string
- func (s DescribeEventsOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeEventsOutput) SetEvents(v []Event) *DescribeEventsOutput
- func (s *DescribeEventsOutput) SetMarker(v string) *DescribeEventsOutput
- func (s DescribeEventsOutput) String() string
- type DescribeEventsRequest
- 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) SDKResponseMetadata() aws.Response
- func (s *DescribeOrderableReplicationInstancesOutput) SetMarker(v string) *DescribeOrderableReplicationInstancesOutput
- func (s *DescribeOrderableReplicationInstancesOutput) SetOrderableReplicationInstances(v []OrderableReplicationInstance) *DescribeOrderableReplicationInstancesOutput
- func (s DescribeOrderableReplicationInstancesOutput) String() string
- type DescribeOrderableReplicationInstancesRequest
- type DescribeRefreshSchemasStatusInput
- type DescribeRefreshSchemasStatusOutput
- func (s DescribeRefreshSchemasStatusOutput) GoString() string
- func (s DescribeRefreshSchemasStatusOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeRefreshSchemasStatusOutput) SetRefreshSchemasStatus(v *RefreshSchemasStatus) *DescribeRefreshSchemasStatusOutput
- func (s DescribeRefreshSchemasStatusOutput) String() string
- type DescribeRefreshSchemasStatusRequest
- 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) SDKResponseMetadata() aws.Response
- func (s *DescribeReplicationInstancesOutput) SetMarker(v string) *DescribeReplicationInstancesOutput
- func (s *DescribeReplicationInstancesOutput) SetReplicationInstances(v []ReplicationInstance) *DescribeReplicationInstancesOutput
- func (s DescribeReplicationInstancesOutput) String() string
- type DescribeReplicationInstancesRequest
- 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) SDKResponseMetadata() aws.Response
- func (s *DescribeReplicationSubnetGroupsOutput) SetMarker(v string) *DescribeReplicationSubnetGroupsOutput
- func (s *DescribeReplicationSubnetGroupsOutput) SetReplicationSubnetGroups(v []ReplicationSubnetGroup) *DescribeReplicationSubnetGroupsOutput
- func (s DescribeReplicationSubnetGroupsOutput) String() string
- type DescribeReplicationSubnetGroupsRequest
- type DescribeReplicationTaskAssessmentResultsInput
- func (s DescribeReplicationTaskAssessmentResultsInput) GoString() string
- func (s *DescribeReplicationTaskAssessmentResultsInput) SetMarker(v string) *DescribeReplicationTaskAssessmentResultsInput
- func (s *DescribeReplicationTaskAssessmentResultsInput) SetMaxRecords(v int64) *DescribeReplicationTaskAssessmentResultsInput
- func (s *DescribeReplicationTaskAssessmentResultsInput) SetReplicationTaskArn(v string) *DescribeReplicationTaskAssessmentResultsInput
- func (s DescribeReplicationTaskAssessmentResultsInput) String() string
- type DescribeReplicationTaskAssessmentResultsOutput
- func (s DescribeReplicationTaskAssessmentResultsOutput) GoString() string
- func (s DescribeReplicationTaskAssessmentResultsOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeReplicationTaskAssessmentResultsOutput) SetBucketName(v string) *DescribeReplicationTaskAssessmentResultsOutput
- func (s *DescribeReplicationTaskAssessmentResultsOutput) SetMarker(v string) *DescribeReplicationTaskAssessmentResultsOutput
- func (s *DescribeReplicationTaskAssessmentResultsOutput) SetReplicationTaskAssessmentResults(v []ReplicationTaskAssessmentResult) *DescribeReplicationTaskAssessmentResultsOutput
- func (s DescribeReplicationTaskAssessmentResultsOutput) String() string
- type DescribeReplicationTaskAssessmentResultsRequest
- 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) SDKResponseMetadata() aws.Response
- func (s *DescribeReplicationTasksOutput) SetMarker(v string) *DescribeReplicationTasksOutput
- func (s *DescribeReplicationTasksOutput) SetReplicationTasks(v []ReplicationTask) *DescribeReplicationTasksOutput
- func (s DescribeReplicationTasksOutput) String() string
- type DescribeReplicationTasksRequest
- 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
- func (s DescribeSchemasOutput) GoString() string
- func (s DescribeSchemasOutput) SDKResponseMetadata() aws.Response
- func (s *DescribeSchemasOutput) SetMarker(v string) *DescribeSchemasOutput
- func (s *DescribeSchemasOutput) SetSchemas(v []string) *DescribeSchemasOutput
- func (s DescribeSchemasOutput) String() string
- type DescribeSchemasRequest
- type DescribeTableStatisticsInput
- func (s DescribeTableStatisticsInput) GoString() string
- func (s *DescribeTableStatisticsInput) SetFilters(v []Filter) *DescribeTableStatisticsInput
- 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) SDKResponseMetadata() aws.Response
- 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 DescribeTableStatisticsRequest
- type DmsSslModeValue
- type DynamoDbSettings
- type Endpoint
- func (s Endpoint) GoString() string
- func (s *Endpoint) SetCertificateArn(v string) *Endpoint
- func (s *Endpoint) SetDatabaseName(v string) *Endpoint
- func (s *Endpoint) SetDynamoDbSettings(v *DynamoDbSettings) *Endpoint
- func (s *Endpoint) SetEndpointArn(v string) *Endpoint
- func (s *Endpoint) SetEndpointIdentifier(v string) *Endpoint
- func (s *Endpoint) SetEndpointType(v ReplicationEndpointTypeValue) *Endpoint
- func (s *Endpoint) SetEngineName(v string) *Endpoint
- func (s *Endpoint) SetExternalId(v string) *Endpoint
- func (s *Endpoint) SetExtraConnectionAttributes(v string) *Endpoint
- func (s *Endpoint) SetKmsKeyId(v string) *Endpoint
- func (s *Endpoint) SetMongoDbSettings(v *MongoDbSettings) *Endpoint
- func (s *Endpoint) SetPort(v int64) *Endpoint
- func (s *Endpoint) SetS3Settings(v *S3Settings) *Endpoint
- func (s *Endpoint) SetServerName(v string) *Endpoint
- func (s *Endpoint) SetSslMode(v DmsSslModeValue) *Endpoint
- func (s *Endpoint) SetStatus(v string) *Endpoint
- func (s *Endpoint) SetUsername(v string) *Endpoint
- func (s Endpoint) String() string
- type Event
- func (s Event) GoString() string
- func (s *Event) SetDate(v time.Time) *Event
- func (s *Event) SetEventCategories(v []string) *Event
- func (s *Event) SetMessage(v string) *Event
- func (s *Event) SetSourceIdentifier(v string) *Event
- func (s *Event) SetSourceType(v SourceType) *Event
- func (s Event) String() string
- type EventCategoryGroup
- type EventSubscription
- func (s EventSubscription) GoString() string
- func (s *EventSubscription) SetCustSubscriptionId(v string) *EventSubscription
- func (s *EventSubscription) SetCustomerAwsId(v string) *EventSubscription
- func (s *EventSubscription) SetEnabled(v bool) *EventSubscription
- func (s *EventSubscription) SetEventCategoriesList(v []string) *EventSubscription
- func (s *EventSubscription) SetSnsTopicArn(v string) *EventSubscription
- func (s *EventSubscription) SetSourceIdsList(v []string) *EventSubscription
- func (s *EventSubscription) SetSourceType(v string) *EventSubscription
- func (s *EventSubscription) SetStatus(v string) *EventSubscription
- func (s *EventSubscription) SetSubscriptionCreationTime(v string) *EventSubscription
- func (s EventSubscription) 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) SetTags(v []Tag) *ImportCertificateInput
- func (s ImportCertificateInput) String() string
- func (s *ImportCertificateInput) Validate() error
- type ImportCertificateOutput
- type ImportCertificateRequest
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type ListTagsForResourceRequest
- type MigrationTypeValue
- type ModifyEndpointInput
- func (s ModifyEndpointInput) GoString() string
- func (s *ModifyEndpointInput) SetCertificateArn(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetDatabaseName(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetDynamoDbSettings(v *DynamoDbSettings) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetEndpointArn(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetEndpointIdentifier(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetEndpointType(v ReplicationEndpointTypeValue) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetEngineName(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetExtraConnectionAttributes(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetMongoDbSettings(v *MongoDbSettings) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetPassword(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetPort(v int64) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetS3Settings(v *S3Settings) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetServerName(v string) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetSslMode(v DmsSslModeValue) *ModifyEndpointInput
- func (s *ModifyEndpointInput) SetUsername(v string) *ModifyEndpointInput
- func (s ModifyEndpointInput) String() string
- func (s *ModifyEndpointInput) Validate() error
- type ModifyEndpointOutput
- type ModifyEndpointRequest
- type ModifyEventSubscriptionInput
- func (s ModifyEventSubscriptionInput) GoString() string
- func (s *ModifyEventSubscriptionInput) SetEnabled(v bool) *ModifyEventSubscriptionInput
- func (s *ModifyEventSubscriptionInput) SetEventCategories(v []string) *ModifyEventSubscriptionInput
- func (s *ModifyEventSubscriptionInput) SetSnsTopicArn(v string) *ModifyEventSubscriptionInput
- func (s *ModifyEventSubscriptionInput) SetSourceType(v string) *ModifyEventSubscriptionInput
- func (s *ModifyEventSubscriptionInput) SetSubscriptionName(v string) *ModifyEventSubscriptionInput
- func (s ModifyEventSubscriptionInput) String() string
- func (s *ModifyEventSubscriptionInput) Validate() error
- type ModifyEventSubscriptionOutput
- type ModifyEventSubscriptionRequest
- 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
- func (s ModifyReplicationInstanceOutput) GoString() string
- func (s ModifyReplicationInstanceOutput) SDKResponseMetadata() aws.Response
- func (s *ModifyReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *ModifyReplicationInstanceOutput
- func (s ModifyReplicationInstanceOutput) String() string
- type ModifyReplicationInstanceRequest
- 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
- func (s ModifyReplicationSubnetGroupOutput) GoString() string
- func (s ModifyReplicationSubnetGroupOutput) SDKResponseMetadata() aws.Response
- func (s *ModifyReplicationSubnetGroupOutput) SetReplicationSubnetGroup(v *ReplicationSubnetGroup) *ModifyReplicationSubnetGroupOutput
- func (s ModifyReplicationSubnetGroupOutput) String() string
- type ModifyReplicationSubnetGroupRequest
- type ModifyReplicationTaskInput
- func (s ModifyReplicationTaskInput) GoString() string
- func (s *ModifyReplicationTaskInput) SetCdcStartTime(v time.Time) *ModifyReplicationTaskInput
- func (s *ModifyReplicationTaskInput) SetMigrationType(v MigrationTypeValue) *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 ModifyReplicationTaskRequest
- type MongoDbSettings
- func (s MongoDbSettings) GoString() string
- func (s *MongoDbSettings) SetAuthMechanism(v AuthMechanismValue) *MongoDbSettings
- func (s *MongoDbSettings) SetAuthSource(v string) *MongoDbSettings
- func (s *MongoDbSettings) SetAuthType(v AuthTypeValue) *MongoDbSettings
- func (s *MongoDbSettings) SetDatabaseName(v string) *MongoDbSettings
- func (s *MongoDbSettings) SetDocsToInvestigate(v string) *MongoDbSettings
- func (s *MongoDbSettings) SetExtractDocId(v string) *MongoDbSettings
- func (s *MongoDbSettings) SetNestingLevel(v NestingLevelValue) *MongoDbSettings
- func (s *MongoDbSettings) SetPassword(v string) *MongoDbSettings
- func (s *MongoDbSettings) SetPort(v int64) *MongoDbSettings
- func (s *MongoDbSettings) SetServerName(v string) *MongoDbSettings
- func (s *MongoDbSettings) SetUsername(v string) *MongoDbSettings
- func (s MongoDbSettings) String() string
- type NestingLevelValue
- 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 RefreshSchemasRequest
- 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 RefreshSchemasStatusTypeValue) *RefreshSchemasStatus
- func (s RefreshSchemasStatus) String() string
- type RefreshSchemasStatusTypeValue
- type ReloadTablesInput
- type ReloadTablesOutput
- type ReloadTablesRequest
- 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 RemoveTagsFromResourceRequest
- type ReplicationEndpointTypeValue
- 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 MigrationTypeValue) *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 ReplicationTaskAssessmentResult
- func (s ReplicationTaskAssessmentResult) GoString() string
- func (s *ReplicationTaskAssessmentResult) SetAssessmentResults(v string) *ReplicationTaskAssessmentResult
- func (s *ReplicationTaskAssessmentResult) SetAssessmentResultsFile(v string) *ReplicationTaskAssessmentResult
- func (s *ReplicationTaskAssessmentResult) SetAssessmentStatus(v string) *ReplicationTaskAssessmentResult
- func (s *ReplicationTaskAssessmentResult) SetReplicationTaskArn(v string) *ReplicationTaskAssessmentResult
- func (s *ReplicationTaskAssessmentResult) SetReplicationTaskIdentifier(v string) *ReplicationTaskAssessmentResult
- func (s *ReplicationTaskAssessmentResult) SetReplicationTaskLastAssessmentDate(v time.Time) *ReplicationTaskAssessmentResult
- func (s *ReplicationTaskAssessmentResult) SetS3ObjectUrl(v string) *ReplicationTaskAssessmentResult
- func (s ReplicationTaskAssessmentResult) 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 S3Settings
- func (s S3Settings) GoString() string
- func (s *S3Settings) SetBucketFolder(v string) *S3Settings
- func (s *S3Settings) SetBucketName(v string) *S3Settings
- func (s *S3Settings) SetCompressionType(v CompressionTypeValue) *S3Settings
- func (s *S3Settings) SetCsvDelimiter(v string) *S3Settings
- func (s *S3Settings) SetCsvRowDelimiter(v string) *S3Settings
- func (s *S3Settings) SetExternalTableDefinition(v string) *S3Settings
- func (s *S3Settings) SetServiceAccessRoleArn(v string) *S3Settings
- func (s S3Settings) String() string
- type SourceType
- type StartReplicationTaskAssessmentInput
- func (s StartReplicationTaskAssessmentInput) GoString() string
- func (s *StartReplicationTaskAssessmentInput) SetReplicationTaskArn(v string) *StartReplicationTaskAssessmentInput
- func (s StartReplicationTaskAssessmentInput) String() string
- func (s *StartReplicationTaskAssessmentInput) Validate() error
- type StartReplicationTaskAssessmentOutput
- func (s StartReplicationTaskAssessmentOutput) GoString() string
- func (s StartReplicationTaskAssessmentOutput) SDKResponseMetadata() aws.Response
- func (s *StartReplicationTaskAssessmentOutput) SetReplicationTask(v *ReplicationTask) *StartReplicationTaskAssessmentOutput
- func (s StartReplicationTaskAssessmentOutput) String() string
- type StartReplicationTaskAssessmentRequest
- 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 StartReplicationTaskTypeValue) *StartReplicationTaskInput
- func (s StartReplicationTaskInput) String() string
- func (s *StartReplicationTaskInput) Validate() error
- type StartReplicationTaskOutput
- type StartReplicationTaskRequest
- type StartReplicationTaskTypeValue
- type StopReplicationTaskInput
- type StopReplicationTaskOutput
- type StopReplicationTaskRequest
- type Subnet
- type SupportedEndpointType
- func (s SupportedEndpointType) GoString() string
- func (s *SupportedEndpointType) SetEndpointType(v ReplicationEndpointTypeValue) *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) SetFullLoadCondtnlChkFailedRows(v int64) *TableStatistics
- func (s *TableStatistics) SetFullLoadErrorRows(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) SetValidationFailedRecords(v int64) *TableStatistics
- func (s *TableStatistics) SetValidationPendingRecords(v int64) *TableStatistics
- func (s *TableStatistics) SetValidationState(v string) *TableStatistics
- func (s *TableStatistics) SetValidationSuspendedRecords(v int64) *TableStatistics
- func (s TableStatistics) String() string
- type TableToReload
- 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 TestConnectionRequest
- type VpcSecurityGroupMembership
Examples ¶
- DatabaseMigrationService.AddTagsToResourceRequest (Shared00)
- DatabaseMigrationService.CreateEndpointRequest (Shared00)
- DatabaseMigrationService.CreateReplicationInstanceRequest (Shared00)
- DatabaseMigrationService.CreateReplicationSubnetGroupRequest (Shared00)
- DatabaseMigrationService.CreateReplicationTaskRequest (Shared00)
- DatabaseMigrationService.DeleteCertificateRequest (Shared00)
- DatabaseMigrationService.DeleteEndpointRequest (Shared00)
- DatabaseMigrationService.DeleteReplicationInstanceRequest (Shared00)
- DatabaseMigrationService.DeleteReplicationSubnetGroupRequest (Shared00)
- DatabaseMigrationService.DeleteReplicationTaskRequest (Shared00)
- DatabaseMigrationService.DescribeAccountAttributesRequest (Shared00)
- DatabaseMigrationService.DescribeCertificatesRequest (Shared00)
- DatabaseMigrationService.DescribeConnectionsRequest (Shared00)
- DatabaseMigrationService.DescribeEndpointTypesRequest (Shared00)
- DatabaseMigrationService.DescribeEndpointsRequest (Shared00)
- DatabaseMigrationService.DescribeOrderableReplicationInstancesRequest (Shared00)
- DatabaseMigrationService.DescribeRefreshSchemasStatusRequest (Shared00)
- DatabaseMigrationService.DescribeReplicationInstancesRequest (Shared00)
- DatabaseMigrationService.DescribeReplicationSubnetGroupsRequest (Shared00)
- DatabaseMigrationService.DescribeReplicationTasksRequest (Shared00)
- DatabaseMigrationService.DescribeSchemasRequest (Shared00)
- DatabaseMigrationService.DescribeTableStatisticsRequest (Shared00)
- DatabaseMigrationService.ImportCertificateRequest (Shared00)
- DatabaseMigrationService.ListTagsForResourceRequest (Shared00)
- DatabaseMigrationService.ModifyEndpointRequest (Shared00)
- DatabaseMigrationService.ModifyReplicationInstanceRequest (Shared00)
- DatabaseMigrationService.ModifyReplicationSubnetGroupRequest (Shared00)
- DatabaseMigrationService.RefreshSchemasRequest (Shared00)
- DatabaseMigrationService.RemoveTagsFromResourceRequest (Shared00)
- DatabaseMigrationService.StartReplicationTaskRequest (Shared00)
- DatabaseMigrationService.StopReplicationTaskRequest (Shared00)
- DatabaseMigrationService.TestConnectionRequest (Shared00)
Constants ¶
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" // ErrCodeSNSInvalidTopicFault for service response error code // "SNSInvalidTopicFault". // // The SNS topic is invalid. ErrCodeSNSInvalidTopicFault = "SNSInvalidTopicFault" // ErrCodeSNSNoAuthorizationFault for service response error code // "SNSNoAuthorizationFault". // // You are not authorized for the SNS subscription. ErrCodeSNSNoAuthorizationFault = "SNSNoAuthorizationFault" // ErrCodeStorageQuotaExceededFault for service response error code // "StorageQuotaExceededFault". // // The storage quota has been exceeded. ErrCodeStorageQuotaExceededFault = "StorageQuotaExceededFault" // ErrCodeSubnetAlreadyInUse for service response error code // "SubnetAlreadyInUse". // // The specified subnet is already in use. ErrCodeSubnetAlreadyInUse = "SubnetAlreadyInUse" // ErrCodeUpgradeDependencyFailureFault for service response error code // "UpgradeDependencyFailureFault". // // An upgrade dependency is preventing the database migration. ErrCodeUpgradeDependencyFailureFault = "UpgradeDependencyFailureFault" )
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 ¶
func (s *AccountQuota) SetAccountQuotaName(v string) *AccountQuota
SetAccountQuotaName sets the AccountQuotaName field's value.
func (*AccountQuota) SetMax ¶
func (s *AccountQuota) SetMax(v int64) *AccountQuota
SetMax sets the Max field's value.
func (*AccountQuota) SetUsed ¶
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 `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 ¶
func (s *AddTagsToResourceInput) SetResourceArn(v string) *AddTagsToResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*AddTagsToResourceInput) SetTags ¶
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 ¶
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) SDKResponseMetadata ¶
func (s AddTagsToResourceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (AddTagsToResourceOutput) String ¶
func (s AddTagsToResourceOutput) String() string
String returns the string representation
type AddTagsToResourceRequest ¶
type AddTagsToResourceRequest struct { *aws.Request Input *AddTagsToResourceInput }
AddTagsToResourceRequest is a API request type for the AddTagsToResource API operation.
func (AddTagsToResourceRequest) Send ¶
func (r AddTagsToResourceRequest) Send() (*AddTagsToResourceOutput, error)
Send marshals and sends the AddTagsToResource API request.
type AuthMechanismValue ¶
type AuthMechanismValue string
const ( AuthMechanismValueDefault AuthMechanismValue = "default" AuthMechanismValueMongodbCr AuthMechanismValue = "mongodb_cr" AuthMechanismValueScramSha1 AuthMechanismValue = "scram_sha_1" )
Enum values for AuthMechanismValue
type AuthTypeValue ¶
type AuthTypeValue string
const ( AuthTypeValueNo AuthTypeValue = "no" AuthTypeValuePassword AuthTypeValue = "password" )
Enum values for AuthTypeValue
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 ¶
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 ¶
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 ¶
func (s Certificate) GoString() string
GoString returns the string representation
func (*Certificate) SetCertificateArn ¶
func (s *Certificate) SetCertificateArn(v string) *Certificate
SetCertificateArn sets the CertificateArn field's value.
func (*Certificate) SetCertificateCreationDate ¶
func (s *Certificate) SetCertificateCreationDate(v time.Time) *Certificate
SetCertificateCreationDate sets the CertificateCreationDate field's value.
func (*Certificate) SetCertificateIdentifier ¶
func (s *Certificate) SetCertificateIdentifier(v string) *Certificate
SetCertificateIdentifier sets the CertificateIdentifier field's value.
func (*Certificate) SetCertificateOwner ¶
func (s *Certificate) SetCertificateOwner(v string) *Certificate
SetCertificateOwner sets the CertificateOwner field's value.
func (*Certificate) SetCertificatePem ¶
func (s *Certificate) SetCertificatePem(v string) *Certificate
SetCertificatePem sets the CertificatePem field's value.
func (*Certificate) SetCertificateWallet ¶
func (s *Certificate) SetCertificateWallet(v []byte) *Certificate
SetCertificateWallet sets the CertificateWallet field's value.
func (*Certificate) SetKeyLength ¶
func (s *Certificate) SetKeyLength(v int64) *Certificate
SetKeyLength sets the KeyLength field's value.
func (*Certificate) SetSigningAlgorithm ¶
func (s *Certificate) SetSigningAlgorithm(v string) *Certificate
SetSigningAlgorithm sets the SigningAlgorithm field's value.
func (*Certificate) SetValidFromDate ¶
func (s *Certificate) SetValidFromDate(v time.Time) *Certificate
SetValidFromDate sets the ValidFromDate field's value.
func (*Certificate) SetValidToDate ¶
func (s *Certificate) SetValidToDate(v time.Time) *Certificate
SetValidToDate sets the ValidToDate field's value.
func (Certificate) String ¶
func (s Certificate) String() string
String returns the string representation
type CompressionTypeValue ¶
type CompressionTypeValue string
const ( CompressionTypeValueNone CompressionTypeValue = "none" CompressionTypeValueGzip CompressionTypeValue = "gzip" )
Enum values for CompressionTypeValue
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 ¶
func (s *Connection) SetEndpointArn(v string) *Connection
SetEndpointArn sets the EndpointArn field's value.
func (*Connection) SetEndpointIdentifier ¶
func (s *Connection) SetEndpointIdentifier(v string) *Connection
SetEndpointIdentifier sets the EndpointIdentifier field's value.
func (*Connection) SetLastFailureMessage ¶
func (s *Connection) SetLastFailureMessage(v string) *Connection
SetLastFailureMessage sets the LastFailureMessage field's value.
func (*Connection) SetReplicationInstanceArn ¶
func (s *Connection) SetReplicationInstanceArn(v string) *Connection
SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.
func (*Connection) SetReplicationInstanceIdentifier ¶
func (s *Connection) SetReplicationInstanceIdentifier(v string) *Connection
SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value.
func (*Connection) SetStatus ¶
func (s *Connection) SetStatus(v string) *Connection
SetStatus sets the Status field's value.
func (Connection) String ¶
func (s Connection) String() string
String returns the string representation
type CreateEndpointInput ¶
type CreateEndpointInput struct { // The Amazon Resource Name (ARN) for the certificate. CertificateArn *string `type:"string"` // The name of the endpoint database. DatabaseName *string `type:"string"` // Settings in JSON format for the target Amazon DynamoDB endpoint. For more // information about the available settings, see the Using Object Mapping to // Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as // a Target for AWS Database Migration Service (http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html). DynamoDbSettings *DynamoDbSettings `type:"structure"` // 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 ReplicationEndpointTypeValue `type:"string" required:"true" enum:"true"` // The type of engine for the endpoint. Valid values, depending on the EndPointType, // include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, // MONGODB, 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"` // Settings in JSON format for the source MongoDB endpoint. For more information // about the available settings, see the Configuration Properties When Using // MongoDB as a Source for AWS Database Migration Service section at Using // Amazon S3 as a Target for AWS Database Migration Service (http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html). MongoDbSettings *MongoDbSettings `type:"structure"` // 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"` // Settings in JSON format for the target S3 endpoint. For more information // about the available settings, see the Extra Connection Attributes section // at Using Amazon S3 as a Target for AWS Database Migration Service (http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html). S3Settings *S3Settings `type:"structure"` // 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 DmsSslModeValue `type:"string" enum:"true"` // Tags to be added to the endpoint. Tags []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 ¶
func (s *CreateEndpointInput) SetCertificateArn(v string) *CreateEndpointInput
SetCertificateArn sets the CertificateArn field's value.
func (*CreateEndpointInput) SetDatabaseName ¶
func (s *CreateEndpointInput) SetDatabaseName(v string) *CreateEndpointInput
SetDatabaseName sets the DatabaseName field's value.
func (*CreateEndpointInput) SetDynamoDbSettings ¶
func (s *CreateEndpointInput) SetDynamoDbSettings(v *DynamoDbSettings) *CreateEndpointInput
SetDynamoDbSettings sets the DynamoDbSettings field's value.
func (*CreateEndpointInput) SetEndpointIdentifier ¶
func (s *CreateEndpointInput) SetEndpointIdentifier(v string) *CreateEndpointInput
SetEndpointIdentifier sets the EndpointIdentifier field's value.
func (*CreateEndpointInput) SetEndpointType ¶
func (s *CreateEndpointInput) SetEndpointType(v ReplicationEndpointTypeValue) *CreateEndpointInput
SetEndpointType sets the EndpointType field's value.
func (*CreateEndpointInput) SetEngineName ¶
func (s *CreateEndpointInput) SetEngineName(v string) *CreateEndpointInput
SetEngineName sets the EngineName field's value.
func (*CreateEndpointInput) SetExtraConnectionAttributes ¶
func (s *CreateEndpointInput) SetExtraConnectionAttributes(v string) *CreateEndpointInput
SetExtraConnectionAttributes sets the ExtraConnectionAttributes field's value.
func (*CreateEndpointInput) SetKmsKeyId ¶
func (s *CreateEndpointInput) SetKmsKeyId(v string) *CreateEndpointInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*CreateEndpointInput) SetMongoDbSettings ¶
func (s *CreateEndpointInput) SetMongoDbSettings(v *MongoDbSettings) *CreateEndpointInput
SetMongoDbSettings sets the MongoDbSettings field's value.
func (*CreateEndpointInput) SetPassword ¶
func (s *CreateEndpointInput) SetPassword(v string) *CreateEndpointInput
SetPassword sets the Password field's value.
func (*CreateEndpointInput) SetPort ¶
func (s *CreateEndpointInput) SetPort(v int64) *CreateEndpointInput
SetPort sets the Port field's value.
func (*CreateEndpointInput) SetS3Settings ¶
func (s *CreateEndpointInput) SetS3Settings(v *S3Settings) *CreateEndpointInput
SetS3Settings sets the S3Settings field's value.
func (*CreateEndpointInput) SetServerName ¶
func (s *CreateEndpointInput) SetServerName(v string) *CreateEndpointInput
SetServerName sets the ServerName field's value.
func (*CreateEndpointInput) SetSslMode ¶
func (s *CreateEndpointInput) SetSslMode(v DmsSslModeValue) *CreateEndpointInput
SetSslMode sets the SslMode field's value.
func (*CreateEndpointInput) SetTags ¶
func (s *CreateEndpointInput) SetTags(v []Tag) *CreateEndpointInput
SetTags sets the Tags field's value.
func (*CreateEndpointInput) SetUsername ¶
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 ¶
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) SDKResponseMetadata ¶
func (s CreateEndpointOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateEndpointOutput) SetEndpoint ¶
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 CreateEndpointRequest ¶
type CreateEndpointRequest struct { *aws.Request Input *CreateEndpointInput }
CreateEndpointRequest is a API request type for the CreateEndpoint API operation.
func (CreateEndpointRequest) Send ¶
func (r CreateEndpointRequest) Send() (*CreateEndpointOutput, error)
Send marshals and sends the CreateEndpoint API request.
type CreateEventSubscriptionInput ¶
type CreateEventSubscriptionInput struct { // A Boolean value; set to true to activate the subscription, or set to false // to create the subscription but not activate it. Enabled *bool `type:"boolean"` // A list of event categories for a source type that you want to subscribe to. // You can see a list of the categories for a given source type by calling the // DescribeEventCategories action or in the topic Working with Events and Notifications // (http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html) in the // AWS Database Migration Service User Guide. EventCategories []string `type:"list"` // The Amazon Resource Name (ARN) of the Amazon SNS topic created for event // notification. The ARN is created by Amazon SNS when you create a topic and // subscribe to it. // // SnsTopicArn is a required field SnsTopicArn *string `type:"string" required:"true"` // The list of identifiers of the event sources for which events will be returned. // If not specified, then all sources are included in the response. An identifier // must begin with a letter and must contain only ASCII letters, digits, and // hyphens; it cannot end with a hyphen or contain two consecutive hyphens. SourceIds []string `type:"list"` // The type of AWS DMS resource that generates the events. For example, if you // want to be notified of events generated by a replication instance, you set // this parameter to replication-instance. If this value is not specified, all // events are returned. // // Valid values: replication-instance | migration-task SourceType *string `type:"string"` // The name of the DMS event notification subscription. // // Constraints: The name must be less than 255 characters. // // SubscriptionName is a required field SubscriptionName *string `type:"string" required:"true"` // A tag to be attached to the event subscription. Tags []Tag `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEventSubscriptionMessage
func (CreateEventSubscriptionInput) GoString ¶
func (s CreateEventSubscriptionInput) GoString() string
GoString returns the string representation
func (*CreateEventSubscriptionInput) SetEnabled ¶
func (s *CreateEventSubscriptionInput) SetEnabled(v bool) *CreateEventSubscriptionInput
SetEnabled sets the Enabled field's value.
func (*CreateEventSubscriptionInput) SetEventCategories ¶
func (s *CreateEventSubscriptionInput) SetEventCategories(v []string) *CreateEventSubscriptionInput
SetEventCategories sets the EventCategories field's value.
func (*CreateEventSubscriptionInput) SetSnsTopicArn ¶
func (s *CreateEventSubscriptionInput) SetSnsTopicArn(v string) *CreateEventSubscriptionInput
SetSnsTopicArn sets the SnsTopicArn field's value.
func (*CreateEventSubscriptionInput) SetSourceIds ¶
func (s *CreateEventSubscriptionInput) SetSourceIds(v []string) *CreateEventSubscriptionInput
SetSourceIds sets the SourceIds field's value.
func (*CreateEventSubscriptionInput) SetSourceType ¶
func (s *CreateEventSubscriptionInput) SetSourceType(v string) *CreateEventSubscriptionInput
SetSourceType sets the SourceType field's value.
func (*CreateEventSubscriptionInput) SetSubscriptionName ¶
func (s *CreateEventSubscriptionInput) SetSubscriptionName(v string) *CreateEventSubscriptionInput
SetSubscriptionName sets the SubscriptionName field's value.
func (*CreateEventSubscriptionInput) SetTags ¶
func (s *CreateEventSubscriptionInput) SetTags(v []Tag) *CreateEventSubscriptionInput
SetTags sets the Tags field's value.
func (CreateEventSubscriptionInput) String ¶
func (s CreateEventSubscriptionInput) String() string
String returns the string representation
func (*CreateEventSubscriptionInput) Validate ¶
func (s *CreateEventSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateEventSubscriptionOutput ¶
type CreateEventSubscriptionOutput struct { // The event subscription that was created. EventSubscription *EventSubscription `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEventSubscriptionResponse
func (CreateEventSubscriptionOutput) GoString ¶
func (s CreateEventSubscriptionOutput) GoString() string
GoString returns the string representation
func (CreateEventSubscriptionOutput) SDKResponseMetadata ¶
func (s CreateEventSubscriptionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateEventSubscriptionOutput) SetEventSubscription ¶
func (s *CreateEventSubscriptionOutput) SetEventSubscription(v *EventSubscription) *CreateEventSubscriptionOutput
SetEventSubscription sets the EventSubscription field's value.
func (CreateEventSubscriptionOutput) String ¶
func (s CreateEventSubscriptionOutput) String() string
String returns the string representation
type CreateEventSubscriptionRequest ¶
type CreateEventSubscriptionRequest struct { *aws.Request Input *CreateEventSubscriptionInput }
CreateEventSubscriptionRequest is a API request type for the CreateEventSubscription API operation.
func (CreateEventSubscriptionRequest) Send ¶
func (r CreateEventSubscriptionRequest) Send() (*CreateEventSubscriptionOutput, error)
Send marshals and sends the CreateEventSubscription API request.
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 `type:"list"` // Specifies the VPC security group to be used with the replication instance. // The VPC security group must work with the VPC containing the replication // instance. VpcSecurityGroupIds []string `type:"list"` // contains filtered or unexported fields }
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 ¶
func (s *CreateReplicationInstanceInput) SetAllocatedStorage(v int64) *CreateReplicationInstanceInput
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*CreateReplicationInstanceInput) SetAutoMinorVersionUpgrade ¶
func (s *CreateReplicationInstanceInput) SetAutoMinorVersionUpgrade(v bool) *CreateReplicationInstanceInput
SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value.
func (*CreateReplicationInstanceInput) SetAvailabilityZone ¶
func (s *CreateReplicationInstanceInput) SetAvailabilityZone(v string) *CreateReplicationInstanceInput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*CreateReplicationInstanceInput) SetEngineVersion ¶
func (s *CreateReplicationInstanceInput) SetEngineVersion(v string) *CreateReplicationInstanceInput
SetEngineVersion sets the EngineVersion field's value.
func (*CreateReplicationInstanceInput) SetKmsKeyId ¶
func (s *CreateReplicationInstanceInput) SetKmsKeyId(v string) *CreateReplicationInstanceInput
SetKmsKeyId sets the KmsKeyId field's value.
func (*CreateReplicationInstanceInput) SetMultiAZ ¶
func (s *CreateReplicationInstanceInput) SetMultiAZ(v bool) *CreateReplicationInstanceInput
SetMultiAZ sets the MultiAZ field's value.
func (*CreateReplicationInstanceInput) SetPreferredMaintenanceWindow ¶
func (s *CreateReplicationInstanceInput) SetPreferredMaintenanceWindow(v string) *CreateReplicationInstanceInput
SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.
func (*CreateReplicationInstanceInput) SetPubliclyAccessible ¶
func (s *CreateReplicationInstanceInput) SetPubliclyAccessible(v bool) *CreateReplicationInstanceInput
SetPubliclyAccessible sets the PubliclyAccessible field's value.
func (*CreateReplicationInstanceInput) SetReplicationInstanceClass ¶
func (s *CreateReplicationInstanceInput) SetReplicationInstanceClass(v string) *CreateReplicationInstanceInput
SetReplicationInstanceClass sets the ReplicationInstanceClass field's value.
func (*CreateReplicationInstanceInput) SetReplicationInstanceIdentifier ¶
func (s *CreateReplicationInstanceInput) SetReplicationInstanceIdentifier(v string) *CreateReplicationInstanceInput
SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value.
func (*CreateReplicationInstanceInput) SetReplicationSubnetGroupIdentifier ¶
func (s *CreateReplicationInstanceInput) SetReplicationSubnetGroupIdentifier(v string) *CreateReplicationInstanceInput
SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value.
func (*CreateReplicationInstanceInput) SetTags ¶
func (s *CreateReplicationInstanceInput) SetTags(v []Tag) *CreateReplicationInstanceInput
SetTags sets the Tags field's value.
func (*CreateReplicationInstanceInput) SetVpcSecurityGroupIds ¶
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 ¶
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) SDKResponseMetadata ¶
func (s CreateReplicationInstanceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateReplicationInstanceOutput) SetReplicationInstance ¶
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 CreateReplicationInstanceRequest ¶
type CreateReplicationInstanceRequest struct { *aws.Request Input *CreateReplicationInstanceInput }
CreateReplicationInstanceRequest is a API request type for the CreateReplicationInstance API operation.
func (CreateReplicationInstanceRequest) Send ¶
func (r CreateReplicationInstanceRequest) Send() (*CreateReplicationInstanceOutput, error)
Send marshals and sends the CreateReplicationInstance API request.
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 `type:"list" required:"true"` // The tag to be assigned to the subnet group. Tags []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 ¶
func (s *CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupDescription(v string) *CreateReplicationSubnetGroupInput
SetReplicationSubnetGroupDescription sets the ReplicationSubnetGroupDescription field's value.
func (*CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier ¶
func (s *CreateReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *CreateReplicationSubnetGroupInput
SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value.
func (*CreateReplicationSubnetGroupInput) SetSubnetIds ¶
func (s *CreateReplicationSubnetGroupInput) SetSubnetIds(v []string) *CreateReplicationSubnetGroupInput
SetSubnetIds sets the SubnetIds field's value.
func (*CreateReplicationSubnetGroupInput) SetTags ¶
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 ¶
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) SDKResponseMetadata ¶
func (s CreateReplicationSubnetGroupOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateReplicationSubnetGroupOutput) SetReplicationSubnetGroup ¶
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 CreateReplicationSubnetGroupRequest ¶
type CreateReplicationSubnetGroupRequest struct { *aws.Request Input *CreateReplicationSubnetGroupInput }
CreateReplicationSubnetGroupRequest is a API request type for the CreateReplicationSubnetGroup API operation.
func (CreateReplicationSubnetGroupRequest) Send ¶
func (r CreateReplicationSubnetGroupRequest) Send() (*CreateReplicationSubnetGroupOutput, error)
Send marshals and sends the CreateReplicationSubnetGroup API request.
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 MigrationTypeValue `type:"string" required:"true" enum:"true"` // 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 255 alphanumeric characters or hyphens. // // * First character must be a letter. // // * Cannot end with a hyphen or contain two consecutive hyphens. // // ReplicationTaskIdentifier is a required field ReplicationTaskIdentifier *string `type:"string" required:"true"` // 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"` // When using the AWS CLI or boto3, provide the path of the JSON file that contains // the table mappings. Precede the path with "file://". When working with the // DMS API, provide the JSON as the parameter value. // // For example, --table-mappings file://mappingfile.json // // TableMappings is a required field TableMappings *string `type:"string" required:"true"` // Tags to be added to the replication instance. Tags []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 ¶
func (s *CreateReplicationTaskInput) SetCdcStartTime(v time.Time) *CreateReplicationTaskInput
SetCdcStartTime sets the CdcStartTime field's value.
func (*CreateReplicationTaskInput) SetMigrationType ¶
func (s *CreateReplicationTaskInput) SetMigrationType(v MigrationTypeValue) *CreateReplicationTaskInput
SetMigrationType sets the MigrationType field's value.
func (*CreateReplicationTaskInput) SetReplicationInstanceArn ¶
func (s *CreateReplicationTaskInput) SetReplicationInstanceArn(v string) *CreateReplicationTaskInput
SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.
func (*CreateReplicationTaskInput) SetReplicationTaskIdentifier ¶
func (s *CreateReplicationTaskInput) SetReplicationTaskIdentifier(v string) *CreateReplicationTaskInput
SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value.
func (*CreateReplicationTaskInput) SetReplicationTaskSettings ¶
func (s *CreateReplicationTaskInput) SetReplicationTaskSettings(v string) *CreateReplicationTaskInput
SetReplicationTaskSettings sets the ReplicationTaskSettings field's value.
func (*CreateReplicationTaskInput) SetSourceEndpointArn ¶
func (s *CreateReplicationTaskInput) SetSourceEndpointArn(v string) *CreateReplicationTaskInput
SetSourceEndpointArn sets the SourceEndpointArn field's value.
func (*CreateReplicationTaskInput) SetTableMappings ¶
func (s *CreateReplicationTaskInput) SetTableMappings(v string) *CreateReplicationTaskInput
SetTableMappings sets the TableMappings field's value.
func (*CreateReplicationTaskInput) SetTags ¶
func (s *CreateReplicationTaskInput) SetTags(v []Tag) *CreateReplicationTaskInput
SetTags sets the Tags field's value.
func (*CreateReplicationTaskInput) SetTargetEndpointArn ¶
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 ¶
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) SDKResponseMetadata ¶
func (s CreateReplicationTaskOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateReplicationTaskOutput) SetReplicationTask ¶
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 CreateReplicationTaskRequest ¶
type CreateReplicationTaskRequest struct { *aws.Request Input *CreateReplicationTaskInput }
CreateReplicationTaskRequest is a API request type for the CreateReplicationTask API operation.
func (CreateReplicationTaskRequest) Send ¶
func (r CreateReplicationTaskRequest) Send() (*CreateReplicationTaskOutput, error)
Send marshals and sends the CreateReplicationTask API request.
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(config aws.Config) *DatabaseMigrationService
New creates a new instance of the DatabaseMigrationService client with a config. 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 config. svc := databasemigrationservice.New(myConfig) // Create a DatabaseMigrationService client with additional configuration svc := databasemigrationservice.New(myConfig, aws.NewConfig().WithRegion("us-west-2"))
func (*DatabaseMigrationService) AddTagsToResourceRequest ¶
func (c *DatabaseMigrationService) AddTagsToResourceRequest(input *AddTagsToResourceInput) AddTagsToResourceRequest
AddTagsToResourceRequest returns a request value for making 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.
// Example sending a request using the AddTagsToResourceRequest method. req := client.AddTagsToResourceRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AddTagsToResource
func (*DatabaseMigrationService) CreateEndpointRequest ¶
func (c *DatabaseMigrationService) CreateEndpointRequest(input *CreateEndpointInput) CreateEndpointRequest
CreateEndpointRequest returns a request value for making API operation for AWS Database Migration Service.
Creates an endpoint using the provided settings.
// Example sending a request using the CreateEndpointRequest method. req := client.CreateEndpointRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint
func (*DatabaseMigrationService) CreateEventSubscriptionRequest ¶
func (c *DatabaseMigrationService) CreateEventSubscriptionRequest(input *CreateEventSubscriptionInput) CreateEventSubscriptionRequest
CreateEventSubscriptionRequest returns a request value for making API operation for AWS Database Migration Service.
Creates an AWS DMS event notification subscription.
You can specify the type of source (SourceType) you want to be notified of, provide a list of AWS DMS source IDs (SourceIds) that triggers the events, and provide a list of event categories (EventCategories) for events you want to be notified of. If you specify both the SourceType and SourceIds, such as SourceType = replication-instance and SourceIdentifier = my-replinstance, you will be notified of all the replication instance events for the specified source. If you specify a SourceType but don't specify a SourceIdentifier, you receive notice of the events for that source type for all your AWS DMS sources. If you don't specify either SourceType nor SourceIdentifier, you will be notified of events generated from all AWS DMS sources belonging to your customer account.
For more information about AWS DMS events, see Working with Events and Notifications
(http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html) in the
AWS Database MIgration Service User Guide.
// Example sending a request using the CreateEventSubscriptionRequest method. req := client.CreateEventSubscriptionRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEventSubscription
func (*DatabaseMigrationService) CreateReplicationInstanceRequest ¶
func (c *DatabaseMigrationService) CreateReplicationInstanceRequest(input *CreateReplicationInstanceInput) CreateReplicationInstanceRequest
CreateReplicationInstanceRequest returns a request value for making API operation for AWS Database Migration Service.
Creates the replication instance using the specified parameters.
// Example sending a request using the CreateReplicationInstanceRequest method. req := client.CreateReplicationInstanceRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstance
func (*DatabaseMigrationService) CreateReplicationSubnetGroupRequest ¶
func (c *DatabaseMigrationService) CreateReplicationSubnetGroupRequest(input *CreateReplicationSubnetGroupInput) CreateReplicationSubnetGroupRequest
CreateReplicationSubnetGroupRequest returns a request value for making API operation for AWS Database Migration Service.
Creates a replication subnet group given a list of the subnet IDs in a VPC.
// Example sending a request using the CreateReplicationSubnetGroupRequest method. req := client.CreateReplicationSubnetGroupRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationSubnetGroup
func (*DatabaseMigrationService) CreateReplicationTaskRequest ¶
func (c *DatabaseMigrationService) CreateReplicationTaskRequest(input *CreateReplicationTaskInput) CreateReplicationTaskRequest
CreateReplicationTaskRequest returns a request value for making API operation for AWS Database Migration Service.
Creates a replication task using the specified parameters.
// Example sending a request using the CreateReplicationTaskRequest method. req := client.CreateReplicationTaskRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationTask
func (*DatabaseMigrationService) DeleteCertificateRequest ¶
func (c *DatabaseMigrationService) DeleteCertificateRequest(input *DeleteCertificateInput) DeleteCertificateRequest
DeleteCertificateRequest returns a request value for making API operation for AWS Database Migration Service.
Deletes the specified certificate.
// Example sending a request using the DeleteCertificateRequest method. req := client.DeleteCertificateRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteCertificate
func (*DatabaseMigrationService) DeleteEndpointRequest ¶
func (c *DatabaseMigrationService) DeleteEndpointRequest(input *DeleteEndpointInput) DeleteEndpointRequest
DeleteEndpointRequest returns a request value for making 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.
// Example sending a request using the DeleteEndpointRequest method. req := client.DeleteEndpointRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint
func (*DatabaseMigrationService) DeleteEventSubscriptionRequest ¶
func (c *DatabaseMigrationService) DeleteEventSubscriptionRequest(input *DeleteEventSubscriptionInput) DeleteEventSubscriptionRequest
DeleteEventSubscriptionRequest returns a request value for making API operation for AWS Database Migration Service.
Deletes an AWS DMS event subscription.
// Example sending a request using the DeleteEventSubscriptionRequest method. req := client.DeleteEventSubscriptionRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEventSubscription
func (*DatabaseMigrationService) DeleteReplicationInstanceRequest ¶
func (c *DatabaseMigrationService) DeleteReplicationInstanceRequest(input *DeleteReplicationInstanceInput) DeleteReplicationInstanceRequest
DeleteReplicationInstanceRequest returns a request value for making 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.
// Example sending a request using the DeleteReplicationInstanceRequest method. req := client.DeleteReplicationInstanceRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationInstance
func (*DatabaseMigrationService) DeleteReplicationSubnetGroupRequest ¶
func (c *DatabaseMigrationService) DeleteReplicationSubnetGroupRequest(input *DeleteReplicationSubnetGroupInput) DeleteReplicationSubnetGroupRequest
DeleteReplicationSubnetGroupRequest returns a request value for making API operation for AWS Database Migration Service.
Deletes a subnet group.
// Example sending a request using the DeleteReplicationSubnetGroupRequest method. req := client.DeleteReplicationSubnetGroupRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationSubnetGroup
func (*DatabaseMigrationService) DeleteReplicationTaskRequest ¶
func (c *DatabaseMigrationService) DeleteReplicationTaskRequest(input *DeleteReplicationTaskInput) DeleteReplicationTaskRequest
DeleteReplicationTaskRequest returns a request value for making API operation for AWS Database Migration Service.
Deletes the specified replication task.
// Example sending a request using the DeleteReplicationTaskRequest method. req := client.DeleteReplicationTaskRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationTask
func (*DatabaseMigrationService) DescribeAccountAttributesRequest ¶
func (c *DatabaseMigrationService) DescribeAccountAttributesRequest(input *DescribeAccountAttributesInput) DescribeAccountAttributesRequest
DescribeAccountAttributesRequest returns a request value for making 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.
// Example sending a request using the DescribeAccountAttributesRequest method. req := client.DescribeAccountAttributesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeAccountAttributes
func (*DatabaseMigrationService) DescribeCertificatesPages ¶
func (c *DatabaseMigrationService) DescribeCertificatesPages(input *DescribeCertificatesInput, fn func(*DescribeCertificatesOutput, bool) bool) error
DescribeCertificatesPages iterates over the pages of a DescribeCertificates operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeCertificates method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeCertificates operation. pageNum := 0 err := client.DescribeCertificatesPages(params, func(page *DescribeCertificatesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*DatabaseMigrationService) DescribeCertificatesPagesWithContext ¶
func (c *DatabaseMigrationService) DescribeCertificatesPagesWithContext(ctx aws.Context, input *DescribeCertificatesInput, fn func(*DescribeCertificatesOutput, bool) bool, opts ...aws.Option) error
DescribeCertificatesPagesWithContext same as DescribeCertificatesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeCertificatesRequest ¶
func (c *DatabaseMigrationService) DescribeCertificatesRequest(input *DescribeCertificatesInput) DescribeCertificatesRequest
DescribeCertificatesRequest returns a request value for making API operation for AWS Database Migration Service.
Provides a description of the certificate.
// Example sending a request using the DescribeCertificatesRequest method. req := client.DescribeCertificatesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeCertificates
func (*DatabaseMigrationService) DescribeConnectionsPages ¶
func (c *DatabaseMigrationService) DescribeConnectionsPages(input *DescribeConnectionsInput, fn func(*DescribeConnectionsOutput, bool) bool) error
DescribeConnectionsPages iterates over the pages of a DescribeConnections operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeConnections method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeConnections operation. pageNum := 0 err := client.DescribeConnectionsPages(params, func(page *DescribeConnectionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*DatabaseMigrationService) DescribeConnectionsPagesWithContext ¶
func (c *DatabaseMigrationService) DescribeConnectionsPagesWithContext(ctx aws.Context, input *DescribeConnectionsInput, fn func(*DescribeConnectionsOutput, bool) bool, opts ...aws.Option) error
DescribeConnectionsPagesWithContext same as DescribeConnectionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeConnectionsRequest ¶
func (c *DatabaseMigrationService) DescribeConnectionsRequest(input *DescribeConnectionsInput) DescribeConnectionsRequest
DescribeConnectionsRequest returns a request value for making 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.
// Example sending a request using the DescribeConnectionsRequest method. req := client.DescribeConnectionsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeConnections
func (*DatabaseMigrationService) DescribeEndpointTypesPages ¶
func (c *DatabaseMigrationService) DescribeEndpointTypesPages(input *DescribeEndpointTypesInput, fn func(*DescribeEndpointTypesOutput, bool) bool) error
DescribeEndpointTypesPages iterates over the pages of a DescribeEndpointTypes operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeEndpointTypes method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeEndpointTypes operation. pageNum := 0 err := client.DescribeEndpointTypesPages(params, func(page *DescribeEndpointTypesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*DatabaseMigrationService) DescribeEndpointTypesPagesWithContext ¶
func (c *DatabaseMigrationService) DescribeEndpointTypesPagesWithContext(ctx aws.Context, input *DescribeEndpointTypesInput, fn func(*DescribeEndpointTypesOutput, bool) bool, opts ...aws.Option) error
DescribeEndpointTypesPagesWithContext same as DescribeEndpointTypesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeEndpointTypesRequest ¶
func (c *DatabaseMigrationService) DescribeEndpointTypesRequest(input *DescribeEndpointTypesInput) DescribeEndpointTypesRequest
DescribeEndpointTypesRequest returns a request value for making API operation for AWS Database Migration Service.
Returns information about the type of endpoints available.
// Example sending a request using the DescribeEndpointTypesRequest method. req := client.DescribeEndpointTypesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointTypes
func (*DatabaseMigrationService) DescribeEndpointsPages ¶
func (c *DatabaseMigrationService) DescribeEndpointsPages(input *DescribeEndpointsInput, fn func(*DescribeEndpointsOutput, bool) bool) error
DescribeEndpointsPages iterates over the pages of a DescribeEndpoints operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeEndpoints method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeEndpoints operation. pageNum := 0 err := client.DescribeEndpointsPages(params, func(page *DescribeEndpointsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*DatabaseMigrationService) DescribeEndpointsPagesWithContext ¶
func (c *DatabaseMigrationService) DescribeEndpointsPagesWithContext(ctx aws.Context, input *DescribeEndpointsInput, fn func(*DescribeEndpointsOutput, bool) bool, opts ...aws.Option) error
DescribeEndpointsPagesWithContext same as DescribeEndpointsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeEndpointsRequest ¶
func (c *DatabaseMigrationService) DescribeEndpointsRequest(input *DescribeEndpointsInput) DescribeEndpointsRequest
DescribeEndpointsRequest returns a request value for making API operation for AWS Database Migration Service.
Returns information about the endpoints for your account in the current region.
// Example sending a request using the DescribeEndpointsRequest method. req := client.DescribeEndpointsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpoints
func (*DatabaseMigrationService) DescribeEventCategoriesRequest ¶
func (c *DatabaseMigrationService) DescribeEventCategoriesRequest(input *DescribeEventCategoriesInput) DescribeEventCategoriesRequest
DescribeEventCategoriesRequest returns a request value for making API operation for AWS Database Migration Service.
Lists categories for all event source types, or, if specified, for a specified source type. You can see a list of the event categories and source types in Working with Events and Notifications (http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html) in the AWS Database Migration Service User Guide.
// Example sending a request using the DescribeEventCategoriesRequest method. req := client.DescribeEventCategoriesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEventCategories
func (*DatabaseMigrationService) DescribeEventSubscriptionsPages ¶
func (c *DatabaseMigrationService) DescribeEventSubscriptionsPages(input *DescribeEventSubscriptionsInput, fn func(*DescribeEventSubscriptionsOutput, bool) bool) error
DescribeEventSubscriptionsPages iterates over the pages of a DescribeEventSubscriptions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeEventSubscriptions method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeEventSubscriptions operation. pageNum := 0 err := client.DescribeEventSubscriptionsPages(params, func(page *DescribeEventSubscriptionsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*DatabaseMigrationService) DescribeEventSubscriptionsPagesWithContext ¶
func (c *DatabaseMigrationService) DescribeEventSubscriptionsPagesWithContext(ctx aws.Context, input *DescribeEventSubscriptionsInput, fn func(*DescribeEventSubscriptionsOutput, bool) bool, opts ...aws.Option) error
DescribeEventSubscriptionsPagesWithContext same as DescribeEventSubscriptionsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeEventSubscriptionsRequest ¶
func (c *DatabaseMigrationService) DescribeEventSubscriptionsRequest(input *DescribeEventSubscriptionsInput) DescribeEventSubscriptionsRequest
DescribeEventSubscriptionsRequest returns a request value for making API operation for AWS Database Migration Service.
Lists all the event subscriptions for a customer account. The description of a subscription includes SubscriptionName, SNSTopicARN, CustomerID, SourceType, SourceID, CreationTime, and Status.
If you specify SubscriptionName, this action lists the description for that subscription.
// Example sending a request using the DescribeEventSubscriptionsRequest method. req := client.DescribeEventSubscriptionsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEventSubscriptions
func (*DatabaseMigrationService) DescribeEventsPages ¶
func (c *DatabaseMigrationService) DescribeEventsPages(input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool) error
DescribeEventsPages iterates over the pages of a DescribeEvents operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeEvents method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeEvents operation. pageNum := 0 err := client.DescribeEventsPages(params, func(page *DescribeEventsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*DatabaseMigrationService) DescribeEventsPagesWithContext ¶
func (c *DatabaseMigrationService) DescribeEventsPagesWithContext(ctx aws.Context, input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool, opts ...aws.Option) error
DescribeEventsPagesWithContext same as DescribeEventsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeEventsRequest ¶
func (c *DatabaseMigrationService) DescribeEventsRequest(input *DescribeEventsInput) DescribeEventsRequest
DescribeEventsRequest returns a request value for making API operation for AWS Database Migration Service.
Lists events for a given source identifier and source type. You can also specify a start and end time. For more information on AWS DMS events, see
Working with Events and Notifications (http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html). // Example sending a request using the DescribeEventsRequest method. req := client.DescribeEventsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEvents
func (*DatabaseMigrationService) DescribeOrderableReplicationInstancesPages ¶
func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesPages(input *DescribeOrderableReplicationInstancesInput, fn func(*DescribeOrderableReplicationInstancesOutput, bool) bool) error
DescribeOrderableReplicationInstancesPages iterates over the pages of a DescribeOrderableReplicationInstances operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeOrderableReplicationInstances method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeOrderableReplicationInstances operation. pageNum := 0 err := client.DescribeOrderableReplicationInstancesPages(params, func(page *DescribeOrderableReplicationInstancesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*DatabaseMigrationService) DescribeOrderableReplicationInstancesPagesWithContext ¶
func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesPagesWithContext(ctx aws.Context, input *DescribeOrderableReplicationInstancesInput, fn func(*DescribeOrderableReplicationInstancesOutput, bool) bool, opts ...aws.Option) error
DescribeOrderableReplicationInstancesPagesWithContext same as DescribeOrderableReplicationInstancesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeOrderableReplicationInstancesRequest ¶
func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesRequest(input *DescribeOrderableReplicationInstancesInput) DescribeOrderableReplicationInstancesRequest
DescribeOrderableReplicationInstancesRequest returns a request value for making API operation for AWS Database Migration Service.
Returns information about the replication instance types that can be created in the specified region.
// Example sending a request using the DescribeOrderableReplicationInstancesRequest method. req := client.DescribeOrderableReplicationInstancesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeOrderableReplicationInstances
func (*DatabaseMigrationService) DescribeRefreshSchemasStatusRequest ¶
func (c *DatabaseMigrationService) DescribeRefreshSchemasStatusRequest(input *DescribeRefreshSchemasStatusInput) DescribeRefreshSchemasStatusRequest
DescribeRefreshSchemasStatusRequest returns a request value for making API operation for AWS Database Migration Service.
Returns the status of the RefreshSchemas operation.
// Example sending a request using the DescribeRefreshSchemasStatusRequest method. req := client.DescribeRefreshSchemasStatusRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRefreshSchemasStatus
func (*DatabaseMigrationService) DescribeReplicationInstancesPages ¶
func (c *DatabaseMigrationService) DescribeReplicationInstancesPages(input *DescribeReplicationInstancesInput, fn func(*DescribeReplicationInstancesOutput, bool) bool) error
DescribeReplicationInstancesPages iterates over the pages of a DescribeReplicationInstances operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeReplicationInstances method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeReplicationInstances operation. pageNum := 0 err := client.DescribeReplicationInstancesPages(params, func(page *DescribeReplicationInstancesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*DatabaseMigrationService) DescribeReplicationInstancesPagesWithContext ¶
func (c *DatabaseMigrationService) DescribeReplicationInstancesPagesWithContext(ctx aws.Context, input *DescribeReplicationInstancesInput, fn func(*DescribeReplicationInstancesOutput, bool) bool, opts ...aws.Option) error
DescribeReplicationInstancesPagesWithContext same as DescribeReplicationInstancesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeReplicationInstancesRequest ¶
func (c *DatabaseMigrationService) DescribeReplicationInstancesRequest(input *DescribeReplicationInstancesInput) DescribeReplicationInstancesRequest
DescribeReplicationInstancesRequest returns a request value for making API operation for AWS Database Migration Service.
Returns information about replication instances for your account in the current region.
// Example sending a request using the DescribeReplicationInstancesRequest method. req := client.DescribeReplicationInstancesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstances
func (*DatabaseMigrationService) DescribeReplicationSubnetGroupsPages ¶
func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsPages(input *DescribeReplicationSubnetGroupsInput, fn func(*DescribeReplicationSubnetGroupsOutput, bool) bool) error
DescribeReplicationSubnetGroupsPages iterates over the pages of a DescribeReplicationSubnetGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeReplicationSubnetGroups method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeReplicationSubnetGroups operation. pageNum := 0 err := client.DescribeReplicationSubnetGroupsPages(params, func(page *DescribeReplicationSubnetGroupsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*DatabaseMigrationService) DescribeReplicationSubnetGroupsPagesWithContext ¶
func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsPagesWithContext(ctx aws.Context, input *DescribeReplicationSubnetGroupsInput, fn func(*DescribeReplicationSubnetGroupsOutput, bool) bool, opts ...aws.Option) error
DescribeReplicationSubnetGroupsPagesWithContext same as DescribeReplicationSubnetGroupsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeReplicationSubnetGroupsRequest ¶
func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsRequest(input *DescribeReplicationSubnetGroupsInput) DescribeReplicationSubnetGroupsRequest
DescribeReplicationSubnetGroupsRequest returns a request value for making API operation for AWS Database Migration Service.
Returns information about the replication subnet groups.
// Example sending a request using the DescribeReplicationSubnetGroupsRequest method. req := client.DescribeReplicationSubnetGroupsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroups
func (*DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsPages ¶
func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsPages(input *DescribeReplicationTaskAssessmentResultsInput, fn func(*DescribeReplicationTaskAssessmentResultsOutput, bool) bool) error
DescribeReplicationTaskAssessmentResultsPages iterates over the pages of a DescribeReplicationTaskAssessmentResults operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeReplicationTaskAssessmentResults method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeReplicationTaskAssessmentResults operation. pageNum := 0 err := client.DescribeReplicationTaskAssessmentResultsPages(params, func(page *DescribeReplicationTaskAssessmentResultsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsPagesWithContext ¶
func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsPagesWithContext(ctx aws.Context, input *DescribeReplicationTaskAssessmentResultsInput, fn func(*DescribeReplicationTaskAssessmentResultsOutput, bool) bool, opts ...aws.Option) error
DescribeReplicationTaskAssessmentResultsPagesWithContext same as DescribeReplicationTaskAssessmentResultsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsRequest ¶
func (c *DatabaseMigrationService) DescribeReplicationTaskAssessmentResultsRequest(input *DescribeReplicationTaskAssessmentResultsInput) DescribeReplicationTaskAssessmentResultsRequest
DescribeReplicationTaskAssessmentResultsRequest returns a request value for making API operation for AWS Database Migration Service.
Returns the task assessment results from Amazon S3. This action always returns the latest results.
// Example sending a request using the DescribeReplicationTaskAssessmentResultsRequest method. req := client.DescribeReplicationTaskAssessmentResultsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskAssessmentResults
func (*DatabaseMigrationService) DescribeReplicationTasksPages ¶
func (c *DatabaseMigrationService) DescribeReplicationTasksPages(input *DescribeReplicationTasksInput, fn func(*DescribeReplicationTasksOutput, bool) bool) error
DescribeReplicationTasksPages iterates over the pages of a DescribeReplicationTasks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeReplicationTasks method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeReplicationTasks operation. pageNum := 0 err := client.DescribeReplicationTasksPages(params, func(page *DescribeReplicationTasksOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*DatabaseMigrationService) DescribeReplicationTasksPagesWithContext ¶
func (c *DatabaseMigrationService) DescribeReplicationTasksPagesWithContext(ctx aws.Context, input *DescribeReplicationTasksInput, fn func(*DescribeReplicationTasksOutput, bool) bool, opts ...aws.Option) error
DescribeReplicationTasksPagesWithContext same as DescribeReplicationTasksPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeReplicationTasksRequest ¶
func (c *DatabaseMigrationService) DescribeReplicationTasksRequest(input *DescribeReplicationTasksInput) DescribeReplicationTasksRequest
DescribeReplicationTasksRequest returns a request value for making API operation for AWS Database Migration Service.
Returns information about replication tasks for your account in the current region.
// Example sending a request using the DescribeReplicationTasksRequest method. req := client.DescribeReplicationTasksRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTasks
func (*DatabaseMigrationService) DescribeSchemasPages ¶
func (c *DatabaseMigrationService) DescribeSchemasPages(input *DescribeSchemasInput, fn func(*DescribeSchemasOutput, bool) bool) error
DescribeSchemasPages iterates over the pages of a DescribeSchemas operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeSchemas method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeSchemas operation. pageNum := 0 err := client.DescribeSchemasPages(params, func(page *DescribeSchemasOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*DatabaseMigrationService) DescribeSchemasPagesWithContext ¶
func (c *DatabaseMigrationService) DescribeSchemasPagesWithContext(ctx aws.Context, input *DescribeSchemasInput, fn func(*DescribeSchemasOutput, bool) bool, opts ...aws.Option) error
DescribeSchemasPagesWithContext same as DescribeSchemasPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeSchemasRequest ¶
func (c *DatabaseMigrationService) DescribeSchemasRequest(input *DescribeSchemasInput) DescribeSchemasRequest
DescribeSchemasRequest returns a request value for making API operation for AWS Database Migration Service.
Returns information about the schema for the specified endpoint.
// Example sending a request using the DescribeSchemasRequest method. req := client.DescribeSchemasRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeSchemas
func (*DatabaseMigrationService) DescribeTableStatisticsPages ¶
func (c *DatabaseMigrationService) DescribeTableStatisticsPages(input *DescribeTableStatisticsInput, fn func(*DescribeTableStatisticsOutput, bool) bool) error
DescribeTableStatisticsPages iterates over the pages of a DescribeTableStatistics operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeTableStatistics method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a DescribeTableStatistics operation. pageNum := 0 err := client.DescribeTableStatisticsPages(params, func(page *DescribeTableStatisticsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*DatabaseMigrationService) DescribeTableStatisticsPagesWithContext ¶
func (c *DatabaseMigrationService) DescribeTableStatisticsPagesWithContext(ctx aws.Context, input *DescribeTableStatisticsInput, fn func(*DescribeTableStatisticsOutput, bool) bool, opts ...aws.Option) error
DescribeTableStatisticsPagesWithContext same as DescribeTableStatisticsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*DatabaseMigrationService) DescribeTableStatisticsRequest ¶
func (c *DatabaseMigrationService) DescribeTableStatisticsRequest(input *DescribeTableStatisticsInput) DescribeTableStatisticsRequest
DescribeTableStatisticsRequest returns a request value for making API operation for AWS Database Migration Service.
Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
Note that the "last updated" column the DMS console only indicates the time that AWS DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.
// Example sending a request using the DescribeTableStatisticsRequest method. req := client.DescribeTableStatisticsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeTableStatistics
func (*DatabaseMigrationService) ImportCertificateRequest ¶
func (c *DatabaseMigrationService) ImportCertificateRequest(input *ImportCertificateInput) ImportCertificateRequest
ImportCertificateRequest returns a request value for making API operation for AWS Database Migration Service.
Uploads the specified certificate.
// Example sending a request using the ImportCertificateRequest method. req := client.ImportCertificateRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificate
func (*DatabaseMigrationService) ListTagsForResourceRequest ¶
func (c *DatabaseMigrationService) ListTagsForResourceRequest(input *ListTagsForResourceInput) ListTagsForResourceRequest
ListTagsForResourceRequest returns a request value for making API operation for AWS Database Migration Service.
Lists all tags for an AWS DMS resource.
// Example sending a request using the ListTagsForResourceRequest method. req := client.ListTagsForResourceRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResource
func (*DatabaseMigrationService) ModifyEndpointRequest ¶
func (c *DatabaseMigrationService) ModifyEndpointRequest(input *ModifyEndpointInput) ModifyEndpointRequest
ModifyEndpointRequest returns a request value for making API operation for AWS Database Migration Service.
Modifies the specified endpoint.
// Example sending a request using the ModifyEndpointRequest method. req := client.ModifyEndpointRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint
func (*DatabaseMigrationService) ModifyEventSubscriptionRequest ¶
func (c *DatabaseMigrationService) ModifyEventSubscriptionRequest(input *ModifyEventSubscriptionInput) ModifyEventSubscriptionRequest
ModifyEventSubscriptionRequest returns a request value for making API operation for AWS Database Migration Service.
Modifies an existing AWS DMS event notification subscription.
// Example sending a request using the ModifyEventSubscriptionRequest method. req := client.ModifyEventSubscriptionRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEventSubscription
func (*DatabaseMigrationService) ModifyReplicationInstanceRequest ¶
func (c *DatabaseMigrationService) ModifyReplicationInstanceRequest(input *ModifyReplicationInstanceInput) ModifyReplicationInstanceRequest
ModifyReplicationInstanceRequest returns a request value for making 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.
// Example sending a request using the ModifyReplicationInstanceRequest method. req := client.ModifyReplicationInstanceRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstance
func (*DatabaseMigrationService) ModifyReplicationSubnetGroupRequest ¶
func (c *DatabaseMigrationService) ModifyReplicationSubnetGroupRequest(input *ModifyReplicationSubnetGroupInput) ModifyReplicationSubnetGroupRequest
ModifyReplicationSubnetGroupRequest returns a request value for making API operation for AWS Database Migration Service.
Modifies the settings for the specified replication subnet group.
// Example sending a request using the ModifyReplicationSubnetGroupRequest method. req := client.ModifyReplicationSubnetGroupRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroup
func (*DatabaseMigrationService) ModifyReplicationTaskRequest ¶
func (c *DatabaseMigrationService) ModifyReplicationTaskRequest(input *ModifyReplicationTaskInput) ModifyReplicationTaskRequest
ModifyReplicationTaskRequest returns a request value for making API operation for AWS Database Migration Service.
Modifies the specified replication task.
You can't modify the task endpoints. The task must be stopped before you can modify it.
For more information about AWS DMS tasks, see the AWS DMS user guide at Working with Migration Tasks (http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html)
// Example sending a request using the ModifyReplicationTaskRequest method. req := client.ModifyReplicationTaskRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTask
func (*DatabaseMigrationService) RefreshSchemasRequest ¶
func (c *DatabaseMigrationService) RefreshSchemasRequest(input *RefreshSchemasInput) RefreshSchemasRequest
RefreshSchemasRequest returns a request value for making 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.
// Example sending a request using the RefreshSchemasRequest method. req := client.RefreshSchemasRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RefreshSchemas
func (*DatabaseMigrationService) ReloadTablesRequest ¶
func (c *DatabaseMigrationService) ReloadTablesRequest(input *ReloadTablesInput) ReloadTablesRequest
ReloadTablesRequest returns a request value for making API operation for AWS Database Migration Service.
Reloads the target database table with the source data.
// Example sending a request using the ReloadTablesRequest method. req := client.ReloadTablesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReloadTables
func (*DatabaseMigrationService) RemoveTagsFromResourceRequest ¶
func (c *DatabaseMigrationService) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) RemoveTagsFromResourceRequest
RemoveTagsFromResourceRequest returns a request value for making API operation for AWS Database Migration Service.
Removes metadata tags from a DMS resource.
// Example sending a request using the RemoveTagsFromResourceRequest method. req := client.RemoveTagsFromResourceRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RemoveTagsFromResource
func (*DatabaseMigrationService) StartReplicationTaskAssessmentRequest ¶
func (c *DatabaseMigrationService) StartReplicationTaskAssessmentRequest(input *StartReplicationTaskAssessmentInput) StartReplicationTaskAssessmentRequest
StartReplicationTaskAssessmentRequest returns a request value for making API operation for AWS Database Migration Service.
Starts the replication task assessment for unsupported data types in the source database.
// Example sending a request using the StartReplicationTaskAssessmentRequest method. req := client.StartReplicationTaskAssessmentRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessment
func (*DatabaseMigrationService) StartReplicationTaskRequest ¶
func (c *DatabaseMigrationService) StartReplicationTaskRequest(input *StartReplicationTaskInput) StartReplicationTaskRequest
StartReplicationTaskRequest returns a request value for making API operation for AWS Database Migration Service.
Starts the replication task.
For more information about AWS DMS tasks, see the AWS DMS user guide at Working with Migration Tasks (http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html)
// Example sending a request using the StartReplicationTaskRequest method. req := client.StartReplicationTaskRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTask
func (*DatabaseMigrationService) StopReplicationTaskRequest ¶
func (c *DatabaseMigrationService) StopReplicationTaskRequest(input *StopReplicationTaskInput) StopReplicationTaskRequest
StopReplicationTaskRequest returns a request value for making API operation for AWS Database Migration Service.
Stops the replication task.
// Example sending a request using the StopReplicationTaskRequest method. req := client.StopReplicationTaskRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplicationTask
func (*DatabaseMigrationService) TestConnectionRequest ¶
func (c *DatabaseMigrationService) TestConnectionRequest(input *TestConnectionInput) TestConnectionRequest
TestConnectionRequest returns a request value for making API operation for AWS Database Migration Service.
Tests the connection between the replication instance and the endpoint.
// Example sending a request using the TestConnectionRequest method. req := client.TestConnectionRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TestConnection
type DeleteCertificateInput ¶
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 ¶
func (s DeleteCertificateInput) GoString() string
GoString returns the string representation
func (*DeleteCertificateInput) SetCertificateArn ¶
func (s *DeleteCertificateInput) SetCertificateArn(v string) *DeleteCertificateInput
SetCertificateArn sets the CertificateArn field's value.
func (DeleteCertificateInput) String ¶
func (s DeleteCertificateInput) String() string
String returns the string representation
func (*DeleteCertificateInput) Validate ¶
func (s *DeleteCertificateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteCertificateOutput ¶
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 ¶
func (s DeleteCertificateOutput) GoString() string
GoString returns the string representation
func (DeleteCertificateOutput) SDKResponseMetadata ¶
func (s DeleteCertificateOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteCertificateOutput) SetCertificate ¶
func (s *DeleteCertificateOutput) SetCertificate(v *Certificate) *DeleteCertificateOutput
SetCertificate sets the Certificate field's value.
func (DeleteCertificateOutput) String ¶
func (s DeleteCertificateOutput) String() string
String returns the string representation
type DeleteCertificateRequest ¶
type DeleteCertificateRequest struct { *aws.Request Input *DeleteCertificateInput }
DeleteCertificateRequest is a API request type for the DeleteCertificate API operation.
func (DeleteCertificateRequest) Send ¶
func (r DeleteCertificateRequest) Send() (*DeleteCertificateOutput, error)
Send marshals and sends the DeleteCertificate API request.
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 ¶
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 ¶
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) SDKResponseMetadata ¶
func (s DeleteEndpointOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteEndpointOutput) SetEndpoint ¶
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 DeleteEndpointRequest ¶
type DeleteEndpointRequest struct { *aws.Request Input *DeleteEndpointInput }
DeleteEndpointRequest is a API request type for the DeleteEndpoint API operation.
func (DeleteEndpointRequest) Send ¶
func (r DeleteEndpointRequest) Send() (*DeleteEndpointOutput, error)
Send marshals and sends the DeleteEndpoint API request.
type DeleteEventSubscriptionInput ¶
type DeleteEventSubscriptionInput struct { // The name of the DMS event notification subscription to be deleted. // // SubscriptionName is a required field SubscriptionName *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEventSubscriptionMessage
func (DeleteEventSubscriptionInput) GoString ¶
func (s DeleteEventSubscriptionInput) GoString() string
GoString returns the string representation
func (*DeleteEventSubscriptionInput) SetSubscriptionName ¶
func (s *DeleteEventSubscriptionInput) SetSubscriptionName(v string) *DeleteEventSubscriptionInput
SetSubscriptionName sets the SubscriptionName field's value.
func (DeleteEventSubscriptionInput) String ¶
func (s DeleteEventSubscriptionInput) String() string
String returns the string representation
func (*DeleteEventSubscriptionInput) Validate ¶
func (s *DeleteEventSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteEventSubscriptionOutput ¶
type DeleteEventSubscriptionOutput struct { // The event subscription that was deleted. EventSubscription *EventSubscription `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEventSubscriptionResponse
func (DeleteEventSubscriptionOutput) GoString ¶
func (s DeleteEventSubscriptionOutput) GoString() string
GoString returns the string representation
func (DeleteEventSubscriptionOutput) SDKResponseMetadata ¶
func (s DeleteEventSubscriptionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteEventSubscriptionOutput) SetEventSubscription ¶
func (s *DeleteEventSubscriptionOutput) SetEventSubscription(v *EventSubscription) *DeleteEventSubscriptionOutput
SetEventSubscription sets the EventSubscription field's value.
func (DeleteEventSubscriptionOutput) String ¶
func (s DeleteEventSubscriptionOutput) String() string
String returns the string representation
type DeleteEventSubscriptionRequest ¶
type DeleteEventSubscriptionRequest struct { *aws.Request Input *DeleteEventSubscriptionInput }
DeleteEventSubscriptionRequest is a API request type for the DeleteEventSubscription API operation.
func (DeleteEventSubscriptionRequest) Send ¶
func (r DeleteEventSubscriptionRequest) Send() (*DeleteEventSubscriptionOutput, error)
Send marshals and sends the DeleteEventSubscription API request.
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 ¶
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 ¶
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) SDKResponseMetadata ¶
func (s DeleteReplicationInstanceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteReplicationInstanceOutput) SetReplicationInstance ¶
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 DeleteReplicationInstanceRequest ¶
type DeleteReplicationInstanceRequest struct { *aws.Request Input *DeleteReplicationInstanceInput }
DeleteReplicationInstanceRequest is a API request type for the DeleteReplicationInstance API operation.
func (DeleteReplicationInstanceRequest) Send ¶
func (r DeleteReplicationInstanceRequest) Send() (*DeleteReplicationInstanceOutput, error)
Send marshals and sends the DeleteReplicationInstance API request.
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 ¶
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 ¶
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) SDKResponseMetadata ¶
func (s DeleteReplicationSubnetGroupOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DeleteReplicationSubnetGroupOutput) String ¶
func (s DeleteReplicationSubnetGroupOutput) String() string
String returns the string representation
type DeleteReplicationSubnetGroupRequest ¶
type DeleteReplicationSubnetGroupRequest struct { *aws.Request Input *DeleteReplicationSubnetGroupInput }
DeleteReplicationSubnetGroupRequest is a API request type for the DeleteReplicationSubnetGroup API operation.
func (DeleteReplicationSubnetGroupRequest) Send ¶
func (r DeleteReplicationSubnetGroupRequest) Send() (*DeleteReplicationSubnetGroupOutput, error)
Send marshals and sends the DeleteReplicationSubnetGroup API request.
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 ¶
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 ¶
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) SDKResponseMetadata ¶
func (s DeleteReplicationTaskOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteReplicationTaskOutput) SetReplicationTask ¶
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 DeleteReplicationTaskRequest ¶
type DeleteReplicationTaskRequest struct { *aws.Request Input *DeleteReplicationTaskInput }
DeleteReplicationTaskRequest is a API request type for the DeleteReplicationTask API operation.
func (DeleteReplicationTaskRequest) Send ¶
func (r DeleteReplicationTaskRequest) Send() (*DeleteReplicationTaskOutput, error)
Send marshals and sends the DeleteReplicationTask API request.
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 `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) SDKResponseMetadata ¶
func (s DescribeAccountAttributesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeAccountAttributesOutput) SetAccountQuotas ¶
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 DescribeAccountAttributesRequest ¶
type DescribeAccountAttributesRequest struct { *aws.Request Input *DescribeAccountAttributesInput }
DescribeAccountAttributesRequest is a API request type for the DescribeAccountAttributes API operation.
func (DescribeAccountAttributesRequest) Send ¶
func (r DescribeAccountAttributesRequest) Send() (*DescribeAccountAttributesOutput, error)
Send marshals and sends the DescribeAccountAttributes API request.
type DescribeCertificatesInput ¶
type DescribeCertificatesInput struct { // Filters applied to the certificate described in the form of key-value pairs. Filters []Filter `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. // // Default: 10 MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeCertificatesMessage
func (DescribeCertificatesInput) GoString ¶
func (s DescribeCertificatesInput) GoString() string
GoString returns the string representation
func (*DescribeCertificatesInput) SetFilters ¶
func (s *DescribeCertificatesInput) SetFilters(v []Filter) *DescribeCertificatesInput
SetFilters sets the Filters field's value.
func (*DescribeCertificatesInput) SetMarker ¶
func (s *DescribeCertificatesInput) SetMarker(v string) *DescribeCertificatesInput
SetMarker sets the Marker field's value.
func (*DescribeCertificatesInput) SetMaxRecords ¶
func (s *DescribeCertificatesInput) SetMaxRecords(v int64) *DescribeCertificatesInput
SetMaxRecords sets the MaxRecords field's value.
func (DescribeCertificatesInput) String ¶
func (s DescribeCertificatesInput) String() string
String returns the string representation
func (*DescribeCertificatesInput) Validate ¶
func (s *DescribeCertificatesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeCertificatesOutput ¶
type DescribeCertificatesOutput struct { // The Secure Sockets Layer (SSL) certificates associated with the replication // instance. Certificates []Certificate `type:"list"` // The pagination token. Marker *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeCertificatesResponse
func (DescribeCertificatesOutput) GoString ¶
func (s DescribeCertificatesOutput) GoString() string
GoString returns the string representation
func (DescribeCertificatesOutput) SDKResponseMetadata ¶
func (s DescribeCertificatesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeCertificatesOutput) SetCertificates ¶
func (s *DescribeCertificatesOutput) SetCertificates(v []Certificate) *DescribeCertificatesOutput
SetCertificates sets the Certificates field's value.
func (*DescribeCertificatesOutput) SetMarker ¶
func (s *DescribeCertificatesOutput) SetMarker(v string) *DescribeCertificatesOutput
SetMarker sets the Marker field's value.
func (DescribeCertificatesOutput) String ¶
func (s DescribeCertificatesOutput) String() string
String returns the string representation
type DescribeCertificatesRequest ¶
type DescribeCertificatesRequest struct { *aws.Request Input *DescribeCertificatesInput }
DescribeCertificatesRequest is a API request type for the DescribeCertificates API operation.
func (DescribeCertificatesRequest) Send ¶
func (r DescribeCertificatesRequest) Send() (*DescribeCertificatesOutput, error)
Send marshals and sends the DescribeCertificates API request.
type DescribeConnectionsInput ¶
type DescribeConnectionsInput struct { // The filters applied to the connection. // // Valid filter names: endpoint-arn | replication-instance-arn Filters []Filter `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
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 ¶
func (s *DescribeConnectionsInput) SetFilters(v []Filter) *DescribeConnectionsInput
SetFilters sets the Filters field's value.
func (*DescribeConnectionsInput) SetMarker ¶
func (s *DescribeConnectionsInput) SetMarker(v string) *DescribeConnectionsInput
SetMarker sets the Marker field's value.
func (*DescribeConnectionsInput) SetMaxRecords ¶
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 ¶
func (s *DescribeConnectionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeConnectionsOutput ¶
type DescribeConnectionsOutput struct { // A description of the connections. Connections []Connection `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
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) SDKResponseMetadata ¶
func (s DescribeConnectionsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeConnectionsOutput) SetConnections ¶
func (s *DescribeConnectionsOutput) SetConnections(v []Connection) *DescribeConnectionsOutput
SetConnections sets the Connections field's value.
func (*DescribeConnectionsOutput) SetMarker ¶
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 DescribeConnectionsRequest ¶
type DescribeConnectionsRequest struct { *aws.Request Input *DescribeConnectionsInput }
DescribeConnectionsRequest is a API request type for the DescribeConnections API operation.
func (DescribeConnectionsRequest) Send ¶
func (r DescribeConnectionsRequest) Send() (*DescribeConnectionsOutput, error)
Send marshals and sends the DescribeConnections API request.
type DescribeEndpointTypesInput ¶
type DescribeEndpointTypesInput struct { // Filters applied to the describe action. // // Valid filter names: engine-name | endpoint-type Filters []Filter `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
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 ¶
func (s *DescribeEndpointTypesInput) SetFilters(v []Filter) *DescribeEndpointTypesInput
SetFilters sets the Filters field's value.
func (*DescribeEndpointTypesInput) SetMarker ¶
func (s *DescribeEndpointTypesInput) SetMarker(v string) *DescribeEndpointTypesInput
SetMarker sets the Marker field's value.
func (*DescribeEndpointTypesInput) SetMaxRecords ¶
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 ¶
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 `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) SDKResponseMetadata ¶
func (s DescribeEndpointTypesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeEndpointTypesOutput) SetMarker ¶
func (s *DescribeEndpointTypesOutput) SetMarker(v string) *DescribeEndpointTypesOutput
SetMarker sets the Marker field's value.
func (*DescribeEndpointTypesOutput) SetSupportedEndpointTypes ¶
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 DescribeEndpointTypesRequest ¶
type DescribeEndpointTypesRequest struct { *aws.Request Input *DescribeEndpointTypesInput }
DescribeEndpointTypesRequest is a API request type for the DescribeEndpointTypes API operation.
func (DescribeEndpointTypesRequest) Send ¶
func (r DescribeEndpointTypesRequest) Send() (*DescribeEndpointTypesOutput, error)
Send marshals and sends the DescribeEndpointTypes API request.
type DescribeEndpointsInput ¶
type DescribeEndpointsInput struct { // Filters applied to the describe action. // // Valid filter names: endpoint-arn | endpoint-type | endpoint-id | engine-name Filters []Filter `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
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 ¶
func (s *DescribeEndpointsInput) SetFilters(v []Filter) *DescribeEndpointsInput
SetFilters sets the Filters field's value.
func (*DescribeEndpointsInput) SetMarker ¶
func (s *DescribeEndpointsInput) SetMarker(v string) *DescribeEndpointsInput
SetMarker sets the Marker field's value.
func (*DescribeEndpointsInput) SetMaxRecords ¶
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 ¶
func (s *DescribeEndpointsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEndpointsOutput ¶
type DescribeEndpointsOutput struct { // Endpoint description. Endpoints []Endpoint `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
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) SDKResponseMetadata ¶
func (s DescribeEndpointsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeEndpointsOutput) SetEndpoints ¶
func (s *DescribeEndpointsOutput) SetEndpoints(v []Endpoint) *DescribeEndpointsOutput
SetEndpoints sets the Endpoints field's value.
func (*DescribeEndpointsOutput) SetMarker ¶
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 DescribeEndpointsRequest ¶
type DescribeEndpointsRequest struct { *aws.Request Input *DescribeEndpointsInput }
DescribeEndpointsRequest is a API request type for the DescribeEndpoints API operation.
func (DescribeEndpointsRequest) Send ¶
func (r DescribeEndpointsRequest) Send() (*DescribeEndpointsOutput, error)
Send marshals and sends the DescribeEndpoints API request.
type DescribeEventCategoriesInput ¶
type DescribeEventCategoriesInput struct { // Filters applied to the action. Filters []Filter `type:"list"` // The type of AWS DMS resource that generates events. // // Valid values: replication-instance | migration-task SourceType *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEventCategoriesMessage
func (DescribeEventCategoriesInput) GoString ¶
func (s DescribeEventCategoriesInput) GoString() string
GoString returns the string representation
func (*DescribeEventCategoriesInput) SetFilters ¶
func (s *DescribeEventCategoriesInput) SetFilters(v []Filter) *DescribeEventCategoriesInput
SetFilters sets the Filters field's value.
func (*DescribeEventCategoriesInput) SetSourceType ¶
func (s *DescribeEventCategoriesInput) SetSourceType(v string) *DescribeEventCategoriesInput
SetSourceType sets the SourceType field's value.
func (DescribeEventCategoriesInput) String ¶
func (s DescribeEventCategoriesInput) String() string
String returns the string representation
func (*DescribeEventCategoriesInput) Validate ¶
func (s *DescribeEventCategoriesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEventCategoriesOutput ¶
type DescribeEventCategoriesOutput struct { // A list of event categories. EventCategoryGroupList []EventCategoryGroup `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEventCategoriesResponse
func (DescribeEventCategoriesOutput) GoString ¶
func (s DescribeEventCategoriesOutput) GoString() string
GoString returns the string representation
func (DescribeEventCategoriesOutput) SDKResponseMetadata ¶
func (s DescribeEventCategoriesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeEventCategoriesOutput) SetEventCategoryGroupList ¶
func (s *DescribeEventCategoriesOutput) SetEventCategoryGroupList(v []EventCategoryGroup) *DescribeEventCategoriesOutput
SetEventCategoryGroupList sets the EventCategoryGroupList field's value.
func (DescribeEventCategoriesOutput) String ¶
func (s DescribeEventCategoriesOutput) String() string
String returns the string representation
type DescribeEventCategoriesRequest ¶
type DescribeEventCategoriesRequest struct { *aws.Request Input *DescribeEventCategoriesInput }
DescribeEventCategoriesRequest is a API request type for the DescribeEventCategories API operation.
func (DescribeEventCategoriesRequest) Send ¶
func (r DescribeEventCategoriesRequest) Send() (*DescribeEventCategoriesOutput, error)
Send marshals and sends the DescribeEventCategories API request.
type DescribeEventSubscriptionsInput ¶
type DescribeEventSubscriptionsInput struct { // Filters applied to the action. Filters []Filter `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // The name of the AWS DMS event subscription to be described. SubscriptionName *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEventSubscriptionsMessage
func (DescribeEventSubscriptionsInput) GoString ¶
func (s DescribeEventSubscriptionsInput) GoString() string
GoString returns the string representation
func (*DescribeEventSubscriptionsInput) SetFilters ¶
func (s *DescribeEventSubscriptionsInput) SetFilters(v []Filter) *DescribeEventSubscriptionsInput
SetFilters sets the Filters field's value.
func (*DescribeEventSubscriptionsInput) SetMarker ¶
func (s *DescribeEventSubscriptionsInput) SetMarker(v string) *DescribeEventSubscriptionsInput
SetMarker sets the Marker field's value.
func (*DescribeEventSubscriptionsInput) SetMaxRecords ¶
func (s *DescribeEventSubscriptionsInput) SetMaxRecords(v int64) *DescribeEventSubscriptionsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeEventSubscriptionsInput) SetSubscriptionName ¶
func (s *DescribeEventSubscriptionsInput) SetSubscriptionName(v string) *DescribeEventSubscriptionsInput
SetSubscriptionName sets the SubscriptionName field's value.
func (DescribeEventSubscriptionsInput) String ¶
func (s DescribeEventSubscriptionsInput) String() string
String returns the string representation
func (*DescribeEventSubscriptionsInput) Validate ¶
func (s *DescribeEventSubscriptionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEventSubscriptionsOutput ¶
type DescribeEventSubscriptionsOutput struct { // A list of event subscriptions. EventSubscriptionsList []EventSubscription `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEventSubscriptionsResponse
func (DescribeEventSubscriptionsOutput) GoString ¶
func (s DescribeEventSubscriptionsOutput) GoString() string
GoString returns the string representation
func (DescribeEventSubscriptionsOutput) SDKResponseMetadata ¶
func (s DescribeEventSubscriptionsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeEventSubscriptionsOutput) SetEventSubscriptionsList ¶
func (s *DescribeEventSubscriptionsOutput) SetEventSubscriptionsList(v []EventSubscription) *DescribeEventSubscriptionsOutput
SetEventSubscriptionsList sets the EventSubscriptionsList field's value.
func (*DescribeEventSubscriptionsOutput) SetMarker ¶
func (s *DescribeEventSubscriptionsOutput) SetMarker(v string) *DescribeEventSubscriptionsOutput
SetMarker sets the Marker field's value.
func (DescribeEventSubscriptionsOutput) String ¶
func (s DescribeEventSubscriptionsOutput) String() string
String returns the string representation
type DescribeEventSubscriptionsRequest ¶
type DescribeEventSubscriptionsRequest struct { *aws.Request Input *DescribeEventSubscriptionsInput }
DescribeEventSubscriptionsRequest is a API request type for the DescribeEventSubscriptions API operation.
func (DescribeEventSubscriptionsRequest) Send ¶
func (r DescribeEventSubscriptionsRequest) Send() (*DescribeEventSubscriptionsOutput, error)
Send marshals and sends the DescribeEventSubscriptions API request.
type DescribeEventsInput ¶
type DescribeEventsInput struct { // The duration of the events to be listed. Duration *int64 `type:"integer"` // The end time for the events to be listed. EndTime *time.Time `type:"timestamp" timestampFormat:"unix"` // A list of event categories for a source type that you want to subscribe to. EventCategories []string `type:"list"` // Filters applied to the action. Filters []Filter `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // The identifier of the event source. An identifier must begin with a letter // and must contain only ASCII letters, digits, and hyphens. It cannot end with // a hyphen or contain two consecutive hyphens. SourceIdentifier *string `type:"string"` // The type of AWS DMS resource that generates events. // // Valid values: replication-instance | migration-task SourceType SourceType `type:"string" enum:"true"` // The start time for the events to be listed. StartTime *time.Time `type:"timestamp" timestampFormat:"unix"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEventsMessage
func (DescribeEventsInput) GoString ¶
func (s DescribeEventsInput) GoString() string
GoString returns the string representation
func (*DescribeEventsInput) SetDuration ¶
func (s *DescribeEventsInput) SetDuration(v int64) *DescribeEventsInput
SetDuration sets the Duration field's value.
func (*DescribeEventsInput) SetEndTime ¶
func (s *DescribeEventsInput) SetEndTime(v time.Time) *DescribeEventsInput
SetEndTime sets the EndTime field's value.
func (*DescribeEventsInput) SetEventCategories ¶
func (s *DescribeEventsInput) SetEventCategories(v []string) *DescribeEventsInput
SetEventCategories sets the EventCategories field's value.
func (*DescribeEventsInput) SetFilters ¶
func (s *DescribeEventsInput) SetFilters(v []Filter) *DescribeEventsInput
SetFilters sets the Filters field's value.
func (*DescribeEventsInput) SetMarker ¶
func (s *DescribeEventsInput) SetMarker(v string) *DescribeEventsInput
SetMarker sets the Marker field's value.
func (*DescribeEventsInput) SetMaxRecords ¶
func (s *DescribeEventsInput) SetMaxRecords(v int64) *DescribeEventsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeEventsInput) SetSourceIdentifier ¶
func (s *DescribeEventsInput) SetSourceIdentifier(v string) *DescribeEventsInput
SetSourceIdentifier sets the SourceIdentifier field's value.
func (*DescribeEventsInput) SetSourceType ¶
func (s *DescribeEventsInput) SetSourceType(v SourceType) *DescribeEventsInput
SetSourceType sets the SourceType field's value.
func (*DescribeEventsInput) SetStartTime ¶
func (s *DescribeEventsInput) SetStartTime(v time.Time) *DescribeEventsInput
SetStartTime sets the StartTime field's value.
func (DescribeEventsInput) String ¶
func (s DescribeEventsInput) String() string
String returns the string representation
func (*DescribeEventsInput) Validate ¶
func (s *DescribeEventsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEventsOutput ¶
type DescribeEventsOutput struct { // The events described. Events []Event `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEventsResponse
func (DescribeEventsOutput) GoString ¶
func (s DescribeEventsOutput) GoString() string
GoString returns the string representation
func (DescribeEventsOutput) SDKResponseMetadata ¶
func (s DescribeEventsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeEventsOutput) SetEvents ¶
func (s *DescribeEventsOutput) SetEvents(v []Event) *DescribeEventsOutput
SetEvents sets the Events field's value.
func (*DescribeEventsOutput) SetMarker ¶
func (s *DescribeEventsOutput) SetMarker(v string) *DescribeEventsOutput
SetMarker sets the Marker field's value.
func (DescribeEventsOutput) String ¶
func (s DescribeEventsOutput) String() string
String returns the string representation
type DescribeEventsRequest ¶
type DescribeEventsRequest struct { *aws.Request Input *DescribeEventsInput }
DescribeEventsRequest is a API request type for the DescribeEvents API operation.
func (DescribeEventsRequest) Send ¶
func (r DescribeEventsRequest) Send() (*DescribeEventsOutput, error)
Send marshals and sends the DescribeEvents API request.
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 ¶
func (s *DescribeOrderableReplicationInstancesInput) SetMarker(v string) *DescribeOrderableReplicationInstancesInput
SetMarker sets the Marker field's value.
func (*DescribeOrderableReplicationInstancesInput) SetMaxRecords ¶
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 `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) SDKResponseMetadata ¶
func (s DescribeOrderableReplicationInstancesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeOrderableReplicationInstancesOutput) SetMarker ¶
func (s *DescribeOrderableReplicationInstancesOutput) SetMarker(v string) *DescribeOrderableReplicationInstancesOutput
SetMarker sets the Marker field's value.
func (*DescribeOrderableReplicationInstancesOutput) SetOrderableReplicationInstances ¶
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 DescribeOrderableReplicationInstancesRequest ¶
type DescribeOrderableReplicationInstancesRequest struct { *aws.Request Input *DescribeOrderableReplicationInstancesInput }
DescribeOrderableReplicationInstancesRequest is a API request type for the DescribeOrderableReplicationInstances API operation.
func (DescribeOrderableReplicationInstancesRequest) Send ¶
func (r DescribeOrderableReplicationInstancesRequest) Send() (*DescribeOrderableReplicationInstancesOutput, error)
Send marshals and sends the DescribeOrderableReplicationInstances API request.
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 ¶
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 ¶
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) SDKResponseMetadata ¶
func (s DescribeRefreshSchemasStatusOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeRefreshSchemasStatusOutput) SetRefreshSchemasStatus ¶
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 DescribeRefreshSchemasStatusRequest ¶
type DescribeRefreshSchemasStatusRequest struct { *aws.Request Input *DescribeRefreshSchemasStatusInput }
DescribeRefreshSchemasStatusRequest is a API request type for the DescribeRefreshSchemasStatus API operation.
func (DescribeRefreshSchemasStatusRequest) Send ¶
func (r DescribeRefreshSchemasStatusRequest) Send() (*DescribeRefreshSchemasStatusOutput, error)
Send marshals and sends the DescribeRefreshSchemasStatus API request.
type DescribeReplicationInstancesInput ¶
type DescribeReplicationInstancesInput struct { // Filters applied to the describe action. // // Valid filter names: replication-instance-arn | replication-instance-id | // replication-instance-class | engine-version Filters []Filter `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // contains filtered or unexported fields }
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 ¶
func (s *DescribeReplicationInstancesInput) SetFilters(v []Filter) *DescribeReplicationInstancesInput
SetFilters sets the Filters field's value.
func (*DescribeReplicationInstancesInput) SetMarker ¶
func (s *DescribeReplicationInstancesInput) SetMarker(v string) *DescribeReplicationInstancesInput
SetMarker sets the Marker field's value.
func (*DescribeReplicationInstancesInput) SetMaxRecords ¶
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 ¶
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 `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) SDKResponseMetadata ¶
func (s DescribeReplicationInstancesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeReplicationInstancesOutput) SetMarker ¶
func (s *DescribeReplicationInstancesOutput) SetMarker(v string) *DescribeReplicationInstancesOutput
SetMarker sets the Marker field's value.
func (*DescribeReplicationInstancesOutput) SetReplicationInstances ¶
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 DescribeReplicationInstancesRequest ¶
type DescribeReplicationInstancesRequest struct { *aws.Request Input *DescribeReplicationInstancesInput }
DescribeReplicationInstancesRequest is a API request type for the DescribeReplicationInstances API operation.
func (DescribeReplicationInstancesRequest) Send ¶
func (r DescribeReplicationInstancesRequest) Send() (*DescribeReplicationInstancesOutput, error)
Send marshals and sends the DescribeReplicationInstances API request.
type DescribeReplicationSubnetGroupsInput ¶
type DescribeReplicationSubnetGroupsInput struct { // Filters applied to the describe action. Filters []Filter `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // 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 ¶
func (s *DescribeReplicationSubnetGroupsInput) SetFilters(v []Filter) *DescribeReplicationSubnetGroupsInput
SetFilters sets the Filters field's value.
func (*DescribeReplicationSubnetGroupsInput) SetMarker ¶
func (s *DescribeReplicationSubnetGroupsInput) SetMarker(v string) *DescribeReplicationSubnetGroupsInput
SetMarker sets the Marker field's value.
func (*DescribeReplicationSubnetGroupsInput) SetMaxRecords ¶
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 ¶
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 `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) SDKResponseMetadata ¶
func (s DescribeReplicationSubnetGroupsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeReplicationSubnetGroupsOutput) SetMarker ¶
func (s *DescribeReplicationSubnetGroupsOutput) SetMarker(v string) *DescribeReplicationSubnetGroupsOutput
SetMarker sets the Marker field's value.
func (*DescribeReplicationSubnetGroupsOutput) SetReplicationSubnetGroups ¶
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 DescribeReplicationSubnetGroupsRequest ¶
type DescribeReplicationSubnetGroupsRequest struct { *aws.Request Input *DescribeReplicationSubnetGroupsInput }
DescribeReplicationSubnetGroupsRequest is a API request type for the DescribeReplicationSubnetGroups API operation.
func (DescribeReplicationSubnetGroupsRequest) Send ¶
func (r DescribeReplicationSubnetGroupsRequest) Send() (*DescribeReplicationSubnetGroupsOutput, error)
Send marshals and sends the DescribeReplicationSubnetGroups API request.
type DescribeReplicationTaskAssessmentResultsInput ¶
type DescribeReplicationTaskAssessmentResultsInput struct { // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // - The Amazon Resource Name (ARN) string that uniquely identifies the task. // When this input parameter is specified the API will return only one result // and ignore the values of the max-records and marker parameters. ReplicationTaskArn *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskAssessmentResultsMessage
func (DescribeReplicationTaskAssessmentResultsInput) GoString ¶
func (s DescribeReplicationTaskAssessmentResultsInput) GoString() string
GoString returns the string representation
func (*DescribeReplicationTaskAssessmentResultsInput) SetMarker ¶
func (s *DescribeReplicationTaskAssessmentResultsInput) SetMarker(v string) *DescribeReplicationTaskAssessmentResultsInput
SetMarker sets the Marker field's value.
func (*DescribeReplicationTaskAssessmentResultsInput) SetMaxRecords ¶
func (s *DescribeReplicationTaskAssessmentResultsInput) SetMaxRecords(v int64) *DescribeReplicationTaskAssessmentResultsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeReplicationTaskAssessmentResultsInput) SetReplicationTaskArn ¶
func (s *DescribeReplicationTaskAssessmentResultsInput) SetReplicationTaskArn(v string) *DescribeReplicationTaskAssessmentResultsInput
SetReplicationTaskArn sets the ReplicationTaskArn field's value.
func (DescribeReplicationTaskAssessmentResultsInput) String ¶
func (s DescribeReplicationTaskAssessmentResultsInput) String() string
String returns the string representation
type DescribeReplicationTaskAssessmentResultsOutput ¶
type DescribeReplicationTaskAssessmentResultsOutput struct { // - The Amazon S3 bucket where the task assessment report is located. BucketName *string `type:"string"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The task assessment report. ReplicationTaskAssessmentResults []ReplicationTaskAssessmentResult `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskAssessmentResultsResponse
func (DescribeReplicationTaskAssessmentResultsOutput) GoString ¶
func (s DescribeReplicationTaskAssessmentResultsOutput) GoString() string
GoString returns the string representation
func (DescribeReplicationTaskAssessmentResultsOutput) SDKResponseMetadata ¶
func (s DescribeReplicationTaskAssessmentResultsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeReplicationTaskAssessmentResultsOutput) SetBucketName ¶
func (s *DescribeReplicationTaskAssessmentResultsOutput) SetBucketName(v string) *DescribeReplicationTaskAssessmentResultsOutput
SetBucketName sets the BucketName field's value.
func (*DescribeReplicationTaskAssessmentResultsOutput) SetMarker ¶
func (s *DescribeReplicationTaskAssessmentResultsOutput) SetMarker(v string) *DescribeReplicationTaskAssessmentResultsOutput
SetMarker sets the Marker field's value.
func (*DescribeReplicationTaskAssessmentResultsOutput) SetReplicationTaskAssessmentResults ¶
func (s *DescribeReplicationTaskAssessmentResultsOutput) SetReplicationTaskAssessmentResults(v []ReplicationTaskAssessmentResult) *DescribeReplicationTaskAssessmentResultsOutput
SetReplicationTaskAssessmentResults sets the ReplicationTaskAssessmentResults field's value.
func (DescribeReplicationTaskAssessmentResultsOutput) String ¶
func (s DescribeReplicationTaskAssessmentResultsOutput) String() string
String returns the string representation
type DescribeReplicationTaskAssessmentResultsRequest ¶
type DescribeReplicationTaskAssessmentResultsRequest struct { *aws.Request Input *DescribeReplicationTaskAssessmentResultsInput }
DescribeReplicationTaskAssessmentResultsRequest is a API request type for the DescribeReplicationTaskAssessmentResults API operation.
func (DescribeReplicationTaskAssessmentResultsRequest) Send ¶
func (r DescribeReplicationTaskAssessmentResultsRequest) Send() (*DescribeReplicationTaskAssessmentResultsOutput, error)
Send marshals and sends the DescribeReplicationTaskAssessmentResults API request.
type DescribeReplicationTasksInput ¶
type DescribeReplicationTasksInput struct { // Filters applied to the describe action. // // Valid filter names: replication-task-arn | replication-task-id | migration-type // | endpoint-arn | replication-instance-arn Filters []Filter `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. // // Default: 100 // // Constraints: Minimum 20, maximum 100. MaxRecords *int64 `type:"integer"` // 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 ¶
func (s *DescribeReplicationTasksInput) SetFilters(v []Filter) *DescribeReplicationTasksInput
SetFilters sets the Filters field's value.
func (*DescribeReplicationTasksInput) SetMarker ¶
func (s *DescribeReplicationTasksInput) SetMarker(v string) *DescribeReplicationTasksInput
SetMarker sets the Marker field's value.
func (*DescribeReplicationTasksInput) SetMaxRecords ¶
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 ¶
func (s *DescribeReplicationTasksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeReplicationTasksOutput ¶
type DescribeReplicationTasksOutput struct { // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // A description of the replication tasks. ReplicationTasks []ReplicationTask `type:"list"` // contains filtered or unexported fields }
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) SDKResponseMetadata ¶
func (s DescribeReplicationTasksOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeReplicationTasksOutput) SetMarker ¶
func (s *DescribeReplicationTasksOutput) SetMarker(v string) *DescribeReplicationTasksOutput
SetMarker sets the Marker field's value.
func (*DescribeReplicationTasksOutput) SetReplicationTasks ¶
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 DescribeReplicationTasksRequest ¶
type DescribeReplicationTasksRequest struct { *aws.Request Input *DescribeReplicationTasksInput }
DescribeReplicationTasksRequest is a API request type for the DescribeReplicationTasks API operation.
func (DescribeReplicationTasksRequest) Send ¶
func (r DescribeReplicationTasksRequest) Send() (*DescribeReplicationTasksOutput, error)
Send marshals and sends the DescribeReplicationTasks API request.
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 ¶
func (s *DescribeSchemasInput) SetEndpointArn(v string) *DescribeSchemasInput
SetEndpointArn sets the EndpointArn field's value.
func (*DescribeSchemasInput) SetMarker ¶
func (s *DescribeSchemasInput) SetMarker(v string) *DescribeSchemasInput
SetMarker sets the Marker field's value.
func (*DescribeSchemasInput) SetMaxRecords ¶
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 ¶
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) SDKResponseMetadata ¶
func (s DescribeSchemasOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeSchemasOutput) SetMarker ¶
func (s *DescribeSchemasOutput) SetMarker(v string) *DescribeSchemasOutput
SetMarker sets the Marker field's value.
func (*DescribeSchemasOutput) SetSchemas ¶
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 DescribeSchemasRequest ¶
type DescribeSchemasRequest struct { *aws.Request Input *DescribeSchemasInput }
DescribeSchemasRequest is a API request type for the DescribeSchemas API operation.
func (DescribeSchemasRequest) Send ¶
func (r DescribeSchemasRequest) Send() (*DescribeSchemasOutput, error)
Send marshals and sends the DescribeSchemas API request.
type DescribeTableStatisticsInput ¶
type DescribeTableStatisticsInput struct { // Filters applied to the describe table statistics action. // // Valid filter names: schema-name | table-name | table-state // // A combination of filters creates an AND condition where each record matches // all specified filters. Filters []Filter `type:"list"` // An optional pagination token provided by a previous request. If this parameter // is specified, the response includes only records beyond the marker, up to // the value specified by MaxRecords. Marker *string `type:"string"` // The maximum number of records to include in the response. If more records // exist than the specified MaxRecords value, a pagination token called a marker // is included in the response so that the remaining results can be retrieved. // // Default: 100 // // Constraints: Minimum 20, maximum 500. MaxRecords *int64 `type:"integer"` // The Amazon Resource Name (ARN) of the replication task. // // ReplicationTaskArn is a required field ReplicationTaskArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
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) SetFilters ¶
func (s *DescribeTableStatisticsInput) SetFilters(v []Filter) *DescribeTableStatisticsInput
SetFilters sets the Filters field's value.
func (*DescribeTableStatisticsInput) SetMarker ¶
func (s *DescribeTableStatisticsInput) SetMarker(v string) *DescribeTableStatisticsInput
SetMarker sets the Marker field's value.
func (*DescribeTableStatisticsInput) SetMaxRecords ¶
func (s *DescribeTableStatisticsInput) SetMaxRecords(v int64) *DescribeTableStatisticsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeTableStatisticsInput) SetReplicationTaskArn ¶
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 ¶
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) SDKResponseMetadata ¶
func (s DescribeTableStatisticsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DescribeTableStatisticsOutput) SetMarker ¶
func (s *DescribeTableStatisticsOutput) SetMarker(v string) *DescribeTableStatisticsOutput
SetMarker sets the Marker field's value.
func (*DescribeTableStatisticsOutput) SetReplicationTaskArn ¶
func (s *DescribeTableStatisticsOutput) SetReplicationTaskArn(v string) *DescribeTableStatisticsOutput
SetReplicationTaskArn sets the ReplicationTaskArn field's value.
func (*DescribeTableStatisticsOutput) SetTableStatistics ¶
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 DescribeTableStatisticsRequest ¶
type DescribeTableStatisticsRequest struct { *aws.Request Input *DescribeTableStatisticsInput }
DescribeTableStatisticsRequest is a API request type for the DescribeTableStatistics API operation.
func (DescribeTableStatisticsRequest) Send ¶
func (r DescribeTableStatisticsRequest) Send() (*DescribeTableStatisticsOutput, error)
Send marshals and sends the DescribeTableStatistics API request.
type DmsSslModeValue ¶
type DmsSslModeValue string
const ( DmsSslModeValueNone DmsSslModeValue = "none" DmsSslModeValueRequire DmsSslModeValue = "require" DmsSslModeValueVerifyCa DmsSslModeValue = "verify-ca" DmsSslModeValueVerifyFull DmsSslModeValue = "verify-full" )
Enum values for DmsSslModeValue
type DynamoDbSettings ¶
type DynamoDbSettings struct { // The Amazon Resource Name (ARN) used by the service access IAM role. // // ServiceAccessRoleArn is a required field ServiceAccessRoleArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DynamoDbSettings
func (DynamoDbSettings) GoString ¶
func (s DynamoDbSettings) GoString() string
GoString returns the string representation
func (*DynamoDbSettings) SetServiceAccessRoleArn ¶
func (s *DynamoDbSettings) SetServiceAccessRoleArn(v string) *DynamoDbSettings
SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value.
func (DynamoDbSettings) String ¶
func (s DynamoDbSettings) String() string
String returns the string representation
func (*DynamoDbSettings) Validate ¶
func (s *DynamoDbSettings) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Endpoint ¶
type Endpoint struct { // The Amazon Resource Name (ARN) used for SSL connection to the endpoint. CertificateArn *string `type:"string"` // The name of the database at the endpoint. DatabaseName *string `type:"string"` // The settings for the target DynamoDB database. For more information, see // the DynamoDBSettings structure. DynamoDbSettings *DynamoDbSettings `type:"structure"` // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. EndpointArn *string `type:"string"` // The database endpoint identifier. Identifiers must begin with a letter; 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 ReplicationEndpointTypeValue `type:"string" enum:"true"` // The database engine name. Valid values, depending on the EndPointType, include // MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, // MONGODB, and SQLSERVER. EngineName *string `type:"string"` // Value returned by a call to CreateEndpoint that can be used for cross-account // validation. Use it on a subsequent call to CreateEndpoint to create the endpoint // with a cross-account. ExternalId *string `type:"string"` // 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 settings for the MongoDB source endpoint. For more information, see the // MongoDbSettings structure. MongoDbSettings *MongoDbSettings `type:"structure"` // The port value used to access the endpoint. Port *int64 `type:"integer"` // The settings for the S3 target endpoint. For more information, see the S3Settings // structure. S3Settings *S3Settings `type:"structure"` // The name of the server at the endpoint. ServerName *string `type:"string"` // The 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 DmsSslModeValue `type:"string" enum:"true"` // 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 ¶
SetCertificateArn sets the CertificateArn field's value.
func (*Endpoint) SetDatabaseName ¶
SetDatabaseName sets the DatabaseName field's value.
func (*Endpoint) SetDynamoDbSettings ¶
func (s *Endpoint) SetDynamoDbSettings(v *DynamoDbSettings) *Endpoint
SetDynamoDbSettings sets the DynamoDbSettings field's value.
func (*Endpoint) SetEndpointArn ¶
SetEndpointArn sets the EndpointArn field's value.
func (*Endpoint) SetEndpointIdentifier ¶
SetEndpointIdentifier sets the EndpointIdentifier field's value.
func (*Endpoint) SetEndpointType ¶
func (s *Endpoint) SetEndpointType(v ReplicationEndpointTypeValue) *Endpoint
SetEndpointType sets the EndpointType field's value.
func (*Endpoint) SetEngineName ¶
SetEngineName sets the EngineName field's value.
func (*Endpoint) SetExternalId ¶
SetExternalId sets the ExternalId field's value.
func (*Endpoint) SetExtraConnectionAttributes ¶
SetExtraConnectionAttributes sets the ExtraConnectionAttributes field's value.
func (*Endpoint) SetKmsKeyId ¶
SetKmsKeyId sets the KmsKeyId field's value.
func (*Endpoint) SetMongoDbSettings ¶
func (s *Endpoint) SetMongoDbSettings(v *MongoDbSettings) *Endpoint
SetMongoDbSettings sets the MongoDbSettings field's value.
func (*Endpoint) SetS3Settings ¶
func (s *Endpoint) SetS3Settings(v *S3Settings) *Endpoint
SetS3Settings sets the S3Settings field's value.
func (*Endpoint) SetServerName ¶
SetServerName sets the ServerName field's value.
func (*Endpoint) SetSslMode ¶
func (s *Endpoint) SetSslMode(v DmsSslModeValue) *Endpoint
SetSslMode sets the SslMode field's value.
func (*Endpoint) SetUsername ¶
SetUsername sets the Username field's value.
type Event ¶
type Event struct { // The date of the event. Date *time.Time `type:"timestamp" timestampFormat:"unix"` // The event categories available for the specified source type. EventCategories []string `type:"list"` // The event message. Message *string `type:"string"` // The identifier of the event source. An identifier must begin with a letter // and must contain only ASCII letters, digits, and hyphens; it cannot end with // a hyphen or contain two consecutive hyphens. // // Constraints:replication instance, endpoint, migration task SourceIdentifier *string `type:"string"` // The type of AWS DMS resource that generates events. // // Valid values: replication-instance | endpoint | migration-task SourceType SourceType `type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Event
func (*Event) SetEventCategories ¶
SetEventCategories sets the EventCategories field's value.
func (*Event) SetMessage ¶
SetMessage sets the Message field's value.
func (*Event) SetSourceIdentifier ¶
SetSourceIdentifier sets the SourceIdentifier field's value.
func (*Event) SetSourceType ¶
func (s *Event) SetSourceType(v SourceType) *Event
SetSourceType sets the SourceType field's value.
type EventCategoryGroup ¶
type EventCategoryGroup struct { // A list of event categories for a SourceType that you want to subscribe to. EventCategories []string `type:"list"` // The type of AWS DMS resource that generates events. // // Valid values: replication-instance | replication-server | security-group // | migration-task SourceType *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/EventCategoryGroup
func (EventCategoryGroup) GoString ¶
func (s EventCategoryGroup) GoString() string
GoString returns the string representation
func (*EventCategoryGroup) SetEventCategories ¶
func (s *EventCategoryGroup) SetEventCategories(v []string) *EventCategoryGroup
SetEventCategories sets the EventCategories field's value.
func (*EventCategoryGroup) SetSourceType ¶
func (s *EventCategoryGroup) SetSourceType(v string) *EventCategoryGroup
SetSourceType sets the SourceType field's value.
func (EventCategoryGroup) String ¶
func (s EventCategoryGroup) String() string
String returns the string representation
type EventSubscription ¶
type EventSubscription struct { // The AWS DMS event notification subscription Id. CustSubscriptionId *string `type:"string"` // The AWS customer account associated with the AWS DMS event notification subscription. CustomerAwsId *string `type:"string"` // Boolean value that indicates if the event subscription is enabled. Enabled *bool `type:"boolean"` // A lists of event categories. EventCategoriesList []string `type:"list"` // The topic ARN of the AWS DMS event notification subscription. SnsTopicArn *string `type:"string"` // A list of source Ids for the event subscription. SourceIdsList []string `type:"list"` // The type of AWS DMS resource that generates events. // // Valid values: replication-instance | replication-server | security-group // | migration-task SourceType *string `type:"string"` // The status of the AWS DMS event notification subscription. // // Constraints: // // Can be one of the following: creating | modifying | deleting | active | no-permission // | topic-not-exist // // The status "no-permission" indicates that AWS DMS no longer has permission // to post to the SNS topic. The status "topic-not-exist" indicates that the // topic was deleted after the subscription was created. Status *string `type:"string"` // The time the RDS event notification subscription was created. SubscriptionCreationTime *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/EventSubscription
func (EventSubscription) GoString ¶
func (s EventSubscription) GoString() string
GoString returns the string representation
func (*EventSubscription) SetCustSubscriptionId ¶
func (s *EventSubscription) SetCustSubscriptionId(v string) *EventSubscription
SetCustSubscriptionId sets the CustSubscriptionId field's value.
func (*EventSubscription) SetCustomerAwsId ¶
func (s *EventSubscription) SetCustomerAwsId(v string) *EventSubscription
SetCustomerAwsId sets the CustomerAwsId field's value.
func (*EventSubscription) SetEnabled ¶
func (s *EventSubscription) SetEnabled(v bool) *EventSubscription
SetEnabled sets the Enabled field's value.
func (*EventSubscription) SetEventCategoriesList ¶
func (s *EventSubscription) SetEventCategoriesList(v []string) *EventSubscription
SetEventCategoriesList sets the EventCategoriesList field's value.
func (*EventSubscription) SetSnsTopicArn ¶
func (s *EventSubscription) SetSnsTopicArn(v string) *EventSubscription
SetSnsTopicArn sets the SnsTopicArn field's value.
func (*EventSubscription) SetSourceIdsList ¶
func (s *EventSubscription) SetSourceIdsList(v []string) *EventSubscription
SetSourceIdsList sets the SourceIdsList field's value.
func (*EventSubscription) SetSourceType ¶
func (s *EventSubscription) SetSourceType(v string) *EventSubscription
SetSourceType sets the SourceType field's value.
func (*EventSubscription) SetStatus ¶
func (s *EventSubscription) SetStatus(v string) *EventSubscription
SetStatus sets the Status field's value.
func (*EventSubscription) SetSubscriptionCreationTime ¶
func (s *EventSubscription) SetSubscriptionCreationTime(v string) *EventSubscription
SetSubscriptionCreationTime sets the SubscriptionCreationTime field's value.
func (EventSubscription) String ¶
func (s EventSubscription) String() string
String returns the string representation
type Filter ¶
type Filter struct { // The name of the filter. // // Name is a required field Name *string `type:"string" required:"true"` // The filter value. // // Values is a required field Values []string `type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Filter
type ImportCertificateInput ¶
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"` // The tags associated with the certificate. Tags []Tag `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificateMessage
func (ImportCertificateInput) GoString ¶
func (s ImportCertificateInput) GoString() string
GoString returns the string representation
func (*ImportCertificateInput) SetCertificateIdentifier ¶
func (s *ImportCertificateInput) SetCertificateIdentifier(v string) *ImportCertificateInput
SetCertificateIdentifier sets the CertificateIdentifier field's value.
func (*ImportCertificateInput) SetCertificatePem ¶
func (s *ImportCertificateInput) SetCertificatePem(v string) *ImportCertificateInput
SetCertificatePem sets the CertificatePem field's value.
func (*ImportCertificateInput) SetCertificateWallet ¶
func (s *ImportCertificateInput) SetCertificateWallet(v []byte) *ImportCertificateInput
SetCertificateWallet sets the CertificateWallet field's value.
func (*ImportCertificateInput) SetTags ¶
func (s *ImportCertificateInput) SetTags(v []Tag) *ImportCertificateInput
SetTags sets the Tags field's value.
func (ImportCertificateInput) String ¶
func (s ImportCertificateInput) String() string
String returns the string representation
func (*ImportCertificateInput) Validate ¶
func (s *ImportCertificateInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ImportCertificateOutput ¶
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 ¶
func (s ImportCertificateOutput) GoString() string
GoString returns the string representation
func (ImportCertificateOutput) SDKResponseMetadata ¶
func (s ImportCertificateOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ImportCertificateOutput) SetCertificate ¶
func (s *ImportCertificateOutput) SetCertificate(v *Certificate) *ImportCertificateOutput
SetCertificate sets the Certificate field's value.
func (ImportCertificateOutput) String ¶
func (s ImportCertificateOutput) String() string
String returns the string representation
type ImportCertificateRequest ¶
type ImportCertificateRequest struct { *aws.Request Input *ImportCertificateInput }
ImportCertificateRequest is a API request type for the ImportCertificate API operation.
func (ImportCertificateRequest) Send ¶
func (r ImportCertificateRequest) Send() (*ImportCertificateOutput, error)
Send marshals and sends the ImportCertificate API request.
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 ¶
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 ¶
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // A list of tags for the resource. TagList []Tag `type:"list"` // contains filtered or unexported fields }
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) SDKResponseMetadata ¶
func (s ListTagsForResourceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListTagsForResourceOutput) SetTagList ¶
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 ListTagsForResourceRequest ¶
type ListTagsForResourceRequest struct { *aws.Request Input *ListTagsForResourceInput }
ListTagsForResourceRequest is a API request type for the ListTagsForResource API operation.
func (ListTagsForResourceRequest) Send ¶
func (r ListTagsForResourceRequest) Send() (*ListTagsForResourceOutput, error)
Send marshals and sends the ListTagsForResource API request.
type MigrationTypeValue ¶
type MigrationTypeValue string
const ( MigrationTypeValueFullLoad MigrationTypeValue = "full-load" MigrationTypeValueCdc MigrationTypeValue = "cdc" MigrationTypeValueFullLoadAndCdc MigrationTypeValue = "full-load-and-cdc" )
Enum values for MigrationTypeValue
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"` // Settings in JSON format for the target Amazon DynamoDB endpoint. For more // information about the available settings, see the Using Object Mapping to // Migrate Data to DynamoDB section at Using an Amazon DynamoDB Database as // a Target for AWS Database Migration Service (http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html). DynamoDbSettings *DynamoDbSettings `type:"structure"` // The Amazon Resource Name (ARN) string that uniquely identifies the endpoint. // // EndpointArn is a required field EndpointArn *string `type:"string" required:"true"` // The database endpoint identifier. Identifiers must begin with a letter; 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 ReplicationEndpointTypeValue `type:"string" enum:"true"` // The type of engine for the endpoint. Valid values, depending on the EndPointType, // include MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, DYNAMODB, // MONGODB, SYBASE, and SQLSERVER. EngineName *string `type:"string"` // Additional attributes associated with the connection. To reset this parameter, // pass the empty string ("") as an argument. ExtraConnectionAttributes *string `type:"string"` // Settings in JSON format for the source MongoDB endpoint. For more information // about the available settings, see the Configuration Properties When Using // MongoDB as a Source for AWS Database Migration Service section at Using // Amazon S3 as a Target for AWS Database Migration Service (http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html). MongoDbSettings *MongoDbSettings `type:"structure"` // 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"` // Settings in JSON format for the target S3 endpoint. For more information // about the available settings, see the Extra Connection Attributes section // at Using Amazon S3 as a Target for AWS Database Migration Service (http://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html). S3Settings *S3Settings `type:"structure"` // 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 DmsSslModeValue `type:"string" enum:"true"` // 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 ¶
func (s *ModifyEndpointInput) SetCertificateArn(v string) *ModifyEndpointInput
SetCertificateArn sets the CertificateArn field's value.
func (*ModifyEndpointInput) SetDatabaseName ¶
func (s *ModifyEndpointInput) SetDatabaseName(v string) *ModifyEndpointInput
SetDatabaseName sets the DatabaseName field's value.
func (*ModifyEndpointInput) SetDynamoDbSettings ¶
func (s *ModifyEndpointInput) SetDynamoDbSettings(v *DynamoDbSettings) *ModifyEndpointInput
SetDynamoDbSettings sets the DynamoDbSettings field's value.
func (*ModifyEndpointInput) SetEndpointArn ¶
func (s *ModifyEndpointInput) SetEndpointArn(v string) *ModifyEndpointInput
SetEndpointArn sets the EndpointArn field's value.
func (*ModifyEndpointInput) SetEndpointIdentifier ¶
func (s *ModifyEndpointInput) SetEndpointIdentifier(v string) *ModifyEndpointInput
SetEndpointIdentifier sets the EndpointIdentifier field's value.
func (*ModifyEndpointInput) SetEndpointType ¶
func (s *ModifyEndpointInput) SetEndpointType(v ReplicationEndpointTypeValue) *ModifyEndpointInput
SetEndpointType sets the EndpointType field's value.
func (*ModifyEndpointInput) SetEngineName ¶
func (s *ModifyEndpointInput) SetEngineName(v string) *ModifyEndpointInput
SetEngineName sets the EngineName field's value.
func (*ModifyEndpointInput) SetExtraConnectionAttributes ¶
func (s *ModifyEndpointInput) SetExtraConnectionAttributes(v string) *ModifyEndpointInput
SetExtraConnectionAttributes sets the ExtraConnectionAttributes field's value.
func (*ModifyEndpointInput) SetMongoDbSettings ¶
func (s *ModifyEndpointInput) SetMongoDbSettings(v *MongoDbSettings) *ModifyEndpointInput
SetMongoDbSettings sets the MongoDbSettings field's value.
func (*ModifyEndpointInput) SetPassword ¶
func (s *ModifyEndpointInput) SetPassword(v string) *ModifyEndpointInput
SetPassword sets the Password field's value.
func (*ModifyEndpointInput) SetPort ¶
func (s *ModifyEndpointInput) SetPort(v int64) *ModifyEndpointInput
SetPort sets the Port field's value.
func (*ModifyEndpointInput) SetS3Settings ¶
func (s *ModifyEndpointInput) SetS3Settings(v *S3Settings) *ModifyEndpointInput
SetS3Settings sets the S3Settings field's value.
func (*ModifyEndpointInput) SetServerName ¶
func (s *ModifyEndpointInput) SetServerName(v string) *ModifyEndpointInput
SetServerName sets the ServerName field's value.
func (*ModifyEndpointInput) SetSslMode ¶
func (s *ModifyEndpointInput) SetSslMode(v DmsSslModeValue) *ModifyEndpointInput
SetSslMode sets the SslMode field's value.
func (*ModifyEndpointInput) SetUsername ¶
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 ¶
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) SDKResponseMetadata ¶
func (s ModifyEndpointOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ModifyEndpointOutput) SetEndpoint ¶
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 ModifyEndpointRequest ¶
type ModifyEndpointRequest struct { *aws.Request Input *ModifyEndpointInput }
ModifyEndpointRequest is a API request type for the ModifyEndpoint API operation.
func (ModifyEndpointRequest) Send ¶
func (r ModifyEndpointRequest) Send() (*ModifyEndpointOutput, error)
Send marshals and sends the ModifyEndpoint API request.
type ModifyEventSubscriptionInput ¶
type ModifyEventSubscriptionInput struct { // A Boolean value; set to true to activate the subscription. Enabled *bool `type:"boolean"` // A list of event categories for a source type that you want to subscribe to. // Use the DescribeEventCategories action to see a list of event categories. EventCategories []string `type:"list"` // The Amazon Resource Name (ARN) of the Amazon SNS topic created for event // notification. The ARN is created by Amazon SNS when you create a topic and // subscribe to it. SnsTopicArn *string `type:"string"` // The type of AWS DMS resource that generates the events you want to subscribe // to. // // Valid values: replication-instance | migration-task SourceType *string `type:"string"` // The name of the AWS DMS event notification subscription to be modified. // // SubscriptionName is a required field SubscriptionName *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEventSubscriptionMessage
func (ModifyEventSubscriptionInput) GoString ¶
func (s ModifyEventSubscriptionInput) GoString() string
GoString returns the string representation
func (*ModifyEventSubscriptionInput) SetEnabled ¶
func (s *ModifyEventSubscriptionInput) SetEnabled(v bool) *ModifyEventSubscriptionInput
SetEnabled sets the Enabled field's value.
func (*ModifyEventSubscriptionInput) SetEventCategories ¶
func (s *ModifyEventSubscriptionInput) SetEventCategories(v []string) *ModifyEventSubscriptionInput
SetEventCategories sets the EventCategories field's value.
func (*ModifyEventSubscriptionInput) SetSnsTopicArn ¶
func (s *ModifyEventSubscriptionInput) SetSnsTopicArn(v string) *ModifyEventSubscriptionInput
SetSnsTopicArn sets the SnsTopicArn field's value.
func (*ModifyEventSubscriptionInput) SetSourceType ¶
func (s *ModifyEventSubscriptionInput) SetSourceType(v string) *ModifyEventSubscriptionInput
SetSourceType sets the SourceType field's value.
func (*ModifyEventSubscriptionInput) SetSubscriptionName ¶
func (s *ModifyEventSubscriptionInput) SetSubscriptionName(v string) *ModifyEventSubscriptionInput
SetSubscriptionName sets the SubscriptionName field's value.
func (ModifyEventSubscriptionInput) String ¶
func (s ModifyEventSubscriptionInput) String() string
String returns the string representation
func (*ModifyEventSubscriptionInput) Validate ¶
func (s *ModifyEventSubscriptionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyEventSubscriptionOutput ¶
type ModifyEventSubscriptionOutput struct { // The modified event subscription. EventSubscription *EventSubscription `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEventSubscriptionResponse
func (ModifyEventSubscriptionOutput) GoString ¶
func (s ModifyEventSubscriptionOutput) GoString() string
GoString returns the string representation
func (ModifyEventSubscriptionOutput) SDKResponseMetadata ¶
func (s ModifyEventSubscriptionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ModifyEventSubscriptionOutput) SetEventSubscription ¶
func (s *ModifyEventSubscriptionOutput) SetEventSubscription(v *EventSubscription) *ModifyEventSubscriptionOutput
SetEventSubscription sets the EventSubscription field's value.
func (ModifyEventSubscriptionOutput) String ¶
func (s ModifyEventSubscriptionOutput) String() string
String returns the string representation
type ModifyEventSubscriptionRequest ¶
type ModifyEventSubscriptionRequest struct { *aws.Request Input *ModifyEventSubscriptionInput }
ModifyEventSubscriptionRequest is a API request type for the ModifyEventSubscription API operation.
func (ModifyEventSubscriptionRequest) Send ¶
func (r ModifyEventSubscriptionRequest) Send() (*ModifyEventSubscriptionOutput, error)
Send marshals and sends the ModifyEventSubscription API request.
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 `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 ¶
func (s *ModifyReplicationInstanceInput) SetAllocatedStorage(v int64) *ModifyReplicationInstanceInput
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*ModifyReplicationInstanceInput) SetAllowMajorVersionUpgrade ¶
func (s *ModifyReplicationInstanceInput) SetAllowMajorVersionUpgrade(v bool) *ModifyReplicationInstanceInput
SetAllowMajorVersionUpgrade sets the AllowMajorVersionUpgrade field's value.
func (*ModifyReplicationInstanceInput) SetApplyImmediately ¶
func (s *ModifyReplicationInstanceInput) SetApplyImmediately(v bool) *ModifyReplicationInstanceInput
SetApplyImmediately sets the ApplyImmediately field's value.
func (*ModifyReplicationInstanceInput) SetAutoMinorVersionUpgrade ¶
func (s *ModifyReplicationInstanceInput) SetAutoMinorVersionUpgrade(v bool) *ModifyReplicationInstanceInput
SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value.
func (*ModifyReplicationInstanceInput) SetEngineVersion ¶
func (s *ModifyReplicationInstanceInput) SetEngineVersion(v string) *ModifyReplicationInstanceInput
SetEngineVersion sets the EngineVersion field's value.
func (*ModifyReplicationInstanceInput) SetMultiAZ ¶
func (s *ModifyReplicationInstanceInput) SetMultiAZ(v bool) *ModifyReplicationInstanceInput
SetMultiAZ sets the MultiAZ field's value.
func (*ModifyReplicationInstanceInput) SetPreferredMaintenanceWindow ¶
func (s *ModifyReplicationInstanceInput) SetPreferredMaintenanceWindow(v string) *ModifyReplicationInstanceInput
SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.
func (*ModifyReplicationInstanceInput) SetReplicationInstanceArn ¶
func (s *ModifyReplicationInstanceInput) SetReplicationInstanceArn(v string) *ModifyReplicationInstanceInput
SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.
func (*ModifyReplicationInstanceInput) SetReplicationInstanceClass ¶
func (s *ModifyReplicationInstanceInput) SetReplicationInstanceClass(v string) *ModifyReplicationInstanceInput
SetReplicationInstanceClass sets the ReplicationInstanceClass field's value.
func (*ModifyReplicationInstanceInput) SetReplicationInstanceIdentifier ¶
func (s *ModifyReplicationInstanceInput) SetReplicationInstanceIdentifier(v string) *ModifyReplicationInstanceInput
SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value.
func (*ModifyReplicationInstanceInput) SetVpcSecurityGroupIds ¶
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 ¶
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) SDKResponseMetadata ¶
func (s ModifyReplicationInstanceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ModifyReplicationInstanceOutput) SetReplicationInstance ¶
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 ModifyReplicationInstanceRequest ¶
type ModifyReplicationInstanceRequest struct { *aws.Request Input *ModifyReplicationInstanceInput }
ModifyReplicationInstanceRequest is a API request type for the ModifyReplicationInstance API operation.
func (ModifyReplicationInstanceRequest) Send ¶
func (r ModifyReplicationInstanceRequest) Send() (*ModifyReplicationInstanceOutput, error)
Send marshals and sends the ModifyReplicationInstance API request.
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 `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 ¶
func (s *ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupDescription(v string) *ModifyReplicationSubnetGroupInput
SetReplicationSubnetGroupDescription sets the ReplicationSubnetGroupDescription field's value.
func (*ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier ¶
func (s *ModifyReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *ModifyReplicationSubnetGroupInput
SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value.
func (*ModifyReplicationSubnetGroupInput) SetSubnetIds ¶
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 ¶
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) SDKResponseMetadata ¶
func (s ModifyReplicationSubnetGroupOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ModifyReplicationSubnetGroupOutput) SetReplicationSubnetGroup ¶
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 ModifyReplicationSubnetGroupRequest ¶
type ModifyReplicationSubnetGroupRequest struct { *aws.Request Input *ModifyReplicationSubnetGroupInput }
ModifyReplicationSubnetGroupRequest is a API request type for the ModifyReplicationSubnetGroup API operation.
func (ModifyReplicationSubnetGroupRequest) Send ¶
func (r ModifyReplicationSubnetGroupRequest) Send() (*ModifyReplicationSubnetGroupOutput, error)
Send marshals and sends the ModifyReplicationSubnetGroup API request.
type ModifyReplicationTaskInput ¶
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 MigrationTypeValue `type:"string" enum:"true"` // 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 255 alphanumeric characters or hyphens. // // * First character must be a letter. // // * Cannot end with a hyphen or contain two consecutive hyphens. ReplicationTaskIdentifier *string `type:"string"` // JSON file that contains settings for the task, such as target metadata settings. ReplicationTaskSettings *string `type:"string"` // When using the AWS CLI or boto3, provide the path of the JSON file that contains // the table mappings. Precede the path with "file://". When working with the // DMS API, provide the JSON as the parameter value. // // For example, --table-mappings file://mappingfile.json TableMappings *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTaskMessage
func (ModifyReplicationTaskInput) GoString ¶
func (s ModifyReplicationTaskInput) GoString() string
GoString returns the string representation
func (*ModifyReplicationTaskInput) SetCdcStartTime ¶
func (s *ModifyReplicationTaskInput) SetCdcStartTime(v time.Time) *ModifyReplicationTaskInput
SetCdcStartTime sets the CdcStartTime field's value.
func (*ModifyReplicationTaskInput) SetMigrationType ¶
func (s *ModifyReplicationTaskInput) SetMigrationType(v MigrationTypeValue) *ModifyReplicationTaskInput
SetMigrationType sets the MigrationType field's value.
func (*ModifyReplicationTaskInput) SetReplicationTaskArn ¶
func (s *ModifyReplicationTaskInput) SetReplicationTaskArn(v string) *ModifyReplicationTaskInput
SetReplicationTaskArn sets the ReplicationTaskArn field's value.
func (*ModifyReplicationTaskInput) SetReplicationTaskIdentifier ¶
func (s *ModifyReplicationTaskInput) SetReplicationTaskIdentifier(v string) *ModifyReplicationTaskInput
SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value.
func (*ModifyReplicationTaskInput) SetReplicationTaskSettings ¶
func (s *ModifyReplicationTaskInput) SetReplicationTaskSettings(v string) *ModifyReplicationTaskInput
SetReplicationTaskSettings sets the ReplicationTaskSettings field's value.
func (*ModifyReplicationTaskInput) SetTableMappings ¶
func (s *ModifyReplicationTaskInput) SetTableMappings(v string) *ModifyReplicationTaskInput
SetTableMappings sets the TableMappings field's value.
func (ModifyReplicationTaskInput) String ¶
func (s ModifyReplicationTaskInput) String() string
String returns the string representation
func (*ModifyReplicationTaskInput) Validate ¶
func (s *ModifyReplicationTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ModifyReplicationTaskOutput ¶
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 ¶
func (s ModifyReplicationTaskOutput) GoString() string
GoString returns the string representation
func (ModifyReplicationTaskOutput) SDKResponseMetadata ¶
func (s ModifyReplicationTaskOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ModifyReplicationTaskOutput) SetReplicationTask ¶
func (s *ModifyReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *ModifyReplicationTaskOutput
SetReplicationTask sets the ReplicationTask field's value.
func (ModifyReplicationTaskOutput) String ¶
func (s ModifyReplicationTaskOutput) String() string
String returns the string representation
type ModifyReplicationTaskRequest ¶
type ModifyReplicationTaskRequest struct { *aws.Request Input *ModifyReplicationTaskInput }
ModifyReplicationTaskRequest is a API request type for the ModifyReplicationTask API operation.
func (ModifyReplicationTaskRequest) Send ¶
func (r ModifyReplicationTaskRequest) Send() (*ModifyReplicationTaskOutput, error)
Send marshals and sends the ModifyReplicationTask API request.
type MongoDbSettings ¶
type MongoDbSettings struct { // The authentication mechanism you use to access the MongoDB source endpoint. // // Valid values: DEFAULT, MONGODB_CR, SCRAM_SHA_1 // // DEFAULT – For MongoDB version 2.x, use MONGODB_CR. For MongoDB version 3.x, // use SCRAM_SHA_1. This attribute is not used when authType=No. AuthMechanism AuthMechanismValue `type:"string" enum:"true"` // The MongoDB database name. This attribute is not used when authType=NO. // // The default is admin. AuthSource *string `type:"string"` // The authentication type you use to access the MongoDB source endpoint. // // Valid values: NO, PASSWORD // // When NO is selected, user name and password parameters are not used and can // be empty. AuthType AuthTypeValue `type:"string" enum:"true"` // The database name on the MongoDB source endpoint. DatabaseName *string `type:"string"` // Indicates the number of documents to preview to determine the document organization. // Use this attribute when NestingLevel is set to ONE. // // Must be a positive value greater than 0. Default value is 1000. DocsToInvestigate *string `type:"string"` // Specifies the document ID. Use this attribute when NestingLevel is set to // NONE. // // Default value is false. ExtractDocId *string `type:"string"` // Specifies either document or table mode. // // Valid values: NONE, ONE // // Default value is NONE. Specify NONE to use document mode. Specify ONE to // use table mode. NestingLevel NestingLevelValue `type:"string" enum:"true"` // The password for the user account you use to access the MongoDB source endpoint. Password *string `type:"string"` // The port value for the MongoDB source endpoint. Port *int64 `type:"integer"` // The name of the server on the MongoDB source endpoint. ServerName *string `type:"string"` // The user name you use to access the MongoDB source endpoint. Username *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MongoDbSettings
func (MongoDbSettings) GoString ¶
func (s MongoDbSettings) GoString() string
GoString returns the string representation
func (*MongoDbSettings) SetAuthMechanism ¶
func (s *MongoDbSettings) SetAuthMechanism(v AuthMechanismValue) *MongoDbSettings
SetAuthMechanism sets the AuthMechanism field's value.
func (*MongoDbSettings) SetAuthSource ¶
func (s *MongoDbSettings) SetAuthSource(v string) *MongoDbSettings
SetAuthSource sets the AuthSource field's value.
func (*MongoDbSettings) SetAuthType ¶
func (s *MongoDbSettings) SetAuthType(v AuthTypeValue) *MongoDbSettings
SetAuthType sets the AuthType field's value.
func (*MongoDbSettings) SetDatabaseName ¶
func (s *MongoDbSettings) SetDatabaseName(v string) *MongoDbSettings
SetDatabaseName sets the DatabaseName field's value.
func (*MongoDbSettings) SetDocsToInvestigate ¶
func (s *MongoDbSettings) SetDocsToInvestigate(v string) *MongoDbSettings
SetDocsToInvestigate sets the DocsToInvestigate field's value.
func (*MongoDbSettings) SetExtractDocId ¶
func (s *MongoDbSettings) SetExtractDocId(v string) *MongoDbSettings
SetExtractDocId sets the ExtractDocId field's value.
func (*MongoDbSettings) SetNestingLevel ¶
func (s *MongoDbSettings) SetNestingLevel(v NestingLevelValue) *MongoDbSettings
SetNestingLevel sets the NestingLevel field's value.
func (*MongoDbSettings) SetPassword ¶
func (s *MongoDbSettings) SetPassword(v string) *MongoDbSettings
SetPassword sets the Password field's value.
func (*MongoDbSettings) SetPort ¶
func (s *MongoDbSettings) SetPort(v int64) *MongoDbSettings
SetPort sets the Port field's value.
func (*MongoDbSettings) SetServerName ¶
func (s *MongoDbSettings) SetServerName(v string) *MongoDbSettings
SetServerName sets the ServerName field's value.
func (*MongoDbSettings) SetUsername ¶
func (s *MongoDbSettings) SetUsername(v string) *MongoDbSettings
SetUsername sets the Username field's value.
func (MongoDbSettings) String ¶
func (s MongoDbSettings) String() string
String returns the string representation
type NestingLevelValue ¶
type NestingLevelValue string
const ( NestingLevelValueNone NestingLevelValue = "none" NestingLevelValueOne NestingLevelValue = "one" )
Enum values for NestingLevelValue
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 ¶
func (s *OrderableReplicationInstance) SetDefaultAllocatedStorage(v int64) *OrderableReplicationInstance
SetDefaultAllocatedStorage sets the DefaultAllocatedStorage field's value.
func (*OrderableReplicationInstance) SetEngineVersion ¶
func (s *OrderableReplicationInstance) SetEngineVersion(v string) *OrderableReplicationInstance
SetEngineVersion sets the EngineVersion field's value.
func (*OrderableReplicationInstance) SetIncludedAllocatedStorage ¶
func (s *OrderableReplicationInstance) SetIncludedAllocatedStorage(v int64) *OrderableReplicationInstance
SetIncludedAllocatedStorage sets the IncludedAllocatedStorage field's value.
func (*OrderableReplicationInstance) SetMaxAllocatedStorage ¶
func (s *OrderableReplicationInstance) SetMaxAllocatedStorage(v int64) *OrderableReplicationInstance
SetMaxAllocatedStorage sets the MaxAllocatedStorage field's value.
func (*OrderableReplicationInstance) SetMinAllocatedStorage ¶
func (s *OrderableReplicationInstance) SetMinAllocatedStorage(v int64) *OrderableReplicationInstance
SetMinAllocatedStorage sets the MinAllocatedStorage field's value.
func (*OrderableReplicationInstance) SetReplicationInstanceClass ¶
func (s *OrderableReplicationInstance) SetReplicationInstanceClass(v string) *OrderableReplicationInstance
SetReplicationInstanceClass sets the ReplicationInstanceClass field's value.
func (*OrderableReplicationInstance) SetStorageType ¶
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 ¶
func (s *RefreshSchemasInput) SetEndpointArn(v string) *RefreshSchemasInput
SetEndpointArn sets the EndpointArn field's value.
func (*RefreshSchemasInput) SetReplicationInstanceArn ¶
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 ¶
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) SDKResponseMetadata ¶
func (s RefreshSchemasOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*RefreshSchemasOutput) SetRefreshSchemasStatus ¶
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 RefreshSchemasRequest ¶
type RefreshSchemasRequest struct { *aws.Request Input *RefreshSchemasInput }
RefreshSchemasRequest is a API request type for the RefreshSchemas API operation.
func (RefreshSchemasRequest) Send ¶
func (r RefreshSchemasRequest) Send() (*RefreshSchemasOutput, error)
Send marshals and sends the RefreshSchemas API request.
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 RefreshSchemasStatusTypeValue `type:"string" enum:"true"` // 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 ¶
func (s *RefreshSchemasStatus) SetEndpointArn(v string) *RefreshSchemasStatus
SetEndpointArn sets the EndpointArn field's value.
func (*RefreshSchemasStatus) SetLastFailureMessage ¶
func (s *RefreshSchemasStatus) SetLastFailureMessage(v string) *RefreshSchemasStatus
SetLastFailureMessage sets the LastFailureMessage field's value.
func (*RefreshSchemasStatus) SetLastRefreshDate ¶
func (s *RefreshSchemasStatus) SetLastRefreshDate(v time.Time) *RefreshSchemasStatus
SetLastRefreshDate sets the LastRefreshDate field's value.
func (*RefreshSchemasStatus) SetReplicationInstanceArn ¶
func (s *RefreshSchemasStatus) SetReplicationInstanceArn(v string) *RefreshSchemasStatus
SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.
func (*RefreshSchemasStatus) SetStatus ¶
func (s *RefreshSchemasStatus) SetStatus(v RefreshSchemasStatusTypeValue) *RefreshSchemasStatus
SetStatus sets the Status field's value.
func (RefreshSchemasStatus) String ¶
func (s RefreshSchemasStatus) String() string
String returns the string representation
type RefreshSchemasStatusTypeValue ¶
type RefreshSchemasStatusTypeValue string
const ( RefreshSchemasStatusTypeValueSuccessful RefreshSchemasStatusTypeValue = "successful" RefreshSchemasStatusTypeValueFailed RefreshSchemasStatusTypeValue = "failed" RefreshSchemasStatusTypeValueRefreshing RefreshSchemasStatusTypeValue = "refreshing" )
Enum values for RefreshSchemasStatusTypeValue
type ReloadTablesInput ¶
type ReloadTablesInput struct { // The Amazon Resource Name (ARN) of the replication instance. // // ReplicationTaskArn is a required field ReplicationTaskArn *string `type:"string" required:"true"` // The name and schema of the table to be reloaded. // // TablesToReload is a required field TablesToReload []TableToReload `type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReloadTablesMessage
func (ReloadTablesInput) GoString ¶
func (s ReloadTablesInput) GoString() string
GoString returns the string representation
func (*ReloadTablesInput) SetReplicationTaskArn ¶
func (s *ReloadTablesInput) SetReplicationTaskArn(v string) *ReloadTablesInput
SetReplicationTaskArn sets the ReplicationTaskArn field's value.
func (*ReloadTablesInput) SetTablesToReload ¶
func (s *ReloadTablesInput) SetTablesToReload(v []TableToReload) *ReloadTablesInput
SetTablesToReload sets the TablesToReload field's value.
func (ReloadTablesInput) String ¶
func (s ReloadTablesInput) String() string
String returns the string representation
func (*ReloadTablesInput) Validate ¶
func (s *ReloadTablesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ReloadTablesOutput ¶
type ReloadTablesOutput struct { // The Amazon Resource Name (ARN) of the replication task. ReplicationTaskArn *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReloadTablesResponse
func (ReloadTablesOutput) GoString ¶
func (s ReloadTablesOutput) GoString() string
GoString returns the string representation
func (ReloadTablesOutput) SDKResponseMetadata ¶
func (s ReloadTablesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ReloadTablesOutput) SetReplicationTaskArn ¶
func (s *ReloadTablesOutput) SetReplicationTaskArn(v string) *ReloadTablesOutput
SetReplicationTaskArn sets the ReplicationTaskArn field's value.
func (ReloadTablesOutput) String ¶
func (s ReloadTablesOutput) String() string
String returns the string representation
type ReloadTablesRequest ¶
type ReloadTablesRequest struct { *aws.Request Input *ReloadTablesInput }
ReloadTablesRequest is a API request type for the ReloadTables API operation.
func (ReloadTablesRequest) Send ¶
func (r ReloadTablesRequest) Send() (*ReloadTablesOutput, error)
Send marshals and sends the ReloadTables API request.
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 ¶
func (s *RemoveTagsFromResourceInput) SetResourceArn(v string) *RemoveTagsFromResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*RemoveTagsFromResourceInput) SetTagKeys ¶
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 ¶
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) SDKResponseMetadata ¶
func (s RemoveTagsFromResourceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (RemoveTagsFromResourceOutput) String ¶
func (s RemoveTagsFromResourceOutput) String() string
String returns the string representation
type RemoveTagsFromResourceRequest ¶
type RemoveTagsFromResourceRequest struct { *aws.Request Input *RemoveTagsFromResourceInput }
RemoveTagsFromResourceRequest is a API request type for the RemoveTagsFromResource API operation.
func (RemoveTagsFromResourceRequest) Send ¶
func (r RemoveTagsFromResourceRequest) Send() (*RemoveTagsFromResourceOutput, error)
Send marshals and sends the RemoveTagsFromResource API request.
type ReplicationEndpointTypeValue ¶
type ReplicationEndpointTypeValue string
const ( ReplicationEndpointTypeValueSource ReplicationEndpointTypeValue = "source" ReplicationEndpointTypeValueTarget ReplicationEndpointTypeValue = "target" )
Enum values for ReplicationEndpointTypeValue
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 `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 ¶
func (s *ReplicationInstance) SetAllocatedStorage(v int64) *ReplicationInstance
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*ReplicationInstance) SetAutoMinorVersionUpgrade ¶
func (s *ReplicationInstance) SetAutoMinorVersionUpgrade(v bool) *ReplicationInstance
SetAutoMinorVersionUpgrade sets the AutoMinorVersionUpgrade field's value.
func (*ReplicationInstance) SetAvailabilityZone ¶
func (s *ReplicationInstance) SetAvailabilityZone(v string) *ReplicationInstance
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*ReplicationInstance) SetEngineVersion ¶
func (s *ReplicationInstance) SetEngineVersion(v string) *ReplicationInstance
SetEngineVersion sets the EngineVersion field's value.
func (*ReplicationInstance) SetInstanceCreateTime ¶
func (s *ReplicationInstance) SetInstanceCreateTime(v time.Time) *ReplicationInstance
SetInstanceCreateTime sets the InstanceCreateTime field's value.
func (*ReplicationInstance) SetKmsKeyId ¶
func (s *ReplicationInstance) SetKmsKeyId(v string) *ReplicationInstance
SetKmsKeyId sets the KmsKeyId field's value.
func (*ReplicationInstance) SetMultiAZ ¶
func (s *ReplicationInstance) SetMultiAZ(v bool) *ReplicationInstance
SetMultiAZ sets the MultiAZ field's value.
func (*ReplicationInstance) SetPendingModifiedValues ¶
func (s *ReplicationInstance) SetPendingModifiedValues(v *ReplicationPendingModifiedValues) *ReplicationInstance
SetPendingModifiedValues sets the PendingModifiedValues field's value.
func (*ReplicationInstance) SetPreferredMaintenanceWindow ¶
func (s *ReplicationInstance) SetPreferredMaintenanceWindow(v string) *ReplicationInstance
SetPreferredMaintenanceWindow sets the PreferredMaintenanceWindow field's value.
func (*ReplicationInstance) SetPubliclyAccessible ¶
func (s *ReplicationInstance) SetPubliclyAccessible(v bool) *ReplicationInstance
SetPubliclyAccessible sets the PubliclyAccessible field's value.
func (*ReplicationInstance) SetReplicationInstanceArn ¶
func (s *ReplicationInstance) SetReplicationInstanceArn(v string) *ReplicationInstance
SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.
func (*ReplicationInstance) SetReplicationInstanceClass ¶
func (s *ReplicationInstance) SetReplicationInstanceClass(v string) *ReplicationInstance
SetReplicationInstanceClass sets the ReplicationInstanceClass field's value.
func (*ReplicationInstance) SetReplicationInstanceIdentifier ¶
func (s *ReplicationInstance) SetReplicationInstanceIdentifier(v string) *ReplicationInstance
SetReplicationInstanceIdentifier sets the ReplicationInstanceIdentifier field's value.
func (*ReplicationInstance) SetReplicationInstancePrivateIpAddress ¶
func (s *ReplicationInstance) SetReplicationInstancePrivateIpAddress(v string) *ReplicationInstance
SetReplicationInstancePrivateIpAddress sets the ReplicationInstancePrivateIpAddress field's value.
func (*ReplicationInstance) SetReplicationInstancePrivateIpAddresses ¶
func (s *ReplicationInstance) SetReplicationInstancePrivateIpAddresses(v []string) *ReplicationInstance
SetReplicationInstancePrivateIpAddresses sets the ReplicationInstancePrivateIpAddresses field's value.
func (*ReplicationInstance) SetReplicationInstancePublicIpAddress ¶
func (s *ReplicationInstance) SetReplicationInstancePublicIpAddress(v string) *ReplicationInstance
SetReplicationInstancePublicIpAddress sets the ReplicationInstancePublicIpAddress field's value.
func (*ReplicationInstance) SetReplicationInstancePublicIpAddresses ¶
func (s *ReplicationInstance) SetReplicationInstancePublicIpAddresses(v []string) *ReplicationInstance
SetReplicationInstancePublicIpAddresses sets the ReplicationInstancePublicIpAddresses field's value.
func (*ReplicationInstance) SetReplicationInstanceStatus ¶
func (s *ReplicationInstance) SetReplicationInstanceStatus(v string) *ReplicationInstance
SetReplicationInstanceStatus sets the ReplicationInstanceStatus field's value.
func (*ReplicationInstance) SetReplicationSubnetGroup ¶
func (s *ReplicationInstance) SetReplicationSubnetGroup(v *ReplicationSubnetGroup) *ReplicationInstance
SetReplicationSubnetGroup sets the ReplicationSubnetGroup field's value.
func (*ReplicationInstance) SetSecondaryAvailabilityZone ¶
func (s *ReplicationInstance) SetSecondaryAvailabilityZone(v string) *ReplicationInstance
SetSecondaryAvailabilityZone sets the SecondaryAvailabilityZone field's value.
func (*ReplicationInstance) SetVpcSecurityGroups ¶
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 ¶
func (s *ReplicationPendingModifiedValues) SetAllocatedStorage(v int64) *ReplicationPendingModifiedValues
SetAllocatedStorage sets the AllocatedStorage field's value.
func (*ReplicationPendingModifiedValues) SetEngineVersion ¶
func (s *ReplicationPendingModifiedValues) SetEngineVersion(v string) *ReplicationPendingModifiedValues
SetEngineVersion sets the EngineVersion field's value.
func (*ReplicationPendingModifiedValues) SetMultiAZ ¶
func (s *ReplicationPendingModifiedValues) SetMultiAZ(v bool) *ReplicationPendingModifiedValues
SetMultiAZ sets the MultiAZ field's value.
func (*ReplicationPendingModifiedValues) SetReplicationInstanceClass ¶
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 `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 ¶
func (s *ReplicationSubnetGroup) SetReplicationSubnetGroupDescription(v string) *ReplicationSubnetGroup
SetReplicationSubnetGroupDescription sets the ReplicationSubnetGroupDescription field's value.
func (*ReplicationSubnetGroup) SetReplicationSubnetGroupIdentifier ¶
func (s *ReplicationSubnetGroup) SetReplicationSubnetGroupIdentifier(v string) *ReplicationSubnetGroup
SetReplicationSubnetGroupIdentifier sets the ReplicationSubnetGroupIdentifier field's value.
func (*ReplicationSubnetGroup) SetSubnetGroupStatus ¶
func (s *ReplicationSubnetGroup) SetSubnetGroupStatus(v string) *ReplicationSubnetGroup
SetSubnetGroupStatus sets the SubnetGroupStatus field's value.
func (*ReplicationSubnetGroup) SetSubnets ¶
func (s *ReplicationSubnetGroup) SetSubnets(v []Subnet) *ReplicationSubnetGroup
SetSubnets sets the Subnets field's value.
func (*ReplicationSubnetGroup) SetVpcId ¶
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 MigrationTypeValue `type:"string" enum:"true"` // 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 255 alphanumeric characters or hyphens. // // * First character must be a letter. // // * Cannot end with a hyphen or contain two consecutive hyphens. ReplicationTaskIdentifier *string `type:"string"` // The settings for the replication task. ReplicationTaskSettings *string `type:"string"` // The date the replication task is scheduled to start. ReplicationTaskStartDate *time.Time `type:"timestamp" 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 ¶
func (s *ReplicationTask) SetLastFailureMessage(v string) *ReplicationTask
SetLastFailureMessage sets the LastFailureMessage field's value.
func (*ReplicationTask) SetMigrationType ¶
func (s *ReplicationTask) SetMigrationType(v MigrationTypeValue) *ReplicationTask
SetMigrationType sets the MigrationType field's value.
func (*ReplicationTask) SetReplicationInstanceArn ¶
func (s *ReplicationTask) SetReplicationInstanceArn(v string) *ReplicationTask
SetReplicationInstanceArn sets the ReplicationInstanceArn field's value.
func (*ReplicationTask) SetReplicationTaskArn ¶
func (s *ReplicationTask) SetReplicationTaskArn(v string) *ReplicationTask
SetReplicationTaskArn sets the ReplicationTaskArn field's value.
func (*ReplicationTask) SetReplicationTaskCreationDate ¶
func (s *ReplicationTask) SetReplicationTaskCreationDate(v time.Time) *ReplicationTask
SetReplicationTaskCreationDate sets the ReplicationTaskCreationDate field's value.
func (*ReplicationTask) SetReplicationTaskIdentifier ¶
func (s *ReplicationTask) SetReplicationTaskIdentifier(v string) *ReplicationTask
SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value.
func (*ReplicationTask) SetReplicationTaskSettings ¶
func (s *ReplicationTask) SetReplicationTaskSettings(v string) *ReplicationTask
SetReplicationTaskSettings sets the ReplicationTaskSettings field's value.
func (*ReplicationTask) SetReplicationTaskStartDate ¶
func (s *ReplicationTask) SetReplicationTaskStartDate(v time.Time) *ReplicationTask
SetReplicationTaskStartDate sets the ReplicationTaskStartDate field's value.
func (*ReplicationTask) SetReplicationTaskStats ¶
func (s *ReplicationTask) SetReplicationTaskStats(v *ReplicationTaskStats) *ReplicationTask
SetReplicationTaskStats sets the ReplicationTaskStats field's value.
func (*ReplicationTask) SetSourceEndpointArn ¶
func (s *ReplicationTask) SetSourceEndpointArn(v string) *ReplicationTask
SetSourceEndpointArn sets the SourceEndpointArn field's value.
func (*ReplicationTask) SetStatus ¶
func (s *ReplicationTask) SetStatus(v string) *ReplicationTask
SetStatus sets the Status field's value.
func (*ReplicationTask) SetStopReason ¶
func (s *ReplicationTask) SetStopReason(v string) *ReplicationTask
SetStopReason sets the StopReason field's value.
func (*ReplicationTask) SetTableMappings ¶
func (s *ReplicationTask) SetTableMappings(v string) *ReplicationTask
SetTableMappings sets the TableMappings field's value.
func (*ReplicationTask) SetTargetEndpointArn ¶
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 ReplicationTaskAssessmentResult ¶
type ReplicationTaskAssessmentResult struct { // The task assessment results in JSON format. AssessmentResults *string `type:"string"` // The file containing the results of the task assessment. AssessmentResultsFile *string `type:"string"` // The status of the task assessment. AssessmentStatus *string `type:"string"` // The Amazon Resource Name (ARN) of the replication task. ReplicationTaskArn *string `type:"string"` // The replication task identifier of the task on which the task assessment // was run. ReplicationTaskIdentifier *string `type:"string"` // The date the task assessment was completed. ReplicationTaskLastAssessmentDate *time.Time `type:"timestamp" timestampFormat:"unix"` // The URL of the S3 object containing the task assessment results. S3ObjectUrl *string `type:"string"` // contains filtered or unexported fields }
The task assessment report in JSON format. Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationTaskAssessmentResult
func (ReplicationTaskAssessmentResult) GoString ¶
func (s ReplicationTaskAssessmentResult) GoString() string
GoString returns the string representation
func (*ReplicationTaskAssessmentResult) SetAssessmentResults ¶
func (s *ReplicationTaskAssessmentResult) SetAssessmentResults(v string) *ReplicationTaskAssessmentResult
SetAssessmentResults sets the AssessmentResults field's value.
func (*ReplicationTaskAssessmentResult) SetAssessmentResultsFile ¶
func (s *ReplicationTaskAssessmentResult) SetAssessmentResultsFile(v string) *ReplicationTaskAssessmentResult
SetAssessmentResultsFile sets the AssessmentResultsFile field's value.
func (*ReplicationTaskAssessmentResult) SetAssessmentStatus ¶
func (s *ReplicationTaskAssessmentResult) SetAssessmentStatus(v string) *ReplicationTaskAssessmentResult
SetAssessmentStatus sets the AssessmentStatus field's value.
func (*ReplicationTaskAssessmentResult) SetReplicationTaskArn ¶
func (s *ReplicationTaskAssessmentResult) SetReplicationTaskArn(v string) *ReplicationTaskAssessmentResult
SetReplicationTaskArn sets the ReplicationTaskArn field's value.
func (*ReplicationTaskAssessmentResult) SetReplicationTaskIdentifier ¶
func (s *ReplicationTaskAssessmentResult) SetReplicationTaskIdentifier(v string) *ReplicationTaskAssessmentResult
SetReplicationTaskIdentifier sets the ReplicationTaskIdentifier field's value.
func (*ReplicationTaskAssessmentResult) SetReplicationTaskLastAssessmentDate ¶
func (s *ReplicationTaskAssessmentResult) SetReplicationTaskLastAssessmentDate(v time.Time) *ReplicationTaskAssessmentResult
SetReplicationTaskLastAssessmentDate sets the ReplicationTaskLastAssessmentDate field's value.
func (*ReplicationTaskAssessmentResult) SetS3ObjectUrl ¶
func (s *ReplicationTaskAssessmentResult) SetS3ObjectUrl(v string) *ReplicationTaskAssessmentResult
SetS3ObjectUrl sets the S3ObjectUrl field's value.
func (ReplicationTaskAssessmentResult) String ¶
func (s ReplicationTaskAssessmentResult) 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 ¶
func (s *ReplicationTaskStats) SetElapsedTimeMillis(v int64) *ReplicationTaskStats
SetElapsedTimeMillis sets the ElapsedTimeMillis field's value.
func (*ReplicationTaskStats) SetFullLoadProgressPercent ¶
func (s *ReplicationTaskStats) SetFullLoadProgressPercent(v int64) *ReplicationTaskStats
SetFullLoadProgressPercent sets the FullLoadProgressPercent field's value.
func (*ReplicationTaskStats) SetTablesErrored ¶
func (s *ReplicationTaskStats) SetTablesErrored(v int64) *ReplicationTaskStats
SetTablesErrored sets the TablesErrored field's value.
func (*ReplicationTaskStats) SetTablesLoaded ¶
func (s *ReplicationTaskStats) SetTablesLoaded(v int64) *ReplicationTaskStats
SetTablesLoaded sets the TablesLoaded field's value.
func (*ReplicationTaskStats) SetTablesLoading ¶
func (s *ReplicationTaskStats) SetTablesLoading(v int64) *ReplicationTaskStats
SetTablesLoading sets the TablesLoading field's value.
func (*ReplicationTaskStats) SetTablesQueued ¶
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 S3Settings ¶
type S3Settings struct { // An optional parameter to set a folder name in the S3 bucket. If provided, // tables are created in the path <bucketFolder>/<schema_name>/<table_name>/. // If this parameter is not specified, then the path used is <schema_name>/<table_name>/. BucketFolder *string `type:"string"` // The name of the S3 bucket. BucketName *string `type:"string"` // An optional parameter to use GZIP to compress the target files. Set to GZIP // to compress the target files. Set to NONE (the default) or do not use to // leave the files uncompressed. CompressionType CompressionTypeValue `type:"string" enum:"true"` // The delimiter used to separate columns in the source files. The default is // a comma. CsvDelimiter *string `type:"string"` // The delimiter used to separate rows in the source files. The default is a // carriage return (\n). CsvRowDelimiter *string `type:"string"` ExternalTableDefinition *string `type:"string"` // The Amazon Resource Name (ARN) used by the service access IAM role. ServiceAccessRoleArn *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/S3Settings
func (S3Settings) GoString ¶
func (s S3Settings) GoString() string
GoString returns the string representation
func (*S3Settings) SetBucketFolder ¶
func (s *S3Settings) SetBucketFolder(v string) *S3Settings
SetBucketFolder sets the BucketFolder field's value.
func (*S3Settings) SetBucketName ¶
func (s *S3Settings) SetBucketName(v string) *S3Settings
SetBucketName sets the BucketName field's value.
func (*S3Settings) SetCompressionType ¶
func (s *S3Settings) SetCompressionType(v CompressionTypeValue) *S3Settings
SetCompressionType sets the CompressionType field's value.
func (*S3Settings) SetCsvDelimiter ¶
func (s *S3Settings) SetCsvDelimiter(v string) *S3Settings
SetCsvDelimiter sets the CsvDelimiter field's value.
func (*S3Settings) SetCsvRowDelimiter ¶
func (s *S3Settings) SetCsvRowDelimiter(v string) *S3Settings
SetCsvRowDelimiter sets the CsvRowDelimiter field's value.
func (*S3Settings) SetExternalTableDefinition ¶
func (s *S3Settings) SetExternalTableDefinition(v string) *S3Settings
SetExternalTableDefinition sets the ExternalTableDefinition field's value.
func (*S3Settings) SetServiceAccessRoleArn ¶
func (s *S3Settings) SetServiceAccessRoleArn(v string) *S3Settings
SetServiceAccessRoleArn sets the ServiceAccessRoleArn field's value.
func (S3Settings) String ¶
func (s S3Settings) String() string
String returns the string representation
type SourceType ¶
type SourceType string
const (
SourceTypeReplicationInstance SourceType = "replication-instance"
)
Enum values for SourceType
type StartReplicationTaskAssessmentInput ¶
type StartReplicationTaskAssessmentInput struct { // The Amazon Resource Name (ARN) of the replication task. // // ReplicationTaskArn is a required field ReplicationTaskArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessmentMessage
func (StartReplicationTaskAssessmentInput) GoString ¶
func (s StartReplicationTaskAssessmentInput) GoString() string
GoString returns the string representation
func (*StartReplicationTaskAssessmentInput) SetReplicationTaskArn ¶
func (s *StartReplicationTaskAssessmentInput) SetReplicationTaskArn(v string) *StartReplicationTaskAssessmentInput
SetReplicationTaskArn sets the ReplicationTaskArn field's value.
func (StartReplicationTaskAssessmentInput) String ¶
func (s StartReplicationTaskAssessmentInput) String() string
String returns the string representation
func (*StartReplicationTaskAssessmentInput) Validate ¶
func (s *StartReplicationTaskAssessmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartReplicationTaskAssessmentOutput ¶
type StartReplicationTaskAssessmentOutput struct { // The assessed 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/StartReplicationTaskAssessmentResponse
func (StartReplicationTaskAssessmentOutput) GoString ¶
func (s StartReplicationTaskAssessmentOutput) GoString() string
GoString returns the string representation
func (StartReplicationTaskAssessmentOutput) SDKResponseMetadata ¶
func (s StartReplicationTaskAssessmentOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*StartReplicationTaskAssessmentOutput) SetReplicationTask ¶
func (s *StartReplicationTaskAssessmentOutput) SetReplicationTask(v *ReplicationTask) *StartReplicationTaskAssessmentOutput
SetReplicationTask sets the ReplicationTask field's value.
func (StartReplicationTaskAssessmentOutput) String ¶
func (s StartReplicationTaskAssessmentOutput) String() string
String returns the string representation
type StartReplicationTaskAssessmentRequest ¶
type StartReplicationTaskAssessmentRequest struct { *aws.Request Input *StartReplicationTaskAssessmentInput }
StartReplicationTaskAssessmentRequest is a API request type for the StartReplicationTaskAssessment API operation.
func (StartReplicationTaskAssessmentRequest) Send ¶
func (r StartReplicationTaskAssessmentRequest) Send() (*StartReplicationTaskAssessmentOutput, error)
Send marshals and sends the StartReplicationTaskAssessment API request.
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 Name (ARN) of the replication task to be started. // // ReplicationTaskArn is a required field ReplicationTaskArn *string `type:"string" required:"true"` // The type of replication task. // // StartReplicationTaskType is a required field StartReplicationTaskType StartReplicationTaskTypeValue `type:"string" required:"true" enum:"true"` // 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 ¶
func (s *StartReplicationTaskInput) SetCdcStartTime(v time.Time) *StartReplicationTaskInput
SetCdcStartTime sets the CdcStartTime field's value.
func (*StartReplicationTaskInput) SetReplicationTaskArn ¶
func (s *StartReplicationTaskInput) SetReplicationTaskArn(v string) *StartReplicationTaskInput
SetReplicationTaskArn sets the ReplicationTaskArn field's value.
func (*StartReplicationTaskInput) SetStartReplicationTaskType ¶
func (s *StartReplicationTaskInput) SetStartReplicationTaskType(v StartReplicationTaskTypeValue) *StartReplicationTaskInput
SetStartReplicationTaskType sets the StartReplicationTaskType field's value.
func (StartReplicationTaskInput) String ¶
func (s StartReplicationTaskInput) String() string
String returns the string representation
func (*StartReplicationTaskInput) Validate ¶
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) SDKResponseMetadata ¶
func (s StartReplicationTaskOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*StartReplicationTaskOutput) SetReplicationTask ¶
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 StartReplicationTaskRequest ¶
type StartReplicationTaskRequest struct { *aws.Request Input *StartReplicationTaskInput }
StartReplicationTaskRequest is a API request type for the StartReplicationTask API operation.
func (StartReplicationTaskRequest) Send ¶
func (r StartReplicationTaskRequest) Send() (*StartReplicationTaskOutput, error)
Send marshals and sends the StartReplicationTask API request.
type StartReplicationTaskTypeValue ¶
type StartReplicationTaskTypeValue string
const ( StartReplicationTaskTypeValueStartReplication StartReplicationTaskTypeValue = "start-replication" StartReplicationTaskTypeValueResumeProcessing StartReplicationTaskTypeValue = "resume-processing" StartReplicationTaskTypeValueReloadTarget StartReplicationTaskTypeValue = "reload-target" )
Enum values for StartReplicationTaskTypeValue
type StopReplicationTaskInput ¶
type StopReplicationTaskInput struct { // The Amazon Resource Name(ARN) of the replication task to be stopped. // // ReplicationTaskArn is a required field ReplicationTaskArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
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 ¶
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 ¶
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) SDKResponseMetadata ¶
func (s StopReplicationTaskOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*StopReplicationTaskOutput) SetReplicationTask ¶
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 StopReplicationTaskRequest ¶
type StopReplicationTaskRequest struct { *aws.Request Input *StopReplicationTaskInput }
StopReplicationTaskRequest is a API request type for the StopReplicationTask API operation.
func (StopReplicationTaskRequest) Send ¶
func (r StopReplicationTaskRequest) Send() (*StopReplicationTaskOutput, error)
Send marshals and sends the StopReplicationTask API request.
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 ¶
func (s *Subnet) SetSubnetAvailabilityZone(v *AvailabilityZone) *Subnet
SetSubnetAvailabilityZone sets the SubnetAvailabilityZone field's value.
func (*Subnet) SetSubnetIdentifier ¶
SetSubnetIdentifier sets the SubnetIdentifier field's value.
func (*Subnet) SetSubnetStatus ¶
SetSubnetStatus sets the SubnetStatus field's value.
type SupportedEndpointType ¶
type SupportedEndpointType struct { // The type of endpoint. EndpointType ReplicationEndpointTypeValue `type:"string" enum:"true"` // The database engine name. Valid values, depending on the EndPointType, include // MYSQL, ORACLE, POSTGRES, MARIADB, AURORA, REDSHIFT, S3, SYBASE, DYNAMODB, // MONGODB, 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 ¶
func (s *SupportedEndpointType) SetEndpointType(v ReplicationEndpointTypeValue) *SupportedEndpointType
SetEndpointType sets the EndpointType field's value.
func (*SupportedEndpointType) SetEngineName ¶
func (s *SupportedEndpointType) SetEngineName(v string) *SupportedEndpointType
SetEngineName sets the EngineName field's value.
func (*SupportedEndpointType) SetSupportsCDC ¶
func (s *SupportedEndpointType) SetSupportsCDC(v bool) *SupportedEndpointType
SetSupportsCDC sets the SupportsCDC field's value.
func (SupportedEndpointType) String ¶
func (s SupportedEndpointType) String() string
String returns the string representation
type TableStatistics ¶
type TableStatistics struct { // The Data Definition Language (DDL) used to build and modify the structure // of your tables. Ddls *int64 `type:"long"` // The number of delete actions performed on a table. Deletes *int64 `type:"long"` // The number of rows that failed conditional checks during the Full Load operation // (valid only for DynamoDB as a target migrations). FullLoadCondtnlChkFailedRows *int64 `type:"long"` // The number of rows that failed to load during the Full Load operation (valid // only for DynamoDB as a target migrations). FullLoadErrorRows *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 tables described. // // Valid states: Table does not exist | Before load | Full load | Table completed // | Table cancelled | Table error | Table all | Table updates | Table is being // reloaded TableState *string `type:"string"` // The number of update actions performed on a table. Updates *int64 `type:"long"` // The number of records that failed validation. ValidationFailedRecords *int64 `type:"long"` // The number of records that have yet to be validated. ValidationPendingRecords *int64 `type:"long"` // The validation state of the table. // // The parameter can have the following values // // * Not enabled—Validation is not enabled for the table in the migration // task. // // * Pending records—Some records in the table are waiting for validation. // // * Mismatched records—Some records in the table do not match between the // source and target. // // * Suspended records—Some records in the table could not be validated. // // * No primary key—The table could not be validated because it had no primary // key. // // * Table error—The table was not validated because it was in an error state // and some data was not migrated. // // * Validated—All rows in the table were validated. If the table is updated, // the status can change from Validated. // // * Error—The table could not be validated because of an unexpected error. ValidationState *string `type:"string"` // The number of records that could not be validated. ValidationSuspendedRecords *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 ¶
func (s *TableStatistics) SetDdls(v int64) *TableStatistics
SetDdls sets the Ddls field's value.
func (*TableStatistics) SetDeletes ¶
func (s *TableStatistics) SetDeletes(v int64) *TableStatistics
SetDeletes sets the Deletes field's value.
func (*TableStatistics) SetFullLoadCondtnlChkFailedRows ¶
func (s *TableStatistics) SetFullLoadCondtnlChkFailedRows(v int64) *TableStatistics
SetFullLoadCondtnlChkFailedRows sets the FullLoadCondtnlChkFailedRows field's value.
func (*TableStatistics) SetFullLoadErrorRows ¶
func (s *TableStatistics) SetFullLoadErrorRows(v int64) *TableStatistics
SetFullLoadErrorRows sets the FullLoadErrorRows field's value.
func (*TableStatistics) SetFullLoadRows ¶
func (s *TableStatistics) SetFullLoadRows(v int64) *TableStatistics
SetFullLoadRows sets the FullLoadRows field's value.
func (*TableStatistics) SetInserts ¶
func (s *TableStatistics) SetInserts(v int64) *TableStatistics
SetInserts sets the Inserts field's value.
func (*TableStatistics) SetLastUpdateTime ¶
func (s *TableStatistics) SetLastUpdateTime(v time.Time) *TableStatistics
SetLastUpdateTime sets the LastUpdateTime field's value.
func (*TableStatistics) SetSchemaName ¶
func (s *TableStatistics) SetSchemaName(v string) *TableStatistics
SetSchemaName sets the SchemaName field's value.
func (*TableStatistics) SetTableName ¶
func (s *TableStatistics) SetTableName(v string) *TableStatistics
SetTableName sets the TableName field's value.
func (*TableStatistics) SetTableState ¶
func (s *TableStatistics) SetTableState(v string) *TableStatistics
SetTableState sets the TableState field's value.
func (*TableStatistics) SetUpdates ¶
func (s *TableStatistics) SetUpdates(v int64) *TableStatistics
SetUpdates sets the Updates field's value.
func (*TableStatistics) SetValidationFailedRecords ¶
func (s *TableStatistics) SetValidationFailedRecords(v int64) *TableStatistics
SetValidationFailedRecords sets the ValidationFailedRecords field's value.
func (*TableStatistics) SetValidationPendingRecords ¶
func (s *TableStatistics) SetValidationPendingRecords(v int64) *TableStatistics
SetValidationPendingRecords sets the ValidationPendingRecords field's value.
func (*TableStatistics) SetValidationState ¶
func (s *TableStatistics) SetValidationState(v string) *TableStatistics
SetValidationState sets the ValidationState field's value.
func (*TableStatistics) SetValidationSuspendedRecords ¶
func (s *TableStatistics) SetValidationSuspendedRecords(v int64) *TableStatistics
SetValidationSuspendedRecords sets the ValidationSuspendedRecords field's value.
func (TableStatistics) String ¶
func (s TableStatistics) String() string
String returns the string representation
type TableToReload ¶
type TableToReload struct { // The schema name of the table to be reloaded. SchemaName *string `type:"string"` // The table name of the table to be reloaded. TableName *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TableToReload
func (TableToReload) GoString ¶
func (s TableToReload) GoString() string
GoString returns the string representation
func (*TableToReload) SetSchemaName ¶
func (s *TableToReload) SetSchemaName(v string) *TableToReload
SetSchemaName sets the SchemaName field's value.
func (*TableToReload) SetTableName ¶
func (s *TableToReload) SetTableName(v string) *TableToReload
SetTableName sets the TableName field's value.
func (TableToReload) String ¶
func (s TableToReload) String() string
String returns the string representation
type Tag ¶
type Tag struct { // A key is the required name of the tag. The string value can be 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 ¶
func (s *TestConnectionInput) SetEndpointArn(v string) *TestConnectionInput
SetEndpointArn sets the EndpointArn field's value.
func (*TestConnectionInput) SetReplicationInstanceArn ¶
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 ¶
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) SDKResponseMetadata ¶
func (s TestConnectionOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*TestConnectionOutput) SetConnection ¶
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 TestConnectionRequest ¶
type TestConnectionRequest struct { *aws.Request Input *TestConnectionInput }
TestConnectionRequest is a API request type for the TestConnection API operation.
func (TestConnectionRequest) Send ¶
func (r TestConnectionRequest) Send() (*TestConnectionOutput, error)
Send marshals and sends the TestConnection API request.
type VpcSecurityGroupMembership ¶
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 ¶
func (s VpcSecurityGroupMembership) GoString() string
GoString returns the string representation
func (*VpcSecurityGroupMembership) SetStatus ¶
func (s *VpcSecurityGroupMembership) SetStatus(v string) *VpcSecurityGroupMembership
SetStatus sets the Status field's value.
func (*VpcSecurityGroupMembership) SetVpcSecurityGroupId ¶
func (s *VpcSecurityGroupMembership) SetVpcSecurityGroupId(v string) *VpcSecurityGroupMembership
SetVpcSecurityGroupId sets the VpcSecurityGroupId field's value.
func (VpcSecurityGroupMembership) String ¶
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. |