Skip to content

Commit

Permalink
Regenerating amazonka-devicefarm from latest service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed Nov 29, 2016
1 parent 84dda25 commit b13f2fa
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ data CreateUpload = CreateUpload'
--
-- * 'cuProjectARN' - The ARN of the project for the upload.
--
-- * 'cuName' - The upload's file name. The name should not contain the '/' character.
-- * 'cuName' - The upload's file name. The name should not contain the '/' character. If uploading an iOS app, the file name needs to end with the @.ipa@ extension. If uploading an Android app, the file name needs to end with the @.apk@ extension. For all others, the file name must end with the @.zip@ file extension.
--
-- * 'cuType' - The upload's upload type. Must be one of the following values: * ANDROID_APP: An Android upload. * IOS_APP: An iOS upload. * WEB_APP: A web appliction upload. * EXTERNAL_DATA: An external data upload. * APPIUM_JAVA_JUNIT_TEST_PACKAGE: An Appium Java JUnit test package upload. * APPIUM_JAVA_TESTNG_TEST_PACKAGE: An Appium Java TestNG test package upload. * APPIUM_PYTHON_TEST_PACKAGE: An Appium Python test package upload. * APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE: An Appium Java JUnit test package upload. * APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE: An Appium Java TestNG test package upload. * APPIUM_WEB_PYTHON_TEST_PACKAGE: An Appium Python test package upload. * CALABASH_TEST_PACKAGE: A Calabash test package upload. * INSTRUMENTATION_TEST_PACKAGE: An instrumentation upload. * UIAUTOMATION_TEST_PACKAGE: A uiautomation test package upload. * UIAUTOMATOR_TEST_PACKAGE: A uiautomator test package upload. * XCTEST_TEST_PACKAGE: An XCode test package upload. * XCTEST_UI_TEST_PACKAGE: An XCode UI test package upload. __Note__ If you call @CreateUpload@ with @WEB_APP@ specified, AWS Device Farm throws an @ArgumentException@ error.
createUpload
Expand All @@ -91,7 +91,7 @@ cuContentType = lens _cuContentType (\ s a -> s{_cuContentType = a});
cuProjectARN :: Lens' CreateUpload Text
cuProjectARN = lens _cuProjectARN (\ s a -> s{_cuProjectARN = a});

-- | The upload's file name. The name should not contain the '/' character.
-- | The upload's file name. The name should not contain the '/' character. If uploading an iOS app, the file name needs to end with the @.ipa@ extension. If uploading an Android app, the file name needs to end with the @.apk@ extension. For all others, the file name must end with the @.zip@ file extension.
cuName :: Lens' CreateUpload Text
cuName = lens _cuName (\ s a -> s{_cuName = a});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ data ListArtifacts = ListArtifacts'
--
-- * 'laArn' - The Run, Job, Suite, or Test ARN.
--
-- * 'laType' - The artifacts' type. Allowed values include: * FILE: The artifacts are files. * LOG: The artifacts are logs. * SCREENSHOT: The artifacts are screenshots.
-- * 'laType' - The artifacts' type. Allowed values include: * FILE: The artifacts are files. * LOG: The artifacts are logs. * SCREENSHOT: The artifacts are screenshots.
listArtifacts
:: Text -- ^ 'laArn'
-> ArtifactCategory -- ^ 'laType'
Expand All @@ -89,7 +89,7 @@ laNextToken = lens _laNextToken (\ s a -> s{_laNextToken = a});
laArn :: Lens' ListArtifacts Text
laArn = lens _laArn (\ s a -> s{_laArn = a});

-- | The artifacts' type. Allowed values include: * FILE: The artifacts are files. * LOG: The artifacts are logs. * SCREENSHOT: The artifacts are screenshots.
-- | The artifacts' type. Allowed values include: * FILE: The artifacts are files. * LOG: The artifacts are logs. * SCREENSHOT: The artifacts are screenshots.
laType :: Lens' ListArtifacts ArtifactCategory
laType = lens _laType (\ s a -> s{_laType = a});

Expand Down
4 changes: 2 additions & 2 deletions amazonka-devicefarm/gen/Network/AWS/DeviceFarm/ListDevices.hs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ data ListDevices = ListDevices'
--
-- Use one of the following lenses to modify other fields as desired:
--
-- * 'ldArn' - The device types' ARNs.
-- * 'ldArn' - The Amazon Resource Name (ARN) of the project.
--
-- * 'ldNextToken' - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
listDevices
Expand All @@ -74,7 +74,7 @@ listDevices =
, _ldNextToken = Nothing
}

-- | The device types' ARNs.
-- | The Amazon Resource Name (ARN) of the project.
ldArn :: Lens' ListDevices (Maybe Text)
ldArn = lens _ldArn (\ s a -> s{_ldArn = a});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ data ListProjects = ListProjects'
--
-- Use one of the following lenses to modify other fields as desired:
--
-- * 'lpArn' - The projects' ARNs.
-- * 'lpArn' - Optional. If no Amazon Resource Name (ARN) is specified, then AWS Device Farm returns a list of all projects for the AWS account. You can also specify a project ARN.
--
-- * 'lpNextToken' - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
listProjects
Expand All @@ -74,7 +74,7 @@ listProjects =
, _lpNextToken = Nothing
}

-- | The projects' ARNs.
-- | Optional. If no Amazon Resource Name (ARN) is specified, then AWS Device Farm returns a list of all projects for the AWS account. You can also specify a project ARN.
lpArn :: Lens' ListProjects (Maybe Text)
lpArn = lens _lpArn (\ s a -> s{_lpArn = a});

Expand Down
6 changes: 3 additions & 3 deletions amazonka-devicefarm/gen/Network/AWS/DeviceFarm/ListRuns.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-- Stability : auto-generated
-- Portability : non-portable (GHC extensions)
--
-- Gets information about runs.
-- Gets information about runs, given an AWS Device Farm project ARN.
--
--
--
Expand Down Expand Up @@ -65,7 +65,7 @@ data ListRuns = ListRuns'
--
-- * 'lrNextToken' - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
--
-- * 'lrArn' - The runs' ARNs.
-- * 'lrArn' - The Amazon Resource Name (ARN) of the project for which you want to list runs.
listRuns
:: Text -- ^ 'lrArn'
-> ListRuns
Expand All @@ -79,7 +79,7 @@ listRuns pArn_ =
lrNextToken :: Lens' ListRuns (Maybe Text)
lrNextToken = lens _lrNextToken (\ s a -> s{_lrNextToken = a});

-- | The runs' ARNs.
-- | The Amazon Resource Name (ARN) of the project for which you want to list runs.
lrArn :: Lens' ListRuns Text
lrArn = lens _lrArn (\ s a -> s{_lrArn = a});

Expand Down
6 changes: 3 additions & 3 deletions amazonka-devicefarm/gen/Network/AWS/DeviceFarm/ListSamples.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-- Stability : auto-generated
-- Portability : non-portable (GHC extensions)
--
-- Gets information about samples.
-- Gets information about samples, given an AWS Device Farm project ARN
--
--
--
Expand Down Expand Up @@ -65,7 +65,7 @@ data ListSamples = ListSamples'
--
-- * 'lsNextToken' - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
--
-- * 'lsArn' - The samples' ARNs.
-- * 'lsArn' - The Amazon Resource Name (ARN) of the project for which you want to list samples.
listSamples
:: Text -- ^ 'lsArn'
-> ListSamples
Expand All @@ -79,7 +79,7 @@ listSamples pArn_ =
lsNextToken :: Lens' ListSamples (Maybe Text)
lsNextToken = lens _lsNextToken (\ s a -> s{_lsNextToken = a});

-- | The samples' ARNs.
-- | The Amazon Resource Name (ARN) of the project for which you want to list samples.
lsArn :: Lens' ListSamples Text
lsArn = lens _lsArn (\ s a -> s{_lsArn = a});

Expand Down
6 changes: 3 additions & 3 deletions amazonka-devicefarm/gen/Network/AWS/DeviceFarm/ListUploads.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-- Stability : auto-generated
-- Portability : non-portable (GHC extensions)
--
-- Gets information about uploads.
-- Gets information about uploads, given an AWS Device Farm project ARN.
--
--
--
Expand Down Expand Up @@ -65,7 +65,7 @@ data ListUploads = ListUploads'
--
-- * 'luNextToken' - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
--
-- * 'luArn' - The uploads' ARNs.
-- * 'luArn' - The Amazon Resource Name (ARN) of the project for which you want to list uploads.
listUploads
:: Text -- ^ 'luArn'
-> ListUploads
Expand All @@ -79,7 +79,7 @@ listUploads pArn_ =
luNextToken :: Lens' ListUploads (Maybe Text)
luNextToken = lens _luNextToken (\ s a -> s{_luNextToken = a});

-- | The uploads' ARNs.
-- | The Amazon Resource Name (ARN) of the project for which you want to list uploads.
luArn :: Lens' ListUploads Text
luArn = lens _luArn (\ s a -> s{_luArn = a});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,7 @@ data Run = Run'
--
-- Use one of the following lenses to modify other fields as desired:
--
-- * 'runBillingMethod' - Specifies the billing method for a test run: @metered@ or @unmetered@ . If the parameter is not specified, the default value is @unmetered@ .
-- * 'runBillingMethod' - Specifies the billing method for a test run: @metered@ or @unmetered@ . If the parameter is not specified, the default value is @metered@ .
--
-- * 'runStatus' - The run's status. Allowed values include: * PENDING: A pending status. * PENDING_CONCURRENCY: A pending concurrency status. * PENDING_DEVICE: A pending device status. * PROCESSING: A processing status. * SCHEDULING: A scheduling status. * PREPARING: A preparing status. * RUNNING: A running status. * COMPLETED: A completed status. * STOPPING: A stopping status.
--
Expand Down Expand Up @@ -1755,7 +1755,7 @@ run =
, _runStarted = Nothing
}

-- | Specifies the billing method for a test run: @metered@ or @unmetered@ . If the parameter is not specified, the default value is @unmetered@ .
-- | Specifies the billing method for a test run: @metered@ or @unmetered@ . If the parameter is not specified, the default value is @metered@ .
runBillingMethod :: Lens' Run (Maybe BillingMethod)
runBillingMethod = lens _runBillingMethod (\ s a -> s{_runBillingMethod = a});

Expand Down Expand Up @@ -1910,7 +1910,7 @@ data ScheduleRunConfiguration = ScheduleRunConfiguration'
--
-- Use one of the following lenses to modify other fields as desired:
--
-- * 'srcBillingMethod' - Specifies the billing method for a test run: @metered@ or @unmetered@ . If the parameter is not specified, the default value is @unmetered@ .
-- * 'srcBillingMethod' - Specifies the billing method for a test run: @metered@ or @unmetered@ . If the parameter is not specified, the default value is @metered@ .
--
-- * 'srcRadios' - Information about the radio states for the run.
--
Expand All @@ -1936,7 +1936,7 @@ scheduleRunConfiguration =
, _srcAuxiliaryApps = Nothing
}

-- | Specifies the billing method for a test run: @metered@ or @unmetered@ . If the parameter is not specified, the default value is @unmetered@ .
-- | Specifies the billing method for a test run: @metered@ or @unmetered@ . If the parameter is not specified, the default value is @metered@ .
srcBillingMethod :: Lens' ScheduleRunConfiguration (Maybe BillingMethod)
srcBillingMethod = lens _srcBillingMethod (\ s a -> s{_srcBillingMethod = a});

Expand Down

0 comments on commit b13f2fa

Please sign in to comment.