deleteDataProvider

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.

Samples


fun main() { 
   //sampleStart 
   // Deletes the specified data provider.
val resp = databaseMigrationClient.deleteDataProvider {
    dataProviderIdentifier = "arn:aws:dms:us-east-1:012345678901:data-provider:EXAMPLEABCDEFGHIJKLMNOPQRSTUVWXYZ012345"
} 
   //sampleEnd
}