amazonka-ml-0.3.4: Amazon Machine Learning SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.MachineLearning.UpdateDataSource

Contents

Description

Updates the DataSourceName of a DataSource.

You can use the GetDataSource operation to view the contents of the updated data element.

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

Synopsis

Request

Request constructor

updateDataSource Source

UpdateDataSource constructor.

The fields accessible through corresponding lenses are:

Request lenses

udsDataSourceId :: Lens' UpdateDataSource Text Source

The ID assigned to the DataSource during creation.

udsDataSourceName :: Lens' UpdateDataSource Text Source

A new user-supplied name or description of the DataSource that will replace the current description.

Response

Response constructor

updateDataSourceResponse :: UpdateDataSourceResponse Source

UpdateDataSourceResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

udsrDataSourceId :: Lens' UpdateDataSourceResponse (Maybe Text) Source

The ID assigned to the DataSource during creation. This value should be identical to the value of the DataSourceID in the request.