@aws-sdk/client-device-farm 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/DeviceFarm.d.ts +1390 -390
- package/dist-types/ts3.4/DeviceFarmClient.d.ts +591 -150
- package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRunCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetTestCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopRunCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +77 -77
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DeviceFarmServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2640 -2465
- package/dist-types/ts3.4/pagination/GetOfferingStatusPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDevicePoolsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOfferingTransactionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestGridProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestGridSessionActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestGridSessionArtifactsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestGridSessionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUniqueProblemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +19 -19
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,390 +1,1390 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
import {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
import {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
import {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateDevicePoolCommandInput,
|
|
4
|
+
CreateDevicePoolCommandOutput,
|
|
5
|
+
} from "./commands/CreateDevicePoolCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateInstanceProfileCommandInput,
|
|
8
|
+
CreateInstanceProfileCommandOutput,
|
|
9
|
+
} from "./commands/CreateInstanceProfileCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateNetworkProfileCommandInput,
|
|
12
|
+
CreateNetworkProfileCommandOutput,
|
|
13
|
+
} from "./commands/CreateNetworkProfileCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateProjectCommandInput,
|
|
16
|
+
CreateProjectCommandOutput,
|
|
17
|
+
} from "./commands/CreateProjectCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateRemoteAccessSessionCommandInput,
|
|
20
|
+
CreateRemoteAccessSessionCommandOutput,
|
|
21
|
+
} from "./commands/CreateRemoteAccessSessionCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateTestGridProjectCommandInput,
|
|
24
|
+
CreateTestGridProjectCommandOutput,
|
|
25
|
+
} from "./commands/CreateTestGridProjectCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateTestGridUrlCommandInput,
|
|
28
|
+
CreateTestGridUrlCommandOutput,
|
|
29
|
+
} from "./commands/CreateTestGridUrlCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateUploadCommandInput,
|
|
32
|
+
CreateUploadCommandOutput,
|
|
33
|
+
} from "./commands/CreateUploadCommand";
|
|
34
|
+
import {
|
|
35
|
+
CreateVPCEConfigurationCommandInput,
|
|
36
|
+
CreateVPCEConfigurationCommandOutput,
|
|
37
|
+
} from "./commands/CreateVPCEConfigurationCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteDevicePoolCommandInput,
|
|
40
|
+
DeleteDevicePoolCommandOutput,
|
|
41
|
+
} from "./commands/DeleteDevicePoolCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteInstanceProfileCommandInput,
|
|
44
|
+
DeleteInstanceProfileCommandOutput,
|
|
45
|
+
} from "./commands/DeleteInstanceProfileCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteNetworkProfileCommandInput,
|
|
48
|
+
DeleteNetworkProfileCommandOutput,
|
|
49
|
+
} from "./commands/DeleteNetworkProfileCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteProjectCommandInput,
|
|
52
|
+
DeleteProjectCommandOutput,
|
|
53
|
+
} from "./commands/DeleteProjectCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteRemoteAccessSessionCommandInput,
|
|
56
|
+
DeleteRemoteAccessSessionCommandOutput,
|
|
57
|
+
} from "./commands/DeleteRemoteAccessSessionCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteRunCommandInput,
|
|
60
|
+
DeleteRunCommandOutput,
|
|
61
|
+
} from "./commands/DeleteRunCommand";
|
|
62
|
+
import {
|
|
63
|
+
DeleteTestGridProjectCommandInput,
|
|
64
|
+
DeleteTestGridProjectCommandOutput,
|
|
65
|
+
} from "./commands/DeleteTestGridProjectCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteUploadCommandInput,
|
|
68
|
+
DeleteUploadCommandOutput,
|
|
69
|
+
} from "./commands/DeleteUploadCommand";
|
|
70
|
+
import {
|
|
71
|
+
DeleteVPCEConfigurationCommandInput,
|
|
72
|
+
DeleteVPCEConfigurationCommandOutput,
|
|
73
|
+
} from "./commands/DeleteVPCEConfigurationCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetAccountSettingsCommandInput,
|
|
76
|
+
GetAccountSettingsCommandOutput,
|
|
77
|
+
} from "./commands/GetAccountSettingsCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetDeviceCommandInput,
|
|
80
|
+
GetDeviceCommandOutput,
|
|
81
|
+
} from "./commands/GetDeviceCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetDeviceInstanceCommandInput,
|
|
84
|
+
GetDeviceInstanceCommandOutput,
|
|
85
|
+
} from "./commands/GetDeviceInstanceCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetDevicePoolCommandInput,
|
|
88
|
+
GetDevicePoolCommandOutput,
|
|
89
|
+
} from "./commands/GetDevicePoolCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetDevicePoolCompatibilityCommandInput,
|
|
92
|
+
GetDevicePoolCompatibilityCommandOutput,
|
|
93
|
+
} from "./commands/GetDevicePoolCompatibilityCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetInstanceProfileCommandInput,
|
|
96
|
+
GetInstanceProfileCommandOutput,
|
|
97
|
+
} from "./commands/GetInstanceProfileCommand";
|
|
98
|
+
import {
|
|
99
|
+
GetJobCommandInput,
|
|
100
|
+
GetJobCommandOutput,
|
|
101
|
+
} from "./commands/GetJobCommand";
|
|
102
|
+
import {
|
|
103
|
+
GetNetworkProfileCommandInput,
|
|
104
|
+
GetNetworkProfileCommandOutput,
|
|
105
|
+
} from "./commands/GetNetworkProfileCommand";
|
|
106
|
+
import {
|
|
107
|
+
GetOfferingStatusCommandInput,
|
|
108
|
+
GetOfferingStatusCommandOutput,
|
|
109
|
+
} from "./commands/GetOfferingStatusCommand";
|
|
110
|
+
import {
|
|
111
|
+
GetProjectCommandInput,
|
|
112
|
+
GetProjectCommandOutput,
|
|
113
|
+
} from "./commands/GetProjectCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetRemoteAccessSessionCommandInput,
|
|
116
|
+
GetRemoteAccessSessionCommandOutput,
|
|
117
|
+
} from "./commands/GetRemoteAccessSessionCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetRunCommandInput,
|
|
120
|
+
GetRunCommandOutput,
|
|
121
|
+
} from "./commands/GetRunCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetSuiteCommandInput,
|
|
124
|
+
GetSuiteCommandOutput,
|
|
125
|
+
} from "./commands/GetSuiteCommand";
|
|
126
|
+
import {
|
|
127
|
+
GetTestCommandInput,
|
|
128
|
+
GetTestCommandOutput,
|
|
129
|
+
} from "./commands/GetTestCommand";
|
|
130
|
+
import {
|
|
131
|
+
GetTestGridProjectCommandInput,
|
|
132
|
+
GetTestGridProjectCommandOutput,
|
|
133
|
+
} from "./commands/GetTestGridProjectCommand";
|
|
134
|
+
import {
|
|
135
|
+
GetTestGridSessionCommandInput,
|
|
136
|
+
GetTestGridSessionCommandOutput,
|
|
137
|
+
} from "./commands/GetTestGridSessionCommand";
|
|
138
|
+
import {
|
|
139
|
+
GetUploadCommandInput,
|
|
140
|
+
GetUploadCommandOutput,
|
|
141
|
+
} from "./commands/GetUploadCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetVPCEConfigurationCommandInput,
|
|
144
|
+
GetVPCEConfigurationCommandOutput,
|
|
145
|
+
} from "./commands/GetVPCEConfigurationCommand";
|
|
146
|
+
import {
|
|
147
|
+
InstallToRemoteAccessSessionCommandInput,
|
|
148
|
+
InstallToRemoteAccessSessionCommandOutput,
|
|
149
|
+
} from "./commands/InstallToRemoteAccessSessionCommand";
|
|
150
|
+
import {
|
|
151
|
+
ListArtifactsCommandInput,
|
|
152
|
+
ListArtifactsCommandOutput,
|
|
153
|
+
} from "./commands/ListArtifactsCommand";
|
|
154
|
+
import {
|
|
155
|
+
ListDeviceInstancesCommandInput,
|
|
156
|
+
ListDeviceInstancesCommandOutput,
|
|
157
|
+
} from "./commands/ListDeviceInstancesCommand";
|
|
158
|
+
import {
|
|
159
|
+
ListDevicePoolsCommandInput,
|
|
160
|
+
ListDevicePoolsCommandOutput,
|
|
161
|
+
} from "./commands/ListDevicePoolsCommand";
|
|
162
|
+
import {
|
|
163
|
+
ListDevicesCommandInput,
|
|
164
|
+
ListDevicesCommandOutput,
|
|
165
|
+
} from "./commands/ListDevicesCommand";
|
|
166
|
+
import {
|
|
167
|
+
ListInstanceProfilesCommandInput,
|
|
168
|
+
ListInstanceProfilesCommandOutput,
|
|
169
|
+
} from "./commands/ListInstanceProfilesCommand";
|
|
170
|
+
import {
|
|
171
|
+
ListJobsCommandInput,
|
|
172
|
+
ListJobsCommandOutput,
|
|
173
|
+
} from "./commands/ListJobsCommand";
|
|
174
|
+
import {
|
|
175
|
+
ListNetworkProfilesCommandInput,
|
|
176
|
+
ListNetworkProfilesCommandOutput,
|
|
177
|
+
} from "./commands/ListNetworkProfilesCommand";
|
|
178
|
+
import {
|
|
179
|
+
ListOfferingPromotionsCommandInput,
|
|
180
|
+
ListOfferingPromotionsCommandOutput,
|
|
181
|
+
} from "./commands/ListOfferingPromotionsCommand";
|
|
182
|
+
import {
|
|
183
|
+
ListOfferingsCommandInput,
|
|
184
|
+
ListOfferingsCommandOutput,
|
|
185
|
+
} from "./commands/ListOfferingsCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListOfferingTransactionsCommandInput,
|
|
188
|
+
ListOfferingTransactionsCommandOutput,
|
|
189
|
+
} from "./commands/ListOfferingTransactionsCommand";
|
|
190
|
+
import {
|
|
191
|
+
ListProjectsCommandInput,
|
|
192
|
+
ListProjectsCommandOutput,
|
|
193
|
+
} from "./commands/ListProjectsCommand";
|
|
194
|
+
import {
|
|
195
|
+
ListRemoteAccessSessionsCommandInput,
|
|
196
|
+
ListRemoteAccessSessionsCommandOutput,
|
|
197
|
+
} from "./commands/ListRemoteAccessSessionsCommand";
|
|
198
|
+
import {
|
|
199
|
+
ListRunsCommandInput,
|
|
200
|
+
ListRunsCommandOutput,
|
|
201
|
+
} from "./commands/ListRunsCommand";
|
|
202
|
+
import {
|
|
203
|
+
ListSamplesCommandInput,
|
|
204
|
+
ListSamplesCommandOutput,
|
|
205
|
+
} from "./commands/ListSamplesCommand";
|
|
206
|
+
import {
|
|
207
|
+
ListSuitesCommandInput,
|
|
208
|
+
ListSuitesCommandOutput,
|
|
209
|
+
} from "./commands/ListSuitesCommand";
|
|
210
|
+
import {
|
|
211
|
+
ListTagsForResourceCommandInput,
|
|
212
|
+
ListTagsForResourceCommandOutput,
|
|
213
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
214
|
+
import {
|
|
215
|
+
ListTestGridProjectsCommandInput,
|
|
216
|
+
ListTestGridProjectsCommandOutput,
|
|
217
|
+
} from "./commands/ListTestGridProjectsCommand";
|
|
218
|
+
import {
|
|
219
|
+
ListTestGridSessionActionsCommandInput,
|
|
220
|
+
ListTestGridSessionActionsCommandOutput,
|
|
221
|
+
} from "./commands/ListTestGridSessionActionsCommand";
|
|
222
|
+
import {
|
|
223
|
+
ListTestGridSessionArtifactsCommandInput,
|
|
224
|
+
ListTestGridSessionArtifactsCommandOutput,
|
|
225
|
+
} from "./commands/ListTestGridSessionArtifactsCommand";
|
|
226
|
+
import {
|
|
227
|
+
ListTestGridSessionsCommandInput,
|
|
228
|
+
ListTestGridSessionsCommandOutput,
|
|
229
|
+
} from "./commands/ListTestGridSessionsCommand";
|
|
230
|
+
import {
|
|
231
|
+
ListTestsCommandInput,
|
|
232
|
+
ListTestsCommandOutput,
|
|
233
|
+
} from "./commands/ListTestsCommand";
|
|
234
|
+
import {
|
|
235
|
+
ListUniqueProblemsCommandInput,
|
|
236
|
+
ListUniqueProblemsCommandOutput,
|
|
237
|
+
} from "./commands/ListUniqueProblemsCommand";
|
|
238
|
+
import {
|
|
239
|
+
ListUploadsCommandInput,
|
|
240
|
+
ListUploadsCommandOutput,
|
|
241
|
+
} from "./commands/ListUploadsCommand";
|
|
242
|
+
import {
|
|
243
|
+
ListVPCEConfigurationsCommandInput,
|
|
244
|
+
ListVPCEConfigurationsCommandOutput,
|
|
245
|
+
} from "./commands/ListVPCEConfigurationsCommand";
|
|
246
|
+
import {
|
|
247
|
+
PurchaseOfferingCommandInput,
|
|
248
|
+
PurchaseOfferingCommandOutput,
|
|
249
|
+
} from "./commands/PurchaseOfferingCommand";
|
|
250
|
+
import {
|
|
251
|
+
RenewOfferingCommandInput,
|
|
252
|
+
RenewOfferingCommandOutput,
|
|
253
|
+
} from "./commands/RenewOfferingCommand";
|
|
254
|
+
import {
|
|
255
|
+
ScheduleRunCommandInput,
|
|
256
|
+
ScheduleRunCommandOutput,
|
|
257
|
+
} from "./commands/ScheduleRunCommand";
|
|
258
|
+
import {
|
|
259
|
+
StopJobCommandInput,
|
|
260
|
+
StopJobCommandOutput,
|
|
261
|
+
} from "./commands/StopJobCommand";
|
|
262
|
+
import {
|
|
263
|
+
StopRemoteAccessSessionCommandInput,
|
|
264
|
+
StopRemoteAccessSessionCommandOutput,
|
|
265
|
+
} from "./commands/StopRemoteAccessSessionCommand";
|
|
266
|
+
import {
|
|
267
|
+
StopRunCommandInput,
|
|
268
|
+
StopRunCommandOutput,
|
|
269
|
+
} from "./commands/StopRunCommand";
|
|
270
|
+
import {
|
|
271
|
+
TagResourceCommandInput,
|
|
272
|
+
TagResourceCommandOutput,
|
|
273
|
+
} from "./commands/TagResourceCommand";
|
|
274
|
+
import {
|
|
275
|
+
UntagResourceCommandInput,
|
|
276
|
+
UntagResourceCommandOutput,
|
|
277
|
+
} from "./commands/UntagResourceCommand";
|
|
278
|
+
import {
|
|
279
|
+
UpdateDeviceInstanceCommandInput,
|
|
280
|
+
UpdateDeviceInstanceCommandOutput,
|
|
281
|
+
} from "./commands/UpdateDeviceInstanceCommand";
|
|
282
|
+
import {
|
|
283
|
+
UpdateDevicePoolCommandInput,
|
|
284
|
+
UpdateDevicePoolCommandOutput,
|
|
285
|
+
} from "./commands/UpdateDevicePoolCommand";
|
|
286
|
+
import {
|
|
287
|
+
UpdateInstanceProfileCommandInput,
|
|
288
|
+
UpdateInstanceProfileCommandOutput,
|
|
289
|
+
} from "./commands/UpdateInstanceProfileCommand";
|
|
290
|
+
import {
|
|
291
|
+
UpdateNetworkProfileCommandInput,
|
|
292
|
+
UpdateNetworkProfileCommandOutput,
|
|
293
|
+
} from "./commands/UpdateNetworkProfileCommand";
|
|
294
|
+
import {
|
|
295
|
+
UpdateProjectCommandInput,
|
|
296
|
+
UpdateProjectCommandOutput,
|
|
297
|
+
} from "./commands/UpdateProjectCommand";
|
|
298
|
+
import {
|
|
299
|
+
UpdateTestGridProjectCommandInput,
|
|
300
|
+
UpdateTestGridProjectCommandOutput,
|
|
301
|
+
} from "./commands/UpdateTestGridProjectCommand";
|
|
302
|
+
import {
|
|
303
|
+
UpdateUploadCommandInput,
|
|
304
|
+
UpdateUploadCommandOutput,
|
|
305
|
+
} from "./commands/UpdateUploadCommand";
|
|
306
|
+
import {
|
|
307
|
+
UpdateVPCEConfigurationCommandInput,
|
|
308
|
+
UpdateVPCEConfigurationCommandOutput,
|
|
309
|
+
} from "./commands/UpdateVPCEConfigurationCommand";
|
|
310
|
+
import { DeviceFarmClient } from "./DeviceFarmClient";
|
|
311
|
+
|
|
312
|
+
export declare class DeviceFarm extends DeviceFarmClient {
|
|
313
|
+
createDevicePool(
|
|
314
|
+
args: CreateDevicePoolCommandInput,
|
|
315
|
+
options?: __HttpHandlerOptions
|
|
316
|
+
): Promise<CreateDevicePoolCommandOutput>;
|
|
317
|
+
createDevicePool(
|
|
318
|
+
args: CreateDevicePoolCommandInput,
|
|
319
|
+
cb: (err: any, data?: CreateDevicePoolCommandOutput) => void
|
|
320
|
+
): void;
|
|
321
|
+
createDevicePool(
|
|
322
|
+
args: CreateDevicePoolCommandInput,
|
|
323
|
+
options: __HttpHandlerOptions,
|
|
324
|
+
cb: (err: any, data?: CreateDevicePoolCommandOutput) => void
|
|
325
|
+
): void;
|
|
326
|
+
|
|
327
|
+
createInstanceProfile(
|
|
328
|
+
args: CreateInstanceProfileCommandInput,
|
|
329
|
+
options?: __HttpHandlerOptions
|
|
330
|
+
): Promise<CreateInstanceProfileCommandOutput>;
|
|
331
|
+
createInstanceProfile(
|
|
332
|
+
args: CreateInstanceProfileCommandInput,
|
|
333
|
+
cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void
|
|
334
|
+
): void;
|
|
335
|
+
createInstanceProfile(
|
|
336
|
+
args: CreateInstanceProfileCommandInput,
|
|
337
|
+
options: __HttpHandlerOptions,
|
|
338
|
+
cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void
|
|
339
|
+
): void;
|
|
340
|
+
|
|
341
|
+
createNetworkProfile(
|
|
342
|
+
args: CreateNetworkProfileCommandInput,
|
|
343
|
+
options?: __HttpHandlerOptions
|
|
344
|
+
): Promise<CreateNetworkProfileCommandOutput>;
|
|
345
|
+
createNetworkProfile(
|
|
346
|
+
args: CreateNetworkProfileCommandInput,
|
|
347
|
+
cb: (err: any, data?: CreateNetworkProfileCommandOutput) => void
|
|
348
|
+
): void;
|
|
349
|
+
createNetworkProfile(
|
|
350
|
+
args: CreateNetworkProfileCommandInput,
|
|
351
|
+
options: __HttpHandlerOptions,
|
|
352
|
+
cb: (err: any, data?: CreateNetworkProfileCommandOutput) => void
|
|
353
|
+
): void;
|
|
354
|
+
|
|
355
|
+
createProject(
|
|
356
|
+
args: CreateProjectCommandInput,
|
|
357
|
+
options?: __HttpHandlerOptions
|
|
358
|
+
): Promise<CreateProjectCommandOutput>;
|
|
359
|
+
createProject(
|
|
360
|
+
args: CreateProjectCommandInput,
|
|
361
|
+
cb: (err: any, data?: CreateProjectCommandOutput) => void
|
|
362
|
+
): void;
|
|
363
|
+
createProject(
|
|
364
|
+
args: CreateProjectCommandInput,
|
|
365
|
+
options: __HttpHandlerOptions,
|
|
366
|
+
cb: (err: any, data?: CreateProjectCommandOutput) => void
|
|
367
|
+
): void;
|
|
368
|
+
|
|
369
|
+
createRemoteAccessSession(
|
|
370
|
+
args: CreateRemoteAccessSessionCommandInput,
|
|
371
|
+
options?: __HttpHandlerOptions
|
|
372
|
+
): Promise<CreateRemoteAccessSessionCommandOutput>;
|
|
373
|
+
createRemoteAccessSession(
|
|
374
|
+
args: CreateRemoteAccessSessionCommandInput,
|
|
375
|
+
cb: (err: any, data?: CreateRemoteAccessSessionCommandOutput) => void
|
|
376
|
+
): void;
|
|
377
|
+
createRemoteAccessSession(
|
|
378
|
+
args: CreateRemoteAccessSessionCommandInput,
|
|
379
|
+
options: __HttpHandlerOptions,
|
|
380
|
+
cb: (err: any, data?: CreateRemoteAccessSessionCommandOutput) => void
|
|
381
|
+
): void;
|
|
382
|
+
|
|
383
|
+
createTestGridProject(
|
|
384
|
+
args: CreateTestGridProjectCommandInput,
|
|
385
|
+
options?: __HttpHandlerOptions
|
|
386
|
+
): Promise<CreateTestGridProjectCommandOutput>;
|
|
387
|
+
createTestGridProject(
|
|
388
|
+
args: CreateTestGridProjectCommandInput,
|
|
389
|
+
cb: (err: any, data?: CreateTestGridProjectCommandOutput) => void
|
|
390
|
+
): void;
|
|
391
|
+
createTestGridProject(
|
|
392
|
+
args: CreateTestGridProjectCommandInput,
|
|
393
|
+
options: __HttpHandlerOptions,
|
|
394
|
+
cb: (err: any, data?: CreateTestGridProjectCommandOutput) => void
|
|
395
|
+
): void;
|
|
396
|
+
|
|
397
|
+
createTestGridUrl(
|
|
398
|
+
args: CreateTestGridUrlCommandInput,
|
|
399
|
+
options?: __HttpHandlerOptions
|
|
400
|
+
): Promise<CreateTestGridUrlCommandOutput>;
|
|
401
|
+
createTestGridUrl(
|
|
402
|
+
args: CreateTestGridUrlCommandInput,
|
|
403
|
+
cb: (err: any, data?: CreateTestGridUrlCommandOutput) => void
|
|
404
|
+
): void;
|
|
405
|
+
createTestGridUrl(
|
|
406
|
+
args: CreateTestGridUrlCommandInput,
|
|
407
|
+
options: __HttpHandlerOptions,
|
|
408
|
+
cb: (err: any, data?: CreateTestGridUrlCommandOutput) => void
|
|
409
|
+
): void;
|
|
410
|
+
|
|
411
|
+
createUpload(
|
|
412
|
+
args: CreateUploadCommandInput,
|
|
413
|
+
options?: __HttpHandlerOptions
|
|
414
|
+
): Promise<CreateUploadCommandOutput>;
|
|
415
|
+
createUpload(
|
|
416
|
+
args: CreateUploadCommandInput,
|
|
417
|
+
cb: (err: any, data?: CreateUploadCommandOutput) => void
|
|
418
|
+
): void;
|
|
419
|
+
createUpload(
|
|
420
|
+
args: CreateUploadCommandInput,
|
|
421
|
+
options: __HttpHandlerOptions,
|
|
422
|
+
cb: (err: any, data?: CreateUploadCommandOutput) => void
|
|
423
|
+
): void;
|
|
424
|
+
|
|
425
|
+
createVPCEConfiguration(
|
|
426
|
+
args: CreateVPCEConfigurationCommandInput,
|
|
427
|
+
options?: __HttpHandlerOptions
|
|
428
|
+
): Promise<CreateVPCEConfigurationCommandOutput>;
|
|
429
|
+
createVPCEConfiguration(
|
|
430
|
+
args: CreateVPCEConfigurationCommandInput,
|
|
431
|
+
cb: (err: any, data?: CreateVPCEConfigurationCommandOutput) => void
|
|
432
|
+
): void;
|
|
433
|
+
createVPCEConfiguration(
|
|
434
|
+
args: CreateVPCEConfigurationCommandInput,
|
|
435
|
+
options: __HttpHandlerOptions,
|
|
436
|
+
cb: (err: any, data?: CreateVPCEConfigurationCommandOutput) => void
|
|
437
|
+
): void;
|
|
438
|
+
|
|
439
|
+
deleteDevicePool(
|
|
440
|
+
args: DeleteDevicePoolCommandInput,
|
|
441
|
+
options?: __HttpHandlerOptions
|
|
442
|
+
): Promise<DeleteDevicePoolCommandOutput>;
|
|
443
|
+
deleteDevicePool(
|
|
444
|
+
args: DeleteDevicePoolCommandInput,
|
|
445
|
+
cb: (err: any, data?: DeleteDevicePoolCommandOutput) => void
|
|
446
|
+
): void;
|
|
447
|
+
deleteDevicePool(
|
|
448
|
+
args: DeleteDevicePoolCommandInput,
|
|
449
|
+
options: __HttpHandlerOptions,
|
|
450
|
+
cb: (err: any, data?: DeleteDevicePoolCommandOutput) => void
|
|
451
|
+
): void;
|
|
452
|
+
|
|
453
|
+
deleteInstanceProfile(
|
|
454
|
+
args: DeleteInstanceProfileCommandInput,
|
|
455
|
+
options?: __HttpHandlerOptions
|
|
456
|
+
): Promise<DeleteInstanceProfileCommandOutput>;
|
|
457
|
+
deleteInstanceProfile(
|
|
458
|
+
args: DeleteInstanceProfileCommandInput,
|
|
459
|
+
cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void
|
|
460
|
+
): void;
|
|
461
|
+
deleteInstanceProfile(
|
|
462
|
+
args: DeleteInstanceProfileCommandInput,
|
|
463
|
+
options: __HttpHandlerOptions,
|
|
464
|
+
cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void
|
|
465
|
+
): void;
|
|
466
|
+
|
|
467
|
+
deleteNetworkProfile(
|
|
468
|
+
args: DeleteNetworkProfileCommandInput,
|
|
469
|
+
options?: __HttpHandlerOptions
|
|
470
|
+
): Promise<DeleteNetworkProfileCommandOutput>;
|
|
471
|
+
deleteNetworkProfile(
|
|
472
|
+
args: DeleteNetworkProfileCommandInput,
|
|
473
|
+
cb: (err: any, data?: DeleteNetworkProfileCommandOutput) => void
|
|
474
|
+
): void;
|
|
475
|
+
deleteNetworkProfile(
|
|
476
|
+
args: DeleteNetworkProfileCommandInput,
|
|
477
|
+
options: __HttpHandlerOptions,
|
|
478
|
+
cb: (err: any, data?: DeleteNetworkProfileCommandOutput) => void
|
|
479
|
+
): void;
|
|
480
|
+
|
|
481
|
+
deleteProject(
|
|
482
|
+
args: DeleteProjectCommandInput,
|
|
483
|
+
options?: __HttpHandlerOptions
|
|
484
|
+
): Promise<DeleteProjectCommandOutput>;
|
|
485
|
+
deleteProject(
|
|
486
|
+
args: DeleteProjectCommandInput,
|
|
487
|
+
cb: (err: any, data?: DeleteProjectCommandOutput) => void
|
|
488
|
+
): void;
|
|
489
|
+
deleteProject(
|
|
490
|
+
args: DeleteProjectCommandInput,
|
|
491
|
+
options: __HttpHandlerOptions,
|
|
492
|
+
cb: (err: any, data?: DeleteProjectCommandOutput) => void
|
|
493
|
+
): void;
|
|
494
|
+
|
|
495
|
+
deleteRemoteAccessSession(
|
|
496
|
+
args: DeleteRemoteAccessSessionCommandInput,
|
|
497
|
+
options?: __HttpHandlerOptions
|
|
498
|
+
): Promise<DeleteRemoteAccessSessionCommandOutput>;
|
|
499
|
+
deleteRemoteAccessSession(
|
|
500
|
+
args: DeleteRemoteAccessSessionCommandInput,
|
|
501
|
+
cb: (err: any, data?: DeleteRemoteAccessSessionCommandOutput) => void
|
|
502
|
+
): void;
|
|
503
|
+
deleteRemoteAccessSession(
|
|
504
|
+
args: DeleteRemoteAccessSessionCommandInput,
|
|
505
|
+
options: __HttpHandlerOptions,
|
|
506
|
+
cb: (err: any, data?: DeleteRemoteAccessSessionCommandOutput) => void
|
|
507
|
+
): void;
|
|
508
|
+
|
|
509
|
+
deleteRun(
|
|
510
|
+
args: DeleteRunCommandInput,
|
|
511
|
+
options?: __HttpHandlerOptions
|
|
512
|
+
): Promise<DeleteRunCommandOutput>;
|
|
513
|
+
deleteRun(
|
|
514
|
+
args: DeleteRunCommandInput,
|
|
515
|
+
cb: (err: any, data?: DeleteRunCommandOutput) => void
|
|
516
|
+
): void;
|
|
517
|
+
deleteRun(
|
|
518
|
+
args: DeleteRunCommandInput,
|
|
519
|
+
options: __HttpHandlerOptions,
|
|
520
|
+
cb: (err: any, data?: DeleteRunCommandOutput) => void
|
|
521
|
+
): void;
|
|
522
|
+
|
|
523
|
+
deleteTestGridProject(
|
|
524
|
+
args: DeleteTestGridProjectCommandInput,
|
|
525
|
+
options?: __HttpHandlerOptions
|
|
526
|
+
): Promise<DeleteTestGridProjectCommandOutput>;
|
|
527
|
+
deleteTestGridProject(
|
|
528
|
+
args: DeleteTestGridProjectCommandInput,
|
|
529
|
+
cb: (err: any, data?: DeleteTestGridProjectCommandOutput) => void
|
|
530
|
+
): void;
|
|
531
|
+
deleteTestGridProject(
|
|
532
|
+
args: DeleteTestGridProjectCommandInput,
|
|
533
|
+
options: __HttpHandlerOptions,
|
|
534
|
+
cb: (err: any, data?: DeleteTestGridProjectCommandOutput) => void
|
|
535
|
+
): void;
|
|
536
|
+
|
|
537
|
+
deleteUpload(
|
|
538
|
+
args: DeleteUploadCommandInput,
|
|
539
|
+
options?: __HttpHandlerOptions
|
|
540
|
+
): Promise<DeleteUploadCommandOutput>;
|
|
541
|
+
deleteUpload(
|
|
542
|
+
args: DeleteUploadCommandInput,
|
|
543
|
+
cb: (err: any, data?: DeleteUploadCommandOutput) => void
|
|
544
|
+
): void;
|
|
545
|
+
deleteUpload(
|
|
546
|
+
args: DeleteUploadCommandInput,
|
|
547
|
+
options: __HttpHandlerOptions,
|
|
548
|
+
cb: (err: any, data?: DeleteUploadCommandOutput) => void
|
|
549
|
+
): void;
|
|
550
|
+
|
|
551
|
+
deleteVPCEConfiguration(
|
|
552
|
+
args: DeleteVPCEConfigurationCommandInput,
|
|
553
|
+
options?: __HttpHandlerOptions
|
|
554
|
+
): Promise<DeleteVPCEConfigurationCommandOutput>;
|
|
555
|
+
deleteVPCEConfiguration(
|
|
556
|
+
args: DeleteVPCEConfigurationCommandInput,
|
|
557
|
+
cb: (err: any, data?: DeleteVPCEConfigurationCommandOutput) => void
|
|
558
|
+
): void;
|
|
559
|
+
deleteVPCEConfiguration(
|
|
560
|
+
args: DeleteVPCEConfigurationCommandInput,
|
|
561
|
+
options: __HttpHandlerOptions,
|
|
562
|
+
cb: (err: any, data?: DeleteVPCEConfigurationCommandOutput) => void
|
|
563
|
+
): void;
|
|
564
|
+
|
|
565
|
+
getAccountSettings(
|
|
566
|
+
args: GetAccountSettingsCommandInput,
|
|
567
|
+
options?: __HttpHandlerOptions
|
|
568
|
+
): Promise<GetAccountSettingsCommandOutput>;
|
|
569
|
+
getAccountSettings(
|
|
570
|
+
args: GetAccountSettingsCommandInput,
|
|
571
|
+
cb: (err: any, data?: GetAccountSettingsCommandOutput) => void
|
|
572
|
+
): void;
|
|
573
|
+
getAccountSettings(
|
|
574
|
+
args: GetAccountSettingsCommandInput,
|
|
575
|
+
options: __HttpHandlerOptions,
|
|
576
|
+
cb: (err: any, data?: GetAccountSettingsCommandOutput) => void
|
|
577
|
+
): void;
|
|
578
|
+
|
|
579
|
+
getDevice(
|
|
580
|
+
args: GetDeviceCommandInput,
|
|
581
|
+
options?: __HttpHandlerOptions
|
|
582
|
+
): Promise<GetDeviceCommandOutput>;
|
|
583
|
+
getDevice(
|
|
584
|
+
args: GetDeviceCommandInput,
|
|
585
|
+
cb: (err: any, data?: GetDeviceCommandOutput) => void
|
|
586
|
+
): void;
|
|
587
|
+
getDevice(
|
|
588
|
+
args: GetDeviceCommandInput,
|
|
589
|
+
options: __HttpHandlerOptions,
|
|
590
|
+
cb: (err: any, data?: GetDeviceCommandOutput) => void
|
|
591
|
+
): void;
|
|
592
|
+
|
|
593
|
+
getDeviceInstance(
|
|
594
|
+
args: GetDeviceInstanceCommandInput,
|
|
595
|
+
options?: __HttpHandlerOptions
|
|
596
|
+
): Promise<GetDeviceInstanceCommandOutput>;
|
|
597
|
+
getDeviceInstance(
|
|
598
|
+
args: GetDeviceInstanceCommandInput,
|
|
599
|
+
cb: (err: any, data?: GetDeviceInstanceCommandOutput) => void
|
|
600
|
+
): void;
|
|
601
|
+
getDeviceInstance(
|
|
602
|
+
args: GetDeviceInstanceCommandInput,
|
|
603
|
+
options: __HttpHandlerOptions,
|
|
604
|
+
cb: (err: any, data?: GetDeviceInstanceCommandOutput) => void
|
|
605
|
+
): void;
|
|
606
|
+
|
|
607
|
+
getDevicePool(
|
|
608
|
+
args: GetDevicePoolCommandInput,
|
|
609
|
+
options?: __HttpHandlerOptions
|
|
610
|
+
): Promise<GetDevicePoolCommandOutput>;
|
|
611
|
+
getDevicePool(
|
|
612
|
+
args: GetDevicePoolCommandInput,
|
|
613
|
+
cb: (err: any, data?: GetDevicePoolCommandOutput) => void
|
|
614
|
+
): void;
|
|
615
|
+
getDevicePool(
|
|
616
|
+
args: GetDevicePoolCommandInput,
|
|
617
|
+
options: __HttpHandlerOptions,
|
|
618
|
+
cb: (err: any, data?: GetDevicePoolCommandOutput) => void
|
|
619
|
+
): void;
|
|
620
|
+
|
|
621
|
+
getDevicePoolCompatibility(
|
|
622
|
+
args: GetDevicePoolCompatibilityCommandInput,
|
|
623
|
+
options?: __HttpHandlerOptions
|
|
624
|
+
): Promise<GetDevicePoolCompatibilityCommandOutput>;
|
|
625
|
+
getDevicePoolCompatibility(
|
|
626
|
+
args: GetDevicePoolCompatibilityCommandInput,
|
|
627
|
+
cb: (err: any, data?: GetDevicePoolCompatibilityCommandOutput) => void
|
|
628
|
+
): void;
|
|
629
|
+
getDevicePoolCompatibility(
|
|
630
|
+
args: GetDevicePoolCompatibilityCommandInput,
|
|
631
|
+
options: __HttpHandlerOptions,
|
|
632
|
+
cb: (err: any, data?: GetDevicePoolCompatibilityCommandOutput) => void
|
|
633
|
+
): void;
|
|
634
|
+
|
|
635
|
+
getInstanceProfile(
|
|
636
|
+
args: GetInstanceProfileCommandInput,
|
|
637
|
+
options?: __HttpHandlerOptions
|
|
638
|
+
): Promise<GetInstanceProfileCommandOutput>;
|
|
639
|
+
getInstanceProfile(
|
|
640
|
+
args: GetInstanceProfileCommandInput,
|
|
641
|
+
cb: (err: any, data?: GetInstanceProfileCommandOutput) => void
|
|
642
|
+
): void;
|
|
643
|
+
getInstanceProfile(
|
|
644
|
+
args: GetInstanceProfileCommandInput,
|
|
645
|
+
options: __HttpHandlerOptions,
|
|
646
|
+
cb: (err: any, data?: GetInstanceProfileCommandOutput) => void
|
|
647
|
+
): void;
|
|
648
|
+
|
|
649
|
+
getJob(
|
|
650
|
+
args: GetJobCommandInput,
|
|
651
|
+
options?: __HttpHandlerOptions
|
|
652
|
+
): Promise<GetJobCommandOutput>;
|
|
653
|
+
getJob(
|
|
654
|
+
args: GetJobCommandInput,
|
|
655
|
+
cb: (err: any, data?: GetJobCommandOutput) => void
|
|
656
|
+
): void;
|
|
657
|
+
getJob(
|
|
658
|
+
args: GetJobCommandInput,
|
|
659
|
+
options: __HttpHandlerOptions,
|
|
660
|
+
cb: (err: any, data?: GetJobCommandOutput) => void
|
|
661
|
+
): void;
|
|
662
|
+
|
|
663
|
+
getNetworkProfile(
|
|
664
|
+
args: GetNetworkProfileCommandInput,
|
|
665
|
+
options?: __HttpHandlerOptions
|
|
666
|
+
): Promise<GetNetworkProfileCommandOutput>;
|
|
667
|
+
getNetworkProfile(
|
|
668
|
+
args: GetNetworkProfileCommandInput,
|
|
669
|
+
cb: (err: any, data?: GetNetworkProfileCommandOutput) => void
|
|
670
|
+
): void;
|
|
671
|
+
getNetworkProfile(
|
|
672
|
+
args: GetNetworkProfileCommandInput,
|
|
673
|
+
options: __HttpHandlerOptions,
|
|
674
|
+
cb: (err: any, data?: GetNetworkProfileCommandOutput) => void
|
|
675
|
+
): void;
|
|
676
|
+
|
|
677
|
+
getOfferingStatus(
|
|
678
|
+
args: GetOfferingStatusCommandInput,
|
|
679
|
+
options?: __HttpHandlerOptions
|
|
680
|
+
): Promise<GetOfferingStatusCommandOutput>;
|
|
681
|
+
getOfferingStatus(
|
|
682
|
+
args: GetOfferingStatusCommandInput,
|
|
683
|
+
cb: (err: any, data?: GetOfferingStatusCommandOutput) => void
|
|
684
|
+
): void;
|
|
685
|
+
getOfferingStatus(
|
|
686
|
+
args: GetOfferingStatusCommandInput,
|
|
687
|
+
options: __HttpHandlerOptions,
|
|
688
|
+
cb: (err: any, data?: GetOfferingStatusCommandOutput) => void
|
|
689
|
+
): void;
|
|
690
|
+
|
|
691
|
+
getProject(
|
|
692
|
+
args: GetProjectCommandInput,
|
|
693
|
+
options?: __HttpHandlerOptions
|
|
694
|
+
): Promise<GetProjectCommandOutput>;
|
|
695
|
+
getProject(
|
|
696
|
+
args: GetProjectCommandInput,
|
|
697
|
+
cb: (err: any, data?: GetProjectCommandOutput) => void
|
|
698
|
+
): void;
|
|
699
|
+
getProject(
|
|
700
|
+
args: GetProjectCommandInput,
|
|
701
|
+
options: __HttpHandlerOptions,
|
|
702
|
+
cb: (err: any, data?: GetProjectCommandOutput) => void
|
|
703
|
+
): void;
|
|
704
|
+
|
|
705
|
+
getRemoteAccessSession(
|
|
706
|
+
args: GetRemoteAccessSessionCommandInput,
|
|
707
|
+
options?: __HttpHandlerOptions
|
|
708
|
+
): Promise<GetRemoteAccessSessionCommandOutput>;
|
|
709
|
+
getRemoteAccessSession(
|
|
710
|
+
args: GetRemoteAccessSessionCommandInput,
|
|
711
|
+
cb: (err: any, data?: GetRemoteAccessSessionCommandOutput) => void
|
|
712
|
+
): void;
|
|
713
|
+
getRemoteAccessSession(
|
|
714
|
+
args: GetRemoteAccessSessionCommandInput,
|
|
715
|
+
options: __HttpHandlerOptions,
|
|
716
|
+
cb: (err: any, data?: GetRemoteAccessSessionCommandOutput) => void
|
|
717
|
+
): void;
|
|
718
|
+
|
|
719
|
+
getRun(
|
|
720
|
+
args: GetRunCommandInput,
|
|
721
|
+
options?: __HttpHandlerOptions
|
|
722
|
+
): Promise<GetRunCommandOutput>;
|
|
723
|
+
getRun(
|
|
724
|
+
args: GetRunCommandInput,
|
|
725
|
+
cb: (err: any, data?: GetRunCommandOutput) => void
|
|
726
|
+
): void;
|
|
727
|
+
getRun(
|
|
728
|
+
args: GetRunCommandInput,
|
|
729
|
+
options: __HttpHandlerOptions,
|
|
730
|
+
cb: (err: any, data?: GetRunCommandOutput) => void
|
|
731
|
+
): void;
|
|
732
|
+
|
|
733
|
+
getSuite(
|
|
734
|
+
args: GetSuiteCommandInput,
|
|
735
|
+
options?: __HttpHandlerOptions
|
|
736
|
+
): Promise<GetSuiteCommandOutput>;
|
|
737
|
+
getSuite(
|
|
738
|
+
args: GetSuiteCommandInput,
|
|
739
|
+
cb: (err: any, data?: GetSuiteCommandOutput) => void
|
|
740
|
+
): void;
|
|
741
|
+
getSuite(
|
|
742
|
+
args: GetSuiteCommandInput,
|
|
743
|
+
options: __HttpHandlerOptions,
|
|
744
|
+
cb: (err: any, data?: GetSuiteCommandOutput) => void
|
|
745
|
+
): void;
|
|
746
|
+
|
|
747
|
+
getTest(
|
|
748
|
+
args: GetTestCommandInput,
|
|
749
|
+
options?: __HttpHandlerOptions
|
|
750
|
+
): Promise<GetTestCommandOutput>;
|
|
751
|
+
getTest(
|
|
752
|
+
args: GetTestCommandInput,
|
|
753
|
+
cb: (err: any, data?: GetTestCommandOutput) => void
|
|
754
|
+
): void;
|
|
755
|
+
getTest(
|
|
756
|
+
args: GetTestCommandInput,
|
|
757
|
+
options: __HttpHandlerOptions,
|
|
758
|
+
cb: (err: any, data?: GetTestCommandOutput) => void
|
|
759
|
+
): void;
|
|
760
|
+
|
|
761
|
+
getTestGridProject(
|
|
762
|
+
args: GetTestGridProjectCommandInput,
|
|
763
|
+
options?: __HttpHandlerOptions
|
|
764
|
+
): Promise<GetTestGridProjectCommandOutput>;
|
|
765
|
+
getTestGridProject(
|
|
766
|
+
args: GetTestGridProjectCommandInput,
|
|
767
|
+
cb: (err: any, data?: GetTestGridProjectCommandOutput) => void
|
|
768
|
+
): void;
|
|
769
|
+
getTestGridProject(
|
|
770
|
+
args: GetTestGridProjectCommandInput,
|
|
771
|
+
options: __HttpHandlerOptions,
|
|
772
|
+
cb: (err: any, data?: GetTestGridProjectCommandOutput) => void
|
|
773
|
+
): void;
|
|
774
|
+
|
|
775
|
+
getTestGridSession(
|
|
776
|
+
args: GetTestGridSessionCommandInput,
|
|
777
|
+
options?: __HttpHandlerOptions
|
|
778
|
+
): Promise<GetTestGridSessionCommandOutput>;
|
|
779
|
+
getTestGridSession(
|
|
780
|
+
args: GetTestGridSessionCommandInput,
|
|
781
|
+
cb: (err: any, data?: GetTestGridSessionCommandOutput) => void
|
|
782
|
+
): void;
|
|
783
|
+
getTestGridSession(
|
|
784
|
+
args: GetTestGridSessionCommandInput,
|
|
785
|
+
options: __HttpHandlerOptions,
|
|
786
|
+
cb: (err: any, data?: GetTestGridSessionCommandOutput) => void
|
|
787
|
+
): void;
|
|
788
|
+
|
|
789
|
+
getUpload(
|
|
790
|
+
args: GetUploadCommandInput,
|
|
791
|
+
options?: __HttpHandlerOptions
|
|
792
|
+
): Promise<GetUploadCommandOutput>;
|
|
793
|
+
getUpload(
|
|
794
|
+
args: GetUploadCommandInput,
|
|
795
|
+
cb: (err: any, data?: GetUploadCommandOutput) => void
|
|
796
|
+
): void;
|
|
797
|
+
getUpload(
|
|
798
|
+
args: GetUploadCommandInput,
|
|
799
|
+
options: __HttpHandlerOptions,
|
|
800
|
+
cb: (err: any, data?: GetUploadCommandOutput) => void
|
|
801
|
+
): void;
|
|
802
|
+
|
|
803
|
+
getVPCEConfiguration(
|
|
804
|
+
args: GetVPCEConfigurationCommandInput,
|
|
805
|
+
options?: __HttpHandlerOptions
|
|
806
|
+
): Promise<GetVPCEConfigurationCommandOutput>;
|
|
807
|
+
getVPCEConfiguration(
|
|
808
|
+
args: GetVPCEConfigurationCommandInput,
|
|
809
|
+
cb: (err: any, data?: GetVPCEConfigurationCommandOutput) => void
|
|
810
|
+
): void;
|
|
811
|
+
getVPCEConfiguration(
|
|
812
|
+
args: GetVPCEConfigurationCommandInput,
|
|
813
|
+
options: __HttpHandlerOptions,
|
|
814
|
+
cb: (err: any, data?: GetVPCEConfigurationCommandOutput) => void
|
|
815
|
+
): void;
|
|
816
|
+
|
|
817
|
+
installToRemoteAccessSession(
|
|
818
|
+
args: InstallToRemoteAccessSessionCommandInput,
|
|
819
|
+
options?: __HttpHandlerOptions
|
|
820
|
+
): Promise<InstallToRemoteAccessSessionCommandOutput>;
|
|
821
|
+
installToRemoteAccessSession(
|
|
822
|
+
args: InstallToRemoteAccessSessionCommandInput,
|
|
823
|
+
cb: (err: any, data?: InstallToRemoteAccessSessionCommandOutput) => void
|
|
824
|
+
): void;
|
|
825
|
+
installToRemoteAccessSession(
|
|
826
|
+
args: InstallToRemoteAccessSessionCommandInput,
|
|
827
|
+
options: __HttpHandlerOptions,
|
|
828
|
+
cb: (err: any, data?: InstallToRemoteAccessSessionCommandOutput) => void
|
|
829
|
+
): void;
|
|
830
|
+
|
|
831
|
+
listArtifacts(
|
|
832
|
+
args: ListArtifactsCommandInput,
|
|
833
|
+
options?: __HttpHandlerOptions
|
|
834
|
+
): Promise<ListArtifactsCommandOutput>;
|
|
835
|
+
listArtifacts(
|
|
836
|
+
args: ListArtifactsCommandInput,
|
|
837
|
+
cb: (err: any, data?: ListArtifactsCommandOutput) => void
|
|
838
|
+
): void;
|
|
839
|
+
listArtifacts(
|
|
840
|
+
args: ListArtifactsCommandInput,
|
|
841
|
+
options: __HttpHandlerOptions,
|
|
842
|
+
cb: (err: any, data?: ListArtifactsCommandOutput) => void
|
|
843
|
+
): void;
|
|
844
|
+
|
|
845
|
+
listDeviceInstances(
|
|
846
|
+
args: ListDeviceInstancesCommandInput,
|
|
847
|
+
options?: __HttpHandlerOptions
|
|
848
|
+
): Promise<ListDeviceInstancesCommandOutput>;
|
|
849
|
+
listDeviceInstances(
|
|
850
|
+
args: ListDeviceInstancesCommandInput,
|
|
851
|
+
cb: (err: any, data?: ListDeviceInstancesCommandOutput) => void
|
|
852
|
+
): void;
|
|
853
|
+
listDeviceInstances(
|
|
854
|
+
args: ListDeviceInstancesCommandInput,
|
|
855
|
+
options: __HttpHandlerOptions,
|
|
856
|
+
cb: (err: any, data?: ListDeviceInstancesCommandOutput) => void
|
|
857
|
+
): void;
|
|
858
|
+
|
|
859
|
+
listDevicePools(
|
|
860
|
+
args: ListDevicePoolsCommandInput,
|
|
861
|
+
options?: __HttpHandlerOptions
|
|
862
|
+
): Promise<ListDevicePoolsCommandOutput>;
|
|
863
|
+
listDevicePools(
|
|
864
|
+
args: ListDevicePoolsCommandInput,
|
|
865
|
+
cb: (err: any, data?: ListDevicePoolsCommandOutput) => void
|
|
866
|
+
): void;
|
|
867
|
+
listDevicePools(
|
|
868
|
+
args: ListDevicePoolsCommandInput,
|
|
869
|
+
options: __HttpHandlerOptions,
|
|
870
|
+
cb: (err: any, data?: ListDevicePoolsCommandOutput) => void
|
|
871
|
+
): void;
|
|
872
|
+
|
|
873
|
+
listDevices(
|
|
874
|
+
args: ListDevicesCommandInput,
|
|
875
|
+
options?: __HttpHandlerOptions
|
|
876
|
+
): Promise<ListDevicesCommandOutput>;
|
|
877
|
+
listDevices(
|
|
878
|
+
args: ListDevicesCommandInput,
|
|
879
|
+
cb: (err: any, data?: ListDevicesCommandOutput) => void
|
|
880
|
+
): void;
|
|
881
|
+
listDevices(
|
|
882
|
+
args: ListDevicesCommandInput,
|
|
883
|
+
options: __HttpHandlerOptions,
|
|
884
|
+
cb: (err: any, data?: ListDevicesCommandOutput) => void
|
|
885
|
+
): void;
|
|
886
|
+
|
|
887
|
+
listInstanceProfiles(
|
|
888
|
+
args: ListInstanceProfilesCommandInput,
|
|
889
|
+
options?: __HttpHandlerOptions
|
|
890
|
+
): Promise<ListInstanceProfilesCommandOutput>;
|
|
891
|
+
listInstanceProfiles(
|
|
892
|
+
args: ListInstanceProfilesCommandInput,
|
|
893
|
+
cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void
|
|
894
|
+
): void;
|
|
895
|
+
listInstanceProfiles(
|
|
896
|
+
args: ListInstanceProfilesCommandInput,
|
|
897
|
+
options: __HttpHandlerOptions,
|
|
898
|
+
cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void
|
|
899
|
+
): void;
|
|
900
|
+
|
|
901
|
+
listJobs(
|
|
902
|
+
args: ListJobsCommandInput,
|
|
903
|
+
options?: __HttpHandlerOptions
|
|
904
|
+
): Promise<ListJobsCommandOutput>;
|
|
905
|
+
listJobs(
|
|
906
|
+
args: ListJobsCommandInput,
|
|
907
|
+
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
908
|
+
): void;
|
|
909
|
+
listJobs(
|
|
910
|
+
args: ListJobsCommandInput,
|
|
911
|
+
options: __HttpHandlerOptions,
|
|
912
|
+
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
913
|
+
): void;
|
|
914
|
+
|
|
915
|
+
listNetworkProfiles(
|
|
916
|
+
args: ListNetworkProfilesCommandInput,
|
|
917
|
+
options?: __HttpHandlerOptions
|
|
918
|
+
): Promise<ListNetworkProfilesCommandOutput>;
|
|
919
|
+
listNetworkProfiles(
|
|
920
|
+
args: ListNetworkProfilesCommandInput,
|
|
921
|
+
cb: (err: any, data?: ListNetworkProfilesCommandOutput) => void
|
|
922
|
+
): void;
|
|
923
|
+
listNetworkProfiles(
|
|
924
|
+
args: ListNetworkProfilesCommandInput,
|
|
925
|
+
options: __HttpHandlerOptions,
|
|
926
|
+
cb: (err: any, data?: ListNetworkProfilesCommandOutput) => void
|
|
927
|
+
): void;
|
|
928
|
+
|
|
929
|
+
listOfferingPromotions(
|
|
930
|
+
args: ListOfferingPromotionsCommandInput,
|
|
931
|
+
options?: __HttpHandlerOptions
|
|
932
|
+
): Promise<ListOfferingPromotionsCommandOutput>;
|
|
933
|
+
listOfferingPromotions(
|
|
934
|
+
args: ListOfferingPromotionsCommandInput,
|
|
935
|
+
cb: (err: any, data?: ListOfferingPromotionsCommandOutput) => void
|
|
936
|
+
): void;
|
|
937
|
+
listOfferingPromotions(
|
|
938
|
+
args: ListOfferingPromotionsCommandInput,
|
|
939
|
+
options: __HttpHandlerOptions,
|
|
940
|
+
cb: (err: any, data?: ListOfferingPromotionsCommandOutput) => void
|
|
941
|
+
): void;
|
|
942
|
+
|
|
943
|
+
listOfferings(
|
|
944
|
+
args: ListOfferingsCommandInput,
|
|
945
|
+
options?: __HttpHandlerOptions
|
|
946
|
+
): Promise<ListOfferingsCommandOutput>;
|
|
947
|
+
listOfferings(
|
|
948
|
+
args: ListOfferingsCommandInput,
|
|
949
|
+
cb: (err: any, data?: ListOfferingsCommandOutput) => void
|
|
950
|
+
): void;
|
|
951
|
+
listOfferings(
|
|
952
|
+
args: ListOfferingsCommandInput,
|
|
953
|
+
options: __HttpHandlerOptions,
|
|
954
|
+
cb: (err: any, data?: ListOfferingsCommandOutput) => void
|
|
955
|
+
): void;
|
|
956
|
+
|
|
957
|
+
listOfferingTransactions(
|
|
958
|
+
args: ListOfferingTransactionsCommandInput,
|
|
959
|
+
options?: __HttpHandlerOptions
|
|
960
|
+
): Promise<ListOfferingTransactionsCommandOutput>;
|
|
961
|
+
listOfferingTransactions(
|
|
962
|
+
args: ListOfferingTransactionsCommandInput,
|
|
963
|
+
cb: (err: any, data?: ListOfferingTransactionsCommandOutput) => void
|
|
964
|
+
): void;
|
|
965
|
+
listOfferingTransactions(
|
|
966
|
+
args: ListOfferingTransactionsCommandInput,
|
|
967
|
+
options: __HttpHandlerOptions,
|
|
968
|
+
cb: (err: any, data?: ListOfferingTransactionsCommandOutput) => void
|
|
969
|
+
): void;
|
|
970
|
+
|
|
971
|
+
listProjects(
|
|
972
|
+
args: ListProjectsCommandInput,
|
|
973
|
+
options?: __HttpHandlerOptions
|
|
974
|
+
): Promise<ListProjectsCommandOutput>;
|
|
975
|
+
listProjects(
|
|
976
|
+
args: ListProjectsCommandInput,
|
|
977
|
+
cb: (err: any, data?: ListProjectsCommandOutput) => void
|
|
978
|
+
): void;
|
|
979
|
+
listProjects(
|
|
980
|
+
args: ListProjectsCommandInput,
|
|
981
|
+
options: __HttpHandlerOptions,
|
|
982
|
+
cb: (err: any, data?: ListProjectsCommandOutput) => void
|
|
983
|
+
): void;
|
|
984
|
+
|
|
985
|
+
listRemoteAccessSessions(
|
|
986
|
+
args: ListRemoteAccessSessionsCommandInput,
|
|
987
|
+
options?: __HttpHandlerOptions
|
|
988
|
+
): Promise<ListRemoteAccessSessionsCommandOutput>;
|
|
989
|
+
listRemoteAccessSessions(
|
|
990
|
+
args: ListRemoteAccessSessionsCommandInput,
|
|
991
|
+
cb: (err: any, data?: ListRemoteAccessSessionsCommandOutput) => void
|
|
992
|
+
): void;
|
|
993
|
+
listRemoteAccessSessions(
|
|
994
|
+
args: ListRemoteAccessSessionsCommandInput,
|
|
995
|
+
options: __HttpHandlerOptions,
|
|
996
|
+
cb: (err: any, data?: ListRemoteAccessSessionsCommandOutput) => void
|
|
997
|
+
): void;
|
|
998
|
+
|
|
999
|
+
listRuns(
|
|
1000
|
+
args: ListRunsCommandInput,
|
|
1001
|
+
options?: __HttpHandlerOptions
|
|
1002
|
+
): Promise<ListRunsCommandOutput>;
|
|
1003
|
+
listRuns(
|
|
1004
|
+
args: ListRunsCommandInput,
|
|
1005
|
+
cb: (err: any, data?: ListRunsCommandOutput) => void
|
|
1006
|
+
): void;
|
|
1007
|
+
listRuns(
|
|
1008
|
+
args: ListRunsCommandInput,
|
|
1009
|
+
options: __HttpHandlerOptions,
|
|
1010
|
+
cb: (err: any, data?: ListRunsCommandOutput) => void
|
|
1011
|
+
): void;
|
|
1012
|
+
|
|
1013
|
+
listSamples(
|
|
1014
|
+
args: ListSamplesCommandInput,
|
|
1015
|
+
options?: __HttpHandlerOptions
|
|
1016
|
+
): Promise<ListSamplesCommandOutput>;
|
|
1017
|
+
listSamples(
|
|
1018
|
+
args: ListSamplesCommandInput,
|
|
1019
|
+
cb: (err: any, data?: ListSamplesCommandOutput) => void
|
|
1020
|
+
): void;
|
|
1021
|
+
listSamples(
|
|
1022
|
+
args: ListSamplesCommandInput,
|
|
1023
|
+
options: __HttpHandlerOptions,
|
|
1024
|
+
cb: (err: any, data?: ListSamplesCommandOutput) => void
|
|
1025
|
+
): void;
|
|
1026
|
+
|
|
1027
|
+
listSuites(
|
|
1028
|
+
args: ListSuitesCommandInput,
|
|
1029
|
+
options?: __HttpHandlerOptions
|
|
1030
|
+
): Promise<ListSuitesCommandOutput>;
|
|
1031
|
+
listSuites(
|
|
1032
|
+
args: ListSuitesCommandInput,
|
|
1033
|
+
cb: (err: any, data?: ListSuitesCommandOutput) => void
|
|
1034
|
+
): void;
|
|
1035
|
+
listSuites(
|
|
1036
|
+
args: ListSuitesCommandInput,
|
|
1037
|
+
options: __HttpHandlerOptions,
|
|
1038
|
+
cb: (err: any, data?: ListSuitesCommandOutput) => void
|
|
1039
|
+
): void;
|
|
1040
|
+
|
|
1041
|
+
listTagsForResource(
|
|
1042
|
+
args: ListTagsForResourceCommandInput,
|
|
1043
|
+
options?: __HttpHandlerOptions
|
|
1044
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
1045
|
+
listTagsForResource(
|
|
1046
|
+
args: ListTagsForResourceCommandInput,
|
|
1047
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1048
|
+
): void;
|
|
1049
|
+
listTagsForResource(
|
|
1050
|
+
args: ListTagsForResourceCommandInput,
|
|
1051
|
+
options: __HttpHandlerOptions,
|
|
1052
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1053
|
+
): void;
|
|
1054
|
+
|
|
1055
|
+
listTestGridProjects(
|
|
1056
|
+
args: ListTestGridProjectsCommandInput,
|
|
1057
|
+
options?: __HttpHandlerOptions
|
|
1058
|
+
): Promise<ListTestGridProjectsCommandOutput>;
|
|
1059
|
+
listTestGridProjects(
|
|
1060
|
+
args: ListTestGridProjectsCommandInput,
|
|
1061
|
+
cb: (err: any, data?: ListTestGridProjectsCommandOutput) => void
|
|
1062
|
+
): void;
|
|
1063
|
+
listTestGridProjects(
|
|
1064
|
+
args: ListTestGridProjectsCommandInput,
|
|
1065
|
+
options: __HttpHandlerOptions,
|
|
1066
|
+
cb: (err: any, data?: ListTestGridProjectsCommandOutput) => void
|
|
1067
|
+
): void;
|
|
1068
|
+
|
|
1069
|
+
listTestGridSessionActions(
|
|
1070
|
+
args: ListTestGridSessionActionsCommandInput,
|
|
1071
|
+
options?: __HttpHandlerOptions
|
|
1072
|
+
): Promise<ListTestGridSessionActionsCommandOutput>;
|
|
1073
|
+
listTestGridSessionActions(
|
|
1074
|
+
args: ListTestGridSessionActionsCommandInput,
|
|
1075
|
+
cb: (err: any, data?: ListTestGridSessionActionsCommandOutput) => void
|
|
1076
|
+
): void;
|
|
1077
|
+
listTestGridSessionActions(
|
|
1078
|
+
args: ListTestGridSessionActionsCommandInput,
|
|
1079
|
+
options: __HttpHandlerOptions,
|
|
1080
|
+
cb: (err: any, data?: ListTestGridSessionActionsCommandOutput) => void
|
|
1081
|
+
): void;
|
|
1082
|
+
|
|
1083
|
+
listTestGridSessionArtifacts(
|
|
1084
|
+
args: ListTestGridSessionArtifactsCommandInput,
|
|
1085
|
+
options?: __HttpHandlerOptions
|
|
1086
|
+
): Promise<ListTestGridSessionArtifactsCommandOutput>;
|
|
1087
|
+
listTestGridSessionArtifacts(
|
|
1088
|
+
args: ListTestGridSessionArtifactsCommandInput,
|
|
1089
|
+
cb: (err: any, data?: ListTestGridSessionArtifactsCommandOutput) => void
|
|
1090
|
+
): void;
|
|
1091
|
+
listTestGridSessionArtifacts(
|
|
1092
|
+
args: ListTestGridSessionArtifactsCommandInput,
|
|
1093
|
+
options: __HttpHandlerOptions,
|
|
1094
|
+
cb: (err: any, data?: ListTestGridSessionArtifactsCommandOutput) => void
|
|
1095
|
+
): void;
|
|
1096
|
+
|
|
1097
|
+
listTestGridSessions(
|
|
1098
|
+
args: ListTestGridSessionsCommandInput,
|
|
1099
|
+
options?: __HttpHandlerOptions
|
|
1100
|
+
): Promise<ListTestGridSessionsCommandOutput>;
|
|
1101
|
+
listTestGridSessions(
|
|
1102
|
+
args: ListTestGridSessionsCommandInput,
|
|
1103
|
+
cb: (err: any, data?: ListTestGridSessionsCommandOutput) => void
|
|
1104
|
+
): void;
|
|
1105
|
+
listTestGridSessions(
|
|
1106
|
+
args: ListTestGridSessionsCommandInput,
|
|
1107
|
+
options: __HttpHandlerOptions,
|
|
1108
|
+
cb: (err: any, data?: ListTestGridSessionsCommandOutput) => void
|
|
1109
|
+
): void;
|
|
1110
|
+
|
|
1111
|
+
listTests(
|
|
1112
|
+
args: ListTestsCommandInput,
|
|
1113
|
+
options?: __HttpHandlerOptions
|
|
1114
|
+
): Promise<ListTestsCommandOutput>;
|
|
1115
|
+
listTests(
|
|
1116
|
+
args: ListTestsCommandInput,
|
|
1117
|
+
cb: (err: any, data?: ListTestsCommandOutput) => void
|
|
1118
|
+
): void;
|
|
1119
|
+
listTests(
|
|
1120
|
+
args: ListTestsCommandInput,
|
|
1121
|
+
options: __HttpHandlerOptions,
|
|
1122
|
+
cb: (err: any, data?: ListTestsCommandOutput) => void
|
|
1123
|
+
): void;
|
|
1124
|
+
|
|
1125
|
+
listUniqueProblems(
|
|
1126
|
+
args: ListUniqueProblemsCommandInput,
|
|
1127
|
+
options?: __HttpHandlerOptions
|
|
1128
|
+
): Promise<ListUniqueProblemsCommandOutput>;
|
|
1129
|
+
listUniqueProblems(
|
|
1130
|
+
args: ListUniqueProblemsCommandInput,
|
|
1131
|
+
cb: (err: any, data?: ListUniqueProblemsCommandOutput) => void
|
|
1132
|
+
): void;
|
|
1133
|
+
listUniqueProblems(
|
|
1134
|
+
args: ListUniqueProblemsCommandInput,
|
|
1135
|
+
options: __HttpHandlerOptions,
|
|
1136
|
+
cb: (err: any, data?: ListUniqueProblemsCommandOutput) => void
|
|
1137
|
+
): void;
|
|
1138
|
+
|
|
1139
|
+
listUploads(
|
|
1140
|
+
args: ListUploadsCommandInput,
|
|
1141
|
+
options?: __HttpHandlerOptions
|
|
1142
|
+
): Promise<ListUploadsCommandOutput>;
|
|
1143
|
+
listUploads(
|
|
1144
|
+
args: ListUploadsCommandInput,
|
|
1145
|
+
cb: (err: any, data?: ListUploadsCommandOutput) => void
|
|
1146
|
+
): void;
|
|
1147
|
+
listUploads(
|
|
1148
|
+
args: ListUploadsCommandInput,
|
|
1149
|
+
options: __HttpHandlerOptions,
|
|
1150
|
+
cb: (err: any, data?: ListUploadsCommandOutput) => void
|
|
1151
|
+
): void;
|
|
1152
|
+
|
|
1153
|
+
listVPCEConfigurations(
|
|
1154
|
+
args: ListVPCEConfigurationsCommandInput,
|
|
1155
|
+
options?: __HttpHandlerOptions
|
|
1156
|
+
): Promise<ListVPCEConfigurationsCommandOutput>;
|
|
1157
|
+
listVPCEConfigurations(
|
|
1158
|
+
args: ListVPCEConfigurationsCommandInput,
|
|
1159
|
+
cb: (err: any, data?: ListVPCEConfigurationsCommandOutput) => void
|
|
1160
|
+
): void;
|
|
1161
|
+
listVPCEConfigurations(
|
|
1162
|
+
args: ListVPCEConfigurationsCommandInput,
|
|
1163
|
+
options: __HttpHandlerOptions,
|
|
1164
|
+
cb: (err: any, data?: ListVPCEConfigurationsCommandOutput) => void
|
|
1165
|
+
): void;
|
|
1166
|
+
|
|
1167
|
+
purchaseOffering(
|
|
1168
|
+
args: PurchaseOfferingCommandInput,
|
|
1169
|
+
options?: __HttpHandlerOptions
|
|
1170
|
+
): Promise<PurchaseOfferingCommandOutput>;
|
|
1171
|
+
purchaseOffering(
|
|
1172
|
+
args: PurchaseOfferingCommandInput,
|
|
1173
|
+
cb: (err: any, data?: PurchaseOfferingCommandOutput) => void
|
|
1174
|
+
): void;
|
|
1175
|
+
purchaseOffering(
|
|
1176
|
+
args: PurchaseOfferingCommandInput,
|
|
1177
|
+
options: __HttpHandlerOptions,
|
|
1178
|
+
cb: (err: any, data?: PurchaseOfferingCommandOutput) => void
|
|
1179
|
+
): void;
|
|
1180
|
+
|
|
1181
|
+
renewOffering(
|
|
1182
|
+
args: RenewOfferingCommandInput,
|
|
1183
|
+
options?: __HttpHandlerOptions
|
|
1184
|
+
): Promise<RenewOfferingCommandOutput>;
|
|
1185
|
+
renewOffering(
|
|
1186
|
+
args: RenewOfferingCommandInput,
|
|
1187
|
+
cb: (err: any, data?: RenewOfferingCommandOutput) => void
|
|
1188
|
+
): void;
|
|
1189
|
+
renewOffering(
|
|
1190
|
+
args: RenewOfferingCommandInput,
|
|
1191
|
+
options: __HttpHandlerOptions,
|
|
1192
|
+
cb: (err: any, data?: RenewOfferingCommandOutput) => void
|
|
1193
|
+
): void;
|
|
1194
|
+
|
|
1195
|
+
scheduleRun(
|
|
1196
|
+
args: ScheduleRunCommandInput,
|
|
1197
|
+
options?: __HttpHandlerOptions
|
|
1198
|
+
): Promise<ScheduleRunCommandOutput>;
|
|
1199
|
+
scheduleRun(
|
|
1200
|
+
args: ScheduleRunCommandInput,
|
|
1201
|
+
cb: (err: any, data?: ScheduleRunCommandOutput) => void
|
|
1202
|
+
): void;
|
|
1203
|
+
scheduleRun(
|
|
1204
|
+
args: ScheduleRunCommandInput,
|
|
1205
|
+
options: __HttpHandlerOptions,
|
|
1206
|
+
cb: (err: any, data?: ScheduleRunCommandOutput) => void
|
|
1207
|
+
): void;
|
|
1208
|
+
|
|
1209
|
+
stopJob(
|
|
1210
|
+
args: StopJobCommandInput,
|
|
1211
|
+
options?: __HttpHandlerOptions
|
|
1212
|
+
): Promise<StopJobCommandOutput>;
|
|
1213
|
+
stopJob(
|
|
1214
|
+
args: StopJobCommandInput,
|
|
1215
|
+
cb: (err: any, data?: StopJobCommandOutput) => void
|
|
1216
|
+
): void;
|
|
1217
|
+
stopJob(
|
|
1218
|
+
args: StopJobCommandInput,
|
|
1219
|
+
options: __HttpHandlerOptions,
|
|
1220
|
+
cb: (err: any, data?: StopJobCommandOutput) => void
|
|
1221
|
+
): void;
|
|
1222
|
+
|
|
1223
|
+
stopRemoteAccessSession(
|
|
1224
|
+
args: StopRemoteAccessSessionCommandInput,
|
|
1225
|
+
options?: __HttpHandlerOptions
|
|
1226
|
+
): Promise<StopRemoteAccessSessionCommandOutput>;
|
|
1227
|
+
stopRemoteAccessSession(
|
|
1228
|
+
args: StopRemoteAccessSessionCommandInput,
|
|
1229
|
+
cb: (err: any, data?: StopRemoteAccessSessionCommandOutput) => void
|
|
1230
|
+
): void;
|
|
1231
|
+
stopRemoteAccessSession(
|
|
1232
|
+
args: StopRemoteAccessSessionCommandInput,
|
|
1233
|
+
options: __HttpHandlerOptions,
|
|
1234
|
+
cb: (err: any, data?: StopRemoteAccessSessionCommandOutput) => void
|
|
1235
|
+
): void;
|
|
1236
|
+
|
|
1237
|
+
stopRun(
|
|
1238
|
+
args: StopRunCommandInput,
|
|
1239
|
+
options?: __HttpHandlerOptions
|
|
1240
|
+
): Promise<StopRunCommandOutput>;
|
|
1241
|
+
stopRun(
|
|
1242
|
+
args: StopRunCommandInput,
|
|
1243
|
+
cb: (err: any, data?: StopRunCommandOutput) => void
|
|
1244
|
+
): void;
|
|
1245
|
+
stopRun(
|
|
1246
|
+
args: StopRunCommandInput,
|
|
1247
|
+
options: __HttpHandlerOptions,
|
|
1248
|
+
cb: (err: any, data?: StopRunCommandOutput) => void
|
|
1249
|
+
): void;
|
|
1250
|
+
|
|
1251
|
+
tagResource(
|
|
1252
|
+
args: TagResourceCommandInput,
|
|
1253
|
+
options?: __HttpHandlerOptions
|
|
1254
|
+
): Promise<TagResourceCommandOutput>;
|
|
1255
|
+
tagResource(
|
|
1256
|
+
args: TagResourceCommandInput,
|
|
1257
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1258
|
+
): void;
|
|
1259
|
+
tagResource(
|
|
1260
|
+
args: TagResourceCommandInput,
|
|
1261
|
+
options: __HttpHandlerOptions,
|
|
1262
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
1263
|
+
): void;
|
|
1264
|
+
|
|
1265
|
+
untagResource(
|
|
1266
|
+
args: UntagResourceCommandInput,
|
|
1267
|
+
options?: __HttpHandlerOptions
|
|
1268
|
+
): Promise<UntagResourceCommandOutput>;
|
|
1269
|
+
untagResource(
|
|
1270
|
+
args: UntagResourceCommandInput,
|
|
1271
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1272
|
+
): void;
|
|
1273
|
+
untagResource(
|
|
1274
|
+
args: UntagResourceCommandInput,
|
|
1275
|
+
options: __HttpHandlerOptions,
|
|
1276
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1277
|
+
): void;
|
|
1278
|
+
|
|
1279
|
+
updateDeviceInstance(
|
|
1280
|
+
args: UpdateDeviceInstanceCommandInput,
|
|
1281
|
+
options?: __HttpHandlerOptions
|
|
1282
|
+
): Promise<UpdateDeviceInstanceCommandOutput>;
|
|
1283
|
+
updateDeviceInstance(
|
|
1284
|
+
args: UpdateDeviceInstanceCommandInput,
|
|
1285
|
+
cb: (err: any, data?: UpdateDeviceInstanceCommandOutput) => void
|
|
1286
|
+
): void;
|
|
1287
|
+
updateDeviceInstance(
|
|
1288
|
+
args: UpdateDeviceInstanceCommandInput,
|
|
1289
|
+
options: __HttpHandlerOptions,
|
|
1290
|
+
cb: (err: any, data?: UpdateDeviceInstanceCommandOutput) => void
|
|
1291
|
+
): void;
|
|
1292
|
+
|
|
1293
|
+
updateDevicePool(
|
|
1294
|
+
args: UpdateDevicePoolCommandInput,
|
|
1295
|
+
options?: __HttpHandlerOptions
|
|
1296
|
+
): Promise<UpdateDevicePoolCommandOutput>;
|
|
1297
|
+
updateDevicePool(
|
|
1298
|
+
args: UpdateDevicePoolCommandInput,
|
|
1299
|
+
cb: (err: any, data?: UpdateDevicePoolCommandOutput) => void
|
|
1300
|
+
): void;
|
|
1301
|
+
updateDevicePool(
|
|
1302
|
+
args: UpdateDevicePoolCommandInput,
|
|
1303
|
+
options: __HttpHandlerOptions,
|
|
1304
|
+
cb: (err: any, data?: UpdateDevicePoolCommandOutput) => void
|
|
1305
|
+
): void;
|
|
1306
|
+
|
|
1307
|
+
updateInstanceProfile(
|
|
1308
|
+
args: UpdateInstanceProfileCommandInput,
|
|
1309
|
+
options?: __HttpHandlerOptions
|
|
1310
|
+
): Promise<UpdateInstanceProfileCommandOutput>;
|
|
1311
|
+
updateInstanceProfile(
|
|
1312
|
+
args: UpdateInstanceProfileCommandInput,
|
|
1313
|
+
cb: (err: any, data?: UpdateInstanceProfileCommandOutput) => void
|
|
1314
|
+
): void;
|
|
1315
|
+
updateInstanceProfile(
|
|
1316
|
+
args: UpdateInstanceProfileCommandInput,
|
|
1317
|
+
options: __HttpHandlerOptions,
|
|
1318
|
+
cb: (err: any, data?: UpdateInstanceProfileCommandOutput) => void
|
|
1319
|
+
): void;
|
|
1320
|
+
|
|
1321
|
+
updateNetworkProfile(
|
|
1322
|
+
args: UpdateNetworkProfileCommandInput,
|
|
1323
|
+
options?: __HttpHandlerOptions
|
|
1324
|
+
): Promise<UpdateNetworkProfileCommandOutput>;
|
|
1325
|
+
updateNetworkProfile(
|
|
1326
|
+
args: UpdateNetworkProfileCommandInput,
|
|
1327
|
+
cb: (err: any, data?: UpdateNetworkProfileCommandOutput) => void
|
|
1328
|
+
): void;
|
|
1329
|
+
updateNetworkProfile(
|
|
1330
|
+
args: UpdateNetworkProfileCommandInput,
|
|
1331
|
+
options: __HttpHandlerOptions,
|
|
1332
|
+
cb: (err: any, data?: UpdateNetworkProfileCommandOutput) => void
|
|
1333
|
+
): void;
|
|
1334
|
+
|
|
1335
|
+
updateProject(
|
|
1336
|
+
args: UpdateProjectCommandInput,
|
|
1337
|
+
options?: __HttpHandlerOptions
|
|
1338
|
+
): Promise<UpdateProjectCommandOutput>;
|
|
1339
|
+
updateProject(
|
|
1340
|
+
args: UpdateProjectCommandInput,
|
|
1341
|
+
cb: (err: any, data?: UpdateProjectCommandOutput) => void
|
|
1342
|
+
): void;
|
|
1343
|
+
updateProject(
|
|
1344
|
+
args: UpdateProjectCommandInput,
|
|
1345
|
+
options: __HttpHandlerOptions,
|
|
1346
|
+
cb: (err: any, data?: UpdateProjectCommandOutput) => void
|
|
1347
|
+
): void;
|
|
1348
|
+
|
|
1349
|
+
updateTestGridProject(
|
|
1350
|
+
args: UpdateTestGridProjectCommandInput,
|
|
1351
|
+
options?: __HttpHandlerOptions
|
|
1352
|
+
): Promise<UpdateTestGridProjectCommandOutput>;
|
|
1353
|
+
updateTestGridProject(
|
|
1354
|
+
args: UpdateTestGridProjectCommandInput,
|
|
1355
|
+
cb: (err: any, data?: UpdateTestGridProjectCommandOutput) => void
|
|
1356
|
+
): void;
|
|
1357
|
+
updateTestGridProject(
|
|
1358
|
+
args: UpdateTestGridProjectCommandInput,
|
|
1359
|
+
options: __HttpHandlerOptions,
|
|
1360
|
+
cb: (err: any, data?: UpdateTestGridProjectCommandOutput) => void
|
|
1361
|
+
): void;
|
|
1362
|
+
|
|
1363
|
+
updateUpload(
|
|
1364
|
+
args: UpdateUploadCommandInput,
|
|
1365
|
+
options?: __HttpHandlerOptions
|
|
1366
|
+
): Promise<UpdateUploadCommandOutput>;
|
|
1367
|
+
updateUpload(
|
|
1368
|
+
args: UpdateUploadCommandInput,
|
|
1369
|
+
cb: (err: any, data?: UpdateUploadCommandOutput) => void
|
|
1370
|
+
): void;
|
|
1371
|
+
updateUpload(
|
|
1372
|
+
args: UpdateUploadCommandInput,
|
|
1373
|
+
options: __HttpHandlerOptions,
|
|
1374
|
+
cb: (err: any, data?: UpdateUploadCommandOutput) => void
|
|
1375
|
+
): void;
|
|
1376
|
+
|
|
1377
|
+
updateVPCEConfiguration(
|
|
1378
|
+
args: UpdateVPCEConfigurationCommandInput,
|
|
1379
|
+
options?: __HttpHandlerOptions
|
|
1380
|
+
): Promise<UpdateVPCEConfigurationCommandOutput>;
|
|
1381
|
+
updateVPCEConfiguration(
|
|
1382
|
+
args: UpdateVPCEConfigurationCommandInput,
|
|
1383
|
+
cb: (err: any, data?: UpdateVPCEConfigurationCommandOutput) => void
|
|
1384
|
+
): void;
|
|
1385
|
+
updateVPCEConfiguration(
|
|
1386
|
+
args: UpdateVPCEConfigurationCommandInput,
|
|
1387
|
+
options: __HttpHandlerOptions,
|
|
1388
|
+
cb: (err: any, data?: UpdateVPCEConfigurationCommandOutput) => void
|
|
1389
|
+
): void;
|
|
1390
|
+
}
|