packages feed

amazonka-ml 1.2.0.1 → 1.2.0.2

raw patch · 53 files changed

+57/−56 lines, 53 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -8,7 +8,7 @@  ## Version -`1.2.0.1`+`1.2.0.2`   ## Description
amazonka-ml.cabal view
@@ -1,7 +1,8 @@ name:                  amazonka-ml-version:               1.2.0.1+version:               1.2.0.2 synopsis:              Amazon Machine Learning SDK. homepage:              https://github.com/brendanhay/amazonka+bug-reports:           https://github.com/brendanhay/amazonka/issues license:               OtherLicense license-file:          LICENSE author:                Brendan Hay@@ -9,9 +10,8 @@ copyright:             Copyright (c) 2013-2015 Brendan Hay category:              Network, AWS, Cloud, Distributed Computing build-type:            Simple-extra-source-files:    README.md cabal-version:         >= 1.10-+extra-source-files:    README.md fixture/*.yaml fixture/*.proto description:     Definition of the public APIs exposed by Amazon Machine Learning     .@@ -85,8 +85,9 @@      ghc-options:       -Wall -threaded -    -- This is not comprehensive if modules have manually been added.-    -- It exists to ensure cabal 'somewhat' detects test module changes.+    -- This section is encoded by the template and any modules added by+    -- hand outside these namespaces will not correctly be added to the+    -- distribution package.     other-modules:           Test.AWS.MachineLearning         , Test.AWS.Gen.MachineLearning
+ fixture/CreateBatchPrediction.yaml view
+ fixture/CreateBatchPredictionResponse.proto view
+ fixture/CreateDataSourceFromRDS.yaml view
+ fixture/CreateDataSourceFromRDSResponse.proto view
+ fixture/CreateDataSourceFromRedshift.yaml view
+ fixture/CreateDataSourceFromRedshiftResponse.proto view
+ fixture/CreateDataSourceFromS.yaml view
+ fixture/CreateDataSourceFromSResponse.proto view
+ fixture/CreateEvaluation.yaml view
+ fixture/CreateEvaluationResponse.proto view
+ fixture/CreateMLModel.yaml view
+ fixture/CreateMLModelResponse.proto view
+ fixture/CreateRealtimeEndpoint.yaml view
+ fixture/CreateRealtimeEndpointResponse.proto view
+ fixture/DeleteBatchPrediction.yaml view
+ fixture/DeleteBatchPredictionResponse.proto view
+ fixture/DeleteDataSource.yaml view
+ fixture/DeleteDataSourceResponse.proto view
+ fixture/DeleteEvaluation.yaml view
+ fixture/DeleteEvaluationResponse.proto view
+ fixture/DeleteMLModel.yaml view
+ fixture/DeleteMLModelResponse.proto view
+ fixture/DeleteRealtimeEndpoint.yaml view
+ fixture/DeleteRealtimeEndpointResponse.proto view
+ fixture/DescribeBatchPredictions.yaml view
+ fixture/DescribeBatchPredictionsResponse.proto view
+ fixture/DescribeDataSources.yaml view
+ fixture/DescribeDataSourcesResponse.proto view
+ fixture/DescribeEvaluations.yaml view
+ fixture/DescribeEvaluationsResponse.proto view
+ fixture/DescribeMLModels.yaml view
+ fixture/DescribeMLModelsResponse.proto view
+ fixture/GetBatchPrediction.yaml view
+ fixture/GetBatchPredictionResponse.proto view
+ fixture/GetDataSource.yaml view
+ fixture/GetDataSourceResponse.proto view
+ fixture/GetEvaluation.yaml view
+ fixture/GetEvaluationResponse.proto view
+ fixture/GetMLModel.yaml view
+ fixture/GetMLModelResponse.proto view
+ fixture/Predict.yaml view
+ fixture/PredictResponse.proto view
+ fixture/UpdateBatchPrediction.yaml view
+ fixture/UpdateBatchPredictionResponse.proto view
+ fixture/UpdateDataSource.yaml view
+ fixture/UpdateDataSourceResponse.proto view
+ fixture/UpdateEvaluation.yaml view
+ fixture/UpdateEvaluationResponse.proto view
+ fixture/UpdateMLModel.yaml view
+ fixture/UpdateMLModelResponse.proto view
test/Test/AWS/Gen/MachineLearning.hs view
@@ -189,301 +189,301 @@ testDeleteDataSource :: DeleteDataSource -> TestTree testDeleteDataSource = req     "DeleteDataSource"-    "fixture/DeleteDataSource"+    "fixture/DeleteDataSource.yaml"  testUpdateDataSource :: UpdateDataSource -> TestTree testUpdateDataSource = req     "UpdateDataSource"-    "fixture/UpdateDataSource"+    "fixture/UpdateDataSource.yaml"  testCreateDataSourceFromRedshift :: CreateDataSourceFromRedshift -> TestTree testCreateDataSourceFromRedshift = req     "CreateDataSourceFromRedshift"-    "fixture/CreateDataSourceFromRedshift"+    "fixture/CreateDataSourceFromRedshift.yaml"  testCreateDataSourceFromS :: CreateDataSourceFromS -> TestTree testCreateDataSourceFromS = req     "CreateDataSourceFromS"-    "fixture/CreateDataSourceFromS"+    "fixture/CreateDataSourceFromS.yaml"  testCreateMLModel :: CreateMLModel -> TestTree testCreateMLModel = req     "CreateMLModel"-    "fixture/CreateMLModel"+    "fixture/CreateMLModel.yaml"  testDeleteBatchPrediction :: DeleteBatchPrediction -> TestTree testDeleteBatchPrediction = req     "DeleteBatchPrediction"-    "fixture/DeleteBatchPrediction"+    "fixture/DeleteBatchPrediction.yaml"  testUpdateBatchPrediction :: UpdateBatchPrediction -> TestTree testUpdateBatchPrediction = req     "UpdateBatchPrediction"-    "fixture/UpdateBatchPrediction"+    "fixture/UpdateBatchPrediction.yaml"  testGetMLModel :: GetMLModel -> TestTree testGetMLModel = req     "GetMLModel"-    "fixture/GetMLModel"+    "fixture/GetMLModel.yaml"  testGetDataSource :: GetDataSource -> TestTree testGetDataSource = req     "GetDataSource"-    "fixture/GetDataSource"+    "fixture/GetDataSource.yaml"  testDeleteMLModel :: DeleteMLModel -> TestTree testDeleteMLModel = req     "DeleteMLModel"-    "fixture/DeleteMLModel"+    "fixture/DeleteMLModel.yaml"  testUpdateMLModel :: UpdateMLModel -> TestTree testUpdateMLModel = req     "UpdateMLModel"-    "fixture/UpdateMLModel"+    "fixture/UpdateMLModel.yaml"  testDescribeBatchPredictions :: DescribeBatchPredictions -> TestTree testDescribeBatchPredictions = req     "DescribeBatchPredictions"-    "fixture/DescribeBatchPredictions"+    "fixture/DescribeBatchPredictions.yaml"  testUpdateEvaluation :: UpdateEvaluation -> TestTree testUpdateEvaluation = req     "UpdateEvaluation"-    "fixture/UpdateEvaluation"+    "fixture/UpdateEvaluation.yaml"  testDeleteEvaluation :: DeleteEvaluation -> TestTree testDeleteEvaluation = req     "DeleteEvaluation"-    "fixture/DeleteEvaluation"+    "fixture/DeleteEvaluation.yaml"  testGetBatchPrediction :: GetBatchPrediction -> TestTree testGetBatchPrediction = req     "GetBatchPrediction"-    "fixture/GetBatchPrediction"+    "fixture/GetBatchPrediction.yaml"  testCreateEvaluation :: CreateEvaluation -> TestTree testCreateEvaluation = req     "CreateEvaluation"-    "fixture/CreateEvaluation"+    "fixture/CreateEvaluation.yaml"  testCreateDataSourceFromRDS :: CreateDataSourceFromRDS -> TestTree testCreateDataSourceFromRDS = req     "CreateDataSourceFromRDS"-    "fixture/CreateDataSourceFromRDS"+    "fixture/CreateDataSourceFromRDS.yaml"  testCreateBatchPrediction :: CreateBatchPrediction -> TestTree testCreateBatchPrediction = req     "CreateBatchPrediction"-    "fixture/CreateBatchPrediction"+    "fixture/CreateBatchPrediction.yaml"  testPredict :: Predict -> TestTree testPredict = req     "Predict"-    "fixture/Predict"+    "fixture/Predict.yaml"  testDeleteRealtimeEndpoint :: DeleteRealtimeEndpoint -> TestTree testDeleteRealtimeEndpoint = req     "DeleteRealtimeEndpoint"-    "fixture/DeleteRealtimeEndpoint"+    "fixture/DeleteRealtimeEndpoint.yaml"  testDescribeEvaluations :: DescribeEvaluations -> TestTree testDescribeEvaluations = req     "DescribeEvaluations"-    "fixture/DescribeEvaluations"+    "fixture/DescribeEvaluations.yaml"  testGetEvaluation :: GetEvaluation -> TestTree testGetEvaluation = req     "GetEvaluation"-    "fixture/GetEvaluation"+    "fixture/GetEvaluation.yaml"  testCreateRealtimeEndpoint :: CreateRealtimeEndpoint -> TestTree testCreateRealtimeEndpoint = req     "CreateRealtimeEndpoint"-    "fixture/CreateRealtimeEndpoint"+    "fixture/CreateRealtimeEndpoint.yaml"  testDescribeMLModels :: DescribeMLModels -> TestTree testDescribeMLModels = req     "DescribeMLModels"-    "fixture/DescribeMLModels"+    "fixture/DescribeMLModels.yaml"  testDescribeDataSources :: DescribeDataSources -> TestTree testDescribeDataSources = req     "DescribeDataSources"-    "fixture/DescribeDataSources"+    "fixture/DescribeDataSources.yaml"  -- Responses  testDeleteDataSourceResponse :: DeleteDataSourceResponse -> TestTree testDeleteDataSourceResponse = res     "DeleteDataSourceResponse"-    "fixture/DeleteDataSourceResponse"+    "fixture/DeleteDataSourceResponse.proto"     machineLearning     (Proxy :: Proxy DeleteDataSource)  testUpdateDataSourceResponse :: UpdateDataSourceResponse -> TestTree testUpdateDataSourceResponse = res     "UpdateDataSourceResponse"-    "fixture/UpdateDataSourceResponse"+    "fixture/UpdateDataSourceResponse.proto"     machineLearning     (Proxy :: Proxy UpdateDataSource)  testCreateDataSourceFromRedshiftResponse :: CreateDataSourceFromRedshiftResponse -> TestTree testCreateDataSourceFromRedshiftResponse = res     "CreateDataSourceFromRedshiftResponse"-    "fixture/CreateDataSourceFromRedshiftResponse"+    "fixture/CreateDataSourceFromRedshiftResponse.proto"     machineLearning     (Proxy :: Proxy CreateDataSourceFromRedshift)  testCreateDataSourceFromSResponse :: CreateDataSourceFromSResponse -> TestTree testCreateDataSourceFromSResponse = res     "CreateDataSourceFromSResponse"-    "fixture/CreateDataSourceFromSResponse"+    "fixture/CreateDataSourceFromSResponse.proto"     machineLearning     (Proxy :: Proxy CreateDataSourceFromS)  testCreateMLModelResponse :: CreateMLModelResponse -> TestTree testCreateMLModelResponse = res     "CreateMLModelResponse"-    "fixture/CreateMLModelResponse"+    "fixture/CreateMLModelResponse.proto"     machineLearning     (Proxy :: Proxy CreateMLModel)  testDeleteBatchPredictionResponse :: DeleteBatchPredictionResponse -> TestTree testDeleteBatchPredictionResponse = res     "DeleteBatchPredictionResponse"-    "fixture/DeleteBatchPredictionResponse"+    "fixture/DeleteBatchPredictionResponse.proto"     machineLearning     (Proxy :: Proxy DeleteBatchPrediction)  testUpdateBatchPredictionResponse :: UpdateBatchPredictionResponse -> TestTree testUpdateBatchPredictionResponse = res     "UpdateBatchPredictionResponse"-    "fixture/UpdateBatchPredictionResponse"+    "fixture/UpdateBatchPredictionResponse.proto"     machineLearning     (Proxy :: Proxy UpdateBatchPrediction)  testGetMLModelResponse :: GetMLModelResponse -> TestTree testGetMLModelResponse = res     "GetMLModelResponse"-    "fixture/GetMLModelResponse"+    "fixture/GetMLModelResponse.proto"     machineLearning     (Proxy :: Proxy GetMLModel)  testGetDataSourceResponse :: GetDataSourceResponse -> TestTree testGetDataSourceResponse = res     "GetDataSourceResponse"-    "fixture/GetDataSourceResponse"+    "fixture/GetDataSourceResponse.proto"     machineLearning     (Proxy :: Proxy GetDataSource)  testDeleteMLModelResponse :: DeleteMLModelResponse -> TestTree testDeleteMLModelResponse = res     "DeleteMLModelResponse"-    "fixture/DeleteMLModelResponse"+    "fixture/DeleteMLModelResponse.proto"     machineLearning     (Proxy :: Proxy DeleteMLModel)  testUpdateMLModelResponse :: UpdateMLModelResponse -> TestTree testUpdateMLModelResponse = res     "UpdateMLModelResponse"-    "fixture/UpdateMLModelResponse"+    "fixture/UpdateMLModelResponse.proto"     machineLearning     (Proxy :: Proxy UpdateMLModel)  testDescribeBatchPredictionsResponse :: DescribeBatchPredictionsResponse -> TestTree testDescribeBatchPredictionsResponse = res     "DescribeBatchPredictionsResponse"-    "fixture/DescribeBatchPredictionsResponse"+    "fixture/DescribeBatchPredictionsResponse.proto"     machineLearning     (Proxy :: Proxy DescribeBatchPredictions)  testUpdateEvaluationResponse :: UpdateEvaluationResponse -> TestTree testUpdateEvaluationResponse = res     "UpdateEvaluationResponse"-    "fixture/UpdateEvaluationResponse"+    "fixture/UpdateEvaluationResponse.proto"     machineLearning     (Proxy :: Proxy UpdateEvaluation)  testDeleteEvaluationResponse :: DeleteEvaluationResponse -> TestTree testDeleteEvaluationResponse = res     "DeleteEvaluationResponse"-    "fixture/DeleteEvaluationResponse"+    "fixture/DeleteEvaluationResponse.proto"     machineLearning     (Proxy :: Proxy DeleteEvaluation)  testGetBatchPredictionResponse :: GetBatchPredictionResponse -> TestTree testGetBatchPredictionResponse = res     "GetBatchPredictionResponse"-    "fixture/GetBatchPredictionResponse"+    "fixture/GetBatchPredictionResponse.proto"     machineLearning     (Proxy :: Proxy GetBatchPrediction)  testCreateEvaluationResponse :: CreateEvaluationResponse -> TestTree testCreateEvaluationResponse = res     "CreateEvaluationResponse"-    "fixture/CreateEvaluationResponse"+    "fixture/CreateEvaluationResponse.proto"     machineLearning     (Proxy :: Proxy CreateEvaluation)  testCreateDataSourceFromRDSResponse :: CreateDataSourceFromRDSResponse -> TestTree testCreateDataSourceFromRDSResponse = res     "CreateDataSourceFromRDSResponse"-    "fixture/CreateDataSourceFromRDSResponse"+    "fixture/CreateDataSourceFromRDSResponse.proto"     machineLearning     (Proxy :: Proxy CreateDataSourceFromRDS)  testCreateBatchPredictionResponse :: CreateBatchPredictionResponse -> TestTree testCreateBatchPredictionResponse = res     "CreateBatchPredictionResponse"-    "fixture/CreateBatchPredictionResponse"+    "fixture/CreateBatchPredictionResponse.proto"     machineLearning     (Proxy :: Proxy CreateBatchPrediction)  testPredictResponse :: PredictResponse -> TestTree testPredictResponse = res     "PredictResponse"-    "fixture/PredictResponse"+    "fixture/PredictResponse.proto"     machineLearning     (Proxy :: Proxy Predict)  testDeleteRealtimeEndpointResponse :: DeleteRealtimeEndpointResponse -> TestTree testDeleteRealtimeEndpointResponse = res     "DeleteRealtimeEndpointResponse"-    "fixture/DeleteRealtimeEndpointResponse"+    "fixture/DeleteRealtimeEndpointResponse.proto"     machineLearning     (Proxy :: Proxy DeleteRealtimeEndpoint)  testDescribeEvaluationsResponse :: DescribeEvaluationsResponse -> TestTree testDescribeEvaluationsResponse = res     "DescribeEvaluationsResponse"-    "fixture/DescribeEvaluationsResponse"+    "fixture/DescribeEvaluationsResponse.proto"     machineLearning     (Proxy :: Proxy DescribeEvaluations)  testGetEvaluationResponse :: GetEvaluationResponse -> TestTree testGetEvaluationResponse = res     "GetEvaluationResponse"-    "fixture/GetEvaluationResponse"+    "fixture/GetEvaluationResponse.proto"     machineLearning     (Proxy :: Proxy GetEvaluation)  testCreateRealtimeEndpointResponse :: CreateRealtimeEndpointResponse -> TestTree testCreateRealtimeEndpointResponse = res     "CreateRealtimeEndpointResponse"-    "fixture/CreateRealtimeEndpointResponse"+    "fixture/CreateRealtimeEndpointResponse.proto"     machineLearning     (Proxy :: Proxy CreateRealtimeEndpoint)  testDescribeMLModelsResponse :: DescribeMLModelsResponse -> TestTree testDescribeMLModelsResponse = res     "DescribeMLModelsResponse"-    "fixture/DescribeMLModelsResponse"+    "fixture/DescribeMLModelsResponse.proto"     machineLearning     (Proxy :: Proxy DescribeMLModels)  testDescribeDataSourcesResponse :: DescribeDataSourcesResponse -> TestTree testDescribeDataSourcesResponse = res     "DescribeDataSourcesResponse"-    "fixture/DescribeDataSourcesResponse"+    "fixture/DescribeDataSourcesResponse.proto"     machineLearning     (Proxy :: Proxy DescribeDataSources)