Skip to content

Commit

Permalink
Regenerating DeviceFarm from latest service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed May 4, 2016
1 parent bc75e40 commit 452ef52
Show file tree
Hide file tree
Showing 36 changed files with 1,787 additions and 74 deletions.
6 changes: 6 additions & 0 deletions amazonka-devicefarm/amazonka-devicefarm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ library
, Network.AWS.DeviceFarm.GetDevicePool
, Network.AWS.DeviceFarm.GetDevicePoolCompatibility
, Network.AWS.DeviceFarm.GetJob
, Network.AWS.DeviceFarm.GetOfferingStatus
, Network.AWS.DeviceFarm.GetProject
, Network.AWS.DeviceFarm.GetRun
, Network.AWS.DeviceFarm.GetSuite
Expand All @@ -64,14 +65,19 @@ library
, Network.AWS.DeviceFarm.ListDevicePools
, Network.AWS.DeviceFarm.ListDevices
, Network.AWS.DeviceFarm.ListJobs
, Network.AWS.DeviceFarm.ListOfferingTransactions
, Network.AWS.DeviceFarm.ListOfferings
, Network.AWS.DeviceFarm.ListProjects
, Network.AWS.DeviceFarm.ListRuns
, Network.AWS.DeviceFarm.ListSamples
, Network.AWS.DeviceFarm.ListSuites
, Network.AWS.DeviceFarm.ListTests
, Network.AWS.DeviceFarm.ListUniqueProblems
, Network.AWS.DeviceFarm.ListUploads
, Network.AWS.DeviceFarm.PurchaseOffering
, Network.AWS.DeviceFarm.RenewOffering
, Network.AWS.DeviceFarm.ScheduleRun
, Network.AWS.DeviceFarm.StopRun
, Network.AWS.DeviceFarm.Types
, Network.AWS.DeviceFarm.UpdateDevicePool
, Network.AWS.DeviceFarm.UpdateProject
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
99 changes: 88 additions & 11 deletions amazonka-devicefarm/gen/Network/AWS/DeviceFarm.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ module Network.AWS.DeviceFarm
-- * Errors
-- $errors

-- ** NotEligibleException
, _NotEligibleException

-- ** IdempotencyException
, _IdempotencyException

Expand All @@ -43,7 +46,7 @@ module Network.AWS.DeviceFarm
-- * Operations
-- $operations

-- ** ListProjects
-- ** ListProjects (Paginated)
, module Network.AWS.DeviceFarm.ListProjects

-- ** DeleteProject
Expand All @@ -55,10 +58,10 @@ module Network.AWS.DeviceFarm
-- ** GetDevicePoolCompatibility
, module Network.AWS.DeviceFarm.GetDevicePoolCompatibility

-- ** ListTests
-- ** ListTests (Paginated)
, module Network.AWS.DeviceFarm.ListTests

-- ** ListArtifacts
-- ** ListArtifacts (Paginated)
, module Network.AWS.DeviceFarm.ListArtifacts

-- ** CreateUpload
Expand All @@ -70,7 +73,7 @@ module Network.AWS.DeviceFarm
-- ** GetDevicePool
, module Network.AWS.DeviceFarm.GetDevicePool

-- ** ListDevicePools
-- ** ListDevicePools (Paginated)
, module Network.AWS.DeviceFarm.ListDevicePools

-- ** UpdateDevicePool
Expand All @@ -82,22 +85,28 @@ module Network.AWS.DeviceFarm
-- ** GetUpload
, module Network.AWS.DeviceFarm.GetUpload

-- ** ListOfferingTransactions
, module Network.AWS.DeviceFarm.ListOfferingTransactions

-- ** CreateDevicePool
, module Network.AWS.DeviceFarm.CreateDevicePool

-- ** DeleteRun
, module Network.AWS.DeviceFarm.DeleteRun

-- ** ListRuns
-- ** ListRuns (Paginated)
, module Network.AWS.DeviceFarm.ListRuns

-- ** GetTest
, module Network.AWS.DeviceFarm.GetTest

-- ** RenewOffering
, module Network.AWS.DeviceFarm.RenewOffering

-- ** GetDevice
, module Network.AWS.DeviceFarm.GetDevice

-- ** ListJobs
-- ** ListJobs (Paginated)
, module Network.AWS.DeviceFarm.ListJobs

-- ** GetJob
Expand All @@ -109,33 +118,45 @@ module Network.AWS.DeviceFarm
-- ** GetRun
, module Network.AWS.DeviceFarm.GetRun

-- ** ListSamples
-- ** ListSamples (Paginated)
, module Network.AWS.DeviceFarm.ListSamples

-- ** ListSuites
-- ** ListSuites (Paginated)
, module Network.AWS.DeviceFarm.ListSuites

-- ** GetAccountSettings
, module Network.AWS.DeviceFarm.GetAccountSettings

-- ** ListUploads
-- ** GetOfferingStatus
, module Network.AWS.DeviceFarm.GetOfferingStatus

-- ** ListUploads (Paginated)
, module Network.AWS.DeviceFarm.ListUploads

-- ** GetSuite
, module Network.AWS.DeviceFarm.GetSuite

-- ** PurchaseOffering
, module Network.AWS.DeviceFarm.PurchaseOffering

-- ** GetProject
, module Network.AWS.DeviceFarm.GetProject

-- ** ListUniqueProblems
-- ** ListUniqueProblems (Paginated)
, module Network.AWS.DeviceFarm.ListUniqueProblems

-- ** ListDevices
-- ** StopRun
, module Network.AWS.DeviceFarm.StopRun

-- ** ListDevices (Paginated)
, module Network.AWS.DeviceFarm.ListDevices

-- ** CreateProject
, module Network.AWS.DeviceFarm.CreateProject

-- ** ListOfferings
, module Network.AWS.DeviceFarm.ListOfferings

-- * Types

-- ** ArtifactCategory
Expand All @@ -147,6 +168,9 @@ module Network.AWS.DeviceFarm
-- ** BillingMethod
, BillingMethod (..)

-- ** CurrencyCode
, CurrencyCode (..)

-- ** DeviceAttribute
, DeviceAttribute (..)

Expand All @@ -165,6 +189,15 @@ module Network.AWS.DeviceFarm
-- ** ExecutionStatus
, ExecutionStatus (..)

-- ** OfferingTransactionType
, OfferingTransactionType (..)

-- ** OfferingType
, OfferingType (..)

-- ** RecurringChargeFrequency
, RecurringChargeFrequency (..)

-- ** RuleOperator
, RuleOperator (..)

Expand All @@ -185,6 +218,7 @@ module Network.AWS.DeviceFarm
, accountSettings
, asAwsAccountNumber
, asUnmeteredDevices
, asUnmeteredRemoteAccessDevices

-- ** Artifact
, Artifact
Expand Down Expand Up @@ -282,6 +316,37 @@ module Network.AWS.DeviceFarm
, lLatitude
, lLongitude

-- ** MonetaryAmount
, MonetaryAmount
, monetaryAmount
, maAmount
, maCurrencyCode

-- ** Offering
, Offering
, offering
, oPlatform
, oId
, oRecurringCharges
, oType
, oDescription

-- ** OfferingStatus
, OfferingStatus
, offeringStatus
, osEffectiveOn
, osOffering
, osQuantity
, osType

-- ** OfferingTransaction
, OfferingTransaction
, offeringTransaction
, otOfferingStatus
, otCost
, otTransactionId
, otCreatedOn

-- ** Problem
, Problem
, problem
Expand Down Expand Up @@ -314,6 +379,12 @@ module Network.AWS.DeviceFarm
, rBluetooth
, rWifi

-- ** RecurringCharge
, RecurringCharge
, recurringCharge
, rcFrequency
, rcCost

-- ** Resolution
, Resolution
, resolution
Expand Down Expand Up @@ -434,6 +505,7 @@ import Network.AWS.DeviceFarm.GetDevice
import Network.AWS.DeviceFarm.GetDevicePool
import Network.AWS.DeviceFarm.GetDevicePoolCompatibility
import Network.AWS.DeviceFarm.GetJob
import Network.AWS.DeviceFarm.GetOfferingStatus
import Network.AWS.DeviceFarm.GetProject
import Network.AWS.DeviceFarm.GetRun
import Network.AWS.DeviceFarm.GetSuite
Expand All @@ -443,14 +515,19 @@ import Network.AWS.DeviceFarm.ListArtifacts
import Network.AWS.DeviceFarm.ListDevicePools
import Network.AWS.DeviceFarm.ListDevices
import Network.AWS.DeviceFarm.ListJobs
import Network.AWS.DeviceFarm.ListOfferings
import Network.AWS.DeviceFarm.ListOfferingTransactions
import Network.AWS.DeviceFarm.ListProjects
import Network.AWS.DeviceFarm.ListRuns
import Network.AWS.DeviceFarm.ListSamples
import Network.AWS.DeviceFarm.ListSuites
import Network.AWS.DeviceFarm.ListTests
import Network.AWS.DeviceFarm.ListUniqueProblems
import Network.AWS.DeviceFarm.ListUploads
import Network.AWS.DeviceFarm.PurchaseOffering
import Network.AWS.DeviceFarm.RenewOffering
import Network.AWS.DeviceFarm.ScheduleRun
import Network.AWS.DeviceFarm.StopRun
import Network.AWS.DeviceFarm.Types
import Network.AWS.DeviceFarm.UpdateDevicePool
import Network.AWS.DeviceFarm.UpdateProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ import Network.AWS.Prelude
import Network.AWS.Request
import Network.AWS.Response

-- | /See:/ 'getAccountSettings' smart constructor.
-- | Represents the request sent to retrieve the account settings.
--
-- /See:/ 'getAccountSettings' smart constructor.
data GetAccountSettings =
GetAccountSettings'
deriving (Eq,Read,Show,Data,Typeable,Generic)
Expand Down Expand Up @@ -85,7 +87,10 @@ instance ToPath GetAccountSettings where
instance ToQuery GetAccountSettings where
toQuery = const mempty

-- | /See:/ 'getAccountSettingsResponse' smart constructor.
-- | Represents the account settings return values from the
-- 'GetAccountSettings' request.
--
-- /See:/ 'getAccountSettingsResponse' smart constructor.
data GetAccountSettingsResponse = GetAccountSettingsResponse'
{ _gasrsAccountSettings :: !(Maybe AccountSettings)
, _gasrsResponseStatus :: !Int
Expand Down
Loading

0 comments on commit 452ef52

Please sign in to comment.