| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DeviceFarm.ListUploads
Description
Gets information about uploads, given an AWS Device Farm project ARN.
This operation returns paginated results.
Synopsis
- data ListUploads = ListUploads' {}
- newListUploads :: Text -> ListUploads
- listUploads_nextToken :: Lens' ListUploads (Maybe Text)
- listUploads_type :: Lens' ListUploads (Maybe UploadType)
- listUploads_arn :: Lens' ListUploads Text
- data ListUploadsResponse = ListUploadsResponse' {}
- newListUploadsResponse :: Int -> ListUploadsResponse
- listUploadsResponse_nextToken :: Lens' ListUploadsResponse (Maybe Text)
- listUploadsResponse_uploads :: Lens' ListUploadsResponse (Maybe [Upload])
- listUploadsResponse_httpStatus :: Lens' ListUploadsResponse Int
Creating a Request
data ListUploads Source #
Represents a request to the list uploads operation.
See: newListUploads smart constructor.
Constructors
| ListUploads' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> ListUploads |
Create a value of ListUploads with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ListUploads, listUploads_nextToken - 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.
ListUploads, listUploads_type - The type of upload.
Must be one of the following values:
- ANDROID_APP
- IOS_APP
- WEB_APP
- EXTERNAL_DATA
- APPIUM_JAVA_JUNIT_TEST_PACKAGE
- APPIUM_JAVA_TESTNG_TEST_PACKAGE
- APPIUM_PYTHON_TEST_PACKAGE
- APPIUM_NODE_TEST_PACKAGE
- APPIUM_RUBY_TEST_PACKAGE
- APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE
- APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE
- APPIUM_WEB_PYTHON_TEST_PACKAGE
- APPIUM_WEB_NODE_TEST_PACKAGE
- APPIUM_WEB_RUBY_TEST_PACKAGE
- CALABASH_TEST_PACKAGE
- INSTRUMENTATION_TEST_PACKAGE
- UIAUTOMATION_TEST_PACKAGE
- UIAUTOMATOR_TEST_PACKAGE
- XCTEST_TEST_PACKAGE
- XCTEST_UI_TEST_PACKAGE
- APPIUM_JAVA_JUNIT_TEST_SPEC
- APPIUM_JAVA_TESTNG_TEST_SPEC
- APPIUM_PYTHON_TEST_SPEC
- APPIUM_NODE_TEST_SPEC
- APPIUM_RUBY_TEST_SPEC
- APPIUM_WEB_JAVA_JUNIT_TEST_SPEC
- APPIUM_WEB_JAVA_TESTNG_TEST_SPEC
- APPIUM_WEB_PYTHON_TEST_SPEC
- APPIUM_WEB_NODE_TEST_SPEC
- APPIUM_WEB_RUBY_TEST_SPEC
- INSTRUMENTATION_TEST_SPEC
- XCTEST_UI_TEST_SPEC
ListUploads, listUploads_arn - The Amazon Resource Name (ARN) of the project for which you want to list
uploads.
Request Lenses
listUploads_nextToken :: Lens' ListUploads (Maybe Text) Source #
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.
listUploads_type :: Lens' ListUploads (Maybe UploadType) Source #
The type of upload.
Must be one of the following values:
- ANDROID_APP
- IOS_APP
- WEB_APP
- EXTERNAL_DATA
- APPIUM_JAVA_JUNIT_TEST_PACKAGE
- APPIUM_JAVA_TESTNG_TEST_PACKAGE
- APPIUM_PYTHON_TEST_PACKAGE
- APPIUM_NODE_TEST_PACKAGE
- APPIUM_RUBY_TEST_PACKAGE
- APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE
- APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE
- APPIUM_WEB_PYTHON_TEST_PACKAGE
- APPIUM_WEB_NODE_TEST_PACKAGE
- APPIUM_WEB_RUBY_TEST_PACKAGE
- CALABASH_TEST_PACKAGE
- INSTRUMENTATION_TEST_PACKAGE
- UIAUTOMATION_TEST_PACKAGE
- UIAUTOMATOR_TEST_PACKAGE
- XCTEST_TEST_PACKAGE
- XCTEST_UI_TEST_PACKAGE
- APPIUM_JAVA_JUNIT_TEST_SPEC
- APPIUM_JAVA_TESTNG_TEST_SPEC
- APPIUM_PYTHON_TEST_SPEC
- APPIUM_NODE_TEST_SPEC
- APPIUM_RUBY_TEST_SPEC
- APPIUM_WEB_JAVA_JUNIT_TEST_SPEC
- APPIUM_WEB_JAVA_TESTNG_TEST_SPEC
- APPIUM_WEB_PYTHON_TEST_SPEC
- APPIUM_WEB_NODE_TEST_SPEC
- APPIUM_WEB_RUBY_TEST_SPEC
- INSTRUMENTATION_TEST_SPEC
- XCTEST_UI_TEST_SPEC
listUploads_arn :: Lens' ListUploads Text Source #
The Amazon Resource Name (ARN) of the project for which you want to list uploads.
Destructuring the Response
data ListUploadsResponse Source #
Represents the result of a list uploads request.
See: newListUploadsResponse smart constructor.
Constructors
| ListUploadsResponse' | |
Fields
| |
Instances
newListUploadsResponse Source #
Arguments
| :: Int | |
| -> ListUploadsResponse |
Create a value of ListUploadsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ListUploads, listUploadsResponse_nextToken - If the number of items that are returned is significantly large, this is
an identifier that is also returned. It can be used in a subsequent call
to this operation to return the next set of items in the list.
$sel:uploads:ListUploadsResponse', listUploadsResponse_uploads - Information about the uploads.
$sel:httpStatus:ListUploadsResponse', listUploadsResponse_httpStatus - The response's http status code.
Response Lenses
listUploadsResponse_nextToken :: Lens' ListUploadsResponse (Maybe Text) Source #
If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
listUploadsResponse_uploads :: Lens' ListUploadsResponse (Maybe [Upload]) Source #
Information about the uploads.
listUploadsResponse_httpStatus :: Lens' ListUploadsResponse Int Source #
The response's http status code.