@aws-sdk/client-device-farm 3.289.0 → 3.292.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 +35 -40
|
@@ -29,6 +29,19 @@ export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, _
|
|
|
29
29
|
* @see {@link CreateDevicePoolCommandOutput} 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 create a new device pool
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example creates a new device pool named MyDevicePool inside an existing project.
|
|
@@ -30,6 +30,19 @@ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfil
|
|
|
30
30
|
* @see {@link CreateInstanceProfileCommandOutput} 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 CreateInstanceProfileCommand extends $Command<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
35
48
|
readonly input: CreateInstanceProfileCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR
|
|
|
29
29
|
* @see {@link CreateNetworkProfileCommandOutput} 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 CreateNetworkProfileCommand extends $Command<CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
34
47
|
readonly input: CreateNetworkProfileCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface CreateProjectCommandOutput extends CreateProjectResult, __Metad
|
|
|
29
29
|
* @see {@link CreateProjectCommandOutput} 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
|
+
* @throws {@link TagOperationException} (client fault)
|
|
45
|
+
* <p>The operation was not successful. Try again.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
* @example To create a new project
|
|
33
49
|
* ```javascript
|
|
34
50
|
* // The following example creates a new project named MyProject.
|
|
@@ -29,6 +29,19 @@ export interface CreateRemoteAccessSessionCommandOutput extends CreateRemoteAcce
|
|
|
29
29
|
* @see {@link CreateRemoteAccessSessionCommandOutput} 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 create a remote access session
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example creates a remote access session named MySession.
|
|
@@ -30,6 +30,17 @@ export interface CreateTestGridProjectCommandOutput extends CreateTestGridProjec
|
|
|
30
30
|
* @see {@link CreateTestGridProjectCommandOutput} 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 InternalServiceException} (server fault)
|
|
37
|
+
* <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
|
|
38
|
+
* error. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
41
|
+
* <p>A limit was exceeded.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
33
44
|
*/
|
|
34
45
|
export declare class CreateTestGridProjectCommand extends $Command<CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
35
46
|
readonly input: CreateTestGridProjectCommandInput;
|
|
@@ -30,6 +30,17 @@ export interface CreateTestGridUrlCommandOutput extends CreateTestGridUrlResult,
|
|
|
30
30
|
* @see {@link CreateTestGridUrlCommandOutput} 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 InternalServiceException} (server fault)
|
|
37
|
+
* <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
|
|
38
|
+
* error. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link NotFoundException} (client fault)
|
|
41
|
+
* <p>The specified entity was not found.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
33
44
|
*/
|
|
34
45
|
export declare class CreateTestGridUrlCommand extends $Command<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
35
46
|
readonly input: CreateTestGridUrlCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface CreateUploadCommandOutput extends CreateUploadResult, __Metadat
|
|
|
29
29
|
* @see {@link CreateUploadCommandOutput} 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 create a new test package upload
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example creates a new Appium Python test package upload inside an existing project.
|
|
@@ -30,6 +30,16 @@ export interface CreateVPCEConfigurationCommandOutput extends CreateVPCEConfigur
|
|
|
30
30
|
* @see {@link CreateVPCEConfigurationCommandOutput} 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 ServiceAccountException} (client fault)
|
|
40
|
+
* <p>There was a problem with the service account.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
33
43
|
*/
|
|
34
44
|
export declare class CreateVPCEConfigurationCommand extends $Command<CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
35
45
|
readonly input: CreateVPCEConfigurationCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface DeleteDevicePoolCommandOutput extends DeleteDevicePoolResult, _
|
|
|
30
30
|
* @see {@link DeleteDevicePoolCommandOutput} 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
|
* @example To delete a device pool
|
|
34
47
|
* ```javascript
|
|
35
48
|
* // The following example deletes a specific device pool.
|
|
@@ -29,6 +29,19 @@ export interface DeleteInstanceProfileCommandOutput extends DeleteInstanceProfil
|
|
|
29
29
|
* @see {@link DeleteInstanceProfileCommandOutput} 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 DeleteInstanceProfileCommand extends $Command<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
34
47
|
readonly input: DeleteInstanceProfileCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DeleteNetworkProfileCommandOutput extends DeleteNetworkProfileR
|
|
|
29
29
|
* @see {@link DeleteNetworkProfileCommandOutput} 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 DeleteNetworkProfileCommand extends $Command<DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
34
47
|
readonly input: DeleteNetworkProfileCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResult, __Metad
|
|
|
30
30
|
* @see {@link DeleteProjectCommandOutput} 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
|
* @example To delete a project
|
|
34
47
|
* ```javascript
|
|
35
48
|
* // The following example deletes a specific project.
|
|
@@ -29,6 +29,19 @@ export interface DeleteRemoteAccessSessionCommandOutput extends DeleteRemoteAcce
|
|
|
29
29
|
* @see {@link DeleteRemoteAccessSessionCommandOutput} 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 delete a specific remote access session
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example deletes a specific remote access session.
|
|
@@ -30,6 +30,19 @@ export interface DeleteRunCommandOutput extends DeleteRunResult, __MetadataBeare
|
|
|
30
30
|
* @see {@link DeleteRunCommandOutput} 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
|
* @example To delete a run
|
|
34
47
|
* ```javascript
|
|
35
48
|
* // The following example deletes a specific test run.
|
|
@@ -35,6 +35,20 @@ export interface DeleteTestGridProjectCommandOutput extends DeleteTestGridProjec
|
|
|
35
35
|
* @see {@link DeleteTestGridProjectCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link ArgumentException} (client fault)
|
|
39
|
+
* <p>An invalid argument was specified.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link CannotDeleteException} (client fault)
|
|
42
|
+
* <p>The requested object could not be deleted.</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
|
+
*
|
|
38
52
|
*/
|
|
39
53
|
export declare class DeleteTestGridProjectCommand extends $Command<DeleteTestGridProjectCommandInput, DeleteTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
40
54
|
readonly input: DeleteTestGridProjectCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DeleteUploadCommandOutput extends DeleteUploadResult, __Metadat
|
|
|
29
29
|
* @see {@link DeleteUploadCommandOutput} 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 delete a specific upload
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example deletes a specific upload.
|
|
@@ -29,6 +29,20 @@ export interface DeleteVPCEConfigurationCommandOutput extends DeleteVPCEConfigur
|
|
|
29
29
|
* @see {@link DeleteVPCEConfigurationCommandOutput} 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 InvalidOperationException} (client fault)
|
|
36
|
+
* <p>There was an error with the update request, or you do not have sufficient permissions
|
|
37
|
+
* to update this VPC endpoint configuration.</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
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class DeleteVPCEConfigurationCommand extends $Command<DeleteVPCEConfigurationCommandInput, DeleteVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
34
48
|
readonly input: DeleteVPCEConfigurationCommandInput;
|
|
@@ -30,6 +30,19 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResul
|
|
|
30
30
|
* @see {@link GetAccountSettingsCommandOutput} 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
|
* @example To get information about account settings
|
|
34
47
|
* ```javascript
|
|
35
48
|
* // The following example returns information about your Device Farm account settings.
|
|
@@ -29,6 +29,19 @@ export interface GetDeviceCommandOutput extends GetDeviceResult, __MetadataBeare
|
|
|
29
29
|
* @see {@link GetDeviceCommandOutput} 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
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example returns information about a specific device.
|
|
@@ -29,6 +29,19 @@ export interface GetDeviceInstanceCommandOutput extends GetDeviceInstanceResult,
|
|
|
29
29
|
* @see {@link GetDeviceInstanceCommandOutput} 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 GetDeviceInstanceCommand extends $Command<GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
34
47
|
readonly input: GetDeviceInstanceCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetDevicePoolCommandOutput extends GetDevicePoolResult, __Metad
|
|
|
29
29
|
* @see {@link GetDevicePoolCommandOutput} 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 pool
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example returns information about a specific device pool, given a project ARN.
|
|
@@ -29,6 +29,19 @@ export interface GetDevicePoolCompatibilityCommandOutput extends GetDevicePoolCo
|
|
|
29
29
|
* @see {@link GetDevicePoolCompatibilityCommandOutput} 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 the compatibility of a device pool
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example returns information about the compatibility of a specific device pool, given its ARN.
|
|
@@ -29,6 +29,19 @@ export interface GetInstanceProfileCommandOutput extends GetInstanceProfileResul
|
|
|
29
29
|
* @see {@link GetInstanceProfileCommandOutput} 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 GetInstanceProfileCommand extends $Command<GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
34
47
|
readonly input: GetInstanceProfileCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetJobCommandOutput} 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 job
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example returns information about a specific job.
|
|
@@ -29,6 +29,19 @@ export interface GetNetworkProfileCommandOutput extends GetNetworkProfileResult,
|
|
|
29
29
|
* @see {@link GetNetworkProfileCommandOutput} 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 GetNetworkProfileCommand extends $Command<GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
34
47
|
readonly input: GetNetworkProfileCommandInput;
|
|
@@ -32,6 +32,23 @@ export interface GetOfferingStatusCommandOutput extends GetOfferingStatusResult,
|
|
|
32
32
|
* @see {@link GetOfferingStatusCommandOutput} 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 status information about device offerings
|
|
36
53
|
* ```javascript
|
|
37
54
|
* // The following example returns information about Device Farm offerings available to your account.
|
|
@@ -29,6 +29,19 @@ export interface GetProjectCommandOutput extends GetProjectResult, __MetadataBea
|
|
|
29
29
|
* @see {@link GetProjectCommandOutput} 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 project
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example gets information about a specific project.
|
|
@@ -29,6 +29,19 @@ export interface GetRemoteAccessSessionCommandOutput extends GetRemoteAccessSess
|
|
|
29
29
|
* @see {@link GetRemoteAccessSessionCommandOutput} 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 a remote access session
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example gets a specific remote access session.
|
|
@@ -29,6 +29,19 @@ export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetRunCommandOutput} 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 gets information about a specific test run.
|
|
@@ -29,6 +29,19 @@ export interface GetSuiteCommandOutput extends GetSuiteResult, __MetadataBearer
|
|
|
29
29
|
* @see {@link GetSuiteCommandOutput} 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 suite
|
|
33
46
|
* ```javascript
|
|
34
47
|
* // The following example gets information about a specific test suite.
|