{"note":"OpenAPI conversion -- returning structured metadata","name":"amazonaws-com-dms","description":"AWS Database Migration Service","version":"2016-01-01","base_url":"","endpoints":106,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api AWS Database Migration Service\n@version 2016-01-01\n@auth AWS SigV4\n@endpoints 106\n@hint download_for_search\n@toc root(106)\n\n@endpoint POST /\n@desc Adds metadata tags to an DMS resource, including replication instance, endpoint, subnet 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. For more information, see  Tag  data type description.\n@required {ResourceArn: str, Tags: [Tag]}\n\n@endpoint POST /\n@desc Applies a pending maintenance action to a resource (for example, to a replication instance).\n@required {ReplicationInstanceArn: str, ApplyAction: str, OptInType: str}\n@returns(200) {ResourcePendingMaintenanceActions: ResourcePendingMaintenanceActions?{ResourceIdentifier: str?, PendingMaintenanceActionDetails: [PendingMaintenanceAction]?}}\n\n@endpoint POST /\n@desc Starts the analysis of up to 20 source databases to recommend target engines for each source database. This is a batch version of StartRecommendations. The result of analysis of each source database is reported individually in the response. Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of 200.\n@optional {Data: [StartRecommendationsRequestEntry]}\n@returns(200) {ErrorEntries: [BatchStartRecommendationsErrorEntry]?}\n\n@endpoint POST /\n@desc Cancels a single premigration assessment run. This operation prevents any individual assessments from running if they haven't started running. It also attempts to cancel any individual assessments that are currently running.\n@required {ReplicationTaskAssessmentRunArn: str}\n@returns(200) {ReplicationTaskAssessmentRun: ReplicationTaskAssessmentRun?{ReplicationTaskAssessmentRunArn: str?, ReplicationTaskArn: str?, Status: str?, ReplicationTaskAssessmentRunCreationDate: str(timestamp)?, AssessmentProgress: ReplicationTaskAssessmentRunProgress?{IndividualAssessmentCount: int?, IndividualAssessmentCompletedCount: int?}, LastFailureMessage: str?, ServiceAccessRoleArn: str?, ResultLocationBucket: str?, ResultLocationFolder: str?, ResultEncryptionMode: str?, ResultKmsKeyArn: str?, AssessmentRunName: str?}}\n\n@endpoint POST /\n@desc Creates a data provider using the provided settings. A data provider stores a data store type and location information about your database.\n@required {Engine: str, Settings: DataProviderSettings}\n@optional {DataProviderName: str, Description: str, Tags: [Tag]}\n@returns(200) {DataProvider: DataProvider?{DataProviderName: str?, DataProviderArn: str?, DataProviderCreationTime: str(timestamp)?, Description: str?, Engine: str?, Settings: DataProviderSettings?{RedshiftSettings: RedshiftDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?}, PostgreSqlSettings: PostgreSqlDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?, SslMode: str?, CertificateArn: str?}, MySqlSettings: MySqlDataProviderSettings?{ServerName: str?, Port: int?, SslMode: str?, CertificateArn: str?}, OracleSettings: OracleDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?, SslMode: str?, CertificateArn: str?, AsmServer: str?, SecretsManagerOracleAsmSecretId: str?, SecretsManagerOracleAsmAccessRoleArn: str?, SecretsManagerSecurityDbEncryptionSecretId: str?, SecretsManagerSecurityDbEncryptionAccessRoleArn: str?}, MicrosoftSqlServerSettings: MicrosoftSqlServerDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?, SslMode: str?, CertificateArn: str?}, DocDbSettings: DocDbDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?, SslMode: str?, CertificateArn: str?}, MariaDbSettings: MariaDbDataProviderSettings?{ServerName: str?, Port: int?, SslMode: str?, CertificateArn: str?}, MongoDbSettings: MongoDbDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?, SslMode: str?, CertificateArn: str?, AuthType: str?, AuthSource: str?, AuthMechanism: str?}}}}\n\n@endpoint POST /\n@desc Creates an endpoint using the provided settings.  For a MySQL source or target endpoint, don't explicitly specify the database using the DatabaseName request parameter on the CreateEndpoint API call. Specifying DatabaseName when you create a MySQL endpoint replicates all the task tables to this single database. For MySQL endpoints, you specify the database only when you specify the schema in the table-mapping rules of the DMS task.\n@required {EndpointIdentifier: str, EndpointType: str, EngineName: str}\n@optional {Username: str, Password: str, ServerName: str, Port: int, DatabaseName: str, ExtraConnectionAttributes: str, KmsKeyId: str, Tags: [Tag], CertificateArn: str, SslMode: str, ServiceAccessRoleArn: str, ExternalTableDefinition: str, DynamoDbSettings: DynamoDbSettings, S3Settings: S3Settings, DmsTransferSettings: DmsTransferSettings, MongoDbSettings: MongoDbSettings, KinesisSettings: KinesisSettings, KafkaSettings: KafkaSettings, ElasticsearchSettings: ElasticsearchSettings, NeptuneSettings: NeptuneSettings, RedshiftSettings: RedshiftSettings, PostgreSQLSettings: PostgreSQLSettings, MySQLSettings: MySQLSettings, OracleSettings: OracleSettings, SybaseSettings: SybaseSettings, MicrosoftSQLServerSettings: MicrosoftSQLServerSettings, IBMDb2Settings: IBMDb2Settings, ResourceIdentifier: str, DocDbSettings: DocDbSettings, RedisSettings: RedisSettings, GcpMySQLSettings: GcpMySQLSettings, TimestreamSettings: TimestreamSettings}\n@returns(200) {Endpoint: Endpoint?{EndpointIdentifier: str?, EndpointType: str?, EngineName: str?, EngineDisplayName: str?, Username: str?, ServerName: str?, Port: int?, DatabaseName: str?, ExtraConnectionAttributes: str?, Status: str?, KmsKeyId: str?, EndpointArn: str?, CertificateArn: str?, SslMode: str?, ServiceAccessRoleArn: str?, ExternalTableDefinition: str?, ExternalId: str?, DynamoDbSettings: DynamoDbSettings?{ServiceAccessRoleArn: str}, S3Settings: S3Settings?{ServiceAccessRoleArn: str?, ExternalTableDefinition: str?, CsvRowDelimiter: str?, CsvDelimiter: str?, BucketFolder: str?, BucketName: str?, CompressionType: str?, EncryptionMode: str?, ServerSideEncryptionKmsKeyId: str?, DataFormat: str?, EncodingType: str?, DictPageSizeLimit: int?, RowGroupLength: int?, DataPageSize: int?, ParquetVersion: str?, EnableStatistics: bool?, IncludeOpForFullLoad: bool?, CdcInsertsOnly: bool?, TimestampColumnName: str?, ParquetTimestampInMillisecond: bool?, CdcInsertsAndUpdates: bool?, DatePartitionEnabled: bool?, DatePartitionSequence: str?, DatePartitionDelimiter: str?, UseCsvNoSupValue: bool?, CsvNoSupValue: str?, PreserveTransactions: bool?, CdcPath: str?, UseTaskStartTimeForFullLoadTimestamp: bool?, CannedAclForObjects: str?, AddColumnName: bool?, CdcMaxBatchInterval: int?, CdcMinFileSize: int?, CsvNullValue: str?, IgnoreHeaderRows: int?, MaxFileSize: int?, Rfc4180: bool?, DatePartitionTimezone: str?, AddTrailingPaddingCharacter: bool?, ExpectedBucketOwner: str?, GlueCatalogGeneration: bool?}, DmsTransferSettings: DmsTransferSettings?{ServiceAccessRoleArn: str?, BucketName: str?}, MongoDbSettings: MongoDbSettings?{Username: str?, Password: str?, ServerName: str?, Port: int?, DatabaseName: str?, AuthType: str?, AuthMechanism: str?, NestingLevel: str?, ExtractDocId: str?, DocsToInvestigate: str?, AuthSource: str?, KmsKeyId: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, UseUpdateLookUp: bool?, ReplicateShardCollections: bool?}, KinesisSettings: KinesisSettings?{StreamArn: str?, MessageFormat: str?, ServiceAccessRoleArn: str?, IncludeTransactionDetails: bool?, IncludePartitionValue: bool?, PartitionIncludeSchemaTable: bool?, IncludeTableAlterOperations: bool?, IncludeControlDetails: bool?, IncludeNullAndEmpty: bool?, NoHexPrefix: bool?}, KafkaSettings: KafkaSettings?{Broker: str?, Topic: str?, MessageFormat: str?, IncludeTransactionDetails: bool?, IncludePartitionValue: bool?, PartitionIncludeSchemaTable: bool?, IncludeTableAlterOperations: bool?, IncludeControlDetails: bool?, MessageMaxBytes: int?, IncludeNullAndEmpty: bool?, SecurityProtocol: str?, SslClientCertificateArn: str?, SslClientKeyArn: str?, SslClientKeyPassword: str?, SslCaCertificateArn: str?, SaslUsername: str?, SaslPassword: str?, NoHexPrefix: bool?, SaslMechanism: str?, SslEndpointIdentificationAlgorithm: str?}, ElasticsearchSettings: ElasticsearchSettings?{ServiceAccessRoleArn: str, EndpointUri: str, FullLoadErrorPercentage: int?, ErrorRetryDuration: int?, UseNewMappingType: bool?}, NeptuneSettings: NeptuneSettings?{ServiceAccessRoleArn: str?, S3BucketName: str, S3BucketFolder: str, ErrorRetryDuration: int?, MaxFileSize: int?, MaxRetryCount: int?, IamAuthEnabled: bool?}, RedshiftSettings: RedshiftSettings?{AcceptAnyDate: bool?, AfterConnectScript: str?, BucketFolder: str?, BucketName: str?, CaseSensitiveNames: bool?, CompUpdate: bool?, ConnectionTimeout: int?, DatabaseName: str?, DateFormat: str?, EmptyAsNull: bool?, EncryptionMode: str?, ExplicitIds: bool?, FileTransferUploadStreams: int?, LoadTimeout: int?, MaxFileSize: int?, Password: str?, Port: int?, RemoveQuotes: bool?, ReplaceInvalidChars: str?, ReplaceChars: str?, ServerName: str?, ServiceAccessRoleArn: str?, ServerSideEncryptionKmsKeyId: str?, TimeFormat: str?, TrimBlanks: bool?, TruncateColumns: bool?, Username: str?, WriteBufferSize: int?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, MapBooleanAsBoolean: bool?}, PostgreSQLSettings: PostgreSQLSettings?{AfterConnectScript: str?, CaptureDdls: bool?, MaxFileSize: int?, DatabaseName: str?, DdlArtifactsSchema: str?, ExecuteTimeout: int?, FailTasksOnLobTruncation: bool?, HeartbeatEnable: bool?, HeartbeatSchema: str?, HeartbeatFrequency: int?, Password: str?, Port: int?, ServerName: str?, Username: str?, SlotName: str?, PluginName: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, TrimSpaceInChar: bool?, MapBooleanAsBoolean: bool?, MapJsonbAsClob: bool?, MapLongVarcharAs: str?, DatabaseMode: str?, BabelfishDatabaseName: str?}, MySQLSettings: MySQLSettings?{AfterConnectScript: str?, CleanSourceMetadataOnMismatch: bool?, DatabaseName: str?, EventsPollInterval: int?, TargetDbType: str?, MaxFileSize: int?, ParallelLoadThreads: int?, Password: str?, Port: int?, ServerName: str?, ServerTimezone: str?, Username: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, ExecuteTimeout: int?}, OracleSettings: OracleSettings?{AddSupplementalLogging: bool?, ArchivedLogDestId: int?, AdditionalArchivedLogDestId: int?, ExtraArchivedLogDestIds: [int]?, AllowSelectNestedTables: bool?, ParallelAsmReadThreads: int?, ReadAheadBlocks: int?, AccessAlternateDirectly: bool?, UseAlternateFolderForOnline: bool?, OraclePathPrefix: str?, UsePathPrefix: str?, ReplacePathPrefix: bool?, EnableHomogenousTablespace: bool?, DirectPathNoLog: bool?, ArchivedLogsOnly: bool?, AsmPassword: str?, AsmServer: str?, AsmUser: str?, CharLengthSemantics: str?, DatabaseName: str?, DirectPathParallelLoad: bool?, FailTasksOnLobTruncation: bool?, NumberDatatypeScale: int?, Password: str?, Port: int?, ReadTableSpaceName: bool?, RetryInterval: int?, SecurityDbEncryption: str?, SecurityDbEncryptionName: str?, ServerName: str?, SpatialDataOptionToGeoJsonFunctionName: str?, StandbyDelayTime: int?, Username: str?, UseBFile: bool?, UseDirectPathFullLoad: bool?, UseLogminerReader: bool?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, SecretsManagerOracleAsmAccessRoleArn: str?, SecretsManagerOracleAsmSecretId: str?, TrimSpaceInChar: bool?, ConvertTimestampWithZoneToUTC: bool?, OpenTransactionWindow: int?}, SybaseSettings: SybaseSettings?{DatabaseName: str?, Password: str?, Port: int?, ServerName: str?, Username: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?}, MicrosoftSQLServerSettings: MicrosoftSQLServerSettings?{Port: int?, BcpPacketSize: int?, DatabaseName: str?, ControlTablesFileGroup: str?, Password: str?, QuerySingleAlwaysOnNode: bool?, ReadBackupOnly: bool?, SafeguardPolicy: str?, ServerName: str?, Username: str?, UseBcpFullLoad: bool?, UseThirdPartyBackupDevice: bool?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, TrimSpaceInChar: bool?, TlogAccessMode: str?, ForceLobLookup: bool?}, IBMDb2Settings: IBMDb2Settings?{DatabaseName: str?, Password: str?, Port: int?, ServerName: str?, SetDataCaptureChanges: bool?, CurrentLsn: str?, MaxKBytesPerRead: int?, Username: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, LoadTimeout: int?, WriteBufferSize: int?, MaxFileSize: int?, KeepCsvFiles: bool?}, DocDbSettings: DocDbSettings?{Username: str?, Password: str?, ServerName: str?, Port: int?, DatabaseName: str?, NestingLevel: str?, ExtractDocId: bool?, DocsToInvestigate: int?, KmsKeyId: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, UseUpdateLookUp: bool?, ReplicateShardCollections: bool?}, RedisSettings: RedisSettings?{ServerName: str, Port: int, SslSecurityProtocol: str?, AuthType: str?, AuthUserName: str?, AuthPassword: str?, SslCaCertificateArn: str?}, GcpMySQLSettings: GcpMySQLSettings?{AfterConnectScript: str?, CleanSourceMetadataOnMismatch: bool?, DatabaseName: str?, EventsPollInterval: int?, TargetDbType: str?, MaxFileSize: int?, ParallelLoadThreads: int?, Password: str?, Port: int?, ServerName: str?, ServerTimezone: str?, Username: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?}, TimestreamSettings: TimestreamSettings?{DatabaseName: str, MemoryDuration: int, MagneticDuration: int, CdcInsertsAndUpdates: bool?, EnableMagneticStoreWrites: bool?}}}\n\n@endpoint POST /\n@desc Creates an DMS event notification subscription.  You can specify the type of source (SourceType) you want to be notified of, provide a list of 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 DMS sources. If you don't specify either SourceType nor SourceIdentifier, you will be notified of events generated from all DMS sources belonging to your customer account. For more information about DMS events, see Working with Events and Notifications in the Database Migration Service User Guide.\n@required {SubscriptionName: str, SnsTopicArn: str}\n@optional {SourceType: str, EventCategories: [str], SourceIds: [str], Enabled: bool, Tags: [Tag]}\n@returns(200) {EventSubscription: EventSubscription?{CustomerAwsId: str?, CustSubscriptionId: str?, SnsTopicArn: str?, Status: str?, SubscriptionCreationTime: str?, SourceType: str?, SourceIdsList: [str]?, EventCategoriesList: [str]?, Enabled: bool?}}\n\n@endpoint POST /\n@desc Creates a Fleet Advisor collector using the specified parameters.\n@required {CollectorName: str, ServiceAccessRoleArn: str, S3BucketName: str}\n@optional {Description: str}\n@returns(200) {CollectorReferencedId: str?, CollectorName: str?, Description: str?, ServiceAccessRoleArn: str?, S3BucketName: str?}\n\n@endpoint POST /\n@desc Creates the instance profile using the specified parameters.\n@optional {AvailabilityZone: str, KmsKeyArn: str, PubliclyAccessible: bool, Tags: [Tag], NetworkType: str, InstanceProfileName: str, Description: str, SubnetGroupIdentifier: str, VpcSecurityGroups: [str]}\n@returns(200) {InstanceProfile: InstanceProfile?{InstanceProfileArn: str?, AvailabilityZone: str?, KmsKeyArn: str?, PubliclyAccessible: bool?, NetworkType: str?, InstanceProfileName: str?, Description: str?, InstanceProfileCreationTime: str(timestamp)?, SubnetGroupIdentifier: str?, VpcSecurityGroups: [str]?}}\n\n@endpoint POST /\n@desc Creates the migration project using the specified parameters. You can run this action only after you create an instance profile and data providers using CreateInstanceProfile and CreateDataProvider.\n@required {SourceDataProviderDescriptors: [DataProviderDescriptorDefinition], TargetDataProviderDescriptors: [DataProviderDescriptorDefinition], InstanceProfileIdentifier: str}\n@optional {MigrationProjectName: str, TransformationRules: str, Description: str, Tags: [Tag], SchemaConversionApplicationAttributes: SCApplicationAttributes}\n@returns(200) {MigrationProject: MigrationProject?{MigrationProjectName: str?, MigrationProjectArn: str?, MigrationProjectCreationTime: str(timestamp)?, SourceDataProviderDescriptors: [DataProviderDescriptor]?, TargetDataProviderDescriptors: [DataProviderDescriptor]?, InstanceProfileArn: str?, InstanceProfileName: str?, TransformationRules: str?, Description: str?, SchemaConversionApplicationAttributes: SCApplicationAttributes?{S3BucketPath: str?, S3BucketRoleArn: str?}}}\n\n@endpoint POST /\n@desc Creates a configuration that you can later provide to configure and start an DMS Serverless replication. You can also provide options to validate the configuration inputs before you start the replication.\n@required {ReplicationConfigIdentifier: str, SourceEndpointArn: str, TargetEndpointArn: str, ComputeConfig: ComputeConfig, ReplicationType: str, TableMappings: str}\n@optional {ReplicationSettings: str, SupplementalSettings: str, ResourceIdentifier: str, Tags: [Tag]}\n@returns(200) {ReplicationConfig: ReplicationConfig?{ReplicationConfigIdentifier: str?, ReplicationConfigArn: str?, SourceEndpointArn: str?, TargetEndpointArn: str?, ReplicationType: str?, ComputeConfig: ComputeConfig?{AvailabilityZone: str?, DnsNameServers: str?, KmsKeyId: str?, MaxCapacityUnits: int?, MinCapacityUnits: int?, MultiAZ: bool?, PreferredMaintenanceWindow: str?, ReplicationSubnetGroupId: str?, VpcSecurityGroupIds: [str]?}, ReplicationSettings: str?, SupplementalSettings: str?, TableMappings: str?, ReplicationConfigCreateTime: str(timestamp)?, ReplicationConfigUpdateTime: str(timestamp)?}}\n\n@endpoint POST /\n@desc Creates the replication instance using the specified parameters. DMS requires that your account have certain roles with appropriate permissions before you can create a replication instance. For information on the required roles, see Creating the IAM Roles to Use With the CLI and DMS API. For information on the required permissions, see IAM Permissions Needed to Use DMS.  If you don't specify a version when creating a replication instance, DMS will create the instance using the default engine version. For information about the default engine version, see Release Notes.\n@required {ReplicationInstanceIdentifier: str, ReplicationInstanceClass: str}\n@optional {AllocatedStorage: int, VpcSecurityGroupIds: [str], AvailabilityZone: str, ReplicationSubnetGroupIdentifier: str, PreferredMaintenanceWindow: str, MultiAZ: bool, EngineVersion: str, AutoMinorVersionUpgrade: bool, Tags: [Tag], KmsKeyId: str, PubliclyAccessible: bool, DnsNameServers: str, ResourceIdentifier: str, NetworkType: str}\n@returns(200) {ReplicationInstance: ReplicationInstance?{ReplicationInstanceIdentifier: str?, ReplicationInstanceClass: str?, ReplicationInstanceStatus: str?, AllocatedStorage: int?, InstanceCreateTime: str(timestamp)?, VpcSecurityGroups: [VpcSecurityGroupMembership]?, AvailabilityZone: str?, ReplicationSubnetGroup: ReplicationSubnetGroup?{ReplicationSubnetGroupIdentifier: str?, ReplicationSubnetGroupDescription: str?, VpcId: str?, SubnetGroupStatus: str?, Subnets: [Subnet]?, SupportedNetworkTypes: [str]?}, PreferredMaintenanceWindow: str?, PendingModifiedValues: ReplicationPendingModifiedValues?{ReplicationInstanceClass: str?, AllocatedStorage: int?, MultiAZ: bool?, EngineVersion: str?, NetworkType: str?}, MultiAZ: bool?, EngineVersion: str?, AutoMinorVersionUpgrade: bool?, KmsKeyId: str?, ReplicationInstanceArn: str?, ReplicationInstancePublicIpAddress: str?, ReplicationInstancePrivateIpAddress: str?, ReplicationInstancePublicIpAddresses: [str]?, ReplicationInstancePrivateIpAddresses: [str]?, ReplicationInstanceIpv6Addresses: [str]?, PubliclyAccessible: bool?, SecondaryAvailabilityZone: str?, FreeUntil: str(timestamp)?, DnsNameServers: str?, NetworkType: str?}}\n\n@endpoint POST /\n@desc Creates a replication subnet group given a list of the subnet IDs in a VPC. The VPC needs to have at least one subnet in at least two availability zones in the Amazon Web Services Region, otherwise the service will throw a ReplicationSubnetGroupDoesNotCoverEnoughAZs exception. If a replication subnet group exists in your Amazon Web Services account, the CreateReplicationSubnetGroup action returns the following error message: The Replication Subnet Group already exists. In this case, delete the existing replication subnet group. To do so, use the DeleteReplicationSubnetGroup action. Optionally, choose Subnet groups in the DMS console, then choose your subnet group. Next, choose Delete from Actions.\n@required {ReplicationSubnetGroupIdentifier: str, ReplicationSubnetGroupDescription: str, SubnetIds: [str]}\n@optional {Tags: [Tag]}\n@returns(200) {ReplicationSubnetGroup: ReplicationSubnetGroup?{ReplicationSubnetGroupIdentifier: str?, ReplicationSubnetGroupDescription: str?, VpcId: str?, SubnetGroupStatus: str?, Subnets: [Subnet]?, SupportedNetworkTypes: [str]?}}\n\n@endpoint POST /\n@desc Creates a replication task using the specified parameters.\n@required {ReplicationTaskIdentifier: str, SourceEndpointArn: str, TargetEndpointArn: str, ReplicationInstanceArn: str, MigrationType: str, TableMappings: str}\n@optional {ReplicationTaskSettings: str, CdcStartTime: str(timestamp), CdcStartPosition: str, CdcStopPosition: str, Tags: [Tag], TaskData: str, ResourceIdentifier: str}\n@returns(200) {ReplicationTask: ReplicationTask?{ReplicationTaskIdentifier: str?, SourceEndpointArn: str?, TargetEndpointArn: str?, ReplicationInstanceArn: str?, MigrationType: str?, TableMappings: str?, ReplicationTaskSettings: str?, Status: str?, LastFailureMessage: str?, StopReason: str?, ReplicationTaskCreationDate: str(timestamp)?, ReplicationTaskStartDate: str(timestamp)?, CdcStartPosition: str?, CdcStopPosition: str?, RecoveryCheckpoint: str?, ReplicationTaskArn: str?, ReplicationTaskStats: ReplicationTaskStats?{FullLoadProgressPercent: int?, ElapsedTimeMillis: int(i64)?, TablesLoaded: int?, TablesLoading: int?, TablesQueued: int?, TablesErrored: int?, FreshStartDate: str(timestamp)?, StartDate: str(timestamp)?, StopDate: str(timestamp)?, FullLoadStartDate: str(timestamp)?, FullLoadFinishDate: str(timestamp)?}, TaskData: str?, TargetReplicationInstanceArn: str?}}\n\n@endpoint POST /\n@desc Deletes the specified certificate.\n@required {CertificateArn: str}\n@returns(200) {Certificate: Certificate?{CertificateIdentifier: str?, CertificateCreationDate: str(timestamp)?, CertificatePem: str?, CertificateWallet: bytes?, CertificateArn: str?, CertificateOwner: str?, ValidFromDate: str(timestamp)?, ValidToDate: str(timestamp)?, SigningAlgorithm: str?, KeyLength: int?}}\n\n@endpoint POST /\n@desc Deletes the connection between a replication instance and an endpoint.\n@required {EndpointArn: str, ReplicationInstanceArn: str}\n@returns(200) {Connection: Connection?{ReplicationInstanceArn: str?, EndpointArn: str?, Status: str?, LastFailureMessage: str?, EndpointIdentifier: str?, ReplicationInstanceIdentifier: str?}}\n\n@endpoint POST /\n@desc Deletes the specified data provider.  All migration projects associated with the data provider must be deleted or modified before you can delete the data provider.\n@required {DataProviderIdentifier: str}\n@returns(200) {DataProvider: DataProvider?{DataProviderName: str?, DataProviderArn: str?, DataProviderCreationTime: str(timestamp)?, Description: str?, Engine: str?, Settings: DataProviderSettings?{RedshiftSettings: RedshiftDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?}, PostgreSqlSettings: PostgreSqlDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?, SslMode: str?, CertificateArn: str?}, MySqlSettings: MySqlDataProviderSettings?{ServerName: str?, Port: int?, SslMode: str?, CertificateArn: str?}, OracleSettings: OracleDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?, SslMode: str?, CertificateArn: str?, AsmServer: str?, SecretsManagerOracleAsmSecretId: str?, SecretsManagerOracleAsmAccessRoleArn: str?, SecretsManagerSecurityDbEncryptionSecretId: str?, SecretsManagerSecurityDbEncryptionAccessRoleArn: str?}, MicrosoftSqlServerSettings: MicrosoftSqlServerDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?, SslMode: str?, CertificateArn: str?}, DocDbSettings: DocDbDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?, SslMode: str?, CertificateArn: str?}, MariaDbSettings: MariaDbDataProviderSettings?{ServerName: str?, Port: int?, SslMode: str?, CertificateArn: str?}, MongoDbSettings: MongoDbDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?, SslMode: str?, CertificateArn: str?, AuthType: str?, AuthSource: str?, AuthMechanism: str?}}}}\n\n@endpoint POST /\n@desc Deletes the specified endpoint.  All tasks associated with the endpoint must be deleted before you can delete the endpoint.\n@required {EndpointArn: str}\n@returns(200) {Endpoint: Endpoint?{EndpointIdentifier: str?, EndpointType: str?, EngineName: str?, EngineDisplayName: str?, Username: str?, ServerName: str?, Port: int?, DatabaseName: str?, ExtraConnectionAttributes: str?, Status: str?, KmsKeyId: str?, EndpointArn: str?, CertificateArn: str?, SslMode: str?, ServiceAccessRoleArn: str?, ExternalTableDefinition: str?, ExternalId: str?, DynamoDbSettings: DynamoDbSettings?{ServiceAccessRoleArn: str}, S3Settings: S3Settings?{ServiceAccessRoleArn: str?, ExternalTableDefinition: str?, CsvRowDelimiter: str?, CsvDelimiter: str?, BucketFolder: str?, BucketName: str?, CompressionType: str?, EncryptionMode: str?, ServerSideEncryptionKmsKeyId: str?, DataFormat: str?, EncodingType: str?, DictPageSizeLimit: int?, RowGroupLength: int?, DataPageSize: int?, ParquetVersion: str?, EnableStatistics: bool?, IncludeOpForFullLoad: bool?, CdcInsertsOnly: bool?, TimestampColumnName: str?, ParquetTimestampInMillisecond: bool?, CdcInsertsAndUpdates: bool?, DatePartitionEnabled: bool?, DatePartitionSequence: str?, DatePartitionDelimiter: str?, UseCsvNoSupValue: bool?, CsvNoSupValue: str?, PreserveTransactions: bool?, CdcPath: str?, UseTaskStartTimeForFullLoadTimestamp: bool?, CannedAclForObjects: str?, AddColumnName: bool?, CdcMaxBatchInterval: int?, CdcMinFileSize: int?, CsvNullValue: str?, IgnoreHeaderRows: int?, MaxFileSize: int?, Rfc4180: bool?, DatePartitionTimezone: str?, AddTrailingPaddingCharacter: bool?, ExpectedBucketOwner: str?, GlueCatalogGeneration: bool?}, DmsTransferSettings: DmsTransferSettings?{ServiceAccessRoleArn: str?, BucketName: str?}, MongoDbSettings: MongoDbSettings?{Username: str?, Password: str?, ServerName: str?, Port: int?, DatabaseName: str?, AuthType: str?, AuthMechanism: str?, NestingLevel: str?, ExtractDocId: str?, DocsToInvestigate: str?, AuthSource: str?, KmsKeyId: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, UseUpdateLookUp: bool?, ReplicateShardCollections: bool?}, KinesisSettings: KinesisSettings?{StreamArn: str?, MessageFormat: str?, ServiceAccessRoleArn: str?, IncludeTransactionDetails: bool?, IncludePartitionValue: bool?, PartitionIncludeSchemaTable: bool?, IncludeTableAlterOperations: bool?, IncludeControlDetails: bool?, IncludeNullAndEmpty: bool?, NoHexPrefix: bool?}, KafkaSettings: KafkaSettings?{Broker: str?, Topic: str?, MessageFormat: str?, IncludeTransactionDetails: bool?, IncludePartitionValue: bool?, PartitionIncludeSchemaTable: bool?, IncludeTableAlterOperations: bool?, IncludeControlDetails: bool?, MessageMaxBytes: int?, IncludeNullAndEmpty: bool?, SecurityProtocol: str?, SslClientCertificateArn: str?, SslClientKeyArn: str?, SslClientKeyPassword: str?, SslCaCertificateArn: str?, SaslUsername: str?, SaslPassword: str?, NoHexPrefix: bool?, SaslMechanism: str?, SslEndpointIdentificationAlgorithm: str?}, ElasticsearchSettings: ElasticsearchSettings?{ServiceAccessRoleArn: str, EndpointUri: str, FullLoadErrorPercentage: int?, ErrorRetryDuration: int?, UseNewMappingType: bool?}, NeptuneSettings: NeptuneSettings?{ServiceAccessRoleArn: str?, S3BucketName: str, S3BucketFolder: str, ErrorRetryDuration: int?, MaxFileSize: int?, MaxRetryCount: int?, IamAuthEnabled: bool?}, RedshiftSettings: RedshiftSettings?{AcceptAnyDate: bool?, AfterConnectScript: str?, BucketFolder: str?, BucketName: str?, CaseSensitiveNames: bool?, CompUpdate: bool?, ConnectionTimeout: int?, DatabaseName: str?, DateFormat: str?, EmptyAsNull: bool?, EncryptionMode: str?, ExplicitIds: bool?, FileTransferUploadStreams: int?, LoadTimeout: int?, MaxFileSize: int?, Password: str?, Port: int?, RemoveQuotes: bool?, ReplaceInvalidChars: str?, ReplaceChars: str?, ServerName: str?, ServiceAccessRoleArn: str?, ServerSideEncryptionKmsKeyId: str?, TimeFormat: str?, TrimBlanks: bool?, TruncateColumns: bool?, Username: str?, WriteBufferSize: int?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, MapBooleanAsBoolean: bool?}, PostgreSQLSettings: PostgreSQLSettings?{AfterConnectScript: str?, CaptureDdls: bool?, MaxFileSize: int?, DatabaseName: str?, DdlArtifactsSchema: str?, ExecuteTimeout: int?, FailTasksOnLobTruncation: bool?, HeartbeatEnable: bool?, HeartbeatSchema: str?, HeartbeatFrequency: int?, Password: str?, Port: int?, ServerName: str?, Username: str?, SlotName: str?, PluginName: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, TrimSpaceInChar: bool?, MapBooleanAsBoolean: bool?, MapJsonbAsClob: bool?, MapLongVarcharAs: str?, DatabaseMode: str?, BabelfishDatabaseName: str?}, MySQLSettings: MySQLSettings?{AfterConnectScript: str?, CleanSourceMetadataOnMismatch: bool?, DatabaseName: str?, EventsPollInterval: int?, TargetDbType: str?, MaxFileSize: int?, ParallelLoadThreads: int?, Password: str?, Port: int?, ServerName: str?, ServerTimezone: str?, Username: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, ExecuteTimeout: int?}, OracleSettings: OracleSettings?{AddSupplementalLogging: bool?, ArchivedLogDestId: int?, AdditionalArchivedLogDestId: int?, ExtraArchivedLogDestIds: [int]?, AllowSelectNestedTables: bool?, ParallelAsmReadThreads: int?, ReadAheadBlocks: int?, AccessAlternateDirectly: bool?, UseAlternateFolderForOnline: bool?, OraclePathPrefix: str?, UsePathPrefix: str?, ReplacePathPrefix: bool?, EnableHomogenousTablespace: bool?, DirectPathNoLog: bool?, ArchivedLogsOnly: bool?, AsmPassword: str?, AsmServer: str?, AsmUser: str?, CharLengthSemantics: str?, DatabaseName: str?, DirectPathParallelLoad: bool?, FailTasksOnLobTruncation: bool?, NumberDatatypeScale: int?, Password: str?, Port: int?, ReadTableSpaceName: bool?, RetryInterval: int?, SecurityDbEncryption: str?, SecurityDbEncryptionName: str?, ServerName: str?, SpatialDataOptionToGeoJsonFunctionName: str?, StandbyDelayTime: int?, Username: str?, UseBFile: bool?, UseDirectPathFullLoad: bool?, UseLogminerReader: bool?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, SecretsManagerOracleAsmAccessRoleArn: str?, SecretsManagerOracleAsmSecretId: str?, TrimSpaceInChar: bool?, ConvertTimestampWithZoneToUTC: bool?, OpenTransactionWindow: int?}, SybaseSettings: SybaseSettings?{DatabaseName: str?, Password: str?, Port: int?, ServerName: str?, Username: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?}, MicrosoftSQLServerSettings: MicrosoftSQLServerSettings?{Port: int?, BcpPacketSize: int?, DatabaseName: str?, ControlTablesFileGroup: str?, Password: str?, QuerySingleAlwaysOnNode: bool?, ReadBackupOnly: bool?, SafeguardPolicy: str?, ServerName: str?, Username: str?, UseBcpFullLoad: bool?, UseThirdPartyBackupDevice: bool?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, TrimSpaceInChar: bool?, TlogAccessMode: str?, ForceLobLookup: bool?}, IBMDb2Settings: IBMDb2Settings?{DatabaseName: str?, Password: str?, Port: int?, ServerName: str?, SetDataCaptureChanges: bool?, CurrentLsn: str?, MaxKBytesPerRead: int?, Username: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, LoadTimeout: int?, WriteBufferSize: int?, MaxFileSize: int?, KeepCsvFiles: bool?}, DocDbSettings: DocDbSettings?{Username: str?, Password: str?, ServerName: str?, Port: int?, DatabaseName: str?, NestingLevel: str?, ExtractDocId: bool?, DocsToInvestigate: int?, KmsKeyId: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, UseUpdateLookUp: bool?, ReplicateShardCollections: bool?}, RedisSettings: RedisSettings?{ServerName: str, Port: int, SslSecurityProtocol: str?, AuthType: str?, AuthUserName: str?, AuthPassword: str?, SslCaCertificateArn: str?}, GcpMySQLSettings: GcpMySQLSettings?{AfterConnectScript: str?, CleanSourceMetadataOnMismatch: bool?, DatabaseName: str?, EventsPollInterval: int?, TargetDbType: str?, MaxFileSize: int?, ParallelLoadThreads: int?, Password: str?, Port: int?, ServerName: str?, ServerTimezone: str?, Username: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?}, TimestreamSettings: TimestreamSettings?{DatabaseName: str, MemoryDuration: int, MagneticDuration: int, CdcInsertsAndUpdates: bool?, EnableMagneticStoreWrites: bool?}}}\n\n@endpoint POST /\n@desc Deletes an DMS event subscription.\n@required {SubscriptionName: str}\n@returns(200) {EventSubscription: EventSubscription?{CustomerAwsId: str?, CustSubscriptionId: str?, SnsTopicArn: str?, Status: str?, SubscriptionCreationTime: str?, SourceType: str?, SourceIdsList: [str]?, EventCategoriesList: [str]?, Enabled: bool?}}\n\n@endpoint POST /\n@desc Deletes the specified Fleet Advisor collector.\n@required {CollectorReferencedId: str}\n\n@endpoint POST /\n@desc Deletes the specified Fleet Advisor collector databases.\n@required {DatabaseIds: [str]}\n@returns(200) {DatabaseIds: [str]?}\n\n@endpoint POST /\n@desc Deletes the specified instance profile.  All migration projects associated with the instance profile must be deleted or modified before you can delete the instance profile.\n@required {InstanceProfileIdentifier: str}\n@returns(200) {InstanceProfile: InstanceProfile?{InstanceProfileArn: str?, AvailabilityZone: str?, KmsKeyArn: str?, PubliclyAccessible: bool?, NetworkType: str?, InstanceProfileName: str?, Description: str?, InstanceProfileCreationTime: str(timestamp)?, SubnetGroupIdentifier: str?, VpcSecurityGroups: [str]?}}\n\n@endpoint POST /\n@desc Deletes the specified migration project.  The migration project must be closed before you can delete it.\n@required {MigrationProjectIdentifier: str}\n@returns(200) {MigrationProject: MigrationProject?{MigrationProjectName: str?, MigrationProjectArn: str?, MigrationProjectCreationTime: str(timestamp)?, SourceDataProviderDescriptors: [DataProviderDescriptor]?, TargetDataProviderDescriptors: [DataProviderDescriptor]?, InstanceProfileArn: str?, InstanceProfileName: str?, TransformationRules: str?, Description: str?, SchemaConversionApplicationAttributes: SCApplicationAttributes?{S3BucketPath: str?, S3BucketRoleArn: str?}}}\n\n@endpoint POST /\n@desc Deletes an DMS Serverless replication configuration. This effectively deprovisions any and all replications that use this configuration. You can't delete the configuration for an DMS Serverless replication that is ongoing. You can delete the configuration when the replication is in a non-RUNNING and non-STARTING state.\n@required {ReplicationConfigArn: str}\n@returns(200) {ReplicationConfig: ReplicationConfig?{ReplicationConfigIdentifier: str?, ReplicationConfigArn: str?, SourceEndpointArn: str?, TargetEndpointArn: str?, ReplicationType: str?, ComputeConfig: ComputeConfig?{AvailabilityZone: str?, DnsNameServers: str?, KmsKeyId: str?, MaxCapacityUnits: int?, MinCapacityUnits: int?, MultiAZ: bool?, PreferredMaintenanceWindow: str?, ReplicationSubnetGroupId: str?, VpcSecurityGroupIds: [str]?}, ReplicationSettings: str?, SupplementalSettings: str?, TableMappings: str?, ReplicationConfigCreateTime: str(timestamp)?, ReplicationConfigUpdateTime: str(timestamp)?}}\n\n@endpoint POST /\n@desc Deletes the specified replication instance.  You must delete any migration tasks that are associated with the replication instance before you can delete it.\n@required {ReplicationInstanceArn: str}\n@returns(200) {ReplicationInstance: ReplicationInstance?{ReplicationInstanceIdentifier: str?, ReplicationInstanceClass: str?, ReplicationInstanceStatus: str?, AllocatedStorage: int?, InstanceCreateTime: str(timestamp)?, VpcSecurityGroups: [VpcSecurityGroupMembership]?, AvailabilityZone: str?, ReplicationSubnetGroup: ReplicationSubnetGroup?{ReplicationSubnetGroupIdentifier: str?, ReplicationSubnetGroupDescription: str?, VpcId: str?, SubnetGroupStatus: str?, Subnets: [Subnet]?, SupportedNetworkTypes: [str]?}, PreferredMaintenanceWindow: str?, PendingModifiedValues: ReplicationPendingModifiedValues?{ReplicationInstanceClass: str?, AllocatedStorage: int?, MultiAZ: bool?, EngineVersion: str?, NetworkType: str?}, MultiAZ: bool?, EngineVersion: str?, AutoMinorVersionUpgrade: bool?, KmsKeyId: str?, ReplicationInstanceArn: str?, ReplicationInstancePublicIpAddress: str?, ReplicationInstancePrivateIpAddress: str?, ReplicationInstancePublicIpAddresses: [str]?, ReplicationInstancePrivateIpAddresses: [str]?, ReplicationInstanceIpv6Addresses: [str]?, PubliclyAccessible: bool?, SecondaryAvailabilityZone: str?, FreeUntil: str(timestamp)?, DnsNameServers: str?, NetworkType: str?}}\n\n@endpoint POST /\n@desc Deletes a subnet group.\n@required {ReplicationSubnetGroupIdentifier: str}\n\n@endpoint POST /\n@desc Deletes the specified replication task.\n@required {ReplicationTaskArn: str}\n@returns(200) {ReplicationTask: ReplicationTask?{ReplicationTaskIdentifier: str?, SourceEndpointArn: str?, TargetEndpointArn: str?, ReplicationInstanceArn: str?, MigrationType: str?, TableMappings: str?, ReplicationTaskSettings: str?, Status: str?, LastFailureMessage: str?, StopReason: str?, ReplicationTaskCreationDate: str(timestamp)?, ReplicationTaskStartDate: str(timestamp)?, CdcStartPosition: str?, CdcStopPosition: str?, RecoveryCheckpoint: str?, ReplicationTaskArn: str?, ReplicationTaskStats: ReplicationTaskStats?{FullLoadProgressPercent: int?, ElapsedTimeMillis: int(i64)?, TablesLoaded: int?, TablesLoading: int?, TablesQueued: int?, TablesErrored: int?, FreshStartDate: str(timestamp)?, StartDate: str(timestamp)?, StopDate: str(timestamp)?, FullLoadStartDate: str(timestamp)?, FullLoadFinishDate: str(timestamp)?}, TaskData: str?, TargetReplicationInstanceArn: str?}}\n\n@endpoint POST /\n@desc Deletes the record of a single premigration assessment run. This operation removes all metadata that DMS maintains about this assessment run. However, the operation leaves untouched all information about this assessment run that is stored in your Amazon S3 bucket.\n@required {ReplicationTaskAssessmentRunArn: str}\n@returns(200) {ReplicationTaskAssessmentRun: ReplicationTaskAssessmentRun?{ReplicationTaskAssessmentRunArn: str?, ReplicationTaskArn: str?, Status: str?, ReplicationTaskAssessmentRunCreationDate: str(timestamp)?, AssessmentProgress: ReplicationTaskAssessmentRunProgress?{IndividualAssessmentCount: int?, IndividualAssessmentCompletedCount: int?}, LastFailureMessage: str?, ServiceAccessRoleArn: str?, ResultLocationBucket: str?, ResultLocationFolder: str?, ResultEncryptionMode: str?, ResultKmsKeyArn: str?, AssessmentRunName: str?}}\n\n@endpoint POST /\n@desc Lists all of the DMS attributes for a customer account. These attributes include DMS quotas for the account and a unique account identifier in a particular DMS region. DMS quotas include a list of resource quotas supported by the account, such as the number of replication instances allowed. The description for each resource quota, includes the quota name, current usage toward that quota, and the quota's maximum value. DMS uses the unique account identifier to name each artifact used by DMS in the given region. This command does not take any parameters.\n@returns(200) {AccountQuotas: [AccountQuota]?, UniqueAccountIdentifier: str?}\n\n@endpoint POST /\n@desc Provides a list of individual assessments that you can specify for a new premigration assessment run, given one or more parameters. If you specify an existing migration task, this operation provides the default individual assessments you can specify for that task. Otherwise, the specified parameters model elements of a possible migration task on which to base a premigration assessment run. To use these migration task modeling parameters, you must specify an existing replication instance, a source database engine, a target database engine, and a migration type. This combination of parameters potentially limits the default individual assessments available for an assessment run created for a corresponding migration task. If you specify no parameters, this operation provides a list of all possible individual assessments that you can specify for an assessment run. If you specify any one of the task modeling parameters, you must specify all of them or the operation cannot provide a list of individual assessments. The only parameter that you can specify alone is for an existing migration task. The specified task definition then determines the default list of individual assessments that you can specify in an assessment run for the task.\n@optional {ReplicationTaskArn: str, ReplicationInstanceArn: str, SourceEngineName: str, TargetEngineName: str, MigrationType: str, MaxRecords: int, Marker: str}\n@returns(200) {IndividualAssessmentNames: [str]?, Marker: str?}\n\n@endpoint POST /\n@desc Provides a description of the certificate.\n@optional {Filters: [Filter], MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, Certificates: [Certificate]?}\n\n@endpoint POST /\n@desc 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.\n@optional {Filters: [Filter], MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, Connections: [Connection]?}\n\n@endpoint POST /\n@desc Returns configuration parameters for a schema conversion project.\n@required {MigrationProjectIdentifier: str}\n@returns(200) {MigrationProjectIdentifier: str?, ConversionConfiguration: str?}\n\n@endpoint POST /\n@desc Returns a paginated list of data providers for your account in the current region.\n@optional {Filters: [Filter], MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, DataProviders: [DataProvider]?}\n\n@endpoint POST /\n@desc Returns information about the possible endpoint settings available when you create an endpoint for a specific database engine.\n@required {EngineName: str}\n@optional {MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, EndpointSettings: [EndpointSetting]?}\n\n@endpoint POST /\n@desc Returns information about the type of endpoints available.\n@optional {Filters: [Filter], MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, SupportedEndpointTypes: [SupportedEndpointType]?}\n\n@endpoint POST /\n@desc Returns information about the endpoints for your account in the current region.\n@optional {Filters: [Filter], MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, Endpoints: [Endpoint]?}\n\n@endpoint POST /\n@desc Returns information about the replication instance versions used in the project.\n@optional {MaxRecords: int, Marker: str}\n@returns(200) {EngineVersions: [EngineVersion]?, Marker: str?}\n\n@endpoint POST /\n@desc 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 in the Database Migration Service User Guide.\n@optional {SourceType: str, Filters: [Filter]}\n@returns(200) {EventCategoryGroupList: [EventCategoryGroup]?}\n\n@endpoint POST /\n@desc 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.\n@optional {SubscriptionName: str, Filters: [Filter], MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, EventSubscriptionsList: [EventSubscription]?}\n\n@endpoint POST /\n@desc Lists events for a given source identifier and source type. You can also specify a start and end time. For more information on DMS events, see Working with Events and Notifications in the Database Migration Service User Guide.\n@optional {SourceIdentifier: str, SourceType: str, StartTime: str(timestamp), EndTime: str(timestamp), Duration: int, EventCategories: [str], Filters: [Filter], MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, Events: [Event]?}\n\n@endpoint POST /\n@desc Returns a paginated list of extension pack associations for the specified migration project. An extension pack is an add-on module that emulates functions present in a source database that are required when converting objects to the target database.\n@required {MigrationProjectIdentifier: str}\n@optional {Filters: [Filter], Marker: str, MaxRecords: int}\n@returns(200) {Marker: str?, Requests: [SchemaConversionRequest]?}\n\n@endpoint POST /\n@desc Returns a list of the Fleet Advisor collectors in your account.\n@optional {Filters: [Filter], MaxRecords: int, NextToken: str}\n@returns(200) {Collectors: [CollectorResponse]?, NextToken: str?}\n\n@endpoint POST /\n@desc Returns a list of Fleet Advisor databases in your account.\n@optional {Filters: [Filter], MaxRecords: int, NextToken: str}\n@returns(200) {Databases: [DatabaseResponse]?, NextToken: str?}\n\n@endpoint POST /\n@desc Provides descriptions of large-scale assessment (LSA) analyses produced by your Fleet Advisor collectors.\n@optional {MaxRecords: int, NextToken: str}\n@returns(200) {Analysis: [FleetAdvisorLsaAnalysisResponse]?, NextToken: str?}\n\n@endpoint POST /\n@desc Provides descriptions of the schemas discovered by your Fleet Advisor collectors.\n@optional {Filters: [Filter], MaxRecords: int, NextToken: str}\n@returns(200) {FleetAdvisorSchemaObjects: [FleetAdvisorSchemaObjectResponse]?, NextToken: str?}\n\n@endpoint POST /\n@desc Returns a list of schemas detected by Fleet Advisor Collectors in your account.\n@optional {Filters: [Filter], MaxRecords: int, NextToken: str}\n@returns(200) {FleetAdvisorSchemas: [SchemaResponse]?, NextToken: str?}\n\n@endpoint POST /\n@desc Returns a paginated list of instance profiles for your account in the current region.\n@optional {Filters: [Filter], MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, InstanceProfiles: [InstanceProfile]?}\n\n@endpoint POST /\n@desc Returns a paginated list of metadata model assessments for your account in the current region.\n@required {MigrationProjectIdentifier: str}\n@optional {Filters: [Filter], Marker: str, MaxRecords: int}\n@returns(200) {Marker: str?, Requests: [SchemaConversionRequest]?}\n\n@endpoint POST /\n@desc Returns a paginated list of metadata model conversions for a migration project.\n@required {MigrationProjectIdentifier: str}\n@optional {Filters: [Filter], Marker: str, MaxRecords: int}\n@returns(200) {Marker: str?, Requests: [SchemaConversionRequest]?}\n\n@endpoint POST /\n@desc Returns a paginated list of metadata model exports.\n@required {MigrationProjectIdentifier: str}\n@optional {Filters: [Filter], Marker: str, MaxRecords: int}\n@returns(200) {Marker: str?, Requests: [SchemaConversionRequest]?}\n\n@endpoint POST /\n@desc Returns a paginated list of metadata model exports.\n@required {MigrationProjectIdentifier: str}\n@optional {Filters: [Filter], Marker: str, MaxRecords: int}\n@returns(200) {Marker: str?, Requests: [SchemaConversionRequest]?}\n\n@endpoint POST /\n@desc Returns a paginated list of metadata model imports.\n@required {MigrationProjectIdentifier: str}\n@optional {Filters: [Filter], Marker: str, MaxRecords: int}\n@returns(200) {Marker: str?, Requests: [SchemaConversionRequest]?}\n\n@endpoint POST /\n@desc Returns a paginated list of migration projects for your account in the current region.\n@optional {Filters: [Filter], MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, MigrationProjects: [MigrationProject]?}\n\n@endpoint POST /\n@desc Returns information about the replication instance types that can be created in the specified region.\n@optional {MaxRecords: int, Marker: str}\n@returns(200) {OrderableReplicationInstances: [OrderableReplicationInstance]?, Marker: str?}\n\n@endpoint POST /\n@desc For internal use only\n@optional {ReplicationInstanceArn: str, Filters: [Filter], Marker: str, MaxRecords: int}\n@returns(200) {PendingMaintenanceActions: [ResourcePendingMaintenanceActions]?, Marker: str?}\n\n@endpoint POST /\n@desc Returns a paginated list of limitations for recommendations of target Amazon Web Services engines.\n@optional {Filters: [Filter], MaxRecords: int, NextToken: str}\n@returns(200) {NextToken: str?, Limitations: [Limitation]?}\n\n@endpoint POST /\n@desc Returns a paginated list of target engine recommendations for your source databases.\n@optional {Filters: [Filter], MaxRecords: int, NextToken: str}\n@returns(200) {NextToken: str?, Recommendations: [Recommendation]?}\n\n@endpoint POST /\n@desc Returns the status of the RefreshSchemas operation.\n@required {EndpointArn: str}\n@returns(200) {RefreshSchemasStatus: RefreshSchemasStatus?{EndpointArn: str?, ReplicationInstanceArn: str?, Status: str?, LastRefreshDate: str(timestamp)?, LastFailureMessage: str?}}\n\n@endpoint POST /\n@desc Returns one or more existing DMS Serverless replication configurations as a list of structures.\n@optional {Filters: [Filter], MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, ReplicationConfigs: [ReplicationConfig]?}\n\n@endpoint POST /\n@desc Returns information about the task logs for the specified task.\n@required {ReplicationInstanceArn: str}\n@optional {MaxRecords: int, Marker: str}\n@returns(200) {ReplicationInstanceArn: str?, ReplicationInstanceTaskLogs: [ReplicationInstanceTaskLog]?, Marker: str?}\n\n@endpoint POST /\n@desc Returns information about replication instances for your account in the current region.\n@optional {Filters: [Filter], MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, ReplicationInstances: [ReplicationInstance]?}\n\n@endpoint POST /\n@desc Returns information about the replication subnet groups.\n@optional {Filters: [Filter], MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, ReplicationSubnetGroups: [ReplicationSubnetGroup]?}\n\n@endpoint POST /\n@desc Returns table and schema statistics for one or more provisioned replications that use a given DMS Serverless replication configuration.\n@required {ReplicationConfigArn: str}\n@optional {MaxRecords: int, Marker: str, Filters: [Filter]}\n@returns(200) {ReplicationConfigArn: str?, Marker: str?, ReplicationTableStatistics: [TableStatistics]?}\n\n@endpoint POST /\n@desc Returns the task assessment results from the Amazon S3 bucket that DMS creates in your Amazon Web Services account. This action always returns the latest results. For more information about DMS task assessments, see Creating a task assessment report in the Database Migration Service User Guide.\n@optional {ReplicationTaskArn: str, MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, BucketName: str?, ReplicationTaskAssessmentResults: [ReplicationTaskAssessmentResult]?}\n\n@endpoint POST /\n@desc Returns a paginated list of premigration assessment runs based on filter settings. These filter settings can specify a combination of premigration assessment runs, migration tasks, replication instances, and assessment run status values.  This operation doesn't return information about individual assessments. For this information, see the DescribeReplicationTaskIndividualAssessments operation.\n@optional {Filters: [Filter], MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, ReplicationTaskAssessmentRuns: [ReplicationTaskAssessmentRun]?}\n\n@endpoint POST /\n@desc Returns a paginated list of individual assessments based on filter settings. These filter settings can specify a combination of premigration assessment runs, migration tasks, and assessment status values.\n@optional {Filters: [Filter], MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, ReplicationTaskIndividualAssessments: [ReplicationTaskIndividualAssessment]?}\n\n@endpoint POST /\n@desc Returns information about replication tasks for your account in the current region.\n@optional {Filters: [Filter], MaxRecords: int, Marker: str, WithoutSettings: bool}\n@returns(200) {Marker: str?, ReplicationTasks: [ReplicationTask]?}\n\n@endpoint POST /\n@desc Provides details on replication progress by returning status information for one or more provisioned DMS Serverless replications.\n@optional {Filters: [Filter], MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, Replications: [Replication]?}\n\n@endpoint POST /\n@desc Returns information about the schema for the specified endpoint.\n@required {EndpointArn: str}\n@optional {MaxRecords: int, Marker: str}\n@returns(200) {Marker: str?, Schemas: [str]?}\n\n@endpoint POST /\n@desc 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 DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.\n@required {ReplicationTaskArn: str}\n@optional {MaxRecords: int, Marker: str, Filters: [Filter]}\n@returns(200) {ReplicationTaskArn: str?, TableStatistics: [TableStatistics]?, Marker: str?}\n\n@endpoint POST /\n@desc Saves a copy of a database migration assessment report to your Amazon S3 bucket. DMS can save your assessment report as a comma-separated value (CSV) or a PDF file.\n@required {MigrationProjectIdentifier: str, SelectionRules: str}\n@optional {FileName: str, AssessmentReportTypes: [str]}\n@returns(200) {PdfReport: ExportMetadataModelAssessmentResultEntry?{S3ObjectKey: str?, ObjectURL: str?}, CsvReport: ExportMetadataModelAssessmentResultEntry?{S3ObjectKey: str?, ObjectURL: str?}}\n\n@endpoint POST /\n@desc Uploads the specified certificate.\n@required {CertificateIdentifier: str}\n@optional {CertificatePem: str, CertificateWallet: bytes, Tags: [Tag]}\n@returns(200) {Certificate: Certificate?{CertificateIdentifier: str?, CertificateCreationDate: str(timestamp)?, CertificatePem: str?, CertificateWallet: bytes?, CertificateArn: str?, CertificateOwner: str?, ValidFromDate: str(timestamp)?, ValidToDate: str(timestamp)?, SigningAlgorithm: str?, KeyLength: int?}}\n\n@endpoint POST /\n@desc Lists all metadata tags attached to an DMS resource, including replication instance, endpoint, subnet group, and migration task. For more information, see  Tag  data type description.\n@optional {ResourceArn: str, ResourceArnList: [str]}\n@returns(200) {TagList: [Tag]?}\n\n@endpoint POST /\n@desc Modifies the specified schema conversion configuration using the provided parameters.\n@required {MigrationProjectIdentifier: str, ConversionConfiguration: str}\n@returns(200) {MigrationProjectIdentifier: str?}\n\n@endpoint POST /\n@desc Modifies the specified data provider using the provided settings.  You must remove the data provider from all migration projects before you can modify it.\n@required {DataProviderIdentifier: str}\n@optional {DataProviderName: str, Description: str, Engine: str, ExactSettings: bool, Settings: DataProviderSettings}\n@returns(200) {DataProvider: DataProvider?{DataProviderName: str?, DataProviderArn: str?, DataProviderCreationTime: str(timestamp)?, Description: str?, Engine: str?, Settings: DataProviderSettings?{RedshiftSettings: RedshiftDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?}, PostgreSqlSettings: PostgreSqlDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?, SslMode: str?, CertificateArn: str?}, MySqlSettings: MySqlDataProviderSettings?{ServerName: str?, Port: int?, SslMode: str?, CertificateArn: str?}, OracleSettings: OracleDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?, SslMode: str?, CertificateArn: str?, AsmServer: str?, SecretsManagerOracleAsmSecretId: str?, SecretsManagerOracleAsmAccessRoleArn: str?, SecretsManagerSecurityDbEncryptionSecretId: str?, SecretsManagerSecurityDbEncryptionAccessRoleArn: str?}, MicrosoftSqlServerSettings: MicrosoftSqlServerDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?, SslMode: str?, CertificateArn: str?}, DocDbSettings: DocDbDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?, SslMode: str?, CertificateArn: str?}, MariaDbSettings: MariaDbDataProviderSettings?{ServerName: str?, Port: int?, SslMode: str?, CertificateArn: str?}, MongoDbSettings: MongoDbDataProviderSettings?{ServerName: str?, Port: int?, DatabaseName: str?, SslMode: str?, CertificateArn: str?, AuthType: str?, AuthSource: str?, AuthMechanism: str?}}}}\n\n@endpoint POST /\n@desc Modifies the specified endpoint.  For a MySQL source or target endpoint, don't explicitly specify the database using the DatabaseName request parameter on the ModifyEndpoint API call. Specifying DatabaseName when you modify a MySQL endpoint replicates all the task tables to this single database. For MySQL endpoints, you specify the database only when you specify the schema in the table-mapping rules of the DMS task.\n@required {EndpointArn: str}\n@optional {EndpointIdentifier: str, EndpointType: str, EngineName: str, Username: str, Password: str, ServerName: str, Port: int, DatabaseName: str, ExtraConnectionAttributes: str, CertificateArn: str, SslMode: str, ServiceAccessRoleArn: str, ExternalTableDefinition: str, DynamoDbSettings: DynamoDbSettings, S3Settings: S3Settings, DmsTransferSettings: DmsTransferSettings, MongoDbSettings: MongoDbSettings, KinesisSettings: KinesisSettings, KafkaSettings: KafkaSettings, ElasticsearchSettings: ElasticsearchSettings, NeptuneSettings: NeptuneSettings, RedshiftSettings: RedshiftSettings, PostgreSQLSettings: PostgreSQLSettings, MySQLSettings: MySQLSettings, OracleSettings: OracleSettings, SybaseSettings: SybaseSettings, MicrosoftSQLServerSettings: MicrosoftSQLServerSettings, IBMDb2Settings: IBMDb2Settings, DocDbSettings: DocDbSettings, RedisSettings: RedisSettings, ExactSettings: bool, GcpMySQLSettings: GcpMySQLSettings, TimestreamSettings: TimestreamSettings}\n@returns(200) {Endpoint: Endpoint?{EndpointIdentifier: str?, EndpointType: str?, EngineName: str?, EngineDisplayName: str?, Username: str?, ServerName: str?, Port: int?, DatabaseName: str?, ExtraConnectionAttributes: str?, Status: str?, KmsKeyId: str?, EndpointArn: str?, CertificateArn: str?, SslMode: str?, ServiceAccessRoleArn: str?, ExternalTableDefinition: str?, ExternalId: str?, DynamoDbSettings: DynamoDbSettings?{ServiceAccessRoleArn: str}, S3Settings: S3Settings?{ServiceAccessRoleArn: str?, ExternalTableDefinition: str?, CsvRowDelimiter: str?, CsvDelimiter: str?, BucketFolder: str?, BucketName: str?, CompressionType: str?, EncryptionMode: str?, ServerSideEncryptionKmsKeyId: str?, DataFormat: str?, EncodingType: str?, DictPageSizeLimit: int?, RowGroupLength: int?, DataPageSize: int?, ParquetVersion: str?, EnableStatistics: bool?, IncludeOpForFullLoad: bool?, CdcInsertsOnly: bool?, TimestampColumnName: str?, ParquetTimestampInMillisecond: bool?, CdcInsertsAndUpdates: bool?, DatePartitionEnabled: bool?, DatePartitionSequence: str?, DatePartitionDelimiter: str?, UseCsvNoSupValue: bool?, CsvNoSupValue: str?, PreserveTransactions: bool?, CdcPath: str?, UseTaskStartTimeForFullLoadTimestamp: bool?, CannedAclForObjects: str?, AddColumnName: bool?, CdcMaxBatchInterval: int?, CdcMinFileSize: int?, CsvNullValue: str?, IgnoreHeaderRows: int?, MaxFileSize: int?, Rfc4180: bool?, DatePartitionTimezone: str?, AddTrailingPaddingCharacter: bool?, ExpectedBucketOwner: str?, GlueCatalogGeneration: bool?}, DmsTransferSettings: DmsTransferSettings?{ServiceAccessRoleArn: str?, BucketName: str?}, MongoDbSettings: MongoDbSettings?{Username: str?, Password: str?, ServerName: str?, Port: int?, DatabaseName: str?, AuthType: str?, AuthMechanism: str?, NestingLevel: str?, ExtractDocId: str?, DocsToInvestigate: str?, AuthSource: str?, KmsKeyId: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, UseUpdateLookUp: bool?, ReplicateShardCollections: bool?}, KinesisSettings: KinesisSettings?{StreamArn: str?, MessageFormat: str?, ServiceAccessRoleArn: str?, IncludeTransactionDetails: bool?, IncludePartitionValue: bool?, PartitionIncludeSchemaTable: bool?, IncludeTableAlterOperations: bool?, IncludeControlDetails: bool?, IncludeNullAndEmpty: bool?, NoHexPrefix: bool?}, KafkaSettings: KafkaSettings?{Broker: str?, Topic: str?, MessageFormat: str?, IncludeTransactionDetails: bool?, IncludePartitionValue: bool?, PartitionIncludeSchemaTable: bool?, IncludeTableAlterOperations: bool?, IncludeControlDetails: bool?, MessageMaxBytes: int?, IncludeNullAndEmpty: bool?, SecurityProtocol: str?, SslClientCertificateArn: str?, SslClientKeyArn: str?, SslClientKeyPassword: str?, SslCaCertificateArn: str?, SaslUsername: str?, SaslPassword: str?, NoHexPrefix: bool?, SaslMechanism: str?, SslEndpointIdentificationAlgorithm: str?}, ElasticsearchSettings: ElasticsearchSettings?{ServiceAccessRoleArn: str, EndpointUri: str, FullLoadErrorPercentage: int?, ErrorRetryDuration: int?, UseNewMappingType: bool?}, NeptuneSettings: NeptuneSettings?{ServiceAccessRoleArn: str?, S3BucketName: str, S3BucketFolder: str, ErrorRetryDuration: int?, MaxFileSize: int?, MaxRetryCount: int?, IamAuthEnabled: bool?}, RedshiftSettings: RedshiftSettings?{AcceptAnyDate: bool?, AfterConnectScript: str?, BucketFolder: str?, BucketName: str?, CaseSensitiveNames: bool?, CompUpdate: bool?, ConnectionTimeout: int?, DatabaseName: str?, DateFormat: str?, EmptyAsNull: bool?, EncryptionMode: str?, ExplicitIds: bool?, FileTransferUploadStreams: int?, LoadTimeout: int?, MaxFileSize: int?, Password: str?, Port: int?, RemoveQuotes: bool?, ReplaceInvalidChars: str?, ReplaceChars: str?, ServerName: str?, ServiceAccessRoleArn: str?, ServerSideEncryptionKmsKeyId: str?, TimeFormat: str?, TrimBlanks: bool?, TruncateColumns: bool?, Username: str?, WriteBufferSize: int?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, MapBooleanAsBoolean: bool?}, PostgreSQLSettings: PostgreSQLSettings?{AfterConnectScript: str?, CaptureDdls: bool?, MaxFileSize: int?, DatabaseName: str?, DdlArtifactsSchema: str?, ExecuteTimeout: int?, FailTasksOnLobTruncation: bool?, HeartbeatEnable: bool?, HeartbeatSchema: str?, HeartbeatFrequency: int?, Password: str?, Port: int?, ServerName: str?, Username: str?, SlotName: str?, PluginName: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, TrimSpaceInChar: bool?, MapBooleanAsBoolean: bool?, MapJsonbAsClob: bool?, MapLongVarcharAs: str?, DatabaseMode: str?, BabelfishDatabaseName: str?}, MySQLSettings: MySQLSettings?{AfterConnectScript: str?, CleanSourceMetadataOnMismatch: bool?, DatabaseName: str?, EventsPollInterval: int?, TargetDbType: str?, MaxFileSize: int?, ParallelLoadThreads: int?, Password: str?, Port: int?, ServerName: str?, ServerTimezone: str?, Username: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, ExecuteTimeout: int?}, OracleSettings: OracleSettings?{AddSupplementalLogging: bool?, ArchivedLogDestId: int?, AdditionalArchivedLogDestId: int?, ExtraArchivedLogDestIds: [int]?, AllowSelectNestedTables: bool?, ParallelAsmReadThreads: int?, ReadAheadBlocks: int?, AccessAlternateDirectly: bool?, UseAlternateFolderForOnline: bool?, OraclePathPrefix: str?, UsePathPrefix: str?, ReplacePathPrefix: bool?, EnableHomogenousTablespace: bool?, DirectPathNoLog: bool?, ArchivedLogsOnly: bool?, AsmPassword: str?, AsmServer: str?, AsmUser: str?, CharLengthSemantics: str?, DatabaseName: str?, DirectPathParallelLoad: bool?, FailTasksOnLobTruncation: bool?, NumberDatatypeScale: int?, Password: str?, Port: int?, ReadTableSpaceName: bool?, RetryInterval: int?, SecurityDbEncryption: str?, SecurityDbEncryptionName: str?, ServerName: str?, SpatialDataOptionToGeoJsonFunctionName: str?, StandbyDelayTime: int?, Username: str?, UseBFile: bool?, UseDirectPathFullLoad: bool?, UseLogminerReader: bool?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, SecretsManagerOracleAsmAccessRoleArn: str?, SecretsManagerOracleAsmSecretId: str?, TrimSpaceInChar: bool?, ConvertTimestampWithZoneToUTC: bool?, OpenTransactionWindow: int?}, SybaseSettings: SybaseSettings?{DatabaseName: str?, Password: str?, Port: int?, ServerName: str?, Username: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?}, MicrosoftSQLServerSettings: MicrosoftSQLServerSettings?{Port: int?, BcpPacketSize: int?, DatabaseName: str?, ControlTablesFileGroup: str?, Password: str?, QuerySingleAlwaysOnNode: bool?, ReadBackupOnly: bool?, SafeguardPolicy: str?, ServerName: str?, Username: str?, UseBcpFullLoad: bool?, UseThirdPartyBackupDevice: bool?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, TrimSpaceInChar: bool?, TlogAccessMode: str?, ForceLobLookup: bool?}, IBMDb2Settings: IBMDb2Settings?{DatabaseName: str?, Password: str?, Port: int?, ServerName: str?, SetDataCaptureChanges: bool?, CurrentLsn: str?, MaxKBytesPerRead: int?, Username: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, LoadTimeout: int?, WriteBufferSize: int?, MaxFileSize: int?, KeepCsvFiles: bool?}, DocDbSettings: DocDbSettings?{Username: str?, Password: str?, ServerName: str?, Port: int?, DatabaseName: str?, NestingLevel: str?, ExtractDocId: bool?, DocsToInvestigate: int?, KmsKeyId: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?, UseUpdateLookUp: bool?, ReplicateShardCollections: bool?}, RedisSettings: RedisSettings?{ServerName: str, Port: int, SslSecurityProtocol: str?, AuthType: str?, AuthUserName: str?, AuthPassword: str?, SslCaCertificateArn: str?}, GcpMySQLSettings: GcpMySQLSettings?{AfterConnectScript: str?, CleanSourceMetadataOnMismatch: bool?, DatabaseName: str?, EventsPollInterval: int?, TargetDbType: str?, MaxFileSize: int?, ParallelLoadThreads: int?, Password: str?, Port: int?, ServerName: str?, ServerTimezone: str?, Username: str?, SecretsManagerAccessRoleArn: str?, SecretsManagerSecretId: str?}, TimestreamSettings: TimestreamSettings?{DatabaseName: str, MemoryDuration: int, MagneticDuration: int, CdcInsertsAndUpdates: bool?, EnableMagneticStoreWrites: bool?}}}\n\n@endpoint POST /\n@desc Modifies an existing DMS event notification subscription.\n@required {SubscriptionName: str}\n@optional {SnsTopicArn: str, SourceType: str, EventCategories: [str], Enabled: bool}\n@returns(200) {EventSubscription: EventSubscription?{CustomerAwsId: str?, CustSubscriptionId: str?, SnsTopicArn: str?, Status: str?, SubscriptionCreationTime: str?, SourceType: str?, SourceIdsList: [str]?, EventCategoriesList: [str]?, Enabled: bool?}}\n\n@endpoint POST /\n@desc Modifies the specified instance profile using the provided parameters.  All migration projects associated with the instance profile must be deleted or modified before you can modify the instance profile.\n@required {InstanceProfileIdentifier: str}\n@optional {AvailabilityZone: str, KmsKeyArn: str, PubliclyAccessible: bool, NetworkType: str, InstanceProfileName: str, Description: str, SubnetGroupIdentifier: str, VpcSecurityGroups: [str]}\n@returns(200) {InstanceProfile: InstanceProfile?{InstanceProfileArn: str?, AvailabilityZone: str?, KmsKeyArn: str?, PubliclyAccessible: bool?, NetworkType: str?, InstanceProfileName: str?, Description: str?, InstanceProfileCreationTime: str(timestamp)?, SubnetGroupIdentifier: str?, VpcSecurityGroups: [str]?}}\n\n@endpoint POST /\n@desc Modifies the specified migration project using the provided parameters.  The migration project must be closed before you can modify it.\n@required {MigrationProjectIdentifier: str}\n@optional {MigrationProjectName: str, SourceDataProviderDescriptors: [DataProviderDescriptorDefinition], TargetDataProviderDescriptors: [DataProviderDescriptorDefinition], InstanceProfileIdentifier: str, TransformationRules: str, Description: str, SchemaConversionApplicationAttributes: SCApplicationAttributes}\n@returns(200) {MigrationProject: MigrationProject?{MigrationProjectName: str?, MigrationProjectArn: str?, MigrationProjectCreationTime: str(timestamp)?, SourceDataProviderDescriptors: [DataProviderDescriptor]?, TargetDataProviderDescriptors: [DataProviderDescriptor]?, InstanceProfileArn: str?, InstanceProfileName: str?, TransformationRules: str?, Description: str?, SchemaConversionApplicationAttributes: SCApplicationAttributes?{S3BucketPath: str?, S3BucketRoleArn: str?}}}\n\n@endpoint POST /\n@desc Modifies an existing DMS Serverless replication configuration that you can use to start a replication. This command includes input validation and logic to check the state of any replication that uses this configuration. You can only modify a replication configuration before any replication that uses it has started. As soon as you have initially started a replication with a given configuiration, you can't modify that configuration, even if you stop it. Other run statuses that allow you to run this command include FAILED and CREATED. A provisioning state that allows you to run this command is FAILED_PROVISION.\n@required {ReplicationConfigArn: str}\n@optional {ReplicationConfigIdentifier: str, ReplicationType: str, TableMappings: str, ReplicationSettings: str, SupplementalSettings: str, ComputeConfig: ComputeConfig, SourceEndpointArn: str, TargetEndpointArn: str}\n@returns(200) {ReplicationConfig: ReplicationConfig?{ReplicationConfigIdentifier: str?, ReplicationConfigArn: str?, SourceEndpointArn: str?, TargetEndpointArn: str?, ReplicationType: str?, ComputeConfig: ComputeConfig?{AvailabilityZone: str?, DnsNameServers: str?, KmsKeyId: str?, MaxCapacityUnits: int?, MinCapacityUnits: int?, MultiAZ: bool?, PreferredMaintenanceWindow: str?, ReplicationSubnetGroupId: str?, VpcSecurityGroupIds: [str]?}, ReplicationSettings: str?, SupplementalSettings: str?, TableMappings: str?, ReplicationConfigCreateTime: str(timestamp)?, ReplicationConfigUpdateTime: str(timestamp)?}}\n\n@endpoint POST /\n@desc 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.\n@required {ReplicationInstanceArn: str}\n@optional {AllocatedStorage: int, ApplyImmediately: bool, ReplicationInstanceClass: str, VpcSecurityGroupIds: [str], PreferredMaintenanceWindow: str, MultiAZ: bool, EngineVersion: str, AllowMajorVersionUpgrade: bool, AutoMinorVersionUpgrade: bool, ReplicationInstanceIdentifier: str, NetworkType: str}\n@returns(200) {ReplicationInstance: ReplicationInstance?{ReplicationInstanceIdentifier: str?, ReplicationInstanceClass: str?, ReplicationInstanceStatus: str?, AllocatedStorage: int?, InstanceCreateTime: str(timestamp)?, VpcSecurityGroups: [VpcSecurityGroupMembership]?, AvailabilityZone: str?, ReplicationSubnetGroup: ReplicationSubnetGroup?{ReplicationSubnetGroupIdentifier: str?, ReplicationSubnetGroupDescription: str?, VpcId: str?, SubnetGroupStatus: str?, Subnets: [Subnet]?, SupportedNetworkTypes: [str]?}, PreferredMaintenanceWindow: str?, PendingModifiedValues: ReplicationPendingModifiedValues?{ReplicationInstanceClass: str?, AllocatedStorage: int?, MultiAZ: bool?, EngineVersion: str?, NetworkType: str?}, MultiAZ: bool?, EngineVersion: str?, AutoMinorVersionUpgrade: bool?, KmsKeyId: str?, ReplicationInstanceArn: str?, ReplicationInstancePublicIpAddress: str?, ReplicationInstancePrivateIpAddress: str?, ReplicationInstancePublicIpAddresses: [str]?, ReplicationInstancePrivateIpAddresses: [str]?, ReplicationInstanceIpv6Addresses: [str]?, PubliclyAccessible: bool?, SecondaryAvailabilityZone: str?, FreeUntil: str(timestamp)?, DnsNameServers: str?, NetworkType: str?}}\n\n@endpoint POST /\n@desc Modifies the settings for the specified replication subnet group.\n@required {ReplicationSubnetGroupIdentifier: str, SubnetIds: [str]}\n@optional {ReplicationSubnetGroupDescription: str}\n@returns(200) {ReplicationSubnetGroup: ReplicationSubnetGroup?{ReplicationSubnetGroupIdentifier: str?, ReplicationSubnetGroupDescription: str?, VpcId: str?, SubnetGroupStatus: str?, Subnets: [Subnet]?, SupportedNetworkTypes: [str]?}}\n\n@endpoint POST /\n@desc 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 DMS tasks, see Working with Migration Tasks in the Database Migration Service User Guide.\n@required {ReplicationTaskArn: str}\n@optional {ReplicationTaskIdentifier: str, MigrationType: str, TableMappings: str, ReplicationTaskSettings: str, CdcStartTime: str(timestamp), CdcStartPosition: str, CdcStopPosition: str, TaskData: str}\n@returns(200) {ReplicationTask: ReplicationTask?{ReplicationTaskIdentifier: str?, SourceEndpointArn: str?, TargetEndpointArn: str?, ReplicationInstanceArn: str?, MigrationType: str?, TableMappings: str?, ReplicationTaskSettings: str?, Status: str?, LastFailureMessage: str?, StopReason: str?, ReplicationTaskCreationDate: str(timestamp)?, ReplicationTaskStartDate: str(timestamp)?, CdcStartPosition: str?, CdcStopPosition: str?, RecoveryCheckpoint: str?, ReplicationTaskArn: str?, ReplicationTaskStats: ReplicationTaskStats?{FullLoadProgressPercent: int?, ElapsedTimeMillis: int(i64)?, TablesLoaded: int?, TablesLoading: int?, TablesQueued: int?, TablesErrored: int?, FreshStartDate: str(timestamp)?, StartDate: str(timestamp)?, StopDate: str(timestamp)?, FullLoadStartDate: str(timestamp)?, FullLoadFinishDate: str(timestamp)?}, TaskData: str?, TargetReplicationInstanceArn: str?}}\n\n@endpoint POST /\n@desc Moves a replication task from its current replication instance to a different target replication instance using the specified parameters. The target replication instance must be created with the same or later DMS version as the current replication instance.\n@required {ReplicationTaskArn: str, TargetReplicationInstanceArn: str}\n@returns(200) {ReplicationTask: ReplicationTask?{ReplicationTaskIdentifier: str?, SourceEndpointArn: str?, TargetEndpointArn: str?, ReplicationInstanceArn: str?, MigrationType: str?, TableMappings: str?, ReplicationTaskSettings: str?, Status: str?, LastFailureMessage: str?, StopReason: str?, ReplicationTaskCreationDate: str(timestamp)?, ReplicationTaskStartDate: str(timestamp)?, CdcStartPosition: str?, CdcStopPosition: str?, RecoveryCheckpoint: str?, ReplicationTaskArn: str?, ReplicationTaskStats: ReplicationTaskStats?{FullLoadProgressPercent: int?, ElapsedTimeMillis: int(i64)?, TablesLoaded: int?, TablesLoading: int?, TablesQueued: int?, TablesErrored: int?, FreshStartDate: str(timestamp)?, StartDate: str(timestamp)?, StopDate: str(timestamp)?, FullLoadStartDate: str(timestamp)?, FullLoadFinishDate: str(timestamp)?}, TaskData: str?, TargetReplicationInstanceArn: str?}}\n\n@endpoint POST /\n@desc Reboots a replication instance. Rebooting results in a momentary outage, until the replication instance becomes available again.\n@required {ReplicationInstanceArn: str}\n@optional {ForceFailover: bool, ForcePlannedFailover: bool}\n@returns(200) {ReplicationInstance: ReplicationInstance?{ReplicationInstanceIdentifier: str?, ReplicationInstanceClass: str?, ReplicationInstanceStatus: str?, AllocatedStorage: int?, InstanceCreateTime: str(timestamp)?, VpcSecurityGroups: [VpcSecurityGroupMembership]?, AvailabilityZone: str?, ReplicationSubnetGroup: ReplicationSubnetGroup?{ReplicationSubnetGroupIdentifier: str?, ReplicationSubnetGroupDescription: str?, VpcId: str?, SubnetGroupStatus: str?, Subnets: [Subnet]?, SupportedNetworkTypes: [str]?}, PreferredMaintenanceWindow: str?, PendingModifiedValues: ReplicationPendingModifiedValues?{ReplicationInstanceClass: str?, AllocatedStorage: int?, MultiAZ: bool?, EngineVersion: str?, NetworkType: str?}, MultiAZ: bool?, EngineVersion: str?, AutoMinorVersionUpgrade: bool?, KmsKeyId: str?, ReplicationInstanceArn: str?, ReplicationInstancePublicIpAddress: str?, ReplicationInstancePrivateIpAddress: str?, ReplicationInstancePublicIpAddresses: [str]?, ReplicationInstancePrivateIpAddresses: [str]?, ReplicationInstanceIpv6Addresses: [str]?, PubliclyAccessible: bool?, SecondaryAvailabilityZone: str?, FreeUntil: str(timestamp)?, DnsNameServers: str?, NetworkType: str?}}\n\n@endpoint POST /\n@desc 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.\n@required {EndpointArn: str, ReplicationInstanceArn: str}\n@returns(200) {RefreshSchemasStatus: RefreshSchemasStatus?{EndpointArn: str?, ReplicationInstanceArn: str?, Status: str?, LastRefreshDate: str(timestamp)?, LastFailureMessage: str?}}\n\n@endpoint POST /\n@desc Reloads the target database table with the source data for a given DMS Serverless replication configuration. You can only use this operation with a task in the RUNNING state, otherwise the service will throw an InvalidResourceStateFault exception.\n@required {ReplicationConfigArn: str, TablesToReload: [TableToReload]}\n@optional {ReloadOption: str}\n@returns(200) {ReplicationConfigArn: str?}\n\n@endpoint POST /\n@desc Reloads the target database table with the source data.  You can only use this operation with a task in the RUNNING state, otherwise the service will throw an InvalidResourceStateFault exception.\n@required {ReplicationTaskArn: str, TablesToReload: [TableToReload]}\n@optional {ReloadOption: str}\n@returns(200) {ReplicationTaskArn: str?}\n\n@endpoint POST /\n@desc Removes metadata tags from an DMS resource, including replication instance, endpoint, subnet group, and migration task. For more information, see  Tag  data type description.\n@required {ResourceArn: str, TagKeys: [str]}\n\n@endpoint POST /\n@desc Runs large-scale assessment (LSA) analysis on every Fleet Advisor collector in your account.\n@returns(200) {LsaAnalysisId: str?, Status: str?}\n\n@endpoint POST /\n@desc Applies the extension pack to your target database. An extension pack is an add-on module that emulates functions present in a source database that are required when converting objects to the target database.\n@required {MigrationProjectIdentifier: str}\n@returns(200) {RequestIdentifier: str?}\n\n@endpoint POST /\n@desc Creates a database migration assessment report by assessing the migration complexity for your source database. A database migration assessment report summarizes all of the schema conversion tasks. It also details the action items for database objects that can't be converted to the database engine of your target database instance.\n@required {MigrationProjectIdentifier: str, SelectionRules: str}\n@returns(200) {RequestIdentifier: str?}\n\n@endpoint POST /\n@desc Converts your source database objects to a format compatible with the target database.\n@required {MigrationProjectIdentifier: str, SelectionRules: str}\n@returns(200) {RequestIdentifier: str?}\n\n@endpoint POST /\n@desc Saves your converted code to a file as a SQL script, and stores this file on your Amazon S3 bucket.\n@required {MigrationProjectIdentifier: str, SelectionRules: str, Origin: str}\n@optional {FileName: str}\n@returns(200) {RequestIdentifier: str?}\n\n@endpoint POST /\n@desc Applies converted database objects to your target database.\n@required {MigrationProjectIdentifier: str, SelectionRules: str}\n@optional {OverwriteExtensionPack: bool}\n@returns(200) {RequestIdentifier: str?}\n\n@endpoint POST /\n@desc Loads the metadata for all the dependent database objects of the parent object. This operation uses your project's Amazon S3 bucket as a metadata cache to improve performance.\n@required {MigrationProjectIdentifier: str, SelectionRules: str, Origin: str}\n@optional {Refresh: bool}\n@returns(200) {RequestIdentifier: str?}\n\n@endpoint POST /\n@desc Starts the analysis of your source database to provide recommendations of target engines. You can create recommendations for multiple source databases using BatchStartRecommendations.\n@required {DatabaseId: str, Settings: RecommendationSettings}\n\n@endpoint POST /\n@desc For a given DMS Serverless replication configuration, DMS connects to the source endpoint and collects the metadata to analyze the replication workload. Using this metadata, DMS then computes and provisions the required capacity and starts replicating to the target endpoint using the server resources that DMS has provisioned for the DMS Serverless replication.\n@required {ReplicationConfigArn: str, StartReplicationType: str}\n@optional {CdcStartTime: str(timestamp), CdcStartPosition: str, CdcStopPosition: str}\n@returns(200) {Replication: Replication?{ReplicationConfigIdentifier: str?, ReplicationConfigArn: str?, SourceEndpointArn: str?, TargetEndpointArn: str?, ReplicationType: str?, Status: str?, ProvisionData: ProvisionData?{ProvisionState: str?, ProvisionedCapacityUnits: int?, DateProvisioned: str(timestamp)?, IsNewProvisioningAvailable: bool?, DateNewProvisioningDataAvailable: str(timestamp)?, ReasonForNewProvisioningData: str?}, StopReason: str?, FailureMessages: [str]?, ReplicationStats: ReplicationStats?{FullLoadProgressPercent: int?, ElapsedTimeMillis: int(i64)?, TablesLoaded: int?, TablesLoading: int?, TablesQueued: int?, TablesErrored: int?, FreshStartDate: str(timestamp)?, StartDate: str(timestamp)?, StopDate: str(timestamp)?, FullLoadStartDate: str(timestamp)?, FullLoadFinishDate: str(timestamp)?}, StartReplicationType: str?, CdcStartTime: str(timestamp)?, CdcStartPosition: str?, CdcStopPosition: str?, RecoveryCheckpoint: str?, ReplicationCreateTime: str(timestamp)?, ReplicationUpdateTime: str(timestamp)?, ReplicationLastStopTime: str(timestamp)?, ReplicationDeprovisionTime: str(timestamp)?}}\n\n@endpoint POST /\n@desc Starts the replication task. For more information about DMS tasks, see Working with Migration Tasks  in the Database Migration Service User Guide.\n@required {ReplicationTaskArn: str, StartReplicationTaskType: str}\n@optional {CdcStartTime: str(timestamp), CdcStartPosition: str, CdcStopPosition: str}\n@returns(200) {ReplicationTask: ReplicationTask?{ReplicationTaskIdentifier: str?, SourceEndpointArn: str?, TargetEndpointArn: str?, ReplicationInstanceArn: str?, MigrationType: str?, TableMappings: str?, ReplicationTaskSettings: str?, Status: str?, LastFailureMessage: str?, StopReason: str?, ReplicationTaskCreationDate: str(timestamp)?, ReplicationTaskStartDate: str(timestamp)?, CdcStartPosition: str?, CdcStopPosition: str?, RecoveryCheckpoint: str?, ReplicationTaskArn: str?, ReplicationTaskStats: ReplicationTaskStats?{FullLoadProgressPercent: int?, ElapsedTimeMillis: int(i64)?, TablesLoaded: int?, TablesLoading: int?, TablesQueued: int?, TablesErrored: int?, FreshStartDate: str(timestamp)?, StartDate: str(timestamp)?, StopDate: str(timestamp)?, FullLoadStartDate: str(timestamp)?, FullLoadFinishDate: str(timestamp)?}, TaskData: str?, TargetReplicationInstanceArn: str?}}\n\n@endpoint POST /\n@desc Starts the replication task assessment for unsupported data types in the source database.  You can only use this operation for a task if the following conditions are true:   The task must be in the stopped state.   The task must have successful connections to the source and target.   If either of these conditions are not met, an InvalidResourceStateFault error will result.  For information about DMS task assessments, see Creating a task assessment report in the Database Migration Service User Guide.\n@required {ReplicationTaskArn: str}\n@returns(200) {ReplicationTask: ReplicationTask?{ReplicationTaskIdentifier: str?, SourceEndpointArn: str?, TargetEndpointArn: str?, ReplicationInstanceArn: str?, MigrationType: str?, TableMappings: str?, ReplicationTaskSettings: str?, Status: str?, LastFailureMessage: str?, StopReason: str?, ReplicationTaskCreationDate: str(timestamp)?, ReplicationTaskStartDate: str(timestamp)?, CdcStartPosition: str?, CdcStopPosition: str?, RecoveryCheckpoint: str?, ReplicationTaskArn: str?, ReplicationTaskStats: ReplicationTaskStats?{FullLoadProgressPercent: int?, ElapsedTimeMillis: int(i64)?, TablesLoaded: int?, TablesLoading: int?, TablesQueued: int?, TablesErrored: int?, FreshStartDate: str(timestamp)?, StartDate: str(timestamp)?, StopDate: str(timestamp)?, FullLoadStartDate: str(timestamp)?, FullLoadFinishDate: str(timestamp)?}, TaskData: str?, TargetReplicationInstanceArn: str?}}\n\n@endpoint POST /\n@desc Starts a new premigration assessment run for one or more individual assessments of a migration task. The assessments that you can specify depend on the source and target database engine and the migration type defined for the given task. To run this operation, your migration task must already be created. After you run this operation, you can review the status of each individual assessment. You can also run the migration task manually after the assessment run and its individual assessments complete.\n@required {ReplicationTaskArn: str, ServiceAccessRoleArn: str, ResultLocationBucket: str, AssessmentRunName: str}\n@optional {ResultLocationFolder: str, ResultEncryptionMode: str, ResultKmsKeyArn: str, IncludeOnly: [str], Exclude: [str]}\n@returns(200) {ReplicationTaskAssessmentRun: ReplicationTaskAssessmentRun?{ReplicationTaskAssessmentRunArn: str?, ReplicationTaskArn: str?, Status: str?, ReplicationTaskAssessmentRunCreationDate: str(timestamp)?, AssessmentProgress: ReplicationTaskAssessmentRunProgress?{IndividualAssessmentCount: int?, IndividualAssessmentCompletedCount: int?}, LastFailureMessage: str?, ServiceAccessRoleArn: str?, ResultLocationBucket: str?, ResultLocationFolder: str?, ResultEncryptionMode: str?, ResultKmsKeyArn: str?, AssessmentRunName: str?}}\n\n@endpoint POST /\n@desc For a given DMS Serverless replication configuration, DMS stops any and all ongoing DMS Serverless replications. This command doesn't deprovision the stopped replications.\n@required {ReplicationConfigArn: str}\n@returns(200) {Replication: Replication?{ReplicationConfigIdentifier: str?, ReplicationConfigArn: str?, SourceEndpointArn: str?, TargetEndpointArn: str?, ReplicationType: str?, Status: str?, ProvisionData: ProvisionData?{ProvisionState: str?, ProvisionedCapacityUnits: int?, DateProvisioned: str(timestamp)?, IsNewProvisioningAvailable: bool?, DateNewProvisioningDataAvailable: str(timestamp)?, ReasonForNewProvisioningData: str?}, StopReason: str?, FailureMessages: [str]?, ReplicationStats: ReplicationStats?{FullLoadProgressPercent: int?, ElapsedTimeMillis: int(i64)?, TablesLoaded: int?, TablesLoading: int?, TablesQueued: int?, TablesErrored: int?, FreshStartDate: str(timestamp)?, StartDate: str(timestamp)?, StopDate: str(timestamp)?, FullLoadStartDate: str(timestamp)?, FullLoadFinishDate: str(timestamp)?}, StartReplicationType: str?, CdcStartTime: str(timestamp)?, CdcStartPosition: str?, CdcStopPosition: str?, RecoveryCheckpoint: str?, ReplicationCreateTime: str(timestamp)?, ReplicationUpdateTime: str(timestamp)?, ReplicationLastStopTime: str(timestamp)?, ReplicationDeprovisionTime: str(timestamp)?}}\n\n@endpoint POST /\n@desc Stops the replication task.\n@required {ReplicationTaskArn: str}\n@returns(200) {ReplicationTask: ReplicationTask?{ReplicationTaskIdentifier: str?, SourceEndpointArn: str?, TargetEndpointArn: str?, ReplicationInstanceArn: str?, MigrationType: str?, TableMappings: str?, ReplicationTaskSettings: str?, Status: str?, LastFailureMessage: str?, StopReason: str?, ReplicationTaskCreationDate: str(timestamp)?, ReplicationTaskStartDate: str(timestamp)?, CdcStartPosition: str?, CdcStopPosition: str?, RecoveryCheckpoint: str?, ReplicationTaskArn: str?, ReplicationTaskStats: ReplicationTaskStats?{FullLoadProgressPercent: int?, ElapsedTimeMillis: int(i64)?, TablesLoaded: int?, TablesLoading: int?, TablesQueued: int?, TablesErrored: int?, FreshStartDate: str(timestamp)?, StartDate: str(timestamp)?, StopDate: str(timestamp)?, FullLoadStartDate: str(timestamp)?, FullLoadFinishDate: str(timestamp)?}, TaskData: str?, TargetReplicationInstanceArn: str?}}\n\n@endpoint POST /\n@desc Tests the connection between the replication instance and the endpoint.\n@required {ReplicationInstanceArn: str, EndpointArn: str}\n@returns(200) {Connection: Connection?{ReplicationInstanceArn: str?, EndpointArn: str?, Status: str?, LastFailureMessage: str?, EndpointIdentifier: str?, ReplicationInstanceIdentifier: str?}}\n\n@endpoint POST /\n@desc Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts them to corresponding Amazon EventBridge rules. By default, this operation migrates subscriptions only when all your replication instance versions are 3.4.5 or higher. If any replication instances are from versions earlier than 3.4.5, the operation raises an error and tells you to upgrade these instances to version 3.4.5 or higher. To enable migration regardless of version, set the Force option to true. However, if you don't upgrade instances earlier than version 3.4.5, some types of events might not be available when you use Amazon EventBridge. To call this operation, make sure that you have certain permissions added to your user account. For more information, see Migrating event subscriptions to Amazon EventBridge in the Amazon Web Services Database Migration Service User Guide.\n@optional {ForceMove: bool}\n@returns(200) {Result: str?}\n\n@end\n"}