Versions in this module Expand all Collapse all v1 v1.11.0 Dec 6, 2022 Changes in this version + const AuthMechanismValueDefault + const AuthMechanismValueMongodbCr + const AuthMechanismValueScramSha1 + const AuthTypeValueNo + const AuthTypeValuePassword + const CompressionTypeValueGzip + const CompressionTypeValueNone + const DmsSslModeValueNone + const DmsSslModeValueRequire + const DmsSslModeValueVerifyCa + const DmsSslModeValueVerifyFull + const EndpointsID + const ErrCodeAccessDeniedFault + const ErrCodeInsufficientResourceCapacityFault + const ErrCodeInvalidCertificateFault + const ErrCodeInvalidResourceStateFault + const ErrCodeInvalidSubnet + const ErrCodeKMSKeyNotAccessibleFault + const ErrCodeReplicationSubnetGroupDoesNotCoverEnoughAZs + const ErrCodeResourceAlreadyExistsFault + const ErrCodeResourceNotFoundFault + const ErrCodeResourceQuotaExceededFault + const ErrCodeSNSInvalidTopicFault + const ErrCodeSNSNoAuthorizationFault + const ErrCodeStorageQuotaExceededFault + const ErrCodeSubnetAlreadyInUse + const ErrCodeUpgradeDependencyFailureFault + const MigrationTypeValueCdc + const MigrationTypeValueFullLoad + const MigrationTypeValueFullLoadAndCdc + const NestingLevelValueNone + const NestingLevelValueOne + const RefreshSchemasStatusTypeValueFailed + const RefreshSchemasStatusTypeValueRefreshing + const RefreshSchemasStatusTypeValueSuccessful + const ReplicationEndpointTypeValueSource + const ReplicationEndpointTypeValueTarget + const ServiceName + const SourceTypeReplicationInstance + const StartReplicationTaskTypeValueReloadTarget + const StartReplicationTaskTypeValueResumeProcessing + const StartReplicationTaskTypeValueStartReplication + type AccountQuota struct + AccountQuotaName *string + Max *int64 + Used *int64 + func (s *AccountQuota) SetAccountQuotaName(v string) *AccountQuota + func (s *AccountQuota) SetMax(v int64) *AccountQuota + func (s *AccountQuota) SetUsed(v int64) *AccountQuota + func (s AccountQuota) GoString() string + func (s AccountQuota) String() string + type AddTagsToResourceInput struct + ResourceArn *string + Tags []*Tag + func (s *AddTagsToResourceInput) SetResourceArn(v string) *AddTagsToResourceInput + func (s *AddTagsToResourceInput) SetTags(v []*Tag) *AddTagsToResourceInput + func (s *AddTagsToResourceInput) Validate() error + func (s AddTagsToResourceInput) GoString() string + func (s AddTagsToResourceInput) String() string + type AddTagsToResourceOutput struct + func (s AddTagsToResourceOutput) GoString() string + func (s AddTagsToResourceOutput) String() string + type AvailabilityZone struct + Name *string + func (s *AvailabilityZone) SetName(v string) *AvailabilityZone + func (s AvailabilityZone) GoString() string + func (s AvailabilityZone) String() string + type Certificate struct + CertificateArn *string + CertificateCreationDate *time.Time + CertificateIdentifier *string + CertificateOwner *string + CertificatePem *string + CertificateWallet []byte + KeyLength *int64 + SigningAlgorithm *string + ValidFromDate *time.Time + ValidToDate *time.Time + 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) GoString() string + func (s Certificate) String() string + type Connection struct + EndpointArn *string + EndpointIdentifier *string + LastFailureMessage *string + ReplicationInstanceArn *string + ReplicationInstanceIdentifier *string + Status *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) GoString() string + func (s Connection) String() string + type CreateEndpointInput struct + CertificateArn *string + DatabaseName *string + DynamoDbSettings *DynamoDbSettings + EndpointIdentifier *string + EndpointType *string + EngineName *string + ExtraConnectionAttributes *string + KmsKeyId *string + MongoDbSettings *MongoDbSettings + Password *string + Port *int64 + S3Settings *S3Settings + ServerName *string + SslMode *string + Tags []*Tag + Username *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 string) *CreateEndpointInput + func (s *CreateEndpointInput) SetEngineName(v string) *CreateEndpointInput + func (s *CreateEndpointInput) SetExtraConnectionAttributes(v string) *CreateEndpointInput + func (s *CreateEndpointInput) SetKmsKeyId(v string) *CreateEndpointInput + func (s *CreateEndpointInput) 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 string) *CreateEndpointInput + func (s *CreateEndpointInput) SetTags(v []*Tag) *CreateEndpointInput + func (s *CreateEndpointInput) SetUsername(v string) *CreateEndpointInput + func (s *CreateEndpointInput) Validate() error + func (s CreateEndpointInput) GoString() string + func (s CreateEndpointInput) String() string + type CreateEndpointOutput struct + Endpoint *Endpoint + func (s *CreateEndpointOutput) SetEndpoint(v *Endpoint) *CreateEndpointOutput + func (s CreateEndpointOutput) GoString() string + func (s CreateEndpointOutput) String() string + type CreateEventSubscriptionInput struct + Enabled *bool + EventCategories []*string + SnsTopicArn *string + SourceIds []*string + SourceType *string + SubscriptionName *string + Tags []*Tag + 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) Validate() error + func (s CreateEventSubscriptionInput) GoString() string + func (s CreateEventSubscriptionInput) String() string + type CreateEventSubscriptionOutput struct + EventSubscription *EventSubscription + func (s *CreateEventSubscriptionOutput) SetEventSubscription(v *EventSubscription) *CreateEventSubscriptionOutput + func (s CreateEventSubscriptionOutput) GoString() string + func (s CreateEventSubscriptionOutput) String() string + type CreateReplicationInstanceInput struct + AllocatedStorage *int64 + AutoMinorVersionUpgrade *bool + AvailabilityZone *string + EngineVersion *string + KmsKeyId *string + MultiAZ *bool + PreferredMaintenanceWindow *string + PubliclyAccessible *bool + ReplicationInstanceClass *string + ReplicationInstanceIdentifier *string + ReplicationSubnetGroupIdentifier *string + Tags []*Tag + VpcSecurityGroupIds []*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) Validate() error + func (s CreateReplicationInstanceInput) GoString() string + func (s CreateReplicationInstanceInput) String() string + type CreateReplicationInstanceOutput struct + ReplicationInstance *ReplicationInstance + func (s *CreateReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *CreateReplicationInstanceOutput + func (s CreateReplicationInstanceOutput) GoString() string + func (s CreateReplicationInstanceOutput) String() string + type CreateReplicationSubnetGroupInput struct + ReplicationSubnetGroupDescription *string + ReplicationSubnetGroupIdentifier *string + SubnetIds []*string + Tags []*Tag + 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) Validate() error + func (s CreateReplicationSubnetGroupInput) GoString() string + func (s CreateReplicationSubnetGroupInput) String() string + type CreateReplicationSubnetGroupOutput struct + ReplicationSubnetGroup *ReplicationSubnetGroup + func (s *CreateReplicationSubnetGroupOutput) SetReplicationSubnetGroup(v *ReplicationSubnetGroup) *CreateReplicationSubnetGroupOutput + func (s CreateReplicationSubnetGroupOutput) GoString() string + func (s CreateReplicationSubnetGroupOutput) String() string + type CreateReplicationTaskInput struct + CdcStartTime *time.Time + MigrationType *string + ReplicationInstanceArn *string + ReplicationTaskIdentifier *string + ReplicationTaskSettings *string + SourceEndpointArn *string + TableMappings *string + Tags []*Tag + TargetEndpointArn *string + func (s *CreateReplicationTaskInput) SetCdcStartTime(v time.Time) *CreateReplicationTaskInput + func (s *CreateReplicationTaskInput) SetMigrationType(v string) *CreateReplicationTaskInput + func (s *CreateReplicationTaskInput) SetReplicationInstanceArn(v string) *CreateReplicationTaskInput + func (s *CreateReplicationTaskInput) SetReplicationTaskIdentifier(v string) *CreateReplicationTaskInput + func (s *CreateReplicationTaskInput) SetReplicationTaskSettings(v string) *CreateReplicationTaskInput + func (s *CreateReplicationTaskInput) SetSourceEndpointArn(v string) *CreateReplicationTaskInput + func (s *CreateReplicationTaskInput) SetTableMappings(v string) *CreateReplicationTaskInput + func (s *CreateReplicationTaskInput) SetTags(v []*Tag) *CreateReplicationTaskInput + func (s *CreateReplicationTaskInput) SetTargetEndpointArn(v string) *CreateReplicationTaskInput + func (s *CreateReplicationTaskInput) Validate() error + func (s CreateReplicationTaskInput) GoString() string + func (s CreateReplicationTaskInput) String() string + type CreateReplicationTaskOutput struct + ReplicationTask *ReplicationTask + func (s *CreateReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *CreateReplicationTaskOutput + func (s CreateReplicationTaskOutput) GoString() string + func (s CreateReplicationTaskOutput) String() string + type DatabaseMigrationService struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *DatabaseMigrationService + func (c *DatabaseMigrationService) AddTagsToResource(input *AddTagsToResourceInput) (*AddTagsToResourceOutput, error) + func (c *DatabaseMigrationService) AddTagsToResourceRequest(input *AddTagsToResourceInput) (req *request.Request, output *AddTagsToResourceOutput) + func (c *DatabaseMigrationService) AddTagsToResourceWithContext(ctx aws.Context, input *AddTagsToResourceInput, opts ...request.Option) (*AddTagsToResourceOutput, error) + func (c *DatabaseMigrationService) CreateEndpoint(input *CreateEndpointInput) (*CreateEndpointOutput, error) + func (c *DatabaseMigrationService) CreateEndpointRequest(input *CreateEndpointInput) (req *request.Request, output *CreateEndpointOutput) + func (c *DatabaseMigrationService) CreateEndpointWithContext(ctx aws.Context, input *CreateEndpointInput, opts ...request.Option) (*CreateEndpointOutput, error) + func (c *DatabaseMigrationService) CreateEventSubscription(input *CreateEventSubscriptionInput) (*CreateEventSubscriptionOutput, error) + func (c *DatabaseMigrationService) CreateEventSubscriptionRequest(input *CreateEventSubscriptionInput) (req *request.Request, output *CreateEventSubscriptionOutput) + func (c *DatabaseMigrationService) CreateEventSubscriptionWithContext(ctx aws.Context, input *CreateEventSubscriptionInput, opts ...request.Option) (*CreateEventSubscriptionOutput, error) + func (c *DatabaseMigrationService) CreateReplicationInstance(input *CreateReplicationInstanceInput) (*CreateReplicationInstanceOutput, error) + func (c *DatabaseMigrationService) CreateReplicationInstanceRequest(input *CreateReplicationInstanceInput) (req *request.Request, output *CreateReplicationInstanceOutput) + func (c *DatabaseMigrationService) CreateReplicationInstanceWithContext(ctx aws.Context, input *CreateReplicationInstanceInput, opts ...request.Option) (*CreateReplicationInstanceOutput, error) + func (c *DatabaseMigrationService) CreateReplicationSubnetGroup(input *CreateReplicationSubnetGroupInput) (*CreateReplicationSubnetGroupOutput, error) + func (c *DatabaseMigrationService) CreateReplicationSubnetGroupRequest(input *CreateReplicationSubnetGroupInput) (req *request.Request, output *CreateReplicationSubnetGroupOutput) + func (c *DatabaseMigrationService) CreateReplicationSubnetGroupWithContext(ctx aws.Context, input *CreateReplicationSubnetGroupInput, ...) (*CreateReplicationSubnetGroupOutput, error) + func (c *DatabaseMigrationService) CreateReplicationTask(input *CreateReplicationTaskInput) (*CreateReplicationTaskOutput, error) + func (c *DatabaseMigrationService) CreateReplicationTaskRequest(input *CreateReplicationTaskInput) (req *request.Request, output *CreateReplicationTaskOutput) + func (c *DatabaseMigrationService) CreateReplicationTaskWithContext(ctx aws.Context, input *CreateReplicationTaskInput, opts ...request.Option) (*CreateReplicationTaskOutput, error) + func (c *DatabaseMigrationService) DeleteCertificate(input *DeleteCertificateInput) (*DeleteCertificateOutput, error) + func (c *DatabaseMigrationService) DeleteCertificateRequest(input *DeleteCertificateInput) (req *request.Request, output *DeleteCertificateOutput) + func (c *DatabaseMigrationService) DeleteCertificateWithContext(ctx aws.Context, input *DeleteCertificateInput, opts ...request.Option) (*DeleteCertificateOutput, error) + func (c *DatabaseMigrationService) DeleteEndpoint(input *DeleteEndpointInput) (*DeleteEndpointOutput, error) + func (c *DatabaseMigrationService) DeleteEndpointRequest(input *DeleteEndpointInput) (req *request.Request, output *DeleteEndpointOutput) + func (c *DatabaseMigrationService) DeleteEndpointWithContext(ctx aws.Context, input *DeleteEndpointInput, opts ...request.Option) (*DeleteEndpointOutput, error) + func (c *DatabaseMigrationService) DeleteEventSubscription(input *DeleteEventSubscriptionInput) (*DeleteEventSubscriptionOutput, error) + func (c *DatabaseMigrationService) DeleteEventSubscriptionRequest(input *DeleteEventSubscriptionInput) (req *request.Request, output *DeleteEventSubscriptionOutput) + func (c *DatabaseMigrationService) DeleteEventSubscriptionWithContext(ctx aws.Context, input *DeleteEventSubscriptionInput, opts ...request.Option) (*DeleteEventSubscriptionOutput, error) + func (c *DatabaseMigrationService) DeleteReplicationInstance(input *DeleteReplicationInstanceInput) (*DeleteReplicationInstanceOutput, error) + func (c *DatabaseMigrationService) DeleteReplicationInstanceRequest(input *DeleteReplicationInstanceInput) (req *request.Request, output *DeleteReplicationInstanceOutput) + func (c *DatabaseMigrationService) DeleteReplicationInstanceWithContext(ctx aws.Context, input *DeleteReplicationInstanceInput, opts ...request.Option) (*DeleteReplicationInstanceOutput, error) + func (c *DatabaseMigrationService) DeleteReplicationSubnetGroup(input *DeleteReplicationSubnetGroupInput) (*DeleteReplicationSubnetGroupOutput, error) + func (c *DatabaseMigrationService) DeleteReplicationSubnetGroupRequest(input *DeleteReplicationSubnetGroupInput) (req *request.Request, output *DeleteReplicationSubnetGroupOutput) + func (c *DatabaseMigrationService) DeleteReplicationSubnetGroupWithContext(ctx aws.Context, input *DeleteReplicationSubnetGroupInput, ...) (*DeleteReplicationSubnetGroupOutput, error) + func (c *DatabaseMigrationService) DeleteReplicationTask(input *DeleteReplicationTaskInput) (*DeleteReplicationTaskOutput, error) + func (c *DatabaseMigrationService) DeleteReplicationTaskRequest(input *DeleteReplicationTaskInput) (req *request.Request, output *DeleteReplicationTaskOutput) + func (c *DatabaseMigrationService) DeleteReplicationTaskWithContext(ctx aws.Context, input *DeleteReplicationTaskInput, opts ...request.Option) (*DeleteReplicationTaskOutput, error) + func (c *DatabaseMigrationService) DescribeAccountAttributes(input *DescribeAccountAttributesInput) (*DescribeAccountAttributesOutput, error) + func (c *DatabaseMigrationService) DescribeAccountAttributesRequest(input *DescribeAccountAttributesInput) (req *request.Request, output *DescribeAccountAttributesOutput) + func (c *DatabaseMigrationService) DescribeAccountAttributesWithContext(ctx aws.Context, input *DescribeAccountAttributesInput, opts ...request.Option) (*DescribeAccountAttributesOutput, error) + func (c *DatabaseMigrationService) DescribeCertificates(input *DescribeCertificatesInput) (*DescribeCertificatesOutput, error) + func (c *DatabaseMigrationService) DescribeCertificatesPages(input *DescribeCertificatesInput, ...) error + func (c *DatabaseMigrationService) DescribeCertificatesPagesWithContext(ctx aws.Context, input *DescribeCertificatesInput, ...) error + func (c *DatabaseMigrationService) DescribeCertificatesRequest(input *DescribeCertificatesInput) (req *request.Request, output *DescribeCertificatesOutput) + func (c *DatabaseMigrationService) DescribeCertificatesWithContext(ctx aws.Context, input *DescribeCertificatesInput, opts ...request.Option) (*DescribeCertificatesOutput, error) + func (c *DatabaseMigrationService) DescribeConnections(input *DescribeConnectionsInput) (*DescribeConnectionsOutput, error) + func (c *DatabaseMigrationService) DescribeConnectionsPages(input *DescribeConnectionsInput, ...) error + func (c *DatabaseMigrationService) DescribeConnectionsPagesWithContext(ctx aws.Context, input *DescribeConnectionsInput, ...) error + func (c *DatabaseMigrationService) DescribeConnectionsRequest(input *DescribeConnectionsInput) (req *request.Request, output *DescribeConnectionsOutput) + func (c *DatabaseMigrationService) DescribeConnectionsWithContext(ctx aws.Context, input *DescribeConnectionsInput, opts ...request.Option) (*DescribeConnectionsOutput, error) + func (c *DatabaseMigrationService) DescribeEndpointTypes(input *DescribeEndpointTypesInput) (*DescribeEndpointTypesOutput, error) + func (c *DatabaseMigrationService) DescribeEndpointTypesPages(input *DescribeEndpointTypesInput, ...) error + func (c *DatabaseMigrationService) DescribeEndpointTypesPagesWithContext(ctx aws.Context, input *DescribeEndpointTypesInput, ...) error + func (c *DatabaseMigrationService) DescribeEndpointTypesRequest(input *DescribeEndpointTypesInput) (req *request.Request, output *DescribeEndpointTypesOutput) + func (c *DatabaseMigrationService) DescribeEndpointTypesWithContext(ctx aws.Context, input *DescribeEndpointTypesInput, opts ...request.Option) (*DescribeEndpointTypesOutput, error) + func (c *DatabaseMigrationService) DescribeEndpoints(input *DescribeEndpointsInput) (*DescribeEndpointsOutput, error) + func (c *DatabaseMigrationService) 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) (req *request.Request, output *DescribeEndpointsOutput) + func (c *DatabaseMigrationService) DescribeEndpointsWithContext(ctx aws.Context, input *DescribeEndpointsInput, opts ...request.Option) (*DescribeEndpointsOutput, error) + func (c *DatabaseMigrationService) DescribeEventCategories(input *DescribeEventCategoriesInput) (*DescribeEventCategoriesOutput, error) + func (c *DatabaseMigrationService) DescribeEventCategoriesRequest(input *DescribeEventCategoriesInput) (req *request.Request, output *DescribeEventCategoriesOutput) + func (c *DatabaseMigrationService) DescribeEventCategoriesWithContext(ctx aws.Context, input *DescribeEventCategoriesInput, opts ...request.Option) (*DescribeEventCategoriesOutput, error) + func (c *DatabaseMigrationService) DescribeEventSubscriptions(input *DescribeEventSubscriptionsInput) (*DescribeEventSubscriptionsOutput, error) + func (c *DatabaseMigrationService) DescribeEventSubscriptionsPages(input *DescribeEventSubscriptionsInput, ...) error + func (c *DatabaseMigrationService) DescribeEventSubscriptionsPagesWithContext(ctx aws.Context, input *DescribeEventSubscriptionsInput, ...) error + func (c *DatabaseMigrationService) DescribeEventSubscriptionsRequest(input *DescribeEventSubscriptionsInput) (req *request.Request, output *DescribeEventSubscriptionsOutput) + func (c *DatabaseMigrationService) DescribeEventSubscriptionsWithContext(ctx aws.Context, input *DescribeEventSubscriptionsInput, ...) (*DescribeEventSubscriptionsOutput, error) + func (c *DatabaseMigrationService) DescribeEvents(input *DescribeEventsInput) (*DescribeEventsOutput, error) + 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) (req *request.Request, output *DescribeEventsOutput) + func (c *DatabaseMigrationService) DescribeEventsWithContext(ctx aws.Context, input *DescribeEventsInput, opts ...request.Option) (*DescribeEventsOutput, error) + func (c *DatabaseMigrationService) DescribeOrderableReplicationInstances(input *DescribeOrderableReplicationInstancesInput) (*DescribeOrderableReplicationInstancesOutput, error) + func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesPages(input *DescribeOrderableReplicationInstancesInput, ...) error + func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesPagesWithContext(ctx aws.Context, input *DescribeOrderableReplicationInstancesInput, ...) error + func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesRequest(input *DescribeOrderableReplicationInstancesInput) (req *request.Request, output *DescribeOrderableReplicationInstancesOutput) + func (c *DatabaseMigrationService) DescribeOrderableReplicationInstancesWithContext(ctx aws.Context, input *DescribeOrderableReplicationInstancesInput, ...) (*DescribeOrderableReplicationInstancesOutput, error) + func (c *DatabaseMigrationService) DescribeRefreshSchemasStatus(input *DescribeRefreshSchemasStatusInput) (*DescribeRefreshSchemasStatusOutput, error) + func (c *DatabaseMigrationService) DescribeRefreshSchemasStatusRequest(input *DescribeRefreshSchemasStatusInput) (req *request.Request, output *DescribeRefreshSchemasStatusOutput) + func (c *DatabaseMigrationService) DescribeRefreshSchemasStatusWithContext(ctx aws.Context, input *DescribeRefreshSchemasStatusInput, ...) (*DescribeRefreshSchemasStatusOutput, error) + func (c *DatabaseMigrationService) DescribeReplicationInstances(input *DescribeReplicationInstancesInput) (*DescribeReplicationInstancesOutput, error) + func (c *DatabaseMigrationService) DescribeReplicationInstancesPages(input *DescribeReplicationInstancesInput, ...) error + func (c *DatabaseMigrationService) DescribeReplicationInstancesPagesWithContext(ctx aws.Context, input *DescribeReplicationInstancesInput, ...) error + func (c *DatabaseMigrationService) DescribeReplicationInstancesRequest(input *DescribeReplicationInstancesInput) (req *request.Request, output *DescribeReplicationInstancesOutput) + func (c *DatabaseMigrationService) DescribeReplicationInstancesWithContext(ctx aws.Context, input *DescribeReplicationInstancesInput, ...) (*DescribeReplicationInstancesOutput, error) + func (c *DatabaseMigrationService) DescribeReplicationSubnetGroups(input *DescribeReplicationSubnetGroupsInput) (*DescribeReplicationSubnetGroupsOutput, error) + func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsPages(input *DescribeReplicationSubnetGroupsInput, ...) error + func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsPagesWithContext(ctx aws.Context, input *DescribeReplicationSubnetGroupsInput, ...) error + func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsRequest(input *DescribeReplicationSubnetGroupsInput) (req *request.Request, output *DescribeReplicationSubnetGroupsOutput) + func (c *DatabaseMigrationService) DescribeReplicationSubnetGroupsWithContext(ctx aws.Context, input *DescribeReplicationSubnetGroupsInput, ...) (*DescribeReplicationSubnetGroupsOutput, error) + func (c *DatabaseMigrationService) DescribeReplicationTasks(input *DescribeReplicationTasksInput) (*DescribeReplicationTasksOutput, error) + func (c *DatabaseMigrationService) DescribeReplicationTasksPages(input *DescribeReplicationTasksInput, ...) error + func (c *DatabaseMigrationService) DescribeReplicationTasksPagesWithContext(ctx aws.Context, input *DescribeReplicationTasksInput, ...) error + func (c *DatabaseMigrationService) DescribeReplicationTasksRequest(input *DescribeReplicationTasksInput) (req *request.Request, output *DescribeReplicationTasksOutput) + func (c *DatabaseMigrationService) DescribeReplicationTasksWithContext(ctx aws.Context, input *DescribeReplicationTasksInput, opts ...request.Option) (*DescribeReplicationTasksOutput, error) + func (c *DatabaseMigrationService) DescribeSchemas(input *DescribeSchemasInput) (*DescribeSchemasOutput, error) + func (c *DatabaseMigrationService) 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) (req *request.Request, output *DescribeSchemasOutput) + func (c *DatabaseMigrationService) DescribeSchemasWithContext(ctx aws.Context, input *DescribeSchemasInput, opts ...request.Option) (*DescribeSchemasOutput, error) + func (c *DatabaseMigrationService) DescribeTableStatistics(input *DescribeTableStatisticsInput) (*DescribeTableStatisticsOutput, error) + func (c *DatabaseMigrationService) DescribeTableStatisticsPages(input *DescribeTableStatisticsInput, ...) error + func (c *DatabaseMigrationService) DescribeTableStatisticsPagesWithContext(ctx aws.Context, input *DescribeTableStatisticsInput, ...) error + func (c *DatabaseMigrationService) DescribeTableStatisticsRequest(input *DescribeTableStatisticsInput) (req *request.Request, output *DescribeTableStatisticsOutput) + func (c *DatabaseMigrationService) DescribeTableStatisticsWithContext(ctx aws.Context, input *DescribeTableStatisticsInput, opts ...request.Option) (*DescribeTableStatisticsOutput, error) + func (c *DatabaseMigrationService) ImportCertificate(input *ImportCertificateInput) (*ImportCertificateOutput, error) + func (c *DatabaseMigrationService) ImportCertificateRequest(input *ImportCertificateInput) (req *request.Request, output *ImportCertificateOutput) + func (c *DatabaseMigrationService) ImportCertificateWithContext(ctx aws.Context, input *ImportCertificateInput, opts ...request.Option) (*ImportCertificateOutput, error) + func (c *DatabaseMigrationService) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *DatabaseMigrationService) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *DatabaseMigrationService) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *DatabaseMigrationService) ModifyEndpoint(input *ModifyEndpointInput) (*ModifyEndpointOutput, error) + func (c *DatabaseMigrationService) ModifyEndpointRequest(input *ModifyEndpointInput) (req *request.Request, output *ModifyEndpointOutput) + func (c *DatabaseMigrationService) ModifyEndpointWithContext(ctx aws.Context, input *ModifyEndpointInput, opts ...request.Option) (*ModifyEndpointOutput, error) + func (c *DatabaseMigrationService) ModifyEventSubscription(input *ModifyEventSubscriptionInput) (*ModifyEventSubscriptionOutput, error) + func (c *DatabaseMigrationService) ModifyEventSubscriptionRequest(input *ModifyEventSubscriptionInput) (req *request.Request, output *ModifyEventSubscriptionOutput) + func (c *DatabaseMigrationService) ModifyEventSubscriptionWithContext(ctx aws.Context, input *ModifyEventSubscriptionInput, opts ...request.Option) (*ModifyEventSubscriptionOutput, error) + func (c *DatabaseMigrationService) ModifyReplicationInstance(input *ModifyReplicationInstanceInput) (*ModifyReplicationInstanceOutput, error) + func (c *DatabaseMigrationService) ModifyReplicationInstanceRequest(input *ModifyReplicationInstanceInput) (req *request.Request, output *ModifyReplicationInstanceOutput) + func (c *DatabaseMigrationService) ModifyReplicationInstanceWithContext(ctx aws.Context, input *ModifyReplicationInstanceInput, opts ...request.Option) (*ModifyReplicationInstanceOutput, error) + func (c *DatabaseMigrationService) ModifyReplicationSubnetGroup(input *ModifyReplicationSubnetGroupInput) (*ModifyReplicationSubnetGroupOutput, error) + func (c *DatabaseMigrationService) ModifyReplicationSubnetGroupRequest(input *ModifyReplicationSubnetGroupInput) (req *request.Request, output *ModifyReplicationSubnetGroupOutput) + func (c *DatabaseMigrationService) ModifyReplicationSubnetGroupWithContext(ctx aws.Context, input *ModifyReplicationSubnetGroupInput, ...) (*ModifyReplicationSubnetGroupOutput, error) + func (c *DatabaseMigrationService) ModifyReplicationTask(input *ModifyReplicationTaskInput) (*ModifyReplicationTaskOutput, error) + func (c *DatabaseMigrationService) ModifyReplicationTaskRequest(input *ModifyReplicationTaskInput) (req *request.Request, output *ModifyReplicationTaskOutput) + func (c *DatabaseMigrationService) ModifyReplicationTaskWithContext(ctx aws.Context, input *ModifyReplicationTaskInput, opts ...request.Option) (*ModifyReplicationTaskOutput, error) + func (c *DatabaseMigrationService) RefreshSchemas(input *RefreshSchemasInput) (*RefreshSchemasOutput, error) + func (c *DatabaseMigrationService) RefreshSchemasRequest(input *RefreshSchemasInput) (req *request.Request, output *RefreshSchemasOutput) + func (c *DatabaseMigrationService) RefreshSchemasWithContext(ctx aws.Context, input *RefreshSchemasInput, opts ...request.Option) (*RefreshSchemasOutput, error) + func (c *DatabaseMigrationService) ReloadTables(input *ReloadTablesInput) (*ReloadTablesOutput, error) + func (c *DatabaseMigrationService) ReloadTablesRequest(input *ReloadTablesInput) (req *request.Request, output *ReloadTablesOutput) + func (c *DatabaseMigrationService) ReloadTablesWithContext(ctx aws.Context, input *ReloadTablesInput, opts ...request.Option) (*ReloadTablesOutput, error) + func (c *DatabaseMigrationService) RemoveTagsFromResource(input *RemoveTagsFromResourceInput) (*RemoveTagsFromResourceOutput, error) + func (c *DatabaseMigrationService) RemoveTagsFromResourceRequest(input *RemoveTagsFromResourceInput) (req *request.Request, output *RemoveTagsFromResourceOutput) + func (c *DatabaseMigrationService) RemoveTagsFromResourceWithContext(ctx aws.Context, input *RemoveTagsFromResourceInput, opts ...request.Option) (*RemoveTagsFromResourceOutput, error) + func (c *DatabaseMigrationService) StartReplicationTask(input *StartReplicationTaskInput) (*StartReplicationTaskOutput, error) + func (c *DatabaseMigrationService) StartReplicationTaskRequest(input *StartReplicationTaskInput) (req *request.Request, output *StartReplicationTaskOutput) + func (c *DatabaseMigrationService) StartReplicationTaskWithContext(ctx aws.Context, input *StartReplicationTaskInput, opts ...request.Option) (*StartReplicationTaskOutput, error) + func (c *DatabaseMigrationService) StopReplicationTask(input *StopReplicationTaskInput) (*StopReplicationTaskOutput, error) + func (c *DatabaseMigrationService) StopReplicationTaskRequest(input *StopReplicationTaskInput) (req *request.Request, output *StopReplicationTaskOutput) + func (c *DatabaseMigrationService) StopReplicationTaskWithContext(ctx aws.Context, input *StopReplicationTaskInput, opts ...request.Option) (*StopReplicationTaskOutput, error) + func (c *DatabaseMigrationService) TestConnection(input *TestConnectionInput) (*TestConnectionOutput, error) + func (c *DatabaseMigrationService) TestConnectionRequest(input *TestConnectionInput) (req *request.Request, output *TestConnectionOutput) + func (c *DatabaseMigrationService) TestConnectionWithContext(ctx aws.Context, input *TestConnectionInput, opts ...request.Option) (*TestConnectionOutput, error) + type DeleteCertificateInput struct + CertificateArn *string + func (s *DeleteCertificateInput) SetCertificateArn(v string) *DeleteCertificateInput + func (s *DeleteCertificateInput) Validate() error + func (s DeleteCertificateInput) GoString() string + func (s DeleteCertificateInput) String() string + type DeleteCertificateOutput struct + Certificate *Certificate + func (s *DeleteCertificateOutput) SetCertificate(v *Certificate) *DeleteCertificateOutput + func (s DeleteCertificateOutput) GoString() string + func (s DeleteCertificateOutput) String() string + type DeleteEndpointInput struct + EndpointArn *string + func (s *DeleteEndpointInput) SetEndpointArn(v string) *DeleteEndpointInput + func (s *DeleteEndpointInput) Validate() error + func (s DeleteEndpointInput) GoString() string + func (s DeleteEndpointInput) String() string + type DeleteEndpointOutput struct + Endpoint *Endpoint + func (s *DeleteEndpointOutput) SetEndpoint(v *Endpoint) *DeleteEndpointOutput + func (s DeleteEndpointOutput) GoString() string + func (s DeleteEndpointOutput) String() string + type DeleteEventSubscriptionInput struct + SubscriptionName *string + func (s *DeleteEventSubscriptionInput) SetSubscriptionName(v string) *DeleteEventSubscriptionInput + func (s *DeleteEventSubscriptionInput) Validate() error + func (s DeleteEventSubscriptionInput) GoString() string + func (s DeleteEventSubscriptionInput) String() string + type DeleteEventSubscriptionOutput struct + EventSubscription *EventSubscription + func (s *DeleteEventSubscriptionOutput) SetEventSubscription(v *EventSubscription) *DeleteEventSubscriptionOutput + func (s DeleteEventSubscriptionOutput) GoString() string + func (s DeleteEventSubscriptionOutput) String() string + type DeleteReplicationInstanceInput struct + ReplicationInstanceArn *string + func (s *DeleteReplicationInstanceInput) SetReplicationInstanceArn(v string) *DeleteReplicationInstanceInput + func (s *DeleteReplicationInstanceInput) Validate() error + func (s DeleteReplicationInstanceInput) GoString() string + func (s DeleteReplicationInstanceInput) String() string + type DeleteReplicationInstanceOutput struct + ReplicationInstance *ReplicationInstance + func (s *DeleteReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *DeleteReplicationInstanceOutput + func (s DeleteReplicationInstanceOutput) GoString() string + func (s DeleteReplicationInstanceOutput) String() string + type DeleteReplicationSubnetGroupInput struct + ReplicationSubnetGroupIdentifier *string + func (s *DeleteReplicationSubnetGroupInput) SetReplicationSubnetGroupIdentifier(v string) *DeleteReplicationSubnetGroupInput + func (s *DeleteReplicationSubnetGroupInput) Validate() error + func (s DeleteReplicationSubnetGroupInput) GoString() string + func (s DeleteReplicationSubnetGroupInput) String() string + type DeleteReplicationSubnetGroupOutput struct + func (s DeleteReplicationSubnetGroupOutput) GoString() string + func (s DeleteReplicationSubnetGroupOutput) String() string + type DeleteReplicationTaskInput struct + ReplicationTaskArn *string + func (s *DeleteReplicationTaskInput) SetReplicationTaskArn(v string) *DeleteReplicationTaskInput + func (s *DeleteReplicationTaskInput) Validate() error + func (s DeleteReplicationTaskInput) GoString() string + func (s DeleteReplicationTaskInput) String() string + type DeleteReplicationTaskOutput struct + ReplicationTask *ReplicationTask + func (s *DeleteReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *DeleteReplicationTaskOutput + func (s DeleteReplicationTaskOutput) GoString() string + func (s DeleteReplicationTaskOutput) String() string + type DescribeAccountAttributesInput struct + func (s DescribeAccountAttributesInput) GoString() string + func (s DescribeAccountAttributesInput) String() string + type DescribeAccountAttributesOutput struct + AccountQuotas []*AccountQuota + func (s *DescribeAccountAttributesOutput) SetAccountQuotas(v []*AccountQuota) *DescribeAccountAttributesOutput + func (s DescribeAccountAttributesOutput) GoString() string + func (s DescribeAccountAttributesOutput) String() string + type DescribeCertificatesInput struct + Filters []*Filter + Marker *string + MaxRecords *int64 + func (s *DescribeCertificatesInput) SetFilters(v []*Filter) *DescribeCertificatesInput + func (s *DescribeCertificatesInput) SetMarker(v string) *DescribeCertificatesInput + func (s *DescribeCertificatesInput) SetMaxRecords(v int64) *DescribeCertificatesInput + func (s *DescribeCertificatesInput) Validate() error + func (s DescribeCertificatesInput) GoString() string + func (s DescribeCertificatesInput) String() string + type DescribeCertificatesOutput struct + Certificates []*Certificate + Marker *string + func (s *DescribeCertificatesOutput) SetCertificates(v []*Certificate) *DescribeCertificatesOutput + func (s *DescribeCertificatesOutput) SetMarker(v string) *DescribeCertificatesOutput + func (s DescribeCertificatesOutput) GoString() string + func (s DescribeCertificatesOutput) String() string + type DescribeConnectionsInput struct + Filters []*Filter + Marker *string + MaxRecords *int64 + func (s *DescribeConnectionsInput) SetFilters(v []*Filter) *DescribeConnectionsInput + func (s *DescribeConnectionsInput) SetMarker(v string) *DescribeConnectionsInput + func (s *DescribeConnectionsInput) SetMaxRecords(v int64) *DescribeConnectionsInput + func (s *DescribeConnectionsInput) Validate() error + func (s DescribeConnectionsInput) GoString() string + func (s DescribeConnectionsInput) String() string + type DescribeConnectionsOutput struct + Connections []*Connection + Marker *string + func (s *DescribeConnectionsOutput) SetConnections(v []*Connection) *DescribeConnectionsOutput + func (s *DescribeConnectionsOutput) SetMarker(v string) *DescribeConnectionsOutput + func (s DescribeConnectionsOutput) GoString() string + func (s DescribeConnectionsOutput) String() string + type DescribeEndpointTypesInput struct + Filters []*Filter + Marker *string + MaxRecords *int64 + func (s *DescribeEndpointTypesInput) SetFilters(v []*Filter) *DescribeEndpointTypesInput + func (s *DescribeEndpointTypesInput) SetMarker(v string) *DescribeEndpointTypesInput + func (s *DescribeEndpointTypesInput) SetMaxRecords(v int64) *DescribeEndpointTypesInput + func (s *DescribeEndpointTypesInput) Validate() error + func (s DescribeEndpointTypesInput) GoString() string + func (s DescribeEndpointTypesInput) String() string + type DescribeEndpointTypesOutput struct + Marker *string + SupportedEndpointTypes []*SupportedEndpointType + func (s *DescribeEndpointTypesOutput) SetMarker(v string) *DescribeEndpointTypesOutput + func (s *DescribeEndpointTypesOutput) SetSupportedEndpointTypes(v []*SupportedEndpointType) *DescribeEndpointTypesOutput + func (s DescribeEndpointTypesOutput) GoString() string + func (s DescribeEndpointTypesOutput) String() string + type DescribeEndpointsInput struct + Filters []*Filter + Marker *string + MaxRecords *int64 + func (s *DescribeEndpointsInput) SetFilters(v []*Filter) *DescribeEndpointsInput + func (s *DescribeEndpointsInput) SetMarker(v string) *DescribeEndpointsInput + func (s *DescribeEndpointsInput) SetMaxRecords(v int64) *DescribeEndpointsInput + func (s *DescribeEndpointsInput) Validate() error + func (s DescribeEndpointsInput) GoString() string + func (s DescribeEndpointsInput) String() string + type DescribeEndpointsOutput struct + Endpoints []*Endpoint + Marker *string + func (s *DescribeEndpointsOutput) SetEndpoints(v []*Endpoint) *DescribeEndpointsOutput + func (s *DescribeEndpointsOutput) SetMarker(v string) *DescribeEndpointsOutput + func (s DescribeEndpointsOutput) GoString() string + func (s DescribeEndpointsOutput) String() string + type DescribeEventCategoriesInput struct + Filters []*Filter + SourceType *string + func (s *DescribeEventCategoriesInput) SetFilters(v []*Filter) *DescribeEventCategoriesInput + func (s *DescribeEventCategoriesInput) SetSourceType(v string) *DescribeEventCategoriesInput + func (s *DescribeEventCategoriesInput) Validate() error + func (s DescribeEventCategoriesInput) GoString() string + func (s DescribeEventCategoriesInput) String() string + type DescribeEventCategoriesOutput struct + EventCategoryGroupList []*EventCategoryGroup + func (s *DescribeEventCategoriesOutput) SetEventCategoryGroupList(v []*EventCategoryGroup) *DescribeEventCategoriesOutput + func (s DescribeEventCategoriesOutput) GoString() string + func (s DescribeEventCategoriesOutput) String() string + type DescribeEventSubscriptionsInput struct + Filters []*Filter + Marker *string + MaxRecords *int64 + SubscriptionName *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) Validate() error + func (s DescribeEventSubscriptionsInput) GoString() string + func (s DescribeEventSubscriptionsInput) String() string + type DescribeEventSubscriptionsOutput struct + EventSubscriptionsList []*EventSubscription + Marker *string + func (s *DescribeEventSubscriptionsOutput) SetEventSubscriptionsList(v []*EventSubscription) *DescribeEventSubscriptionsOutput + func (s *DescribeEventSubscriptionsOutput) SetMarker(v string) *DescribeEventSubscriptionsOutput + func (s DescribeEventSubscriptionsOutput) GoString() string + func (s DescribeEventSubscriptionsOutput) String() string + type DescribeEventsInput struct + Duration *int64 + EndTime *time.Time + EventCategories []*string + Filters []*Filter + Marker *string + MaxRecords *int64 + SourceIdentifier *string + SourceType *string + StartTime *time.Time + 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 string) *DescribeEventsInput + func (s *DescribeEventsInput) SetStartTime(v time.Time) *DescribeEventsInput + func (s *DescribeEventsInput) Validate() error + func (s DescribeEventsInput) GoString() string + func (s DescribeEventsInput) String() string + type DescribeEventsOutput struct + Events []*Event + Marker *string + func (s *DescribeEventsOutput) SetEvents(v []*Event) *DescribeEventsOutput + func (s *DescribeEventsOutput) SetMarker(v string) *DescribeEventsOutput + func (s DescribeEventsOutput) GoString() string + func (s DescribeEventsOutput) String() string + type DescribeOrderableReplicationInstancesInput struct + Marker *string + MaxRecords *int64 + func (s *DescribeOrderableReplicationInstancesInput) SetMarker(v string) *DescribeOrderableReplicationInstancesInput + func (s *DescribeOrderableReplicationInstancesInput) SetMaxRecords(v int64) *DescribeOrderableReplicationInstancesInput + func (s DescribeOrderableReplicationInstancesInput) GoString() string + func (s DescribeOrderableReplicationInstancesInput) String() string + type DescribeOrderableReplicationInstancesOutput struct + Marker *string + OrderableReplicationInstances []*OrderableReplicationInstance + func (s *DescribeOrderableReplicationInstancesOutput) SetMarker(v string) *DescribeOrderableReplicationInstancesOutput + func (s *DescribeOrderableReplicationInstancesOutput) SetOrderableReplicationInstances(v []*OrderableReplicationInstance) *DescribeOrderableReplicationInstancesOutput + func (s DescribeOrderableReplicationInstancesOutput) GoString() string + func (s DescribeOrderableReplicationInstancesOutput) String() string + type DescribeRefreshSchemasStatusInput struct + EndpointArn *string + func (s *DescribeRefreshSchemasStatusInput) SetEndpointArn(v string) *DescribeRefreshSchemasStatusInput + func (s *DescribeRefreshSchemasStatusInput) Validate() error + func (s DescribeRefreshSchemasStatusInput) GoString() string + func (s DescribeRefreshSchemasStatusInput) String() string + type DescribeRefreshSchemasStatusOutput struct + RefreshSchemasStatus *RefreshSchemasStatus + func (s *DescribeRefreshSchemasStatusOutput) SetRefreshSchemasStatus(v *RefreshSchemasStatus) *DescribeRefreshSchemasStatusOutput + func (s DescribeRefreshSchemasStatusOutput) GoString() string + func (s DescribeRefreshSchemasStatusOutput) String() string + type DescribeReplicationInstancesInput struct + Filters []*Filter + Marker *string + MaxRecords *int64 + func (s *DescribeReplicationInstancesInput) SetFilters(v []*Filter) *DescribeReplicationInstancesInput + func (s *DescribeReplicationInstancesInput) SetMarker(v string) *DescribeReplicationInstancesInput + func (s *DescribeReplicationInstancesInput) SetMaxRecords(v int64) *DescribeReplicationInstancesInput + func (s *DescribeReplicationInstancesInput) Validate() error + func (s DescribeReplicationInstancesInput) GoString() string + func (s DescribeReplicationInstancesInput) String() string + type DescribeReplicationInstancesOutput struct + Marker *string + ReplicationInstances []*ReplicationInstance + func (s *DescribeReplicationInstancesOutput) SetMarker(v string) *DescribeReplicationInstancesOutput + func (s *DescribeReplicationInstancesOutput) SetReplicationInstances(v []*ReplicationInstance) *DescribeReplicationInstancesOutput + func (s DescribeReplicationInstancesOutput) GoString() string + func (s DescribeReplicationInstancesOutput) String() string + type DescribeReplicationSubnetGroupsInput struct + Filters []*Filter + Marker *string + MaxRecords *int64 + func (s *DescribeReplicationSubnetGroupsInput) SetFilters(v []*Filter) *DescribeReplicationSubnetGroupsInput + func (s *DescribeReplicationSubnetGroupsInput) SetMarker(v string) *DescribeReplicationSubnetGroupsInput + func (s *DescribeReplicationSubnetGroupsInput) SetMaxRecords(v int64) *DescribeReplicationSubnetGroupsInput + func (s *DescribeReplicationSubnetGroupsInput) Validate() error + func (s DescribeReplicationSubnetGroupsInput) GoString() string + func (s DescribeReplicationSubnetGroupsInput) String() string + type DescribeReplicationSubnetGroupsOutput struct + Marker *string + ReplicationSubnetGroups []*ReplicationSubnetGroup + func (s *DescribeReplicationSubnetGroupsOutput) SetMarker(v string) *DescribeReplicationSubnetGroupsOutput + func (s *DescribeReplicationSubnetGroupsOutput) SetReplicationSubnetGroups(v []*ReplicationSubnetGroup) *DescribeReplicationSubnetGroupsOutput + func (s DescribeReplicationSubnetGroupsOutput) GoString() string + func (s DescribeReplicationSubnetGroupsOutput) String() string + type DescribeReplicationTasksInput struct + Filters []*Filter + Marker *string + MaxRecords *int64 + func (s *DescribeReplicationTasksInput) SetFilters(v []*Filter) *DescribeReplicationTasksInput + func (s *DescribeReplicationTasksInput) SetMarker(v string) *DescribeReplicationTasksInput + func (s *DescribeReplicationTasksInput) SetMaxRecords(v int64) *DescribeReplicationTasksInput + func (s *DescribeReplicationTasksInput) Validate() error + func (s DescribeReplicationTasksInput) GoString() string + func (s DescribeReplicationTasksInput) String() string + type DescribeReplicationTasksOutput struct + Marker *string + ReplicationTasks []*ReplicationTask + func (s *DescribeReplicationTasksOutput) SetMarker(v string) *DescribeReplicationTasksOutput + func (s *DescribeReplicationTasksOutput) SetReplicationTasks(v []*ReplicationTask) *DescribeReplicationTasksOutput + func (s DescribeReplicationTasksOutput) GoString() string + func (s DescribeReplicationTasksOutput) String() string + type DescribeSchemasInput struct + EndpointArn *string + Marker *string + MaxRecords *int64 + func (s *DescribeSchemasInput) SetEndpointArn(v string) *DescribeSchemasInput + func (s *DescribeSchemasInput) SetMarker(v string) *DescribeSchemasInput + func (s *DescribeSchemasInput) SetMaxRecords(v int64) *DescribeSchemasInput + func (s *DescribeSchemasInput) Validate() error + func (s DescribeSchemasInput) GoString() string + func (s DescribeSchemasInput) String() string + type DescribeSchemasOutput struct + Marker *string + Schemas []*string + func (s *DescribeSchemasOutput) SetMarker(v string) *DescribeSchemasOutput + func (s *DescribeSchemasOutput) SetSchemas(v []*string) *DescribeSchemasOutput + func (s DescribeSchemasOutput) GoString() string + func (s DescribeSchemasOutput) String() string + type DescribeTableStatisticsInput struct + Marker *string + MaxRecords *int64 + ReplicationTaskArn *string + func (s *DescribeTableStatisticsInput) SetMarker(v string) *DescribeTableStatisticsInput + func (s *DescribeTableStatisticsInput) SetMaxRecords(v int64) *DescribeTableStatisticsInput + func (s *DescribeTableStatisticsInput) SetReplicationTaskArn(v string) *DescribeTableStatisticsInput + func (s *DescribeTableStatisticsInput) Validate() error + func (s DescribeTableStatisticsInput) GoString() string + func (s DescribeTableStatisticsInput) String() string + type DescribeTableStatisticsOutput struct + Marker *string + ReplicationTaskArn *string + TableStatistics []*TableStatistics + func (s *DescribeTableStatisticsOutput) SetMarker(v string) *DescribeTableStatisticsOutput + func (s *DescribeTableStatisticsOutput) SetReplicationTaskArn(v string) *DescribeTableStatisticsOutput + func (s *DescribeTableStatisticsOutput) SetTableStatistics(v []*TableStatistics) *DescribeTableStatisticsOutput + func (s DescribeTableStatisticsOutput) GoString() string + func (s DescribeTableStatisticsOutput) String() string + type DynamoDbSettings struct + ServiceAccessRoleArn *string + func (s *DynamoDbSettings) SetServiceAccessRoleArn(v string) *DynamoDbSettings + func (s *DynamoDbSettings) Validate() error + func (s DynamoDbSettings) GoString() string + func (s DynamoDbSettings) String() string + type Endpoint struct + CertificateArn *string + DatabaseName *string + DynamoDbSettings *DynamoDbSettings + EndpointArn *string + EndpointIdentifier *string + EndpointType *string + EngineName *string + ExternalId *string + ExtraConnectionAttributes *string + KmsKeyId *string + MongoDbSettings *MongoDbSettings + Port *int64 + S3Settings *S3Settings + ServerName *string + SslMode *string + Status *string + Username *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 string) *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 string) *Endpoint + func (s *Endpoint) SetStatus(v string) *Endpoint + func (s *Endpoint) SetUsername(v string) *Endpoint + func (s Endpoint) GoString() string + func (s Endpoint) String() string + type Event struct + Date *time.Time + EventCategories []*string + Message *string + SourceIdentifier *string + SourceType *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 string) *Event + func (s Event) GoString() string + func (s Event) String() string + type EventCategoryGroup struct + EventCategories []*string + SourceType *string + func (s *EventCategoryGroup) SetEventCategories(v []*string) *EventCategoryGroup + func (s *EventCategoryGroup) SetSourceType(v string) *EventCategoryGroup + func (s EventCategoryGroup) GoString() string + func (s EventCategoryGroup) String() string + type EventSubscription struct + CustSubscriptionId *string + CustomerAwsId *string + Enabled *bool + EventCategoriesList []*string + SnsTopicArn *string + SourceIdsList []*string + SourceType *string + Status *string + SubscriptionCreationTime *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) GoString() string + func (s EventSubscription) String() string + type Filter struct + Name *string + Values []*string + func (s *Filter) SetName(v string) *Filter + func (s *Filter) SetValues(v []*string) *Filter + func (s *Filter) Validate() error + func (s Filter) GoString() string + func (s Filter) String() string + type ImportCertificateInput struct + CertificateIdentifier *string + CertificatePem *string + CertificateWallet []byte + Tags []*Tag + 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) Validate() error + func (s ImportCertificateInput) GoString() string + func (s ImportCertificateInput) String() string + type ImportCertificateOutput struct + Certificate *Certificate + func (s *ImportCertificateOutput) SetCertificate(v *Certificate) *ImportCertificateOutput + func (s ImportCertificateOutput) GoString() string + func (s ImportCertificateOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + TagList []*Tag + func (s *ListTagsForResourceOutput) SetTagList(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type ModifyEndpointInput struct + CertificateArn *string + DatabaseName *string + DynamoDbSettings *DynamoDbSettings + EndpointArn *string + EndpointIdentifier *string + EndpointType *string + EngineName *string + ExtraConnectionAttributes *string + MongoDbSettings *MongoDbSettings + Password *string + Port *int64 + S3Settings *S3Settings + ServerName *string + SslMode *string + Username *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 string) *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 string) *ModifyEndpointInput + func (s *ModifyEndpointInput) SetUsername(v string) *ModifyEndpointInput + func (s *ModifyEndpointInput) Validate() error + func (s ModifyEndpointInput) GoString() string + func (s ModifyEndpointInput) String() string + type ModifyEndpointOutput struct + Endpoint *Endpoint + func (s *ModifyEndpointOutput) SetEndpoint(v *Endpoint) *ModifyEndpointOutput + func (s ModifyEndpointOutput) GoString() string + func (s ModifyEndpointOutput) String() string + type ModifyEventSubscriptionInput struct + Enabled *bool + EventCategories []*string + SnsTopicArn *string + SourceType *string + SubscriptionName *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) Validate() error + func (s ModifyEventSubscriptionInput) GoString() string + func (s ModifyEventSubscriptionInput) String() string + type ModifyEventSubscriptionOutput struct + EventSubscription *EventSubscription + func (s *ModifyEventSubscriptionOutput) SetEventSubscription(v *EventSubscription) *ModifyEventSubscriptionOutput + func (s ModifyEventSubscriptionOutput) GoString() string + func (s ModifyEventSubscriptionOutput) String() string + type ModifyReplicationInstanceInput struct + AllocatedStorage *int64 + AllowMajorVersionUpgrade *bool + ApplyImmediately *bool + AutoMinorVersionUpgrade *bool + EngineVersion *string + MultiAZ *bool + PreferredMaintenanceWindow *string + ReplicationInstanceArn *string + ReplicationInstanceClass *string + ReplicationInstanceIdentifier *string + VpcSecurityGroupIds []*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) Validate() error + func (s ModifyReplicationInstanceInput) GoString() string + func (s ModifyReplicationInstanceInput) String() string + type ModifyReplicationInstanceOutput struct + ReplicationInstance *ReplicationInstance + func (s *ModifyReplicationInstanceOutput) SetReplicationInstance(v *ReplicationInstance) *ModifyReplicationInstanceOutput + func (s ModifyReplicationInstanceOutput) GoString() string + func (s ModifyReplicationInstanceOutput) String() string + type ModifyReplicationSubnetGroupInput struct + ReplicationSubnetGroupDescription *string + ReplicationSubnetGroupIdentifier *string + SubnetIds []*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) Validate() error + func (s ModifyReplicationSubnetGroupInput) GoString() string + func (s ModifyReplicationSubnetGroupInput) String() string + type ModifyReplicationSubnetGroupOutput struct + ReplicationSubnetGroup *ReplicationSubnetGroup + func (s *ModifyReplicationSubnetGroupOutput) SetReplicationSubnetGroup(v *ReplicationSubnetGroup) *ModifyReplicationSubnetGroupOutput + func (s ModifyReplicationSubnetGroupOutput) GoString() string + func (s ModifyReplicationSubnetGroupOutput) String() string + type ModifyReplicationTaskInput struct + CdcStartTime *time.Time + MigrationType *string + ReplicationTaskArn *string + ReplicationTaskIdentifier *string + ReplicationTaskSettings *string + TableMappings *string + func (s *ModifyReplicationTaskInput) SetCdcStartTime(v time.Time) *ModifyReplicationTaskInput + func (s *ModifyReplicationTaskInput) SetMigrationType(v string) *ModifyReplicationTaskInput + func (s *ModifyReplicationTaskInput) SetReplicationTaskArn(v string) *ModifyReplicationTaskInput + func (s *ModifyReplicationTaskInput) SetReplicationTaskIdentifier(v string) *ModifyReplicationTaskInput + func (s *ModifyReplicationTaskInput) SetReplicationTaskSettings(v string) *ModifyReplicationTaskInput + func (s *ModifyReplicationTaskInput) SetTableMappings(v string) *ModifyReplicationTaskInput + func (s *ModifyReplicationTaskInput) Validate() error + func (s ModifyReplicationTaskInput) GoString() string + func (s ModifyReplicationTaskInput) String() string + type ModifyReplicationTaskOutput struct + ReplicationTask *ReplicationTask + func (s *ModifyReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *ModifyReplicationTaskOutput + func (s ModifyReplicationTaskOutput) GoString() string + func (s ModifyReplicationTaskOutput) String() string + type MongoDbSettings struct + AuthMechanism *string + AuthSource *string + AuthType *string + DatabaseName *string + DocsToInvestigate *string + ExtractDocId *string + NestingLevel *string + Password *string + Port *int64 + ServerName *string + Username *string + func (s *MongoDbSettings) SetAuthMechanism(v string) *MongoDbSettings + func (s *MongoDbSettings) SetAuthSource(v string) *MongoDbSettings + func (s *MongoDbSettings) SetAuthType(v string) *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 string) *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) GoString() string + func (s MongoDbSettings) String() string + type OrderableReplicationInstance struct + DefaultAllocatedStorage *int64 + EngineVersion *string + IncludedAllocatedStorage *int64 + MaxAllocatedStorage *int64 + MinAllocatedStorage *int64 + ReplicationInstanceClass *string + StorageType *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) GoString() string + func (s OrderableReplicationInstance) String() string + type RefreshSchemasInput struct + EndpointArn *string + ReplicationInstanceArn *string + func (s *RefreshSchemasInput) SetEndpointArn(v string) *RefreshSchemasInput + func (s *RefreshSchemasInput) SetReplicationInstanceArn(v string) *RefreshSchemasInput + func (s *RefreshSchemasInput) Validate() error + func (s RefreshSchemasInput) GoString() string + func (s RefreshSchemasInput) String() string + type RefreshSchemasOutput struct + RefreshSchemasStatus *RefreshSchemasStatus + func (s *RefreshSchemasOutput) SetRefreshSchemasStatus(v *RefreshSchemasStatus) *RefreshSchemasOutput + func (s RefreshSchemasOutput) GoString() string + func (s RefreshSchemasOutput) String() string + type RefreshSchemasStatus struct + EndpointArn *string + LastFailureMessage *string + LastRefreshDate *time.Time + ReplicationInstanceArn *string + Status *string + func (s *RefreshSchemasStatus) SetEndpointArn(v string) *RefreshSchemasStatus + func (s *RefreshSchemasStatus) SetLastFailureMessage(v string) *RefreshSchemasStatus + func (s *RefreshSchemasStatus) SetLastRefreshDate(v time.Time) *RefreshSchemasStatus + func (s *RefreshSchemasStatus) SetReplicationInstanceArn(v string) *RefreshSchemasStatus + func (s *RefreshSchemasStatus) SetStatus(v string) *RefreshSchemasStatus + func (s RefreshSchemasStatus) GoString() string + func (s RefreshSchemasStatus) String() string + type ReloadTablesInput struct + ReplicationTaskArn *string + TablesToReload []*TableToReload + func (s *ReloadTablesInput) SetReplicationTaskArn(v string) *ReloadTablesInput + func (s *ReloadTablesInput) SetTablesToReload(v []*TableToReload) *ReloadTablesInput + func (s *ReloadTablesInput) Validate() error + func (s ReloadTablesInput) GoString() string + func (s ReloadTablesInput) String() string + type ReloadTablesOutput struct + ReplicationTaskArn *string + func (s *ReloadTablesOutput) SetReplicationTaskArn(v string) *ReloadTablesOutput + func (s ReloadTablesOutput) GoString() string + func (s ReloadTablesOutput) String() string + type RemoveTagsFromResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *RemoveTagsFromResourceInput) SetResourceArn(v string) *RemoveTagsFromResourceInput + func (s *RemoveTagsFromResourceInput) SetTagKeys(v []*string) *RemoveTagsFromResourceInput + func (s *RemoveTagsFromResourceInput) Validate() error + func (s RemoveTagsFromResourceInput) GoString() string + func (s RemoveTagsFromResourceInput) String() string + type RemoveTagsFromResourceOutput struct + func (s RemoveTagsFromResourceOutput) GoString() string + func (s RemoveTagsFromResourceOutput) String() string + type ReplicationInstance struct + AllocatedStorage *int64 + AutoMinorVersionUpgrade *bool + AvailabilityZone *string + EngineVersion *string + InstanceCreateTime *time.Time + KmsKeyId *string + MultiAZ *bool + PendingModifiedValues *ReplicationPendingModifiedValues + PreferredMaintenanceWindow *string + PubliclyAccessible *bool + ReplicationInstanceArn *string + ReplicationInstanceClass *string + ReplicationInstanceIdentifier *string + ReplicationInstancePrivateIpAddress *string + ReplicationInstancePrivateIpAddresses []*string + ReplicationInstancePublicIpAddress *string + ReplicationInstancePublicIpAddresses []*string + ReplicationInstanceStatus *string + ReplicationSubnetGroup *ReplicationSubnetGroup + SecondaryAvailabilityZone *string + VpcSecurityGroups []*VpcSecurityGroupMembership + 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) GoString() string + func (s ReplicationInstance) String() string + type ReplicationPendingModifiedValues struct + AllocatedStorage *int64 + EngineVersion *string + MultiAZ *bool + ReplicationInstanceClass *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) GoString() string + func (s ReplicationPendingModifiedValues) String() string + type ReplicationSubnetGroup struct + ReplicationSubnetGroupDescription *string + ReplicationSubnetGroupIdentifier *string + SubnetGroupStatus *string + Subnets []*Subnet + VpcId *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) GoString() string + func (s ReplicationSubnetGroup) String() string + type ReplicationTask struct + LastFailureMessage *string + MigrationType *string + ReplicationInstanceArn *string + ReplicationTaskArn *string + ReplicationTaskCreationDate *time.Time + ReplicationTaskIdentifier *string + ReplicationTaskSettings *string + ReplicationTaskStartDate *time.Time + ReplicationTaskStats *ReplicationTaskStats + SourceEndpointArn *string + Status *string + StopReason *string + TableMappings *string + TargetEndpointArn *string + func (s *ReplicationTask) SetLastFailureMessage(v string) *ReplicationTask + func (s *ReplicationTask) SetMigrationType(v string) *ReplicationTask + func (s *ReplicationTask) SetReplicationInstanceArn(v string) *ReplicationTask + func (s *ReplicationTask) SetReplicationTaskArn(v string) *ReplicationTask + func (s *ReplicationTask) SetReplicationTaskCreationDate(v time.Time) *ReplicationTask + func (s *ReplicationTask) SetReplicationTaskIdentifier(v string) *ReplicationTask + func (s *ReplicationTask) SetReplicationTaskSettings(v string) *ReplicationTask + func (s *ReplicationTask) SetReplicationTaskStartDate(v time.Time) *ReplicationTask + func (s *ReplicationTask) SetReplicationTaskStats(v *ReplicationTaskStats) *ReplicationTask + func (s *ReplicationTask) SetSourceEndpointArn(v string) *ReplicationTask + func (s *ReplicationTask) SetStatus(v string) *ReplicationTask + func (s *ReplicationTask) SetStopReason(v string) *ReplicationTask + func (s *ReplicationTask) SetTableMappings(v string) *ReplicationTask + func (s *ReplicationTask) SetTargetEndpointArn(v string) *ReplicationTask + func (s ReplicationTask) GoString() string + func (s ReplicationTask) String() string + type ReplicationTaskStats struct + ElapsedTimeMillis *int64 + FullLoadProgressPercent *int64 + TablesErrored *int64 + TablesLoaded *int64 + TablesLoading *int64 + TablesQueued *int64 + 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) GoString() string + func (s ReplicationTaskStats) String() string + type S3Settings struct + BucketFolder *string + BucketName *string + CompressionType *string + CsvDelimiter *string + CsvRowDelimiter *string + ExternalTableDefinition *string + ServiceAccessRoleArn *string + func (s *S3Settings) SetBucketFolder(v string) *S3Settings + func (s *S3Settings) SetBucketName(v string) *S3Settings + func (s *S3Settings) SetCompressionType(v string) *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) GoString() string + func (s S3Settings) String() string + type StartReplicationTaskInput struct + CdcStartTime *time.Time + ReplicationTaskArn *string + StartReplicationTaskType *string + func (s *StartReplicationTaskInput) SetCdcStartTime(v time.Time) *StartReplicationTaskInput + func (s *StartReplicationTaskInput) SetReplicationTaskArn(v string) *StartReplicationTaskInput + func (s *StartReplicationTaskInput) SetStartReplicationTaskType(v string) *StartReplicationTaskInput + func (s *StartReplicationTaskInput) Validate() error + func (s StartReplicationTaskInput) GoString() string + func (s StartReplicationTaskInput) String() string + type StartReplicationTaskOutput struct + ReplicationTask *ReplicationTask + func (s *StartReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *StartReplicationTaskOutput + func (s StartReplicationTaskOutput) GoString() string + func (s StartReplicationTaskOutput) String() string + type StopReplicationTaskInput struct + ReplicationTaskArn *string + func (s *StopReplicationTaskInput) SetReplicationTaskArn(v string) *StopReplicationTaskInput + func (s *StopReplicationTaskInput) Validate() error + func (s StopReplicationTaskInput) GoString() string + func (s StopReplicationTaskInput) String() string + type StopReplicationTaskOutput struct + ReplicationTask *ReplicationTask + func (s *StopReplicationTaskOutput) SetReplicationTask(v *ReplicationTask) *StopReplicationTaskOutput + func (s StopReplicationTaskOutput) GoString() string + func (s StopReplicationTaskOutput) String() string + type Subnet struct + SubnetAvailabilityZone *AvailabilityZone + SubnetIdentifier *string + SubnetStatus *string + func (s *Subnet) SetSubnetAvailabilityZone(v *AvailabilityZone) *Subnet + func (s *Subnet) SetSubnetIdentifier(v string) *Subnet + func (s *Subnet) SetSubnetStatus(v string) *Subnet + func (s Subnet) GoString() string + func (s Subnet) String() string + type SupportedEndpointType struct + EndpointType *string + EngineName *string + SupportsCDC *bool + func (s *SupportedEndpointType) SetEndpointType(v string) *SupportedEndpointType + func (s *SupportedEndpointType) SetEngineName(v string) *SupportedEndpointType + func (s *SupportedEndpointType) SetSupportsCDC(v bool) *SupportedEndpointType + func (s SupportedEndpointType) GoString() string + func (s SupportedEndpointType) String() string + type TableStatistics struct + Ddls *int64 + Deletes *int64 + FullLoadCondtnlChkFailedRows *int64 + FullLoadErrorRows *int64 + FullLoadRows *int64 + Inserts *int64 + LastUpdateTime *time.Time + SchemaName *string + TableName *string + TableState *string + Updates *int64 + 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) GoString() string + func (s TableStatistics) String() string + type TableToReload struct + SchemaName *string + TableName *string + func (s *TableToReload) SetSchemaName(v string) *TableToReload + func (s *TableToReload) SetTableName(v string) *TableToReload + func (s TableToReload) GoString() string + func (s TableToReload) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s Tag) GoString() string + func (s Tag) String() string + type TestConnectionInput struct + EndpointArn *string + ReplicationInstanceArn *string + func (s *TestConnectionInput) SetEndpointArn(v string) *TestConnectionInput + func (s *TestConnectionInput) SetReplicationInstanceArn(v string) *TestConnectionInput + func (s *TestConnectionInput) Validate() error + func (s TestConnectionInput) GoString() string + func (s TestConnectionInput) String() string + type TestConnectionOutput struct + Connection *Connection + func (s *TestConnectionOutput) SetConnection(v *Connection) *TestConnectionOutput + func (s TestConnectionOutput) GoString() string + func (s TestConnectionOutput) String() string + type VpcSecurityGroupMembership struct + Status *string + VpcSecurityGroupId *string + func (s *VpcSecurityGroupMembership) SetStatus(v string) *VpcSecurityGroupMembership + func (s *VpcSecurityGroupMembership) SetVpcSecurityGroupId(v string) *VpcSecurityGroupMembership + func (s VpcSecurityGroupMembership) GoString() string + func (s VpcSecurityGroupMembership) String() string