amazonka-ml-0.3.6: Amazon Machine Learning SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.MachineLearning.DeleteDataSource

Contents

Description

Assigns the DELETED status to a DataSource, rendering it unusable.

After using the DeleteDataSource operation, you can use the GetDataSource operation to verify that the status of the DataSource changed to DELETED.

Caution The results of the DeleteDataSource operation are irreversible.

http://http://docs.aws.amazon.com/machine-learning/latest/APIReference/API_DeleteDataSource.html

Synopsis

Request

Request constructor

deleteDataSource Source

DeleteDataSource constructor.

The fields accessible through corresponding lenses are:

Request lenses

ddsDataSourceId :: Lens' DeleteDataSource Text Source

A user-supplied ID that uniquely identifies the DataSource.

Response

Response constructor

deleteDataSourceResponse :: DeleteDataSourceResponse Source

DeleteDataSourceResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

ddsrDataSourceId :: Lens' DeleteDataSourceResponse (Maybe Text) Source

A user-supplied ID that uniquely identifies the DataSource. This value should be identical to the value of the DataSourceID in the request.