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