@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
@@ -41,6 +41,23 @@ export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, _
41
41
  * };
42
42
  * const command = new CreateDevicePoolCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // CreateDevicePoolResult
45
+ * // devicePool: { // DevicePool
46
+ * // arn: "STRING_VALUE",
47
+ * // name: "STRING_VALUE",
48
+ * // description: "STRING_VALUE",
49
+ * // type: "CURATED" || "PRIVATE",
50
+ * // rules: [ // Rules
51
+ * // { // Rule
52
+ * // attribute: "ARN" || "PLATFORM" || "FORM_FACTOR" || "MANUFACTURER" || "REMOTE_ACCESS_ENABLED" || "REMOTE_DEBUG_ENABLED" || "APPIUM_VERSION" || "INSTANCE_ARN" || "INSTANCE_LABELS" || "FLEET_TYPE" || "OS_VERSION" || "MODEL" || "AVAILABILITY",
53
+ * // operator: "EQUALS" || "LESS_THAN" || "LESS_THAN_OR_EQUALS" || "GREATER_THAN" || "GREATER_THAN_OR_EQUALS" || "IN" || "NOT_IN" || "CONTAINS",
54
+ * // value: "STRING_VALUE",
55
+ * // },
56
+ * // ],
57
+ * // maxDevices: Number("int"),
58
+ * // },
59
+ * // };
60
+ *
44
61
  * ```
45
62
  *
46
63
  * @param CreateDevicePoolCommandInput - {@link CreateDevicePoolCommandInput}
@@ -61,6 +78,8 @@ export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, _
61
78
  * @throws {@link ServiceAccountException} (client fault)
62
79
  * <p>There was a problem with the service account.</p>
63
80
  *
81
+ * @throws {@link DeviceFarmServiceException}
82
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
64
83
  *
65
84
  * @example To create a new device pool
66
85
  * ```javascript
@@ -38,6 +38,19 @@ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfil
38
38
  * };
39
39
  * const command = new CreateInstanceProfileCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // CreateInstanceProfileResult
42
+ * // instanceProfile: { // InstanceProfile
43
+ * // arn: "STRING_VALUE",
44
+ * // packageCleanup: true || false,
45
+ * // excludeAppPackagesFromCleanup: [ // PackageIds
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // rebootAfterUse: true || false,
49
+ * // name: "STRING_VALUE",
50
+ * // description: "STRING_VALUE",
51
+ * // },
52
+ * // };
53
+ *
41
54
  * ```
42
55
  *
43
56
  * @param CreateInstanceProfileCommandInput - {@link CreateInstanceProfileCommandInput}
@@ -58,6 +71,8 @@ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfil
58
71
  * @throws {@link ServiceAccountException} (client fault)
59
72
  * <p>There was a problem with the service account.</p>
60
73
  *
74
+ * @throws {@link DeviceFarmServiceException}
75
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
61
76
  *
62
77
  */
63
78
  export declare class CreateInstanceProfileCommand extends $Command<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -42,6 +42,23 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR
42
42
  * };
43
43
  * const command = new CreateNetworkProfileCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // CreateNetworkProfileResult
46
+ * // networkProfile: { // NetworkProfile
47
+ * // arn: "STRING_VALUE",
48
+ * // name: "STRING_VALUE",
49
+ * // description: "STRING_VALUE",
50
+ * // type: "CURATED" || "PRIVATE",
51
+ * // uplinkBandwidthBits: Number("long"),
52
+ * // downlinkBandwidthBits: Number("long"),
53
+ * // uplinkDelayMs: Number("long"),
54
+ * // downlinkDelayMs: Number("long"),
55
+ * // uplinkJitterMs: Number("long"),
56
+ * // downlinkJitterMs: Number("long"),
57
+ * // uplinkLossPercent: Number("int"),
58
+ * // downlinkLossPercent: Number("int"),
59
+ * // },
60
+ * // };
61
+ *
45
62
  * ```
46
63
  *
47
64
  * @param CreateNetworkProfileCommandInput - {@link CreateNetworkProfileCommandInput}
@@ -62,6 +79,8 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR
62
79
  * @throws {@link ServiceAccountException} (client fault)
63
80
  * <p>There was a problem with the service account.</p>
64
81
  *
82
+ * @throws {@link DeviceFarmServiceException}
83
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
65
84
  *
66
85
  */
67
86
  export declare class CreateNetworkProfileCommand extends $Command<CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -41,6 +41,24 @@ export interface CreateProjectCommandOutput extends CreateProjectResult, __Metad
41
41
  * };
42
42
  * const command = new CreateProjectCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // CreateProjectResult
45
+ * // project: { // Project
46
+ * // arn: "STRING_VALUE",
47
+ * // name: "STRING_VALUE",
48
+ * // defaultJobTimeoutMinutes: Number("int"),
49
+ * // created: new Date("TIMESTAMP"),
50
+ * // vpcConfig: { // VpcConfig
51
+ * // securityGroupIds: [ // VpcSecurityGroupIds // required
52
+ * // "STRING_VALUE",
53
+ * // ],
54
+ * // subnetIds: [ // VpcSubnetIds // required
55
+ * // "STRING_VALUE",
56
+ * // ],
57
+ * // vpcId: "STRING_VALUE", // required
58
+ * // },
59
+ * // },
60
+ * // };
61
+ *
44
62
  * ```
45
63
  *
46
64
  * @param CreateProjectCommandInput - {@link CreateProjectCommandInput}
@@ -64,6 +82,8 @@ export interface CreateProjectCommandOutput extends CreateProjectResult, __Metad
64
82
  * @throws {@link TagOperationException} (client fault)
65
83
  * <p>The operation was not successful. Try again.</p>
66
84
  *
85
+ * @throws {@link DeviceFarmServiceException}
86
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
67
87
  *
68
88
  * @example To create a new project
69
89
  * ```javascript
@@ -47,6 +47,94 @@ export interface CreateRemoteAccessSessionCommandOutput extends CreateRemoteAcce
47
47
  * };
48
48
  * const command = new CreateRemoteAccessSessionCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // CreateRemoteAccessSessionResult
51
+ * // remoteAccessSession: { // RemoteAccessSession
52
+ * // arn: "STRING_VALUE",
53
+ * // name: "STRING_VALUE",
54
+ * // created: new Date("TIMESTAMP"),
55
+ * // status: "PENDING" || "PENDING_CONCURRENCY" || "PENDING_DEVICE" || "PROCESSING" || "SCHEDULING" || "PREPARING" || "RUNNING" || "COMPLETED" || "STOPPING",
56
+ * // result: "PENDING" || "PASSED" || "WARNED" || "FAILED" || "SKIPPED" || "ERRORED" || "STOPPED",
57
+ * // message: "STRING_VALUE",
58
+ * // started: new Date("TIMESTAMP"),
59
+ * // stopped: new Date("TIMESTAMP"),
60
+ * // device: { // Device
61
+ * // arn: "STRING_VALUE",
62
+ * // name: "STRING_VALUE",
63
+ * // manufacturer: "STRING_VALUE",
64
+ * // model: "STRING_VALUE",
65
+ * // modelId: "STRING_VALUE",
66
+ * // formFactor: "PHONE" || "TABLET",
67
+ * // platform: "ANDROID" || "IOS",
68
+ * // os: "STRING_VALUE",
69
+ * // cpu: { // CPU
70
+ * // frequency: "STRING_VALUE",
71
+ * // architecture: "STRING_VALUE",
72
+ * // clock: Number("double"),
73
+ * // },
74
+ * // resolution: { // Resolution
75
+ * // width: Number("int"),
76
+ * // height: Number("int"),
77
+ * // },
78
+ * // heapSize: Number("long"),
79
+ * // memory: Number("long"),
80
+ * // image: "STRING_VALUE",
81
+ * // carrier: "STRING_VALUE",
82
+ * // radio: "STRING_VALUE",
83
+ * // remoteAccessEnabled: true || false,
84
+ * // remoteDebugEnabled: true || false,
85
+ * // fleetType: "STRING_VALUE",
86
+ * // fleetName: "STRING_VALUE",
87
+ * // instances: [ // DeviceInstances
88
+ * // { // DeviceInstance
89
+ * // arn: "STRING_VALUE",
90
+ * // deviceArn: "STRING_VALUE",
91
+ * // labels: [ // InstanceLabels
92
+ * // "STRING_VALUE",
93
+ * // ],
94
+ * // status: "IN_USE" || "PREPARING" || "AVAILABLE" || "NOT_AVAILABLE",
95
+ * // udid: "STRING_VALUE",
96
+ * // instanceProfile: { // InstanceProfile
97
+ * // arn: "STRING_VALUE",
98
+ * // packageCleanup: true || false,
99
+ * // excludeAppPackagesFromCleanup: [ // PackageIds
100
+ * // "STRING_VALUE",
101
+ * // ],
102
+ * // rebootAfterUse: true || false,
103
+ * // name: "STRING_VALUE",
104
+ * // description: "STRING_VALUE",
105
+ * // },
106
+ * // },
107
+ * // ],
108
+ * // availability: "TEMPORARY_NOT_AVAILABLE" || "BUSY" || "AVAILABLE" || "HIGHLY_AVAILABLE",
109
+ * // },
110
+ * // instanceArn: "STRING_VALUE",
111
+ * // remoteDebugEnabled: true || false,
112
+ * // remoteRecordEnabled: true || false,
113
+ * // remoteRecordAppArn: "STRING_VALUE",
114
+ * // hostAddress: "STRING_VALUE",
115
+ * // clientId: "STRING_VALUE",
116
+ * // billingMethod: "METERED" || "UNMETERED",
117
+ * // deviceMinutes: { // DeviceMinutes
118
+ * // total: Number("double"),
119
+ * // metered: Number("double"),
120
+ * // unmetered: Number("double"),
121
+ * // },
122
+ * // endpoint: "STRING_VALUE",
123
+ * // deviceUdid: "STRING_VALUE",
124
+ * // interactionMode: "INTERACTIVE" || "NO_VIDEO" || "VIDEO_ONLY",
125
+ * // skipAppResign: true || false,
126
+ * // vpcConfig: { // VpcConfig
127
+ * // securityGroupIds: [ // VpcSecurityGroupIds // required
128
+ * // "STRING_VALUE",
129
+ * // ],
130
+ * // subnetIds: [ // VpcSubnetIds // required
131
+ * // "STRING_VALUE",
132
+ * // ],
133
+ * // vpcId: "STRING_VALUE", // required
134
+ * // },
135
+ * // },
136
+ * // };
137
+ *
50
138
  * ```
51
139
  *
52
140
  * @param CreateRemoteAccessSessionCommandInput - {@link CreateRemoteAccessSessionCommandInput}
@@ -67,6 +155,8 @@ export interface CreateRemoteAccessSessionCommandOutput extends CreateRemoteAcce
67
155
  * @throws {@link ServiceAccountException} (client fault)
68
156
  * <p>There was a problem with the service account.</p>
69
157
  *
158
+ * @throws {@link DeviceFarmServiceException}
159
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
70
160
  *
71
161
  * @example To create a remote access session
72
162
  * ```javascript
@@ -42,6 +42,24 @@ export interface CreateTestGridProjectCommandOutput extends CreateTestGridProjec
42
42
  * };
43
43
  * const command = new CreateTestGridProjectCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // CreateTestGridProjectResult
46
+ * // testGridProject: { // TestGridProject
47
+ * // arn: "STRING_VALUE",
48
+ * // name: "STRING_VALUE",
49
+ * // description: "STRING_VALUE",
50
+ * // vpcConfig: { // TestGridVpcConfig
51
+ * // securityGroupIds: [ // SecurityGroupIds // required
52
+ * // "STRING_VALUE",
53
+ * // ],
54
+ * // subnetIds: [ // SubnetIds // required
55
+ * // "STRING_VALUE",
56
+ * // ],
57
+ * // vpcId: "STRING_VALUE", // required
58
+ * // },
59
+ * // created: new Date("TIMESTAMP"),
60
+ * // },
61
+ * // };
62
+ *
45
63
  * ```
46
64
  *
47
65
  * @param CreateTestGridProjectCommandInput - {@link CreateTestGridProjectCommandInput}
@@ -60,6 +78,8 @@ export interface CreateTestGridProjectCommandOutput extends CreateTestGridProjec
60
78
  * @throws {@link LimitExceededException} (client fault)
61
79
  * <p>A limit was exceeded.</p>
62
80
  *
81
+ * @throws {@link DeviceFarmServiceException}
82
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
63
83
  *
64
84
  */
65
85
  export declare class CreateTestGridProjectCommand extends $Command<CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -33,6 +33,11 @@ export interface CreateTestGridUrlCommandOutput extends CreateTestGridUrlResult,
33
33
  * };
34
34
  * const command = new CreateTestGridUrlCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // CreateTestGridUrlResult
37
+ * // url: "STRING_VALUE",
38
+ * // expires: new Date("TIMESTAMP"),
39
+ * // };
40
+ *
36
41
  * ```
37
42
  *
38
43
  * @param CreateTestGridUrlCommandInput - {@link CreateTestGridUrlCommandInput}
@@ -51,6 +56,8 @@ export interface CreateTestGridUrlCommandOutput extends CreateTestGridUrlResult,
51
56
  * @throws {@link NotFoundException} (client fault)
52
57
  * <p>The specified entity was not found.</p>
53
58
  *
59
+ * @throws {@link DeviceFarmServiceException}
60
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
54
61
  *
55
62
  */
56
63
  export declare class CreateTestGridUrlCommand extends $Command<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -34,6 +34,21 @@ export interface CreateUploadCommandOutput extends CreateUploadResult, __Metadat
34
34
  * };
35
35
  * const command = new CreateUploadCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // CreateUploadResult
38
+ * // upload: { // 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 CreateUploadCommandInput - {@link CreateUploadCommandInput}
@@ -54,6 +69,8 @@ export interface CreateUploadCommandOutput extends CreateUploadResult, __Metadat
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 create a new test package upload
59
76
  * ```javascript
@@ -35,6 +35,16 @@ export interface CreateVPCEConfigurationCommandOutput extends CreateVPCEConfigur
35
35
  * };
36
36
  * const command = new CreateVPCEConfigurationCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // CreateVPCEConfigurationResult
39
+ * // vpceConfiguration: { // VPCEConfiguration
40
+ * // arn: "STRING_VALUE",
41
+ * // vpceConfigurationName: "STRING_VALUE",
42
+ * // vpceServiceName: "STRING_VALUE",
43
+ * // serviceDnsName: "STRING_VALUE",
44
+ * // vpceConfigurationDescription: "STRING_VALUE",
45
+ * // },
46
+ * // };
47
+ *
38
48
  * ```
39
49
  *
40
50
  * @param CreateVPCEConfigurationCommandInput - {@link CreateVPCEConfigurationCommandInput}
@@ -52,6 +62,8 @@ export interface CreateVPCEConfigurationCommandOutput extends CreateVPCEConfigur
52
62
  * @throws {@link ServiceAccountException} (client fault)
53
63
  * <p>There was a problem with the service account.</p>
54
64
  *
65
+ * @throws {@link DeviceFarmServiceException}
66
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
55
67
  *
56
68
  */
57
69
  export declare class CreateVPCEConfigurationCommand extends $Command<CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteDevicePoolCommandOutput extends DeleteDevicePoolResult, _
32
32
  * };
33
33
  * const command = new DeleteDevicePoolCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteDevicePoolCommandInput - {@link DeleteDevicePoolCommandInput}
@@ -52,6 +54,8 @@ export interface DeleteDevicePoolCommandOutput extends DeleteDevicePoolResult, _
52
54
  * @throws {@link ServiceAccountException} (client fault)
53
55
  * <p>There was a problem with the service account.</p>
54
56
  *
57
+ * @throws {@link DeviceFarmServiceException}
58
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
55
59
  *
56
60
  * @example To delete a device pool
57
61
  * ```javascript
@@ -31,6 +31,8 @@ export interface DeleteInstanceProfileCommandOutput extends DeleteInstanceProfil
31
31
  * };
32
32
  * const command = new DeleteInstanceProfileCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteInstanceProfileCommandInput - {@link DeleteInstanceProfileCommandInput}
@@ -51,6 +53,8 @@ export interface DeleteInstanceProfileCommandOutput extends DeleteInstanceProfil
51
53
  * @throws {@link ServiceAccountException} (client fault)
52
54
  * <p>There was a problem with the service account.</p>
53
55
  *
56
+ * @throws {@link DeviceFarmServiceException}
57
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
54
58
  *
55
59
  */
56
60
  export declare class DeleteInstanceProfileCommand extends $Command<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteNetworkProfileCommandOutput extends DeleteNetworkProfileR
31
31
  * };
32
32
  * const command = new DeleteNetworkProfileCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteNetworkProfileCommandInput - {@link DeleteNetworkProfileCommandInput}
@@ -51,6 +53,8 @@ export interface DeleteNetworkProfileCommandOutput extends DeleteNetworkProfileR
51
53
  * @throws {@link ServiceAccountException} (client fault)
52
54
  * <p>There was a problem with the service account.</p>
53
55
  *
56
+ * @throws {@link DeviceFarmServiceException}
57
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
54
58
  *
55
59
  */
56
60
  export declare class DeleteNetworkProfileCommand extends $Command<DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResult, __Metad
32
32
  * };
33
33
  * const command = new DeleteProjectCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteProjectCommandInput - {@link DeleteProjectCommandInput}
@@ -52,6 +54,8 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResult, __Metad
52
54
  * @throws {@link ServiceAccountException} (client fault)
53
55
  * <p>There was a problem with the service account.</p>
54
56
  *
57
+ * @throws {@link DeviceFarmServiceException}
58
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
55
59
  *
56
60
  * @example To delete a project
57
61
  * ```javascript
@@ -31,6 +31,8 @@ export interface DeleteRemoteAccessSessionCommandOutput extends DeleteRemoteAcce
31
31
  * };
32
32
  * const command = new DeleteRemoteAccessSessionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteRemoteAccessSessionCommandInput - {@link DeleteRemoteAccessSessionCommandInput}
@@ -51,6 +53,8 @@ export interface DeleteRemoteAccessSessionCommandOutput extends DeleteRemoteAcce
51
53
  * @throws {@link ServiceAccountException} (client fault)
52
54
  * <p>There was a problem with the service account.</p>
53
55
  *
56
+ * @throws {@link DeviceFarmServiceException}
57
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
54
58
  *
55
59
  * @example To delete a specific remote access session
56
60
  * ```javascript
@@ -32,6 +32,8 @@ export interface DeleteRunCommandOutput extends DeleteRunResult, __MetadataBeare
32
32
  * };
33
33
  * const command = new DeleteRunCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteRunCommandInput - {@link DeleteRunCommandInput}
@@ -52,6 +54,8 @@ export interface DeleteRunCommandOutput extends DeleteRunResult, __MetadataBeare
52
54
  * @throws {@link ServiceAccountException} (client fault)
53
55
  * <p>There was a problem with the service account.</p>
54
56
  *
57
+ * @throws {@link DeviceFarmServiceException}
58
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
55
59
  *
56
60
  * @example To delete a run
57
61
  * ```javascript
@@ -37,6 +37,8 @@ export interface DeleteTestGridProjectCommandOutput extends DeleteTestGridProjec
37
37
  * };
38
38
  * const command = new DeleteTestGridProjectCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param DeleteTestGridProjectCommandInput - {@link DeleteTestGridProjectCommandInput}
@@ -58,6 +60,8 @@ export interface DeleteTestGridProjectCommandOutput extends DeleteTestGridProjec
58
60
  * @throws {@link NotFoundException} (client fault)
59
61
  * <p>The specified entity was not found.</p>
60
62
  *
63
+ * @throws {@link DeviceFarmServiceException}
64
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
61
65
  *
62
66
  */
63
67
  export declare class DeleteTestGridProjectCommand extends $Command<DeleteTestGridProjectCommandInput, DeleteTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteUploadCommandOutput extends DeleteUploadResult, __Metadat
31
31
  * };
32
32
  * const command = new DeleteUploadCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteUploadCommandInput - {@link DeleteUploadCommandInput}
@@ -51,6 +53,8 @@ export interface DeleteUploadCommandOutput extends DeleteUploadResult, __Metadat
51
53
  * @throws {@link ServiceAccountException} (client fault)
52
54
  * <p>There was a problem with the service account.</p>
53
55
  *
56
+ * @throws {@link DeviceFarmServiceException}
57
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
54
58
  *
55
59
  * @example To delete a specific upload
56
60
  * ```javascript
@@ -31,6 +31,8 @@ export interface DeleteVPCEConfigurationCommandOutput extends DeleteVPCEConfigur
31
31
  * };
32
32
  * const command = new DeleteVPCEConfigurationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteVPCEConfigurationCommandInput - {@link DeleteVPCEConfigurationCommandInput}
@@ -52,6 +54,8 @@ export interface DeleteVPCEConfigurationCommandOutput extends DeleteVPCEConfigur
52
54
  * @throws {@link ServiceAccountException} (client fault)
53
55
  * <p>There was a problem with the service account.</p>
54
56
  *
57
+ * @throws {@link DeviceFarmServiceException}
58
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
55
59
  *
56
60
  */
57
61
  export declare class DeleteVPCEConfigurationCommand extends $Command<DeleteVPCEConfigurationCommandInput, DeleteVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -30,6 +30,28 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResul
30
30
  * const input = {};
31
31
  * const command = new GetAccountSettingsCommand(input);
32
32
  * const response = await client.send(command);
33
+ * // { // GetAccountSettingsResult
34
+ * // accountSettings: { // AccountSettings
35
+ * // awsAccountNumber: "STRING_VALUE",
36
+ * // unmeteredDevices: { // PurchasedDevicesMap
37
+ * // "<keys>": Number("int"),
38
+ * // },
39
+ * // unmeteredRemoteAccessDevices: {
40
+ * // "<keys>": Number("int"),
41
+ * // },
42
+ * // maxJobTimeoutMinutes: Number("int"),
43
+ * // trialMinutes: { // TrialMinutes
44
+ * // total: Number("double"),
45
+ * // remaining: Number("double"),
46
+ * // },
47
+ * // maxSlots: { // MaxSlotMap
48
+ * // "<keys>": Number("int"),
49
+ * // },
50
+ * // defaultJobTimeoutMinutes: Number("int"),
51
+ * // skipAppResign: true || false,
52
+ * // },
53
+ * // };
54
+ *
33
55
  * ```
34
56
  *
35
57
  * @param GetAccountSettingsCommandInput - {@link GetAccountSettingsCommandInput}
@@ -50,6 +72,8 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResul
50
72
  * @throws {@link ServiceAccountException} (client fault)
51
73
  * <p>There was a problem with the service account.</p>
52
74
  *
75
+ * @throws {@link DeviceFarmServiceException}
76
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
53
77
  *
54
78
  * @example To get information about account settings
55
79
  * ```javascript
@@ -31,6 +31,59 @@ export interface GetDeviceCommandOutput extends GetDeviceResult, __MetadataBeare
31
31
  * };
32
32
  * const command = new GetDeviceCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetDeviceResult
35
+ * // device: { // Device
36
+ * // arn: "STRING_VALUE",
37
+ * // name: "STRING_VALUE",
38
+ * // manufacturer: "STRING_VALUE",
39
+ * // model: "STRING_VALUE",
40
+ * // modelId: "STRING_VALUE",
41
+ * // formFactor: "PHONE" || "TABLET",
42
+ * // platform: "ANDROID" || "IOS",
43
+ * // os: "STRING_VALUE",
44
+ * // cpu: { // CPU
45
+ * // frequency: "STRING_VALUE",
46
+ * // architecture: "STRING_VALUE",
47
+ * // clock: Number("double"),
48
+ * // },
49
+ * // resolution: { // Resolution
50
+ * // width: Number("int"),
51
+ * // height: Number("int"),
52
+ * // },
53
+ * // heapSize: Number("long"),
54
+ * // memory: Number("long"),
55
+ * // image: "STRING_VALUE",
56
+ * // carrier: "STRING_VALUE",
57
+ * // radio: "STRING_VALUE",
58
+ * // remoteAccessEnabled: true || false,
59
+ * // remoteDebugEnabled: true || false,
60
+ * // fleetType: "STRING_VALUE",
61
+ * // fleetName: "STRING_VALUE",
62
+ * // instances: [ // DeviceInstances
63
+ * // { // DeviceInstance
64
+ * // arn: "STRING_VALUE",
65
+ * // deviceArn: "STRING_VALUE",
66
+ * // labels: [ // InstanceLabels
67
+ * // "STRING_VALUE",
68
+ * // ],
69
+ * // status: "IN_USE" || "PREPARING" || "AVAILABLE" || "NOT_AVAILABLE",
70
+ * // udid: "STRING_VALUE",
71
+ * // instanceProfile: { // InstanceProfile
72
+ * // arn: "STRING_VALUE",
73
+ * // packageCleanup: true || false,
74
+ * // excludeAppPackagesFromCleanup: [ // PackageIds
75
+ * // "STRING_VALUE",
76
+ * // ],
77
+ * // rebootAfterUse: true || false,
78
+ * // name: "STRING_VALUE",
79
+ * // description: "STRING_VALUE",
80
+ * // },
81
+ * // },
82
+ * // ],
83
+ * // availability: "TEMPORARY_NOT_AVAILABLE" || "BUSY" || "AVAILABLE" || "HIGHLY_AVAILABLE",
84
+ * // },
85
+ * // };
86
+ *
34
87
  * ```
35
88
  *
36
89
  * @param GetDeviceCommandInput - {@link GetDeviceCommandInput}
@@ -51,6 +104,8 @@ export interface GetDeviceCommandOutput extends GetDeviceResult, __MetadataBeare
51
104
  * @throws {@link ServiceAccountException} (client fault)
52
105
  * <p>There was a problem with the service account.</p>
53
106
  *
107
+ * @throws {@link DeviceFarmServiceException}
108
+ * <p>Base exception class for all service exceptions from DeviceFarm service.</p>
54
109
  *
55
110
  * @example To get information about a device
56
111
  * ```javascript