@aws-sdk/client-device-farm 3.289.0 → 3.290.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CreateDevicePoolCommand.d.ts +13 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +13 -0
- package/dist-types/commands/CreateNetworkProfileCommand.d.ts +13 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
- package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +13 -0
- package/dist-types/commands/CreateTestGridProjectCommand.d.ts +11 -0
- package/dist-types/commands/CreateTestGridUrlCommand.d.ts +11 -0
- package/dist-types/commands/CreateUploadCommand.d.ts +13 -0
- package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/DeleteDevicePoolCommand.d.ts +13 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +13 -0
- package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +13 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +13 -0
- package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +13 -0
- package/dist-types/commands/DeleteRunCommand.d.ts +13 -0
- package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +14 -0
- package/dist-types/commands/DeleteUploadCommand.d.ts +13 -0
- package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +14 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +13 -0
- package/dist-types/commands/GetDeviceCommand.d.ts +13 -0
- package/dist-types/commands/GetDeviceInstanceCommand.d.ts +13 -0
- package/dist-types/commands/GetDevicePoolCommand.d.ts +13 -0
- package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +13 -0
- package/dist-types/commands/GetInstanceProfileCommand.d.ts +13 -0
- package/dist-types/commands/GetJobCommand.d.ts +13 -0
- package/dist-types/commands/GetNetworkProfileCommand.d.ts +13 -0
- package/dist-types/commands/GetOfferingStatusCommand.d.ts +17 -0
- package/dist-types/commands/GetProjectCommand.d.ts +13 -0
- package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +13 -0
- package/dist-types/commands/GetRunCommand.d.ts +13 -0
- package/dist-types/commands/GetSuiteCommand.d.ts +13 -0
- package/dist-types/commands/GetTestCommand.d.ts +13 -0
- package/dist-types/commands/GetTestGridProjectCommand.d.ts +11 -0
- package/dist-types/commands/GetTestGridSessionCommand.d.ts +11 -0
- package/dist-types/commands/GetUploadCommand.d.ts +13 -0
- package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +13 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +13 -0
- package/dist-types/commands/ListDeviceInstancesCommand.d.ts +13 -0
- package/dist-types/commands/ListDevicePoolsCommand.d.ts +13 -0
- package/dist-types/commands/ListDevicesCommand.d.ts +13 -0
- package/dist-types/commands/ListInstanceProfilesCommand.d.ts +13 -0
- package/dist-types/commands/ListJobsCommand.d.ts +13 -0
- package/dist-types/commands/ListNetworkProfilesCommand.d.ts +13 -0
- package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +17 -0
- package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +17 -0
- package/dist-types/commands/ListOfferingsCommand.d.ts +17 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +13 -0
- package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +13 -0
- package/dist-types/commands/ListRunsCommand.d.ts +13 -0
- package/dist-types/commands/ListSamplesCommand.d.ts +13 -0
- package/dist-types/commands/ListSuitesCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
- package/dist-types/commands/ListTestGridProjectsCommand.d.ts +8 -0
- package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +11 -0
- package/dist-types/commands/ListTestGridSessionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTestsCommand.d.ts +13 -0
- package/dist-types/commands/ListUniqueProblemsCommand.d.ts +13 -0
- package/dist-types/commands/ListUploadsCommand.d.ts +13 -0
- package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +7 -0
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +17 -0
- package/dist-types/commands/RenewOfferingCommand.d.ts +17 -0
- package/dist-types/commands/ScheduleRunCommand.d.ts +16 -0
- package/dist-types/commands/StopJobCommand.d.ts +13 -0
- package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +13 -0
- package/dist-types/commands/StopRunCommand.d.ts +13 -0
- package/dist-types/commands/TagResourceCommand.d.ts +18 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +13 -0
- package/dist-types/commands/UpdateDevicePoolCommand.d.ts +13 -0
- package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +13 -0
- package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +13 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +13 -0
- package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +14 -0
- package/dist-types/commands/UpdateUploadCommand.d.ts +13 -0
- package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +14 -0
- package/package.json +29 -29
|
@@ -29,6 +29,19 @@ export interface GetTestCommandOutput extends GetTestResult, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetTestCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>A limit was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The specified entity was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
42
|
+
* <p>There was a problem with the service account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
* @example To get information about a specific test
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example gets information about a specific test.
|
|
@@ -29,6 +29,17 @@ export interface GetTestGridProjectCommandOutput extends GetTestGridProjectResul
|
|
|
29
29
|
* @see {@link GetTestGridProjectCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>An internal exception was raised in the service. Contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a> if you see this
|
|
37
|
+
* error. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NotFoundException} (client fault)
|
|
40
|
+
* <p>The specified entity was not found.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class GetTestGridProjectCommand extends $Command<GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
34
45
|
readonly input: GetTestGridProjectCommandInput;
|
|
@@ -38,6 +38,17 @@ export interface GetTestGridSessionCommandOutput extends GetTestGridSessionResul
|
|
|
38
38
|
* @see {@link GetTestGridSessionCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link ArgumentException} (client fault)
|
|
42
|
+
* <p>An invalid argument was specified.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
45
|
+
* <p>An internal exception was raised in the service. Contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a> if you see this
|
|
46
|
+
* error. </p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link NotFoundException} (client fault)
|
|
49
|
+
* <p>The specified entity was not found.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
41
52
|
*/
|
|
42
53
|
export declare class GetTestGridSessionCommand extends $Command<GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
43
54
|
readonly input: GetTestGridSessionCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetUploadCommandOutput extends GetUploadResult, __MetadataBeare
|
|
|
29
29
|
* @see {@link GetUploadCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>A limit was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The specified entity was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
42
|
+
* <p>There was a problem with the service account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
* @example To get information about a specific upload
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example gets information about a specific upload.
|
|
@@ -30,6 +30,16 @@ export interface GetVPCEConfigurationCommandOutput extends GetVPCEConfigurationR
|
|
|
30
30
|
* @see {@link GetVPCEConfigurationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ArgumentException} (client fault)
|
|
34
|
+
* <p>An invalid argument was specified.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link NotFoundException} (client fault)
|
|
37
|
+
* <p>The specified entity was not found.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
40
|
+
* <p>There was a problem with the service account.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class GetVPCEConfigurationCommand extends $Command<GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
35
45
|
readonly input: GetVPCEConfigurationCommandInput;
|
|
@@ -31,6 +31,19 @@ export interface InstallToRemoteAccessSessionCommandOutput extends InstallToRemo
|
|
|
31
31
|
* @see {@link InstallToRemoteAccessSessionCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ArgumentException} (client fault)
|
|
35
|
+
* <p>An invalid argument was specified.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
38
|
+
* <p>A limit was exceeded.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link NotFoundException} (client fault)
|
|
41
|
+
* <p>The specified entity was not found.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
44
|
+
* <p>There was a problem with the service account.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
34
47
|
* @example To install to a remote access session
|
|
35
48
|
* ```javascript
|
|
36
49
|
* // The following example installs a specific app to a device in a specific remote access session.
|
|
@@ -29,6 +29,19 @@ export interface ListArtifactsCommandOutput extends ListArtifactsResult, __Metad
|
|
|
29
29
|
* @see {@link ListArtifactsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>A limit was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The specified entity was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
42
|
+
* <p>There was a problem with the service account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
* @example To list artifacts for a resource
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example lists screenshot artifacts for a specific run.
|
|
@@ -30,6 +30,19 @@ export interface ListDeviceInstancesCommandOutput extends ListDeviceInstancesRes
|
|
|
30
30
|
* @see {@link ListDeviceInstancesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ArgumentException} (client fault)
|
|
34
|
+
* <p>An invalid argument was specified.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
37
|
+
* <p>A limit was exceeded.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NotFoundException} (client fault)
|
|
40
|
+
* <p>The specified entity was not found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
43
|
+
* <p>There was a problem with the service account.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
33
46
|
*/
|
|
34
47
|
export declare class ListDeviceInstancesCommand extends $Command<ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
35
48
|
readonly input: ListDeviceInstancesCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListDevicePoolsCommandOutput extends ListDevicePoolsResult, __M
|
|
|
29
29
|
* @see {@link ListDevicePoolsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>A limit was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The specified entity was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
42
|
+
* <p>There was a problem with the service account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
* @example To get information about device pools
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example returns information about the private device pools in a specific project.
|
|
@@ -29,6 +29,19 @@ export interface ListDevicesCommandOutput extends ListDevicesResult, __MetadataB
|
|
|
29
29
|
* @see {@link ListDevicesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>A limit was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The specified entity was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
42
|
+
* <p>There was a problem with the service account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
* @example To get information about devices
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example returns information about the available devices in a specific project.
|
|
@@ -29,6 +29,19 @@ export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesR
|
|
|
29
29
|
* @see {@link ListInstanceProfilesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>A limit was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The specified entity was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
42
|
+
* <p>There was a problem with the service account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListInstanceProfilesCommand extends $Command<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
34
47
|
readonly input: ListInstanceProfilesCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
|
|
|
29
29
|
* @see {@link ListJobsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>A limit was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The specified entity was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
42
|
+
* <p>There was a problem with the service account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
* @example To get information about jobs
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example returns information about jobs in a specific project.
|
|
@@ -29,6 +29,19 @@ export interface ListNetworkProfilesCommandOutput extends ListNetworkProfilesRes
|
|
|
29
29
|
* @see {@link ListNetworkProfilesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>A limit was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The specified entity was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
42
|
+
* <p>There was a problem with the service account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class ListNetworkProfilesCommand extends $Command<ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
34
47
|
readonly input: ListNetworkProfilesCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface ListOfferingPromotionsCommandOutput extends ListOfferingPromoti
|
|
|
31
31
|
* @see {@link ListOfferingPromotionsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ArgumentException} (client fault)
|
|
35
|
+
* <p>An invalid argument was specified.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
38
|
+
* <p>A limit was exceeded.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link NotEligibleException} (client fault)
|
|
41
|
+
* <p>Exception gets thrown when a user is not eligible to perform the specified
|
|
42
|
+
* transaction.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link NotFoundException} (client fault)
|
|
45
|
+
* <p>The specified entity was not found.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
48
|
+
* <p>There was a problem with the service account.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class ListOfferingPromotionsCommand extends $Command<ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
36
53
|
readonly input: ListOfferingPromotionsCommandInput;
|
|
@@ -32,6 +32,23 @@ export interface ListOfferingTransactionsCommandOutput extends ListOfferingTrans
|
|
|
32
32
|
* @see {@link ListOfferingTransactionsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ArgumentException} (client fault)
|
|
36
|
+
* <p>An invalid argument was specified.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
39
|
+
* <p>A limit was exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotEligibleException} (client fault)
|
|
42
|
+
* <p>Exception gets thrown when a user is not eligible to perform the specified
|
|
43
|
+
* transaction.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link NotFoundException} (client fault)
|
|
46
|
+
* <p>The specified entity was not found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
49
|
+
* <p>There was a problem with the service account.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
35
52
|
* @example To get information about device offering transactions
|
|
36
53
|
* ```javascript
|
|
37
54
|
* // The following example returns information about Device Farm offering transactions.
|
|
@@ -32,6 +32,23 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResult, __Metad
|
|
|
32
32
|
* @see {@link ListOfferingsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ArgumentException} (client fault)
|
|
36
|
+
* <p>An invalid argument was specified.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
39
|
+
* <p>A limit was exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotEligibleException} (client fault)
|
|
42
|
+
* <p>Exception gets thrown when a user is not eligible to perform the specified
|
|
43
|
+
* transaction.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link NotFoundException} (client fault)
|
|
46
|
+
* <p>The specified entity was not found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
49
|
+
* <p>There was a problem with the service account.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
35
52
|
* @example To get information about device offerings
|
|
36
53
|
* ```javascript
|
|
37
54
|
* // The following example returns information about available device offerings.
|
|
@@ -29,6 +29,19 @@ export interface ListProjectsCommandOutput extends ListProjectsResult, __Metadat
|
|
|
29
29
|
* @see {@link ListProjectsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>A limit was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The specified entity was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
42
|
+
* <p>There was a problem with the service account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
* @example To get information about a Device Farm project
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example returns information about the specified project in Device Farm.
|
|
@@ -29,6 +29,19 @@ export interface ListRemoteAccessSessionsCommandOutput extends ListRemoteAccessS
|
|
|
29
29
|
* @see {@link ListRemoteAccessSessionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>A limit was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The specified entity was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
42
|
+
* <p>There was a problem with the service account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
* @example To get information about a remote access session
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example returns information about a specific Device Farm remote access session.
|
|
@@ -29,6 +29,19 @@ export interface ListRunsCommandOutput extends ListRunsResult, __MetadataBearer
|
|
|
29
29
|
* @see {@link ListRunsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>A limit was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The specified entity was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
42
|
+
* <p>There was a problem with the service account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
* @example To get information about a test run
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example returns information about a specific test run.
|
|
@@ -29,6 +29,19 @@ export interface ListSamplesCommandOutput extends ListSamplesResult, __MetadataB
|
|
|
29
29
|
* @see {@link ListSamplesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>A limit was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The specified entity was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
42
|
+
* <p>There was a problem with the service account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
* @example To get information about samples
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example returns information about samples, given a specific Device Farm project.
|
|
@@ -29,6 +29,19 @@ export interface ListSuitesCommandOutput extends ListSuitesResult, __MetadataBea
|
|
|
29
29
|
* @see {@link ListSuitesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>A limit was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The specified entity was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
42
|
+
* <p>There was a problem with the service account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
* @example To get information about suites
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example returns information about suites, given a specific Device Farm job.
|
|
@@ -29,6 +29,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link NotFoundException} (client fault)
|
|
36
|
+
* <p>The specified entity was not found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link TagOperationException} (client fault)
|
|
39
|
+
* <p>The operation was not successful. Try again.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
34
44
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,14 @@ export interface ListTestGridProjectsCommandOutput extends ListTestGridProjectsR
|
|
|
29
29
|
* @see {@link ListTestGridProjectsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>An internal exception was raised in the service. Contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a> if you see this
|
|
37
|
+
* error. </p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
32
40
|
*/
|
|
33
41
|
export declare class ListTestGridProjectsCommand extends $Command<ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
34
42
|
readonly input: ListTestGridProjectsCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface ListTestGridSessionActionsCommandOutput extends ListTestGridSes
|
|
|
29
29
|
* @see {@link ListTestGridSessionActionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>An internal exception was raised in the service. Contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a> if you see this
|
|
37
|
+
* error. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NotFoundException} (client fault)
|
|
40
|
+
* <p>The specified entity was not found.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class ListTestGridSessionActionsCommand extends $Command<ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
34
45
|
readonly input: ListTestGridSessionActionsCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface ListTestGridSessionArtifactsCommandOutput extends ListTestGridS
|
|
|
29
29
|
* @see {@link ListTestGridSessionArtifactsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>An internal exception was raised in the service. Contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a> if you see this
|
|
37
|
+
* error. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NotFoundException} (client fault)
|
|
40
|
+
* <p>The specified entity was not found.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class ListTestGridSessionArtifactsCommand extends $Command<ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
34
45
|
readonly input: ListTestGridSessionArtifactsCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface ListTestGridSessionsCommandOutput extends ListTestGridSessionsR
|
|
|
29
29
|
* @see {@link ListTestGridSessionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
36
|
+
* <p>An internal exception was raised in the service. Contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a> if you see this
|
|
37
|
+
* error. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link NotFoundException} (client fault)
|
|
40
|
+
* <p>The specified entity was not found.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class ListTestGridSessionsCommand extends $Command<ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
34
45
|
readonly input: ListTestGridSessionsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface ListTestsCommandOutput extends ListTestsResult, __MetadataBeare
|
|
|
29
29
|
* @see {@link ListTestsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>A limit was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The specified entity was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
42
|
+
* <p>There was a problem with the service account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
* @example To get information about tests
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example returns information about tests, given a specific Device Farm project.
|
|
@@ -33,6 +33,19 @@ export interface ListUniqueProblemsCommandOutput extends ListUniqueProblemsResul
|
|
|
33
33
|
* @see {@link ListUniqueProblemsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link ArgumentException} (client fault)
|
|
37
|
+
* <p>An invalid argument was specified.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
40
|
+
* <p>A limit was exceeded.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link NotFoundException} (client fault)
|
|
43
|
+
* <p>The specified entity was not found.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
46
|
+
* <p>There was a problem with the service account.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
36
49
|
* @example To get information about unique problems
|
|
37
50
|
* ```javascript
|
|
38
51
|
* // The following example returns information about unique problems, given a specific Device Farm project.
|
|
@@ -29,6 +29,19 @@ export interface ListUploadsCommandOutput extends ListUploadsResult, __MetadataB
|
|
|
29
29
|
* @see {@link ListUploadsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ArgumentException} (client fault)
|
|
33
|
+
* <p>An invalid argument was specified.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
36
|
+
* <p>A limit was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link NotFoundException} (client fault)
|
|
39
|
+
* <p>The specified entity was not found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
42
|
+
* <p>There was a problem with the service account.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
* @example To get information about uploads
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example returns information about uploads, given a specific Device Farm project.
|
|
@@ -30,6 +30,13 @@ export interface ListVPCEConfigurationsCommandOutput extends ListVPCEConfigurati
|
|
|
30
30
|
* @see {@link ListVPCEConfigurationsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ArgumentException} (client fault)
|
|
34
|
+
* <p>An invalid argument was specified.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
37
|
+
* <p>There was a problem with the service account.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
33
40
|
*/
|
|
34
41
|
export declare class ListVPCEConfigurationsCommand extends $Command<ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
35
42
|
readonly input: ListVPCEConfigurationsCommandInput;
|
|
@@ -32,6 +32,23 @@ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResult, _
|
|
|
32
32
|
* @see {@link PurchaseOfferingCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link ArgumentException} (client fault)
|
|
36
|
+
* <p>An invalid argument was specified.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
39
|
+
* <p>A limit was exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link NotEligibleException} (client fault)
|
|
42
|
+
* <p>Exception gets thrown when a user is not eligible to perform the specified
|
|
43
|
+
* transaction.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link NotFoundException} (client fault)
|
|
46
|
+
* <p>The specified entity was not found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ServiceAccountException} (client fault)
|
|
49
|
+
* <p>There was a problem with the service account.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
35
52
|
* @example To purchase a device slot offering
|
|
36
53
|
* ```javascript
|
|
37
54
|
* // The following example purchases a specific device slot offering.
|