amazonka-devicefarm 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 +1/−1
- amazonka-devicefarm.cabal +6/−5
- fixture/CreateDevicePool.yaml +0/−0
- fixture/CreateDevicePoolResponse.proto +0/−0
- fixture/CreateProject.yaml +0/−0
- fixture/CreateProjectResponse.proto +0/−0
- fixture/CreateUpload.yaml +0/−0
- fixture/CreateUploadResponse.proto +0/−0
- fixture/GetAccountSettings.yaml +0/−0
- fixture/GetAccountSettingsResponse.proto +0/−0
- fixture/GetDevice.yaml +0/−0
- fixture/GetDevicePool.yaml +0/−0
- fixture/GetDevicePoolCompatibility.yaml +0/−0
- fixture/GetDevicePoolCompatibilityResponse.proto +0/−0
- fixture/GetDevicePoolResponse.proto +0/−0
- fixture/GetDeviceResponse.proto +0/−0
- fixture/GetJob.yaml +0/−0
- fixture/GetJobResponse.proto +0/−0
- fixture/GetProject.yaml +0/−0
- fixture/GetProjectResponse.proto +0/−0
- fixture/GetRun.yaml +0/−0
- fixture/GetRunResponse.proto +0/−0
- fixture/GetSuite.yaml +0/−0
- fixture/GetSuiteResponse.proto +0/−0
- fixture/GetTest.yaml +0/−0
- fixture/GetTestResponse.proto +0/−0
- fixture/GetUpload.yaml +0/−0
- fixture/GetUploadResponse.proto +0/−0
- fixture/ListArtifacts.yaml +0/−0
- fixture/ListArtifactsResponse.proto +0/−0
- fixture/ListDevicePools.yaml +0/−0
- fixture/ListDevicePoolsResponse.proto +0/−0
- fixture/ListDevices.yaml +0/−0
- fixture/ListDevicesResponse.proto +0/−0
- fixture/ListJobs.yaml +0/−0
- fixture/ListJobsResponse.proto +0/−0
- fixture/ListProjects.yaml +0/−0
- fixture/ListProjectsResponse.proto +0/−0
- fixture/ListRuns.yaml +0/−0
- fixture/ListRunsResponse.proto +0/−0
- fixture/ListSamples.yaml +0/−0
- fixture/ListSamplesResponse.proto +0/−0
- fixture/ListSuites.yaml +0/−0
- fixture/ListSuitesResponse.proto +0/−0
- fixture/ListTests.yaml +0/−0
- fixture/ListTestsResponse.proto +0/−0
- fixture/ListUniqueProblems.yaml +0/−0
- fixture/ListUniqueProblemsResponse.proto +0/−0
- fixture/ListUploads.yaml +0/−0
- fixture/ListUploadsResponse.proto +0/−0
- fixture/ScheduleRun.yaml +0/−0
- fixture/ScheduleRunResponse.proto +0/−0
- test/Test/AWS/Gen/DeviceFarm.hs +50/−50
README.md view
@@ -8,7 +8,7 @@ ## Version -`1.2.0.1`+`1.2.0.2` ## Description
amazonka-devicefarm.cabal view
@@ -1,7 +1,8 @@ name: amazonka-devicefarm-version: 1.2.0.1+version: 1.2.0.2 synopsis: Amazon Device Farm 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: AWS Device Farm is a service that enables mobile app developers to test Android, iOS, and Fire OS apps on physical phones, tablets, and other@@ -87,8 +87,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.DeviceFarm , Test.AWS.Gen.DeviceFarm
+ fixture/CreateDevicePool.yaml view
+ fixture/CreateDevicePoolResponse.proto view
+ fixture/CreateProject.yaml view
+ fixture/CreateProjectResponse.proto view
+ fixture/CreateUpload.yaml view
+ fixture/CreateUploadResponse.proto view
+ fixture/GetAccountSettings.yaml view
+ fixture/GetAccountSettingsResponse.proto view
+ fixture/GetDevice.yaml view
+ fixture/GetDevicePool.yaml view
+ fixture/GetDevicePoolCompatibility.yaml view
+ fixture/GetDevicePoolCompatibilityResponse.proto view
+ fixture/GetDevicePoolResponse.proto view
+ fixture/GetDeviceResponse.proto view
+ fixture/GetJob.yaml view
+ fixture/GetJobResponse.proto view
+ fixture/GetProject.yaml view
+ fixture/GetProjectResponse.proto view
+ fixture/GetRun.yaml view
+ fixture/GetRunResponse.proto view
+ fixture/GetSuite.yaml view
+ fixture/GetSuiteResponse.proto view
+ fixture/GetTest.yaml view
+ fixture/GetTestResponse.proto view
+ fixture/GetUpload.yaml view
+ fixture/GetUploadResponse.proto view
+ fixture/ListArtifacts.yaml view
+ fixture/ListArtifactsResponse.proto view
+ fixture/ListDevicePools.yaml view
+ fixture/ListDevicePoolsResponse.proto view
+ fixture/ListDevices.yaml view
+ fixture/ListDevicesResponse.proto view
+ fixture/ListJobs.yaml view
+ fixture/ListJobsResponse.proto view
+ fixture/ListProjects.yaml view
+ fixture/ListProjectsResponse.proto view
+ fixture/ListRuns.yaml view
+ fixture/ListRunsResponse.proto view
+ fixture/ListSamples.yaml view
+ fixture/ListSamplesResponse.proto view
+ fixture/ListSuites.yaml view
+ fixture/ListSuitesResponse.proto view
+ fixture/ListTests.yaml view
+ fixture/ListTestsResponse.proto view
+ fixture/ListUniqueProblems.yaml view
+ fixture/ListUniqueProblemsResponse.proto view
+ fixture/ListUploads.yaml view
+ fixture/ListUploadsResponse.proto view
+ fixture/ScheduleRun.yaml view
+ fixture/ScheduleRunResponse.proto view
test/Test/AWS/Gen/DeviceFarm.hs view
@@ -189,301 +189,301 @@ testListProjects :: ListProjects -> TestTree testListProjects = req "ListProjects"- "fixture/ListProjects"+ "fixture/ListProjects.yaml" testGetDevicePoolCompatibility :: GetDevicePoolCompatibility -> TestTree testGetDevicePoolCompatibility = req "GetDevicePoolCompatibility"- "fixture/GetDevicePoolCompatibility"+ "fixture/GetDevicePoolCompatibility.yaml" testListTests :: ListTests -> TestTree testListTests = req "ListTests"- "fixture/ListTests"+ "fixture/ListTests.yaml" testCreateUpload :: CreateUpload -> TestTree testCreateUpload = req "CreateUpload"- "fixture/CreateUpload"+ "fixture/CreateUpload.yaml" testListArtifacts :: ListArtifacts -> TestTree testListArtifacts = req "ListArtifacts"- "fixture/ListArtifacts"+ "fixture/ListArtifacts.yaml" testGetDevicePool :: GetDevicePool -> TestTree testGetDevicePool = req "GetDevicePool"- "fixture/GetDevicePool"+ "fixture/GetDevicePool.yaml" testGetUpload :: GetUpload -> TestTree testGetUpload = req "GetUpload"- "fixture/GetUpload"+ "fixture/GetUpload.yaml" testListDevicePools :: ListDevicePools -> TestTree testListDevicePools = req "ListDevicePools"- "fixture/ListDevicePools"+ "fixture/ListDevicePools.yaml" testGetTest :: GetTest -> TestTree testGetTest = req "GetTest"- "fixture/GetTest"+ "fixture/GetTest.yaml" testCreateDevicePool :: CreateDevicePool -> TestTree testCreateDevicePool = req "CreateDevicePool"- "fixture/CreateDevicePool"+ "fixture/CreateDevicePool.yaml" testListRuns :: ListRuns -> TestTree testListRuns = req "ListRuns"- "fixture/ListRuns"+ "fixture/ListRuns.yaml" testListJobs :: ListJobs -> TestTree testListJobs = req "ListJobs"- "fixture/ListJobs"+ "fixture/ListJobs.yaml" testGetDevice :: GetDevice -> TestTree testGetDevice = req "GetDevice"- "fixture/GetDevice"+ "fixture/GetDevice.yaml" testGetJob :: GetJob -> TestTree testGetJob = req "GetJob"- "fixture/GetJob"+ "fixture/GetJob.yaml" testScheduleRun :: ScheduleRun -> TestTree testScheduleRun = req "ScheduleRun"- "fixture/ScheduleRun"+ "fixture/ScheduleRun.yaml" testGetRun :: GetRun -> TestTree testGetRun = req "GetRun"- "fixture/GetRun"+ "fixture/GetRun.yaml" testListSamples :: ListSamples -> TestTree testListSamples = req "ListSamples"- "fixture/ListSamples"+ "fixture/ListSamples.yaml" testListSuites :: ListSuites -> TestTree testListSuites = req "ListSuites"- "fixture/ListSuites"+ "fixture/ListSuites.yaml" testGetAccountSettings :: GetAccountSettings -> TestTree testGetAccountSettings = req "GetAccountSettings"- "fixture/GetAccountSettings"+ "fixture/GetAccountSettings.yaml" testListUploads :: ListUploads -> TestTree testListUploads = req "ListUploads"- "fixture/ListUploads"+ "fixture/ListUploads.yaml" testGetSuite :: GetSuite -> TestTree testGetSuite = req "GetSuite"- "fixture/GetSuite"+ "fixture/GetSuite.yaml" testGetProject :: GetProject -> TestTree testGetProject = req "GetProject"- "fixture/GetProject"+ "fixture/GetProject.yaml" testListDevices :: ListDevices -> TestTree testListDevices = req "ListDevices"- "fixture/ListDevices"+ "fixture/ListDevices.yaml" testListUniqueProblems :: ListUniqueProblems -> TestTree testListUniqueProblems = req "ListUniqueProblems"- "fixture/ListUniqueProblems"+ "fixture/ListUniqueProblems.yaml" testCreateProject :: CreateProject -> TestTree testCreateProject = req "CreateProject"- "fixture/CreateProject"+ "fixture/CreateProject.yaml" -- Responses testListProjectsResponse :: ListProjectsResponse -> TestTree testListProjectsResponse = res "ListProjectsResponse"- "fixture/ListProjectsResponse"+ "fixture/ListProjectsResponse.proto" deviceFarm (Proxy :: Proxy ListProjects) testGetDevicePoolCompatibilityResponse :: GetDevicePoolCompatibilityResponse -> TestTree testGetDevicePoolCompatibilityResponse = res "GetDevicePoolCompatibilityResponse"- "fixture/GetDevicePoolCompatibilityResponse"+ "fixture/GetDevicePoolCompatibilityResponse.proto" deviceFarm (Proxy :: Proxy GetDevicePoolCompatibility) testListTestsResponse :: ListTestsResponse -> TestTree testListTestsResponse = res "ListTestsResponse"- "fixture/ListTestsResponse"+ "fixture/ListTestsResponse.proto" deviceFarm (Proxy :: Proxy ListTests) testCreateUploadResponse :: CreateUploadResponse -> TestTree testCreateUploadResponse = res "CreateUploadResponse"- "fixture/CreateUploadResponse"+ "fixture/CreateUploadResponse.proto" deviceFarm (Proxy :: Proxy CreateUpload) testListArtifactsResponse :: ListArtifactsResponse -> TestTree testListArtifactsResponse = res "ListArtifactsResponse"- "fixture/ListArtifactsResponse"+ "fixture/ListArtifactsResponse.proto" deviceFarm (Proxy :: Proxy ListArtifacts) testGetDevicePoolResponse :: GetDevicePoolResponse -> TestTree testGetDevicePoolResponse = res "GetDevicePoolResponse"- "fixture/GetDevicePoolResponse"+ "fixture/GetDevicePoolResponse.proto" deviceFarm (Proxy :: Proxy GetDevicePool) testGetUploadResponse :: GetUploadResponse -> TestTree testGetUploadResponse = res "GetUploadResponse"- "fixture/GetUploadResponse"+ "fixture/GetUploadResponse.proto" deviceFarm (Proxy :: Proxy GetUpload) testListDevicePoolsResponse :: ListDevicePoolsResponse -> TestTree testListDevicePoolsResponse = res "ListDevicePoolsResponse"- "fixture/ListDevicePoolsResponse"+ "fixture/ListDevicePoolsResponse.proto" deviceFarm (Proxy :: Proxy ListDevicePools) testGetTestResponse :: GetTestResponse -> TestTree testGetTestResponse = res "GetTestResponse"- "fixture/GetTestResponse"+ "fixture/GetTestResponse.proto" deviceFarm (Proxy :: Proxy GetTest) testCreateDevicePoolResponse :: CreateDevicePoolResponse -> TestTree testCreateDevicePoolResponse = res "CreateDevicePoolResponse"- "fixture/CreateDevicePoolResponse"+ "fixture/CreateDevicePoolResponse.proto" deviceFarm (Proxy :: Proxy CreateDevicePool) testListRunsResponse :: ListRunsResponse -> TestTree testListRunsResponse = res "ListRunsResponse"- "fixture/ListRunsResponse"+ "fixture/ListRunsResponse.proto" deviceFarm (Proxy :: Proxy ListRuns) testListJobsResponse :: ListJobsResponse -> TestTree testListJobsResponse = res "ListJobsResponse"- "fixture/ListJobsResponse"+ "fixture/ListJobsResponse.proto" deviceFarm (Proxy :: Proxy ListJobs) testGetDeviceResponse :: GetDeviceResponse -> TestTree testGetDeviceResponse = res "GetDeviceResponse"- "fixture/GetDeviceResponse"+ "fixture/GetDeviceResponse.proto" deviceFarm (Proxy :: Proxy GetDevice) testGetJobResponse :: GetJobResponse -> TestTree testGetJobResponse = res "GetJobResponse"- "fixture/GetJobResponse"+ "fixture/GetJobResponse.proto" deviceFarm (Proxy :: Proxy GetJob) testScheduleRunResponse :: ScheduleRunResponse -> TestTree testScheduleRunResponse = res "ScheduleRunResponse"- "fixture/ScheduleRunResponse"+ "fixture/ScheduleRunResponse.proto" deviceFarm (Proxy :: Proxy ScheduleRun) testGetRunResponse :: GetRunResponse -> TestTree testGetRunResponse = res "GetRunResponse"- "fixture/GetRunResponse"+ "fixture/GetRunResponse.proto" deviceFarm (Proxy :: Proxy GetRun) testListSamplesResponse :: ListSamplesResponse -> TestTree testListSamplesResponse = res "ListSamplesResponse"- "fixture/ListSamplesResponse"+ "fixture/ListSamplesResponse.proto" deviceFarm (Proxy :: Proxy ListSamples) testListSuitesResponse :: ListSuitesResponse -> TestTree testListSuitesResponse = res "ListSuitesResponse"- "fixture/ListSuitesResponse"+ "fixture/ListSuitesResponse.proto" deviceFarm (Proxy :: Proxy ListSuites) testGetAccountSettingsResponse :: GetAccountSettingsResponse -> TestTree testGetAccountSettingsResponse = res "GetAccountSettingsResponse"- "fixture/GetAccountSettingsResponse"+ "fixture/GetAccountSettingsResponse.proto" deviceFarm (Proxy :: Proxy GetAccountSettings) testListUploadsResponse :: ListUploadsResponse -> TestTree testListUploadsResponse = res "ListUploadsResponse"- "fixture/ListUploadsResponse"+ "fixture/ListUploadsResponse.proto" deviceFarm (Proxy :: Proxy ListUploads) testGetSuiteResponse :: GetSuiteResponse -> TestTree testGetSuiteResponse = res "GetSuiteResponse"- "fixture/GetSuiteResponse"+ "fixture/GetSuiteResponse.proto" deviceFarm (Proxy :: Proxy GetSuite) testGetProjectResponse :: GetProjectResponse -> TestTree testGetProjectResponse = res "GetProjectResponse"- "fixture/GetProjectResponse"+ "fixture/GetProjectResponse.proto" deviceFarm (Proxy :: Proxy GetProject) testListDevicesResponse :: ListDevicesResponse -> TestTree testListDevicesResponse = res "ListDevicesResponse"- "fixture/ListDevicesResponse"+ "fixture/ListDevicesResponse.proto" deviceFarm (Proxy :: Proxy ListDevices) testListUniqueProblemsResponse :: ListUniqueProblemsResponse -> TestTree testListUniqueProblemsResponse = res "ListUniqueProblemsResponse"- "fixture/ListUniqueProblemsResponse"+ "fixture/ListUniqueProblemsResponse.proto" deviceFarm (Proxy :: Proxy ListUniqueProblems) testCreateProjectResponse :: CreateProjectResponse -> TestTree testCreateProjectResponse = res "CreateProjectResponse"- "fixture/CreateProjectResponse"+ "fixture/CreateProjectResponse.proto" deviceFarm (Proxy :: Proxy CreateProject)