@aws-sdk/client-device-farm 3.295.0 → 3.297.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 (101) hide show
  1. package/dist-types/DeviceFarm.d.ts +78 -0
  2. package/dist-types/DeviceFarmClient.d.ts +24 -4
  3. package/dist-types/commands/CreateDevicePoolCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateNetworkProfileCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateTestGridProjectCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateTestGridUrlCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateUploadCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteDevicePoolCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteProjectCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteRunCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteUploadCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +16 -0
  21. package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
  22. package/dist-types/commands/GetDeviceCommand.d.ts +16 -0
  23. package/dist-types/commands/GetDeviceInstanceCommand.d.ts +16 -0
  24. package/dist-types/commands/GetDevicePoolCommand.d.ts +16 -0
  25. package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +16 -0
  26. package/dist-types/commands/GetInstanceProfileCommand.d.ts +16 -0
  27. package/dist-types/commands/GetJobCommand.d.ts +16 -0
  28. package/dist-types/commands/GetNetworkProfileCommand.d.ts +16 -0
  29. package/dist-types/commands/GetOfferingStatusCommand.d.ts +16 -0
  30. package/dist-types/commands/GetProjectCommand.d.ts +16 -0
  31. package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +16 -0
  32. package/dist-types/commands/GetRunCommand.d.ts +16 -0
  33. package/dist-types/commands/GetSuiteCommand.d.ts +16 -0
  34. package/dist-types/commands/GetTestCommand.d.ts +16 -0
  35. package/dist-types/commands/GetTestGridProjectCommand.d.ts +16 -0
  36. package/dist-types/commands/GetTestGridSessionCommand.d.ts +16 -0
  37. package/dist-types/commands/GetUploadCommand.d.ts +16 -0
  38. package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +16 -0
  39. package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +16 -0
  40. package/dist-types/commands/ListArtifactsCommand.d.ts +16 -0
  41. package/dist-types/commands/ListDeviceInstancesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListDevicePoolsCommand.d.ts +16 -0
  43. package/dist-types/commands/ListDevicesCommand.d.ts +16 -0
  44. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +16 -0
  45. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListNetworkProfilesCommand.d.ts +16 -0
  47. package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListOfferingsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListRunsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListSamplesCommand.d.ts +16 -0
  54. package/dist-types/commands/ListSuitesCommand.d.ts +16 -0
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  56. package/dist-types/commands/ListTestGridProjectsCommand.d.ts +16 -0
  57. package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListTestGridSessionsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListTestsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListUniqueProblemsCommand.d.ts +16 -0
  62. package/dist-types/commands/ListUploadsCommand.d.ts +16 -0
  63. package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +16 -0
  64. package/dist-types/commands/PurchaseOfferingCommand.d.ts +16 -0
  65. package/dist-types/commands/RenewOfferingCommand.d.ts +16 -0
  66. package/dist-types/commands/ScheduleRunCommand.d.ts +16 -0
  67. package/dist-types/commands/StopJobCommand.d.ts +16 -0
  68. package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +16 -0
  69. package/dist-types/commands/StopRunCommand.d.ts +16 -0
  70. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  71. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateDevicePoolCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateProjectCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateUploadCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +16 -0
  80. package/dist-types/models/DeviceFarmServiceException.d.ts +2 -0
  81. package/dist-types/models/models_0.d.ts +436 -0
  82. package/dist-types/pagination/GetOfferingStatusPaginator.d.ts +3 -0
  83. package/dist-types/pagination/Interfaces.d.ts +3 -0
  84. package/dist-types/pagination/ListArtifactsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListDevicePoolsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListDevicesPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListOfferingTransactionsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListOfferingsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListRunsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListSamplesPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListSuitesPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListTestGridProjectsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListTestGridSessionActionsPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListTestGridSessionArtifactsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListTestGridSessionsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListTestsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListUniqueProblemsPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListUploadsPaginator.d.ts +3 -0
  101. package/package.json +29 -29
@@ -78,6 +78,7 @@ import { UpdateUploadCommandInput, UpdateUploadCommandOutput } from "./commands/
78
78
  import { UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput } from "./commands/UpdateVPCEConfigurationCommand";
79
79
  import { DeviceFarmClient } from "./DeviceFarmClient";
80
80
  /**
81
+ * @public
81
82
  * <p>Welcome to the AWS Device Farm API documentation, which contains APIs for:</p>
82
83
  * <ul>
83
84
  * <li>
@@ -96,12 +97,14 @@ import { DeviceFarmClient } from "./DeviceFarmClient";
96
97
  */
97
98
  export declare class DeviceFarm extends DeviceFarmClient {
98
99
  /**
100
+ * @public
99
101
  * <p>Creates a device pool.</p>
100
102
  */
101
103
  createDevicePool(args: CreateDevicePoolCommandInput, options?: __HttpHandlerOptions): Promise<CreateDevicePoolCommandOutput>;
102
104
  createDevicePool(args: CreateDevicePoolCommandInput, cb: (err: any, data?: CreateDevicePoolCommandOutput) => void): void;
103
105
  createDevicePool(args: CreateDevicePoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDevicePoolCommandOutput) => void): void;
104
106
  /**
107
+ * @public
105
108
  * <p>Creates a profile that can be applied to one or more private fleet device
106
109
  * instances.</p>
107
110
  */
@@ -109,24 +112,28 @@ export declare class DeviceFarm extends DeviceFarmClient {
109
112
  createInstanceProfile(args: CreateInstanceProfileCommandInput, cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void): void;
110
113
  createInstanceProfile(args: CreateInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void): void;
111
114
  /**
115
+ * @public
112
116
  * <p>Creates a network profile.</p>
113
117
  */
114
118
  createNetworkProfile(args: CreateNetworkProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateNetworkProfileCommandOutput>;
115
119
  createNetworkProfile(args: CreateNetworkProfileCommandInput, cb: (err: any, data?: CreateNetworkProfileCommandOutput) => void): void;
116
120
  createNetworkProfile(args: CreateNetworkProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNetworkProfileCommandOutput) => void): void;
117
121
  /**
122
+ * @public
118
123
  * <p>Creates a project.</p>
119
124
  */
120
125
  createProject(args: CreateProjectCommandInput, options?: __HttpHandlerOptions): Promise<CreateProjectCommandOutput>;
121
126
  createProject(args: CreateProjectCommandInput, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
122
127
  createProject(args: CreateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
123
128
  /**
129
+ * @public
124
130
  * <p>Specifies and starts a remote access session.</p>
125
131
  */
126
132
  createRemoteAccessSession(args: CreateRemoteAccessSessionCommandInput, options?: __HttpHandlerOptions): Promise<CreateRemoteAccessSessionCommandOutput>;
127
133
  createRemoteAccessSession(args: CreateRemoteAccessSessionCommandInput, cb: (err: any, data?: CreateRemoteAccessSessionCommandOutput) => void): void;
128
134
  createRemoteAccessSession(args: CreateRemoteAccessSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRemoteAccessSessionCommandOutput) => void): void;
129
135
  /**
136
+ * @public
130
137
  * <p>Creates a Selenium testing project. Projects are used to track <a>TestGridSession</a>
131
138
  * instances.</p>
132
139
  */
@@ -134,6 +141,7 @@ export declare class DeviceFarm extends DeviceFarmClient {
134
141
  createTestGridProject(args: CreateTestGridProjectCommandInput, cb: (err: any, data?: CreateTestGridProjectCommandOutput) => void): void;
135
142
  createTestGridProject(args: CreateTestGridProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTestGridProjectCommandOutput) => void): void;
136
143
  /**
144
+ * @public
137
145
  * <p>Creates a signed, short-term URL that can be passed to a Selenium <code>RemoteWebDriver</code>
138
146
  * constructor.</p>
139
147
  */
@@ -141,12 +149,14 @@ export declare class DeviceFarm extends DeviceFarmClient {
141
149
  createTestGridUrl(args: CreateTestGridUrlCommandInput, cb: (err: any, data?: CreateTestGridUrlCommandOutput) => void): void;
142
150
  createTestGridUrl(args: CreateTestGridUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTestGridUrlCommandOutput) => void): void;
143
151
  /**
152
+ * @public
144
153
  * <p>Uploads an app or test scripts.</p>
145
154
  */
146
155
  createUpload(args: CreateUploadCommandInput, options?: __HttpHandlerOptions): Promise<CreateUploadCommandOutput>;
147
156
  createUpload(args: CreateUploadCommandInput, cb: (err: any, data?: CreateUploadCommandOutput) => void): void;
148
157
  createUpload(args: CreateUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUploadCommandOutput) => void): void;
149
158
  /**
159
+ * @public
150
160
  * <p>Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud
151
161
  * (VPC) endpoint.</p>
152
162
  */
@@ -154,6 +164,7 @@ export declare class DeviceFarm extends DeviceFarmClient {
154
164
  createVPCEConfiguration(args: CreateVPCEConfigurationCommandInput, cb: (err: any, data?: CreateVPCEConfigurationCommandOutput) => void): void;
155
165
  createVPCEConfiguration(args: CreateVPCEConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVPCEConfigurationCommandOutput) => void): void;
156
166
  /**
167
+ * @public
157
168
  * <p>Deletes a device pool given the pool ARN. Does not allow deletion of curated pools
158
169
  * owned by the system.</p>
159
170
  */
@@ -161,18 +172,21 @@ export declare class DeviceFarm extends DeviceFarmClient {
161
172
  deleteDevicePool(args: DeleteDevicePoolCommandInput, cb: (err: any, data?: DeleteDevicePoolCommandOutput) => void): void;
162
173
  deleteDevicePool(args: DeleteDevicePoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDevicePoolCommandOutput) => void): void;
163
174
  /**
175
+ * @public
164
176
  * <p>Deletes a profile that can be applied to one or more private device instances.</p>
165
177
  */
166
178
  deleteInstanceProfile(args: DeleteInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInstanceProfileCommandOutput>;
167
179
  deleteInstanceProfile(args: DeleteInstanceProfileCommandInput, cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void): void;
168
180
  deleteInstanceProfile(args: DeleteInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void): void;
169
181
  /**
182
+ * @public
170
183
  * <p>Deletes a network profile.</p>
171
184
  */
172
185
  deleteNetworkProfile(args: DeleteNetworkProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNetworkProfileCommandOutput>;
173
186
  deleteNetworkProfile(args: DeleteNetworkProfileCommandInput, cb: (err: any, data?: DeleteNetworkProfileCommandOutput) => void): void;
174
187
  deleteNetworkProfile(args: DeleteNetworkProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNetworkProfileCommandOutput) => void): void;
175
188
  /**
189
+ * @public
176
190
  * <p>Deletes an AWS Device Farm project, given the project ARN.</p>
177
191
  * <p> Deleting this resource does not stop an in-progress run.</p>
178
192
  */
@@ -180,12 +194,14 @@ export declare class DeviceFarm extends DeviceFarmClient {
180
194
  deleteProject(args: DeleteProjectCommandInput, cb: (err: any, data?: DeleteProjectCommandOutput) => void): void;
181
195
  deleteProject(args: DeleteProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProjectCommandOutput) => void): void;
182
196
  /**
197
+ * @public
183
198
  * <p>Deletes a completed remote access session and its results.</p>
184
199
  */
185
200
  deleteRemoteAccessSession(args: DeleteRemoteAccessSessionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRemoteAccessSessionCommandOutput>;
186
201
  deleteRemoteAccessSession(args: DeleteRemoteAccessSessionCommandInput, cb: (err: any, data?: DeleteRemoteAccessSessionCommandOutput) => void): void;
187
202
  deleteRemoteAccessSession(args: DeleteRemoteAccessSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRemoteAccessSessionCommandOutput) => void): void;
188
203
  /**
204
+ * @public
189
205
  * <p>Deletes the run, given the run ARN.</p>
190
206
  * <p> Deleting this resource does not stop an in-progress run.</p>
191
207
  */
@@ -193,6 +209,7 @@ export declare class DeviceFarm extends DeviceFarmClient {
193
209
  deleteRun(args: DeleteRunCommandInput, cb: (err: any, data?: DeleteRunCommandOutput) => void): void;
194
210
  deleteRun(args: DeleteRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRunCommandOutput) => void): void;
195
211
  /**
212
+ * @public
196
213
  * <p> Deletes a Selenium testing project and all content generated under it. </p>
197
214
  * <important>
198
215
  * <p>You cannot undo this operation.</p>
@@ -205,18 +222,21 @@ export declare class DeviceFarm extends DeviceFarmClient {
205
222
  deleteTestGridProject(args: DeleteTestGridProjectCommandInput, cb: (err: any, data?: DeleteTestGridProjectCommandOutput) => void): void;
206
223
  deleteTestGridProject(args: DeleteTestGridProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTestGridProjectCommandOutput) => void): void;
207
224
  /**
225
+ * @public
208
226
  * <p>Deletes an upload given the upload ARN.</p>
209
227
  */
210
228
  deleteUpload(args: DeleteUploadCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUploadCommandOutput>;
211
229
  deleteUpload(args: DeleteUploadCommandInput, cb: (err: any, data?: DeleteUploadCommandOutput) => void): void;
212
230
  deleteUpload(args: DeleteUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUploadCommandOutput) => void): void;
213
231
  /**
232
+ * @public
214
233
  * <p>Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.</p>
215
234
  */
216
235
  deleteVPCEConfiguration(args: DeleteVPCEConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVPCEConfigurationCommandOutput>;
217
236
  deleteVPCEConfiguration(args: DeleteVPCEConfigurationCommandInput, cb: (err: any, data?: DeleteVPCEConfigurationCommandOutput) => void): void;
218
237
  deleteVPCEConfiguration(args: DeleteVPCEConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVPCEConfigurationCommandOutput) => void): void;
219
238
  /**
239
+ * @public
220
240
  * <p>Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the
221
241
  * account.</p>
222
242
  */
@@ -224,48 +244,56 @@ export declare class DeviceFarm extends DeviceFarmClient {
224
244
  getAccountSettings(args: GetAccountSettingsCommandInput, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
225
245
  getAccountSettings(args: GetAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
226
246
  /**
247
+ * @public
227
248
  * <p>Gets information about a unique device type.</p>
228
249
  */
229
250
  getDevice(args: GetDeviceCommandInput, options?: __HttpHandlerOptions): Promise<GetDeviceCommandOutput>;
230
251
  getDevice(args: GetDeviceCommandInput, cb: (err: any, data?: GetDeviceCommandOutput) => void): void;
231
252
  getDevice(args: GetDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeviceCommandOutput) => void): void;
232
253
  /**
254
+ * @public
233
255
  * <p>Returns information about a device instance that belongs to a private device fleet.</p>
234
256
  */
235
257
  getDeviceInstance(args: GetDeviceInstanceCommandInput, options?: __HttpHandlerOptions): Promise<GetDeviceInstanceCommandOutput>;
236
258
  getDeviceInstance(args: GetDeviceInstanceCommandInput, cb: (err: any, data?: GetDeviceInstanceCommandOutput) => void): void;
237
259
  getDeviceInstance(args: GetDeviceInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeviceInstanceCommandOutput) => void): void;
238
260
  /**
261
+ * @public
239
262
  * <p>Gets information about a device pool.</p>
240
263
  */
241
264
  getDevicePool(args: GetDevicePoolCommandInput, options?: __HttpHandlerOptions): Promise<GetDevicePoolCommandOutput>;
242
265
  getDevicePool(args: GetDevicePoolCommandInput, cb: (err: any, data?: GetDevicePoolCommandOutput) => void): void;
243
266
  getDevicePool(args: GetDevicePoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevicePoolCommandOutput) => void): void;
244
267
  /**
268
+ * @public
245
269
  * <p>Gets information about compatibility with a device pool.</p>
246
270
  */
247
271
  getDevicePoolCompatibility(args: GetDevicePoolCompatibilityCommandInput, options?: __HttpHandlerOptions): Promise<GetDevicePoolCompatibilityCommandOutput>;
248
272
  getDevicePoolCompatibility(args: GetDevicePoolCompatibilityCommandInput, cb: (err: any, data?: GetDevicePoolCompatibilityCommandOutput) => void): void;
249
273
  getDevicePoolCompatibility(args: GetDevicePoolCompatibilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevicePoolCompatibilityCommandOutput) => void): void;
250
274
  /**
275
+ * @public
251
276
  * <p>Returns information about the specified instance profile.</p>
252
277
  */
253
278
  getInstanceProfile(args: GetInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetInstanceProfileCommandOutput>;
254
279
  getInstanceProfile(args: GetInstanceProfileCommandInput, cb: (err: any, data?: GetInstanceProfileCommandOutput) => void): void;
255
280
  getInstanceProfile(args: GetInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstanceProfileCommandOutput) => void): void;
256
281
  /**
282
+ * @public
257
283
  * <p>Gets information about a job.</p>
258
284
  */
259
285
  getJob(args: GetJobCommandInput, options?: __HttpHandlerOptions): Promise<GetJobCommandOutput>;
260
286
  getJob(args: GetJobCommandInput, cb: (err: any, data?: GetJobCommandOutput) => void): void;
261
287
  getJob(args: GetJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobCommandOutput) => void): void;
262
288
  /**
289
+ * @public
263
290
  * <p>Returns information about a network profile.</p>
264
291
  */
265
292
  getNetworkProfile(args: GetNetworkProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkProfileCommandOutput>;
266
293
  getNetworkProfile(args: GetNetworkProfileCommandInput, cb: (err: any, data?: GetNetworkProfileCommandOutput) => void): void;
267
294
  getNetworkProfile(args: GetNetworkProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkProfileCommandOutput) => void): void;
268
295
  /**
296
+ * @public
269
297
  * <p>Gets the current status and future status of all offerings purchased by an AWS account. The response
270
298
  * indicates how many offerings are currently available and the offerings that will be available in the next
271
299
  * period. The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the
@@ -275,42 +303,49 @@ export declare class DeviceFarm extends DeviceFarmClient {
275
303
  getOfferingStatus(args: GetOfferingStatusCommandInput, cb: (err: any, data?: GetOfferingStatusCommandOutput) => void): void;
276
304
  getOfferingStatus(args: GetOfferingStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOfferingStatusCommandOutput) => void): void;
277
305
  /**
306
+ * @public
278
307
  * <p>Gets information about a project.</p>
279
308
  */
280
309
  getProject(args: GetProjectCommandInput, options?: __HttpHandlerOptions): Promise<GetProjectCommandOutput>;
281
310
  getProject(args: GetProjectCommandInput, cb: (err: any, data?: GetProjectCommandOutput) => void): void;
282
311
  getProject(args: GetProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProjectCommandOutput) => void): void;
283
312
  /**
313
+ * @public
284
314
  * <p>Returns a link to a currently running remote access session.</p>
285
315
  */
286
316
  getRemoteAccessSession(args: GetRemoteAccessSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetRemoteAccessSessionCommandOutput>;
287
317
  getRemoteAccessSession(args: GetRemoteAccessSessionCommandInput, cb: (err: any, data?: GetRemoteAccessSessionCommandOutput) => void): void;
288
318
  getRemoteAccessSession(args: GetRemoteAccessSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRemoteAccessSessionCommandOutput) => void): void;
289
319
  /**
320
+ * @public
290
321
  * <p>Gets information about a run.</p>
291
322
  */
292
323
  getRun(args: GetRunCommandInput, options?: __HttpHandlerOptions): Promise<GetRunCommandOutput>;
293
324
  getRun(args: GetRunCommandInput, cb: (err: any, data?: GetRunCommandOutput) => void): void;
294
325
  getRun(args: GetRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRunCommandOutput) => void): void;
295
326
  /**
327
+ * @public
296
328
  * <p>Gets information about a suite.</p>
297
329
  */
298
330
  getSuite(args: GetSuiteCommandInput, options?: __HttpHandlerOptions): Promise<GetSuiteCommandOutput>;
299
331
  getSuite(args: GetSuiteCommandInput, cb: (err: any, data?: GetSuiteCommandOutput) => void): void;
300
332
  getSuite(args: GetSuiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSuiteCommandOutput) => void): void;
301
333
  /**
334
+ * @public
302
335
  * <p>Gets information about a test.</p>
303
336
  */
304
337
  getTest(args: GetTestCommandInput, options?: __HttpHandlerOptions): Promise<GetTestCommandOutput>;
305
338
  getTest(args: GetTestCommandInput, cb: (err: any, data?: GetTestCommandOutput) => void): void;
306
339
  getTest(args: GetTestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTestCommandOutput) => void): void;
307
340
  /**
341
+ * @public
308
342
  * <p>Retrieves information about a Selenium testing project.</p>
309
343
  */
310
344
  getTestGridProject(args: GetTestGridProjectCommandInput, options?: __HttpHandlerOptions): Promise<GetTestGridProjectCommandOutput>;
311
345
  getTestGridProject(args: GetTestGridProjectCommandInput, cb: (err: any, data?: GetTestGridProjectCommandOutput) => void): void;
312
346
  getTestGridProject(args: GetTestGridProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTestGridProjectCommandOutput) => void): void;
313
347
  /**
348
+ * @public
314
349
  * <p>A session is an instance of a browser created through a <code>RemoteWebDriver</code> with the URL from <a>CreateTestGridUrlResult$url</a>. You can use the following to look up sessions:</p>
315
350
  * <ul>
316
351
  * <li>
@@ -326,12 +361,14 @@ export declare class DeviceFarm extends DeviceFarmClient {
326
361
  getTestGridSession(args: GetTestGridSessionCommandInput, cb: (err: any, data?: GetTestGridSessionCommandOutput) => void): void;
327
362
  getTestGridSession(args: GetTestGridSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTestGridSessionCommandOutput) => void): void;
328
363
  /**
364
+ * @public
329
365
  * <p>Gets information about an upload.</p>
330
366
  */
331
367
  getUpload(args: GetUploadCommandInput, options?: __HttpHandlerOptions): Promise<GetUploadCommandOutput>;
332
368
  getUpload(args: GetUploadCommandInput, cb: (err: any, data?: GetUploadCommandOutput) => void): void;
333
369
  getUpload(args: GetUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUploadCommandOutput) => void): void;
334
370
  /**
371
+ * @public
335
372
  * <p>Returns information about the configuration settings for your Amazon Virtual Private
336
373
  * Cloud (VPC) endpoint.</p>
337
374
  */
@@ -339,6 +376,7 @@ export declare class DeviceFarm extends DeviceFarmClient {
339
376
  getVPCEConfiguration(args: GetVPCEConfigurationCommandInput, cb: (err: any, data?: GetVPCEConfigurationCommandOutput) => void): void;
340
377
  getVPCEConfiguration(args: GetVPCEConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVPCEConfigurationCommandOutput) => void): void;
341
378
  /**
379
+ * @public
342
380
  * <p>Installs an application to the device in a remote access session. For Android
343
381
  * applications, the file must be in .apk format. For iOS applications, the file must be in
344
382
  * .ipa format.</p>
@@ -347,12 +385,14 @@ export declare class DeviceFarm extends DeviceFarmClient {
347
385
  installToRemoteAccessSession(args: InstallToRemoteAccessSessionCommandInput, cb: (err: any, data?: InstallToRemoteAccessSessionCommandOutput) => void): void;
348
386
  installToRemoteAccessSession(args: InstallToRemoteAccessSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InstallToRemoteAccessSessionCommandOutput) => void): void;
349
387
  /**
388
+ * @public
350
389
  * <p>Gets information about artifacts.</p>
351
390
  */
352
391
  listArtifacts(args: ListArtifactsCommandInput, options?: __HttpHandlerOptions): Promise<ListArtifactsCommandOutput>;
353
392
  listArtifacts(args: ListArtifactsCommandInput, cb: (err: any, data?: ListArtifactsCommandOutput) => void): void;
354
393
  listArtifacts(args: ListArtifactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListArtifactsCommandOutput) => void): void;
355
394
  /**
395
+ * @public
356
396
  * <p>Returns information about the private device instances associated with one or more AWS
357
397
  * accounts.</p>
358
398
  */
@@ -360,36 +400,42 @@ export declare class DeviceFarm extends DeviceFarmClient {
360
400
  listDeviceInstances(args: ListDeviceInstancesCommandInput, cb: (err: any, data?: ListDeviceInstancesCommandOutput) => void): void;
361
401
  listDeviceInstances(args: ListDeviceInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeviceInstancesCommandOutput) => void): void;
362
402
  /**
403
+ * @public
363
404
  * <p>Gets information about device pools.</p>
364
405
  */
365
406
  listDevicePools(args: ListDevicePoolsCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicePoolsCommandOutput>;
366
407
  listDevicePools(args: ListDevicePoolsCommandInput, cb: (err: any, data?: ListDevicePoolsCommandOutput) => void): void;
367
408
  listDevicePools(args: ListDevicePoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicePoolsCommandOutput) => void): void;
368
409
  /**
410
+ * @public
369
411
  * <p>Gets information about unique device types.</p>
370
412
  */
371
413
  listDevices(args: ListDevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicesCommandOutput>;
372
414
  listDevices(args: ListDevicesCommandInput, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
373
415
  listDevices(args: ListDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
374
416
  /**
417
+ * @public
375
418
  * <p>Returns information about all the instance profiles in an AWS account.</p>
376
419
  */
377
420
  listInstanceProfiles(args: ListInstanceProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListInstanceProfilesCommandOutput>;
378
421
  listInstanceProfiles(args: ListInstanceProfilesCommandInput, cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void): void;
379
422
  listInstanceProfiles(args: ListInstanceProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void): void;
380
423
  /**
424
+ * @public
381
425
  * <p>Gets information about jobs for a given test run.</p>
382
426
  */
383
427
  listJobs(args: ListJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsCommandOutput>;
384
428
  listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
385
429
  listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
386
430
  /**
431
+ * @public
387
432
  * <p>Returns the list of available network profiles.</p>
388
433
  */
389
434
  listNetworkProfiles(args: ListNetworkProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListNetworkProfilesCommandOutput>;
390
435
  listNetworkProfiles(args: ListNetworkProfilesCommandInput, cb: (err: any, data?: ListNetworkProfilesCommandOutput) => void): void;
391
436
  listNetworkProfiles(args: ListNetworkProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNetworkProfilesCommandOutput) => void): void;
392
437
  /**
438
+ * @public
393
439
  * <p>Returns a list of offering promotions. Each offering promotion record contains the ID and description
394
440
  * of the promotion. The API returns a <code>NotEligible</code> error if the caller is not permitted to invoke
395
441
  * the operation. Contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a> if you must be able to invoke this operation.</p>
@@ -398,6 +444,7 @@ export declare class DeviceFarm extends DeviceFarmClient {
398
444
  listOfferingPromotions(args: ListOfferingPromotionsCommandInput, cb: (err: any, data?: ListOfferingPromotionsCommandOutput) => void): void;
399
445
  listOfferingPromotions(args: ListOfferingPromotionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOfferingPromotionsCommandOutput) => void): void;
400
446
  /**
447
+ * @public
401
448
  * <p>Returns a list of products or offerings that the user can manage through the API. Each offering record
402
449
  * indicates the recurring price per unit and the frequency for that offering. The API returns a
403
450
  * <code>NotEligible</code> error if the user is not permitted to invoke the operation. If you must be
@@ -407,6 +454,7 @@ export declare class DeviceFarm extends DeviceFarmClient {
407
454
  listOfferings(args: ListOfferingsCommandInput, cb: (err: any, data?: ListOfferingsCommandOutput) => void): void;
408
455
  listOfferings(args: ListOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOfferingsCommandOutput) => void): void;
409
456
  /**
457
+ * @public
410
458
  * <p>Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS
411
459
  * account. The list is paginated and ordered by a descending timestamp (most recent transactions are first).
412
460
  * The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the operation. If
@@ -416,72 +464,84 @@ export declare class DeviceFarm extends DeviceFarmClient {
416
464
  listOfferingTransactions(args: ListOfferingTransactionsCommandInput, cb: (err: any, data?: ListOfferingTransactionsCommandOutput) => void): void;
417
465
  listOfferingTransactions(args: ListOfferingTransactionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOfferingTransactionsCommandOutput) => void): void;
418
466
  /**
467
+ * @public
419
468
  * <p>Gets information about projects.</p>
420
469
  */
421
470
  listProjects(args: ListProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListProjectsCommandOutput>;
422
471
  listProjects(args: ListProjectsCommandInput, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
423
472
  listProjects(args: ListProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
424
473
  /**
474
+ * @public
425
475
  * <p>Returns a list of all currently running remote access sessions.</p>
426
476
  */
427
477
  listRemoteAccessSessions(args: ListRemoteAccessSessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListRemoteAccessSessionsCommandOutput>;
428
478
  listRemoteAccessSessions(args: ListRemoteAccessSessionsCommandInput, cb: (err: any, data?: ListRemoteAccessSessionsCommandOutput) => void): void;
429
479
  listRemoteAccessSessions(args: ListRemoteAccessSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRemoteAccessSessionsCommandOutput) => void): void;
430
480
  /**
481
+ * @public
431
482
  * <p>Gets information about runs, given an AWS Device Farm project ARN.</p>
432
483
  */
433
484
  listRuns(args: ListRunsCommandInput, options?: __HttpHandlerOptions): Promise<ListRunsCommandOutput>;
434
485
  listRuns(args: ListRunsCommandInput, cb: (err: any, data?: ListRunsCommandOutput) => void): void;
435
486
  listRuns(args: ListRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRunsCommandOutput) => void): void;
436
487
  /**
488
+ * @public
437
489
  * <p>Gets information about samples, given an AWS Device Farm job ARN.</p>
438
490
  */
439
491
  listSamples(args: ListSamplesCommandInput, options?: __HttpHandlerOptions): Promise<ListSamplesCommandOutput>;
440
492
  listSamples(args: ListSamplesCommandInput, cb: (err: any, data?: ListSamplesCommandOutput) => void): void;
441
493
  listSamples(args: ListSamplesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSamplesCommandOutput) => void): void;
442
494
  /**
495
+ * @public
443
496
  * <p>Gets information about test suites for a given job.</p>
444
497
  */
445
498
  listSuites(args: ListSuitesCommandInput, options?: __HttpHandlerOptions): Promise<ListSuitesCommandOutput>;
446
499
  listSuites(args: ListSuitesCommandInput, cb: (err: any, data?: ListSuitesCommandOutput) => void): void;
447
500
  listSuites(args: ListSuitesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSuitesCommandOutput) => void): void;
448
501
  /**
502
+ * @public
449
503
  * <p>List the tags for an AWS Device Farm resource.</p>
450
504
  */
451
505
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
452
506
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
453
507
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
454
508
  /**
509
+ * @public
455
510
  * <p>Gets a list of all Selenium testing projects in your account.</p>
456
511
  */
457
512
  listTestGridProjects(args: ListTestGridProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestGridProjectsCommandOutput>;
458
513
  listTestGridProjects(args: ListTestGridProjectsCommandInput, cb: (err: any, data?: ListTestGridProjectsCommandOutput) => void): void;
459
514
  listTestGridProjects(args: ListTestGridProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestGridProjectsCommandOutput) => void): void;
460
515
  /**
516
+ * @public
461
517
  * <p>Returns a list of the actions taken in a <a>TestGridSession</a>.</p>
462
518
  */
463
519
  listTestGridSessionActions(args: ListTestGridSessionActionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestGridSessionActionsCommandOutput>;
464
520
  listTestGridSessionActions(args: ListTestGridSessionActionsCommandInput, cb: (err: any, data?: ListTestGridSessionActionsCommandOutput) => void): void;
465
521
  listTestGridSessionActions(args: ListTestGridSessionActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestGridSessionActionsCommandOutput) => void): void;
466
522
  /**
523
+ * @public
467
524
  * <p>Retrieves a list of artifacts created during the session.</p>
468
525
  */
469
526
  listTestGridSessionArtifacts(args: ListTestGridSessionArtifactsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestGridSessionArtifactsCommandOutput>;
470
527
  listTestGridSessionArtifacts(args: ListTestGridSessionArtifactsCommandInput, cb: (err: any, data?: ListTestGridSessionArtifactsCommandOutput) => void): void;
471
528
  listTestGridSessionArtifacts(args: ListTestGridSessionArtifactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestGridSessionArtifactsCommandOutput) => void): void;
472
529
  /**
530
+ * @public
473
531
  * <p>Retrieves a list of sessions for a <a>TestGridProject</a>.</p>
474
532
  */
475
533
  listTestGridSessions(args: ListTestGridSessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestGridSessionsCommandOutput>;
476
534
  listTestGridSessions(args: ListTestGridSessionsCommandInput, cb: (err: any, data?: ListTestGridSessionsCommandOutput) => void): void;
477
535
  listTestGridSessions(args: ListTestGridSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestGridSessionsCommandOutput) => void): void;
478
536
  /**
537
+ * @public
479
538
  * <p>Gets information about tests in a given test suite.</p>
480
539
  */
481
540
  listTests(args: ListTestsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestsCommandOutput>;
482
541
  listTests(args: ListTestsCommandInput, cb: (err: any, data?: ListTestsCommandOutput) => void): void;
483
542
  listTests(args: ListTestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestsCommandOutput) => void): void;
484
543
  /**
544
+ * @public
485
545
  * <p>Gets information about unique problems, such as exceptions or crashes.</p>
486
546
  * <p>Unique problems are defined as a single instance of an error across a run, job, or suite. For example,
487
547
  * if a call in your application consistently raises an exception (<code>OutOfBoundsException in
@@ -492,12 +552,14 @@ export declare class DeviceFarm extends DeviceFarmClient {
492
552
  listUniqueProblems(args: ListUniqueProblemsCommandInput, cb: (err: any, data?: ListUniqueProblemsCommandOutput) => void): void;
493
553
  listUniqueProblems(args: ListUniqueProblemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUniqueProblemsCommandOutput) => void): void;
494
554
  /**
555
+ * @public
495
556
  * <p>Gets information about uploads, given an AWS Device Farm project ARN.</p>
496
557
  */
497
558
  listUploads(args: ListUploadsCommandInput, options?: __HttpHandlerOptions): Promise<ListUploadsCommandOutput>;
498
559
  listUploads(args: ListUploadsCommandInput, cb: (err: any, data?: ListUploadsCommandOutput) => void): void;
499
560
  listUploads(args: ListUploadsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUploadsCommandOutput) => void): void;
500
561
  /**
562
+ * @public
501
563
  * <p>Returns information about all Amazon Virtual Private Cloud (VPC) endpoint
502
564
  * configurations in the AWS account.</p>
503
565
  */
@@ -505,6 +567,7 @@ export declare class DeviceFarm extends DeviceFarmClient {
505
567
  listVPCEConfigurations(args: ListVPCEConfigurationsCommandInput, cb: (err: any, data?: ListVPCEConfigurationsCommandOutput) => void): void;
506
568
  listVPCEConfigurations(args: ListVPCEConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVPCEConfigurationsCommandOutput) => void): void;
507
569
  /**
570
+ * @public
508
571
  * <p>Immediately purchases offerings for an AWS account. Offerings renew with the latest total purchased
509
572
  * quantity for an offering, unless the renewal was overridden. The API returns a <code>NotEligible</code>
510
573
  * error if the user is not permitted to invoke the operation. If you must be able to invoke this operation,
@@ -514,6 +577,7 @@ export declare class DeviceFarm extends DeviceFarmClient {
514
577
  purchaseOffering(args: PurchaseOfferingCommandInput, cb: (err: any, data?: PurchaseOfferingCommandOutput) => void): void;
515
578
  purchaseOffering(args: PurchaseOfferingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PurchaseOfferingCommandOutput) => void): void;
516
579
  /**
580
+ * @public
517
581
  * <p>Explicitly sets the quantity of devices to renew for an offering, starting from the
518
582
  * <code>effectiveDate</code> of the next period. The API returns a <code>NotEligible</code> error if the
519
583
  * user is not permitted to invoke the operation. If you must be able to invoke this operation, contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a>.</p>
@@ -522,12 +586,14 @@ export declare class DeviceFarm extends DeviceFarmClient {
522
586
  renewOffering(args: RenewOfferingCommandInput, cb: (err: any, data?: RenewOfferingCommandOutput) => void): void;
523
587
  renewOffering(args: RenewOfferingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RenewOfferingCommandOutput) => void): void;
524
588
  /**
589
+ * @public
525
590
  * <p>Schedules a run.</p>
526
591
  */
527
592
  scheduleRun(args: ScheduleRunCommandInput, options?: __HttpHandlerOptions): Promise<ScheduleRunCommandOutput>;
528
593
  scheduleRun(args: ScheduleRunCommandInput, cb: (err: any, data?: ScheduleRunCommandOutput) => void): void;
529
594
  scheduleRun(args: ScheduleRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ScheduleRunCommandOutput) => void): void;
530
595
  /**
596
+ * @public
531
597
  * <p>Initiates a stop request for the current job. AWS Device Farm immediately stops the job on the device
532
598
  * where tests have not started. You are not billed for this device. On the device where tests have started,
533
599
  * setup suite and teardown suite tests run to completion on the device. You are billed for setup, teardown,
@@ -537,12 +603,14 @@ export declare class DeviceFarm extends DeviceFarmClient {
537
603
  stopJob(args: StopJobCommandInput, cb: (err: any, data?: StopJobCommandOutput) => void): void;
538
604
  stopJob(args: StopJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopJobCommandOutput) => void): void;
539
605
  /**
606
+ * @public
540
607
  * <p>Ends a specified remote access session.</p>
541
608
  */
542
609
  stopRemoteAccessSession(args: StopRemoteAccessSessionCommandInput, options?: __HttpHandlerOptions): Promise<StopRemoteAccessSessionCommandOutput>;
543
610
  stopRemoteAccessSession(args: StopRemoteAccessSessionCommandInput, cb: (err: any, data?: StopRemoteAccessSessionCommandOutput) => void): void;
544
611
  stopRemoteAccessSession(args: StopRemoteAccessSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopRemoteAccessSessionCommandOutput) => void): void;
545
612
  /**
613
+ * @public
546
614
  * <p>Initiates a stop request for the current test run. AWS Device Farm immediately stops the run on devices
547
615
  * where tests have not started. You are not billed for these devices. On devices where tests have started
548
616
  * executing, setup suite and teardown suite tests run to completion on those devices. You are billed for
@@ -552,6 +620,7 @@ export declare class DeviceFarm extends DeviceFarmClient {
552
620
  stopRun(args: StopRunCommandInput, cb: (err: any, data?: StopRunCommandOutput) => void): void;
553
621
  stopRun(args: StopRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopRunCommandOutput) => void): void;
554
622
  /**
623
+ * @public
555
624
  * <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>. If existing tags
556
625
  * on a resource are not specified in the request parameters, they are not changed. When a resource is deleted,
557
626
  * the tags associated with that resource are also deleted.</p>
@@ -560,18 +629,21 @@ export declare class DeviceFarm extends DeviceFarmClient {
560
629
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
561
630
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
562
631
  /**
632
+ * @public
563
633
  * <p>Deletes the specified tags from a resource.</p>
564
634
  */
565
635
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
566
636
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
567
637
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
568
638
  /**
639
+ * @public
569
640
  * <p>Updates information about a private device instance.</p>
570
641
  */
571
642
  updateDeviceInstance(args: UpdateDeviceInstanceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeviceInstanceCommandOutput>;
572
643
  updateDeviceInstance(args: UpdateDeviceInstanceCommandInput, cb: (err: any, data?: UpdateDeviceInstanceCommandOutput) => void): void;
573
644
  updateDeviceInstance(args: UpdateDeviceInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeviceInstanceCommandOutput) => void): void;
574
645
  /**
646
+ * @public
575
647
  * <p>Modifies the name, description, and rules in a device pool given the attributes and
576
648
  * the pool ARN. Rule updates are all-or-nothing, meaning they can only be updated as a
577
649
  * whole (or not at all).</p>
@@ -580,18 +652,21 @@ export declare class DeviceFarm extends DeviceFarmClient {
580
652
  updateDevicePool(args: UpdateDevicePoolCommandInput, cb: (err: any, data?: UpdateDevicePoolCommandOutput) => void): void;
581
653
  updateDevicePool(args: UpdateDevicePoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDevicePoolCommandOutput) => void): void;
582
654
  /**
655
+ * @public
583
656
  * <p>Updates information about an existing private device instance profile.</p>
584
657
  */
585
658
  updateInstanceProfile(args: UpdateInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInstanceProfileCommandOutput>;
586
659
  updateInstanceProfile(args: UpdateInstanceProfileCommandInput, cb: (err: any, data?: UpdateInstanceProfileCommandOutput) => void): void;
587
660
  updateInstanceProfile(args: UpdateInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInstanceProfileCommandOutput) => void): void;
588
661
  /**
662
+ * @public
589
663
  * <p>Updates the network profile.</p>
590
664
  */
591
665
  updateNetworkProfile(args: UpdateNetworkProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNetworkProfileCommandOutput>;
592
666
  updateNetworkProfile(args: UpdateNetworkProfileCommandInput, cb: (err: any, data?: UpdateNetworkProfileCommandOutput) => void): void;
593
667
  updateNetworkProfile(args: UpdateNetworkProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNetworkProfileCommandOutput) => void): void;
594
668
  /**
669
+ * @public
595
670
  * <p>Modifies the specified project name, given the project ARN and a new
596
671
  * name.</p>
597
672
  */
@@ -599,18 +674,21 @@ export declare class DeviceFarm extends DeviceFarmClient {
599
674
  updateProject(args: UpdateProjectCommandInput, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
600
675
  updateProject(args: UpdateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
601
676
  /**
677
+ * @public
602
678
  * <p>Change details of a project.</p>
603
679
  */
604
680
  updateTestGridProject(args: UpdateTestGridProjectCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTestGridProjectCommandOutput>;
605
681
  updateTestGridProject(args: UpdateTestGridProjectCommandInput, cb: (err: any, data?: UpdateTestGridProjectCommandOutput) => void): void;
606
682
  updateTestGridProject(args: UpdateTestGridProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTestGridProjectCommandOutput) => void): void;
607
683
  /**
684
+ * @public
608
685
  * <p>Updates an uploaded test spec.</p>
609
686
  */
610
687
  updateUpload(args: UpdateUploadCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUploadCommandOutput>;
611
688
  updateUpload(args: UpdateUploadCommandInput, cb: (err: any, data?: UpdateUploadCommandOutput) => void): void;
612
689
  updateUpload(args: UpdateUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUploadCommandOutput) => void): void;
613
690
  /**
691
+ * @public
614
692
  * <p>Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.</p>
615
693
  */
616
694
  updateVPCEConfiguration(args: UpdateVPCEConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVPCEConfigurationCommandOutput>;