@aws-sdk/client-device-farm 3.321.1 → 3.326.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.
Files changed (78) hide show
  1. package/dist-types/commands/CreateDevicePoolCommand.d.ts +19 -0
  2. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +15 -0
  3. package/dist-types/commands/CreateNetworkProfileCommand.d.ts +19 -0
  4. package/dist-types/commands/CreateProjectCommand.d.ts +20 -0
  5. package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +90 -0
  6. package/dist-types/commands/CreateTestGridProjectCommand.d.ts +20 -0
  7. package/dist-types/commands/CreateTestGridUrlCommand.d.ts +7 -0
  8. package/dist-types/commands/CreateUploadCommand.d.ts +17 -0
  9. package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +12 -0
  10. package/dist-types/commands/DeleteDevicePoolCommand.d.ts +4 -0
  11. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +4 -0
  12. package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +4 -0
  13. package/dist-types/commands/DeleteProjectCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteRunCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteUploadCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +4 -0
  19. package/dist-types/commands/GetAccountSettingsCommand.d.ts +24 -0
  20. package/dist-types/commands/GetDeviceCommand.d.ts +55 -0
  21. package/dist-types/commands/GetDeviceInstanceCommand.d.ts +24 -0
  22. package/dist-types/commands/GetDevicePoolCommand.d.ts +19 -0
  23. package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +127 -0
  24. package/dist-types/commands/GetInstanceProfileCommand.d.ts +15 -0
  25. package/dist-types/commands/GetJobCommand.d.ts +83 -0
  26. package/dist-types/commands/GetNetworkProfileCommand.d.ts +19 -0
  27. package/dist-types/commands/GetOfferingStatusCommand.d.ts +50 -0
  28. package/dist-types/commands/GetProjectCommand.d.ts +20 -0
  29. package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +90 -0
  30. package/dist-types/commands/GetRunCommand.d.ts +102 -0
  31. package/dist-types/commands/GetSuiteCommand.d.ts +30 -0
  32. package/dist-types/commands/GetTestCommand.d.ts +30 -0
  33. package/dist-types/commands/GetTestGridProjectCommand.d.ts +20 -0
  34. package/dist-types/commands/GetTestGridSessionCommand.d.ts +13 -0
  35. package/dist-types/commands/GetUploadCommand.d.ts +17 -0
  36. package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +12 -0
  37. package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +17 -0
  38. package/dist-types/commands/ListArtifactsCommand.d.ts +15 -0
  39. package/dist-types/commands/ListDeviceInstancesCommand.d.ts +27 -0
  40. package/dist-types/commands/ListDevicePoolsCommand.d.ts +22 -0
  41. package/dist-types/commands/ListDevicesCommand.d.ts +58 -0
  42. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +18 -0
  43. package/dist-types/commands/ListJobsCommand.d.ts +86 -0
  44. package/dist-types/commands/ListNetworkProfilesCommand.d.ts +22 -0
  45. package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +12 -0
  46. package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +37 -0
  47. package/dist-types/commands/ListOfferingsCommand.d.ts +23 -0
  48. package/dist-types/commands/ListProjectsCommand.d.ts +23 -0
  49. package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +93 -0
  50. package/dist-types/commands/ListRunsCommand.d.ts +105 -0
  51. package/dist-types/commands/ListSamplesCommand.d.ts +13 -0
  52. package/dist-types/commands/ListSuitesCommand.d.ts +33 -0
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  54. package/dist-types/commands/ListTestGridProjectsCommand.d.ts +23 -0
  55. package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +15 -0
  56. package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +13 -0
  57. package/dist-types/commands/ListTestGridSessionsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListTestsCommand.d.ts +33 -0
  59. package/dist-types/commands/ListUniqueProblemsCommand.d.ts +85 -0
  60. package/dist-types/commands/ListUploadsCommand.d.ts +20 -0
  61. package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +15 -0
  62. package/dist-types/commands/PurchaseOfferingCommand.d.ts +34 -0
  63. package/dist-types/commands/RenewOfferingCommand.d.ts +34 -0
  64. package/dist-types/commands/ScheduleRunCommand.d.ts +102 -0
  65. package/dist-types/commands/StopJobCommand.d.ts +83 -0
  66. package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +90 -0
  67. package/dist-types/commands/StopRunCommand.d.ts +102 -0
  68. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  69. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  70. package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +24 -0
  71. package/dist-types/commands/UpdateDevicePoolCommand.d.ts +19 -0
  72. package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +15 -0
  73. package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +19 -0
  74. package/dist-types/commands/UpdateProjectCommand.d.ts +20 -0
  75. package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +20 -0
  76. package/dist-types/commands/UpdateUploadCommand.d.ts +17 -0
  77. package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +12 -0
  78. package/package.json +16 -16
@@ -31,6 +31,106 @@ export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {
31
31
  * };
32
32
  * const command = new GetRunCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetRunResult
35
+ * // run: { // Run
36
+ * // arn: "STRING_VALUE",
37
+ * // name: "STRING_VALUE",
38
+ * // type: "BUILTIN_FUZZ" || "BUILTIN_EXPLORER" || "WEB_PERFORMANCE_PROFILE" || "APPIUM_JAVA_JUNIT" || "APPIUM_JAVA_TESTNG" || "APPIUM_PYTHON" || "APPIUM_NODE" || "APPIUM_RUBY" || "APPIUM_WEB_JAVA_JUNIT" || "APPIUM_WEB_JAVA_TESTNG" || "APPIUM_WEB_PYTHON" || "APPIUM_WEB_NODE" || "APPIUM_WEB_RUBY" || "CALABASH" || "INSTRUMENTATION" || "UIAUTOMATION" || "UIAUTOMATOR" || "XCTEST" || "XCTEST_UI" || "REMOTE_ACCESS_RECORD" || "REMOTE_ACCESS_REPLAY",
39
+ * // platform: "ANDROID" || "IOS",
40
+ * // created: new Date("TIMESTAMP"),
41
+ * // status: "PENDING" || "PENDING_CONCURRENCY" || "PENDING_DEVICE" || "PROCESSING" || "SCHEDULING" || "PREPARING" || "RUNNING" || "COMPLETED" || "STOPPING",
42
+ * // result: "PENDING" || "PASSED" || "WARNED" || "FAILED" || "SKIPPED" || "ERRORED" || "STOPPED",
43
+ * // started: new Date("TIMESTAMP"),
44
+ * // stopped: new Date("TIMESTAMP"),
45
+ * // counters: { // Counters
46
+ * // total: Number("int"),
47
+ * // passed: Number("int"),
48
+ * // failed: Number("int"),
49
+ * // warned: Number("int"),
50
+ * // errored: Number("int"),
51
+ * // stopped: Number("int"),
52
+ * // skipped: Number("int"),
53
+ * // },
54
+ * // message: "STRING_VALUE",
55
+ * // totalJobs: Number("int"),
56
+ * // completedJobs: Number("int"),
57
+ * // billingMethod: "METERED" || "UNMETERED",
58
+ * // deviceMinutes: { // DeviceMinutes
59
+ * // total: Number("double"),
60
+ * // metered: Number("double"),
61
+ * // unmetered: Number("double"),
62
+ * // },
63
+ * // networkProfile: { // NetworkProfile
64
+ * // arn: "STRING_VALUE",
65
+ * // name: "STRING_VALUE",
66
+ * // description: "STRING_VALUE",
67
+ * // type: "CURATED" || "PRIVATE",
68
+ * // uplinkBandwidthBits: Number("long"),
69
+ * // downlinkBandwidthBits: Number("long"),
70
+ * // uplinkDelayMs: Number("long"),
71
+ * // downlinkDelayMs: Number("long"),
72
+ * // uplinkJitterMs: Number("long"),
73
+ * // downlinkJitterMs: Number("long"),
74
+ * // uplinkLossPercent: Number("int"),
75
+ * // downlinkLossPercent: Number("int"),
76
+ * // },
77
+ * // parsingResultUrl: "STRING_VALUE",
78
+ * // resultCode: "PARSING_FAILED" || "VPC_ENDPOINT_SETUP_FAILED",
79
+ * // seed: Number("int"),
80
+ * // appUpload: "STRING_VALUE",
81
+ * // eventCount: Number("int"),
82
+ * // jobTimeoutMinutes: Number("int"),
83
+ * // devicePoolArn: "STRING_VALUE",
84
+ * // locale: "STRING_VALUE",
85
+ * // radios: { // Radios
86
+ * // wifi: true || false,
87
+ * // bluetooth: true || false,
88
+ * // nfc: true || false,
89
+ * // gps: true || false,
90
+ * // },
91
+ * // location: { // Location
92
+ * // latitude: Number("double"), // required
93
+ * // longitude: Number("double"), // required
94
+ * // },
95
+ * // customerArtifactPaths: { // CustomerArtifactPaths
96
+ * // iosPaths: [ // IosPaths
97
+ * // "STRING_VALUE",
98
+ * // ],
99
+ * // androidPaths: [ // AndroidPaths
100
+ * // "STRING_VALUE",
101
+ * // ],
102
+ * // deviceHostPaths: [ // DeviceHostPaths
103
+ * // "STRING_VALUE",
104
+ * // ],
105
+ * // },
106
+ * // webUrl: "STRING_VALUE",
107
+ * // skipAppResign: true || false,
108
+ * // testSpecArn: "STRING_VALUE",
109
+ * // deviceSelectionResult: { // DeviceSelectionResult
110
+ * // filters: [ // DeviceFilters
111
+ * // { // DeviceFilter
112
+ * // attribute: "ARN" || "PLATFORM" || "OS_VERSION" || "MODEL" || "AVAILABILITY" || "FORM_FACTOR" || "MANUFACTURER" || "REMOTE_ACCESS_ENABLED" || "REMOTE_DEBUG_ENABLED" || "INSTANCE_ARN" || "INSTANCE_LABELS" || "FLEET_TYPE", // required
113
+ * // operator: "EQUALS" || "LESS_THAN" || "LESS_THAN_OR_EQUALS" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS" || "IN" || "NOT_IN" || "CONTAINS", // required
114
+ * // values: [ // DeviceFilterValues // required
115
+ * // "STRING_VALUE",
116
+ * // ],
117
+ * // },
118
+ * // ],
119
+ * // matchedDevicesCount: Number("int"),
120
+ * // maxDevices: Number("int"),
121
+ * // },
122
+ * // vpcConfig: { // VpcConfig
123
+ * // securityGroupIds: [ // VpcSecurityGroupIds // required
124
+ * // "STRING_VALUE",
125
+ * // ],
126
+ * // subnetIds: [ // VpcSubnetIds // required
127
+ * // "STRING_VALUE",
128
+ * // ],
129
+ * // vpcId: "STRING_VALUE", // required
130
+ * // },
131
+ * // },
132
+ * // };
133
+ *
34
134
  * ```
35
135
  *
36
136
  * @param GetRunCommandInput - {@link GetRunCommandInput}
@@ -51,6 +151,8 @@ export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {
51
151
  * @throws {@link ServiceAccountException} (client fault)
52
152
  * <p>There was a problem with the service account.</p>
53
153
  *
154
+ * @throws {@link DeviceFarmServiceException}
155
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
54
156
  *
55
157
  * @example To get information about a test run
56
158
  * ```javascript
@@ -31,6 +31,34 @@ export interface GetSuiteCommandOutput extends GetSuiteResult, __MetadataBearer
31
31
  * };
32
32
  * const command = new GetSuiteCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetSuiteResult
35
+ * // suite: { // Suite
36
+ * // arn: "STRING_VALUE",
37
+ * // name: "STRING_VALUE",
38
+ * // type: "BUILTIN_FUZZ" || "BUILTIN_EXPLORER" || "WEB_PERFORMANCE_PROFILE" || "APPIUM_JAVA_JUNIT" || "APPIUM_JAVA_TESTNG" || "APPIUM_PYTHON" || "APPIUM_NODE" || "APPIUM_RUBY" || "APPIUM_WEB_JAVA_JUNIT" || "APPIUM_WEB_JAVA_TESTNG" || "APPIUM_WEB_PYTHON" || "APPIUM_WEB_NODE" || "APPIUM_WEB_RUBY" || "CALABASH" || "INSTRUMENTATION" || "UIAUTOMATION" || "UIAUTOMATOR" || "XCTEST" || "XCTEST_UI" || "REMOTE_ACCESS_RECORD" || "REMOTE_ACCESS_REPLAY",
39
+ * // created: new Date("TIMESTAMP"),
40
+ * // status: "PENDING" || "PENDING_CONCURRENCY" || "PENDING_DEVICE" || "PROCESSING" || "SCHEDULING" || "PREPARING" || "RUNNING" || "COMPLETED" || "STOPPING",
41
+ * // result: "PENDING" || "PASSED" || "WARNED" || "FAILED" || "SKIPPED" || "ERRORED" || "STOPPED",
42
+ * // started: new Date("TIMESTAMP"),
43
+ * // stopped: new Date("TIMESTAMP"),
44
+ * // counters: { // Counters
45
+ * // total: Number("int"),
46
+ * // passed: Number("int"),
47
+ * // failed: Number("int"),
48
+ * // warned: Number("int"),
49
+ * // errored: Number("int"),
50
+ * // stopped: Number("int"),
51
+ * // skipped: Number("int"),
52
+ * // },
53
+ * // message: "STRING_VALUE",
54
+ * // deviceMinutes: { // DeviceMinutes
55
+ * // total: Number("double"),
56
+ * // metered: Number("double"),
57
+ * // unmetered: Number("double"),
58
+ * // },
59
+ * // },
60
+ * // };
61
+ *
34
62
  * ```
35
63
  *
36
64
  * @param GetSuiteCommandInput - {@link GetSuiteCommandInput}
@@ -51,6 +79,8 @@ export interface GetSuiteCommandOutput extends GetSuiteResult, __MetadataBearer
51
79
  * @throws {@link ServiceAccountException} (client fault)
52
80
  * <p>There was a problem with the service account.</p>
53
81
  *
82
+ * @throws {@link DeviceFarmServiceException}
83
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
54
84
  *
55
85
  * @example To get information about a test suite
56
86
  * ```javascript
@@ -31,6 +31,34 @@ export interface GetTestCommandOutput extends GetTestResult, __MetadataBearer {
31
31
  * };
32
32
  * const command = new GetTestCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetTestResult
35
+ * // test: { // Test
36
+ * // arn: "STRING_VALUE",
37
+ * // name: "STRING_VALUE",
38
+ * // type: "BUILTIN_FUZZ" || "BUILTIN_EXPLORER" || "WEB_PERFORMANCE_PROFILE" || "APPIUM_JAVA_JUNIT" || "APPIUM_JAVA_TESTNG" || "APPIUM_PYTHON" || "APPIUM_NODE" || "APPIUM_RUBY" || "APPIUM_WEB_JAVA_JUNIT" || "APPIUM_WEB_JAVA_TESTNG" || "APPIUM_WEB_PYTHON" || "APPIUM_WEB_NODE" || "APPIUM_WEB_RUBY" || "CALABASH" || "INSTRUMENTATION" || "UIAUTOMATION" || "UIAUTOMATOR" || "XCTEST" || "XCTEST_UI" || "REMOTE_ACCESS_RECORD" || "REMOTE_ACCESS_REPLAY",
39
+ * // created: new Date("TIMESTAMP"),
40
+ * // status: "PENDING" || "PENDING_CONCURRENCY" || "PENDING_DEVICE" || "PROCESSING" || "SCHEDULING" || "PREPARING" || "RUNNING" || "COMPLETED" || "STOPPING",
41
+ * // result: "PENDING" || "PASSED" || "WARNED" || "FAILED" || "SKIPPED" || "ERRORED" || "STOPPED",
42
+ * // started: new Date("TIMESTAMP"),
43
+ * // stopped: new Date("TIMESTAMP"),
44
+ * // counters: { // Counters
45
+ * // total: Number("int"),
46
+ * // passed: Number("int"),
47
+ * // failed: Number("int"),
48
+ * // warned: Number("int"),
49
+ * // errored: Number("int"),
50
+ * // stopped: Number("int"),
51
+ * // skipped: Number("int"),
52
+ * // },
53
+ * // message: "STRING_VALUE",
54
+ * // deviceMinutes: { // DeviceMinutes
55
+ * // total: Number("double"),
56
+ * // metered: Number("double"),
57
+ * // unmetered: Number("double"),
58
+ * // },
59
+ * // },
60
+ * // };
61
+ *
34
62
  * ```
35
63
  *
36
64
  * @param GetTestCommandInput - {@link GetTestCommandInput}
@@ -51,6 +79,8 @@ export interface GetTestCommandOutput extends GetTestResult, __MetadataBearer {
51
79
  * @throws {@link ServiceAccountException} (client fault)
52
80
  * <p>There was a problem with the service account.</p>
53
81
  *
82
+ * @throws {@link DeviceFarmServiceException}
83
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
54
84
  *
55
85
  * @example To get information about a specific test
56
86
  * ```javascript
@@ -31,6 +31,24 @@ export interface GetTestGridProjectCommandOutput extends GetTestGridProjectResul
31
31
  * };
32
32
  * const command = new GetTestGridProjectCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetTestGridProjectResult
35
+ * // testGridProject: { // TestGridProject
36
+ * // arn: "STRING_VALUE",
37
+ * // name: "STRING_VALUE",
38
+ * // description: "STRING_VALUE",
39
+ * // vpcConfig: { // TestGridVpcConfig
40
+ * // securityGroupIds: [ // SecurityGroupIds // required
41
+ * // "STRING_VALUE",
42
+ * // ],
43
+ * // subnetIds: [ // SubnetIds // required
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // vpcId: "STRING_VALUE", // required
47
+ * // },
48
+ * // created: new Date("TIMESTAMP"),
49
+ * // },
50
+ * // };
51
+ *
34
52
  * ```
35
53
  *
36
54
  * @param GetTestGridProjectCommandInput - {@link GetTestGridProjectCommandInput}
@@ -49,6 +67,8 @@ export interface GetTestGridProjectCommandOutput extends GetTestGridProjectResul
49
67
  * @throws {@link NotFoundException} (client fault)
50
68
  * <p>The specified entity was not found.</p>
51
69
  *
70
+ * @throws {@link DeviceFarmServiceException}
71
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
52
72
  *
53
73
  */
54
74
  export declare class GetTestGridProjectCommand extends $Command<GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -42,6 +42,17 @@ export interface GetTestGridSessionCommandOutput extends GetTestGridSessionResul
42
42
  * };
43
43
  * const command = new GetTestGridSessionCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // GetTestGridSessionResult
46
+ * // testGridSession: { // TestGridSession
47
+ * // arn: "STRING_VALUE",
48
+ * // status: "ACTIVE" || "CLOSED" || "ERRORED",
49
+ * // created: new Date("TIMESTAMP"),
50
+ * // ended: new Date("TIMESTAMP"),
51
+ * // billingMinutes: Number("double"),
52
+ * // seleniumProperties: "STRING_VALUE",
53
+ * // },
54
+ * // };
55
+ *
45
56
  * ```
46
57
  *
47
58
  * @param GetTestGridSessionCommandInput - {@link GetTestGridSessionCommandInput}
@@ -60,6 +71,8 @@ export interface GetTestGridSessionCommandOutput extends GetTestGridSessionResul
60
71
  * @throws {@link NotFoundException} (client fault)
61
72
  * <p>The specified entity was not found.</p>
62
73
  *
74
+ * @throws {@link DeviceFarmServiceException}
75
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
63
76
  *
64
77
  */
65
78
  export declare class GetTestGridSessionCommand extends $Command<GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -31,6 +31,21 @@ export interface GetUploadCommandOutput extends GetUploadResult, __MetadataBeare
31
31
  * };
32
32
  * const command = new GetUploadCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetUploadResult
35
+ * // upload: { // Upload
36
+ * // arn: "STRING_VALUE",
37
+ * // name: "STRING_VALUE",
38
+ * // created: new Date("TIMESTAMP"),
39
+ * // type: "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",
40
+ * // status: "INITIALIZED" || "PROCESSING" || "SUCCEEDED" || "FAILED",
41
+ * // url: "STRING_VALUE",
42
+ * // metadata: "STRING_VALUE",
43
+ * // contentType: "STRING_VALUE",
44
+ * // message: "STRING_VALUE",
45
+ * // category: "CURATED" || "PRIVATE",
46
+ * // },
47
+ * // };
48
+ *
34
49
  * ```
35
50
  *
36
51
  * @param GetUploadCommandInput - {@link GetUploadCommandInput}
@@ -51,6 +66,8 @@ export interface GetUploadCommandOutput extends GetUploadResult, __MetadataBeare
51
66
  * @throws {@link ServiceAccountException} (client fault)
52
67
  * <p>There was a problem with the service account.</p>
53
68
  *
69
+ * @throws {@link DeviceFarmServiceException}
70
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
54
71
  *
55
72
  * @example To get information about a specific upload
56
73
  * ```javascript
@@ -32,6 +32,16 @@ export interface GetVPCEConfigurationCommandOutput extends GetVPCEConfigurationR
32
32
  * };
33
33
  * const command = new GetVPCEConfigurationCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetVPCEConfigurationResult
36
+ * // vpceConfiguration: { // VPCEConfiguration
37
+ * // arn: "STRING_VALUE",
38
+ * // vpceConfigurationName: "STRING_VALUE",
39
+ * // vpceServiceName: "STRING_VALUE",
40
+ * // serviceDnsName: "STRING_VALUE",
41
+ * // vpceConfigurationDescription: "STRING_VALUE",
42
+ * // },
43
+ * // };
44
+ *
35
45
  * ```
36
46
  *
37
47
  * @param GetVPCEConfigurationCommandInput - {@link GetVPCEConfigurationCommandInput}
@@ -49,6 +59,8 @@ export interface GetVPCEConfigurationCommandOutput extends GetVPCEConfigurationR
49
59
  * @throws {@link ServiceAccountException} (client fault)
50
60
  * <p>There was a problem with the service account.</p>
51
61
  *
62
+ * @throws {@link DeviceFarmServiceException}
63
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
52
64
  *
53
65
  */
54
66
  export declare class GetVPCEConfigurationCommand extends $Command<GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -34,6 +34,21 @@ export interface InstallToRemoteAccessSessionCommandOutput extends InstallToRemo
34
34
  * };
35
35
  * const command = new InstallToRemoteAccessSessionCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // InstallToRemoteAccessSessionResult
38
+ * // appUpload: { // Upload
39
+ * // arn: "STRING_VALUE",
40
+ * // name: "STRING_VALUE",
41
+ * // created: new Date("TIMESTAMP"),
42
+ * // type: "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",
43
+ * // status: "INITIALIZED" || "PROCESSING" || "SUCCEEDED" || "FAILED",
44
+ * // url: "STRING_VALUE",
45
+ * // metadata: "STRING_VALUE",
46
+ * // contentType: "STRING_VALUE",
47
+ * // message: "STRING_VALUE",
48
+ * // category: "CURATED" || "PRIVATE",
49
+ * // },
50
+ * // };
51
+ *
37
52
  * ```
38
53
  *
39
54
  * @param InstallToRemoteAccessSessionCommandInput - {@link InstallToRemoteAccessSessionCommandInput}
@@ -54,6 +69,8 @@ export interface InstallToRemoteAccessSessionCommandOutput extends InstallToRemo
54
69
  * @throws {@link ServiceAccountException} (client fault)
55
70
  * <p>There was a problem with the service account.</p>
56
71
  *
72
+ * @throws {@link DeviceFarmServiceException}
73
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
57
74
  *
58
75
  * @example To install to a remote access session
59
76
  * ```javascript
@@ -33,6 +33,19 @@ export interface ListArtifactsCommandOutput extends ListArtifactsResult, __Metad
33
33
  * };
34
34
  * const command = new ListArtifactsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListArtifactsResult
37
+ * // artifacts: [ // Artifacts
38
+ * // { // Artifact
39
+ * // arn: "STRING_VALUE",
40
+ * // name: "STRING_VALUE",
41
+ * // type: "UNKNOWN" || "SCREENSHOT" || "DEVICE_LOG" || "MESSAGE_LOG" || "VIDEO_LOG" || "RESULT_LOG" || "SERVICE_LOG" || "WEBKIT_LOG" || "INSTRUMENTATION_OUTPUT" || "EXERCISER_MONKEY_OUTPUT" || "CALABASH_JSON_OUTPUT" || "CALABASH_PRETTY_OUTPUT" || "CALABASH_STANDARD_OUTPUT" || "CALABASH_JAVA_XML_OUTPUT" || "AUTOMATION_OUTPUT" || "APPIUM_SERVER_OUTPUT" || "APPIUM_JAVA_OUTPUT" || "APPIUM_JAVA_XML_OUTPUT" || "APPIUM_PYTHON_OUTPUT" || "APPIUM_PYTHON_XML_OUTPUT" || "EXPLORER_EVENT_LOG" || "EXPLORER_SUMMARY_LOG" || "APPLICATION_CRASH_REPORT" || "XCTEST_LOG" || "VIDEO" || "CUSTOMER_ARTIFACT" || "CUSTOMER_ARTIFACT_LOG" || "TESTSPEC_OUTPUT",
42
+ * // extension: "STRING_VALUE",
43
+ * // url: "STRING_VALUE",
44
+ * // },
45
+ * // ],
46
+ * // nextToken: "STRING_VALUE",
47
+ * // };
48
+ *
36
49
  * ```
37
50
  *
38
51
  * @param ListArtifactsCommandInput - {@link ListArtifactsCommandInput}
@@ -53,6 +66,8 @@ export interface ListArtifactsCommandOutput extends ListArtifactsResult, __Metad
53
66
  * @throws {@link ServiceAccountException} (client fault)
54
67
  * <p>There was a problem with the service account.</p>
55
68
  *
69
+ * @throws {@link DeviceFarmServiceException}
70
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
56
71
  *
57
72
  * @example To list artifacts for a resource
58
73
  * ```javascript
@@ -33,6 +33,31 @@ export interface ListDeviceInstancesCommandOutput extends ListDeviceInstancesRes
33
33
  * };
34
34
  * const command = new ListDeviceInstancesCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListDeviceInstancesResult
37
+ * // deviceInstances: [ // DeviceInstances
38
+ * // { // DeviceInstance
39
+ * // arn: "STRING_VALUE",
40
+ * // deviceArn: "STRING_VALUE",
41
+ * // labels: [ // InstanceLabels
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // status: "IN_USE" || "PREPARING" || "AVAILABLE" || "NOT_AVAILABLE",
45
+ * // udid: "STRING_VALUE",
46
+ * // instanceProfile: { // InstanceProfile
47
+ * // arn: "STRING_VALUE",
48
+ * // packageCleanup: true || false,
49
+ * // excludeAppPackagesFromCleanup: [ // PackageIds
50
+ * // "STRING_VALUE",
51
+ * // ],
52
+ * // rebootAfterUse: true || false,
53
+ * // name: "STRING_VALUE",
54
+ * // description: "STRING_VALUE",
55
+ * // },
56
+ * // },
57
+ * // ],
58
+ * // nextToken: "STRING_VALUE",
59
+ * // };
60
+ *
36
61
  * ```
37
62
  *
38
63
  * @param ListDeviceInstancesCommandInput - {@link ListDeviceInstancesCommandInput}
@@ -53,6 +78,8 @@ export interface ListDeviceInstancesCommandOutput extends ListDeviceInstancesRes
53
78
  * @throws {@link ServiceAccountException} (client fault)
54
79
  * <p>There was a problem with the service account.</p>
55
80
  *
81
+ * @throws {@link DeviceFarmServiceException}
82
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
56
83
  *
57
84
  */
58
85
  export declare class ListDeviceInstancesCommand extends $Command<ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -33,6 +33,26 @@ export interface ListDevicePoolsCommandOutput extends ListDevicePoolsResult, __M
33
33
  * };
34
34
  * const command = new ListDevicePoolsCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // ListDevicePoolsResult
37
+ * // devicePools: [ // DevicePools
38
+ * // { // DevicePool
39
+ * // arn: "STRING_VALUE",
40
+ * // name: "STRING_VALUE",
41
+ * // description: "STRING_VALUE",
42
+ * // type: "CURATED" || "PRIVATE",
43
+ * // rules: [ // Rules
44
+ * // { // Rule
45
+ * // attribute: "ARN" || "PLATFORM" || "FORM_FACTOR" || "MANUFACTURER" || "REMOTE_ACCESS_ENABLED" || "REMOTE_DEBUG_ENABLED" || "APPIUM_VERSION" || "INSTANCE_ARN" || "INSTANCE_LABELS" || "FLEET_TYPE" || "OS_VERSION" || "MODEL" || "AVAILABILITY",
46
+ * // operator: "EQUALS" || "LESS_THAN" || "LESS_THAN_OR_EQUALS" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS" || "IN" || "NOT_IN" || "CONTAINS",
47
+ * // value: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // maxDevices: Number("int"),
51
+ * // },
52
+ * // ],
53
+ * // nextToken: "STRING_VALUE",
54
+ * // };
55
+ *
36
56
  * ```
37
57
  *
38
58
  * @param ListDevicePoolsCommandInput - {@link ListDevicePoolsCommandInput}
@@ -53,6 +73,8 @@ export interface ListDevicePoolsCommandOutput extends ListDevicePoolsResult, __M
53
73
  * @throws {@link ServiceAccountException} (client fault)
54
74
  * <p>There was a problem with the service account.</p>
55
75
  *
76
+ * @throws {@link DeviceFarmServiceException}
77
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
56
78
  *
57
79
  * @example To get information about device pools
58
80
  * ```javascript
@@ -41,6 +41,62 @@ export interface ListDevicesCommandOutput extends ListDevicesResult, __MetadataB
41
41
  * };
42
42
  * const command = new ListDevicesCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // ListDevicesResult
45
+ * // devices: [ // Devices
46
+ * // { // Device
47
+ * // arn: "STRING_VALUE",
48
+ * // name: "STRING_VALUE",
49
+ * // manufacturer: "STRING_VALUE",
50
+ * // model: "STRING_VALUE",
51
+ * // modelId: "STRING_VALUE",
52
+ * // formFactor: "PHONE" || "TABLET",
53
+ * // platform: "ANDROID" || "IOS",
54
+ * // os: "STRING_VALUE",
55
+ * // cpu: { // CPU
56
+ * // frequency: "STRING_VALUE",
57
+ * // architecture: "STRING_VALUE",
58
+ * // clock: Number("double"),
59
+ * // },
60
+ * // resolution: { // Resolution
61
+ * // width: Number("int"),
62
+ * // height: Number("int"),
63
+ * // },
64
+ * // heapSize: Number("long"),
65
+ * // memory: Number("long"),
66
+ * // image: "STRING_VALUE",
67
+ * // carrier: "STRING_VALUE",
68
+ * // radio: "STRING_VALUE",
69
+ * // remoteAccessEnabled: true || false,
70
+ * // remoteDebugEnabled: true || false,
71
+ * // fleetType: "STRING_VALUE",
72
+ * // fleetName: "STRING_VALUE",
73
+ * // instances: [ // DeviceInstances
74
+ * // { // DeviceInstance
75
+ * // arn: "STRING_VALUE",
76
+ * // deviceArn: "STRING_VALUE",
77
+ * // labels: [ // InstanceLabels
78
+ * // "STRING_VALUE",
79
+ * // ],
80
+ * // status: "IN_USE" || "PREPARING" || "AVAILABLE" || "NOT_AVAILABLE",
81
+ * // udid: "STRING_VALUE",
82
+ * // instanceProfile: { // InstanceProfile
83
+ * // arn: "STRING_VALUE",
84
+ * // packageCleanup: true || false,
85
+ * // excludeAppPackagesFromCleanup: [ // PackageIds
86
+ * // "STRING_VALUE",
87
+ * // ],
88
+ * // rebootAfterUse: true || false,
89
+ * // name: "STRING_VALUE",
90
+ * // description: "STRING_VALUE",
91
+ * // },
92
+ * // },
93
+ * // ],
94
+ * // availability: "TEMPORARY_NOT_AVAILABLE" || "BUSY" || "AVAILABLE" || "HIGHLY_AVAILABLE",
95
+ * // },
96
+ * // ],
97
+ * // nextToken: "STRING_VALUE",
98
+ * // };
99
+ *
44
100
  * ```
45
101
  *
46
102
  * @param ListDevicesCommandInput - {@link ListDevicesCommandInput}
@@ -61,6 +117,8 @@ export interface ListDevicesCommandOutput extends ListDevicesResult, __MetadataB
61
117
  * @throws {@link ServiceAccountException} (client fault)
62
118
  * <p>There was a problem with the service account.</p>
63
119
  *
120
+ * @throws {@link DeviceFarmServiceException}
121
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
64
122
  *
65
123
  * @example To get information about devices
66
124
  * ```javascript
@@ -32,6 +32,22 @@ export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesR
32
32
  * };
33
33
  * const command = new ListInstanceProfilesCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // ListInstanceProfilesResult
36
+ * // instanceProfiles: [ // InstanceProfiles
37
+ * // { // InstanceProfile
38
+ * // arn: "STRING_VALUE",
39
+ * // packageCleanup: true || false,
40
+ * // excludeAppPackagesFromCleanup: [ // PackageIds
41
+ * // "STRING_VALUE",
42
+ * // ],
43
+ * // rebootAfterUse: true || false,
44
+ * // name: "STRING_VALUE",
45
+ * // description: "STRING_VALUE",
46
+ * // },
47
+ * // ],
48
+ * // nextToken: "STRING_VALUE",
49
+ * // };
50
+ *
35
51
  * ```
36
52
  *
37
53
  * @param ListInstanceProfilesCommandInput - {@link ListInstanceProfilesCommandInput}
@@ -52,6 +68,8 @@ export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesR
52
68
  * @throws {@link ServiceAccountException} (client fault)
53
69
  * <p>There was a problem with the service account.</p>
54
70
  *
71
+ * @throws {@link DeviceFarmServiceException}
72
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
55
73
  *
56
74
  */
57
75
  export declare class ListInstanceProfilesCommand extends $Command<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput, DeviceFarmClientResolvedConfig> {