@aws-sdk/client-device-farm 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateDevicePoolCommand.js +2 -2
- package/dist-cjs/commands/CreateInstanceProfileCommand.js +2 -2
- package/dist-cjs/commands/CreateNetworkProfileCommand.js +2 -2
- package/dist-cjs/commands/CreateProjectCommand.js +2 -2
- package/dist-cjs/commands/CreateRemoteAccessSessionCommand.js +2 -2
- package/dist-cjs/commands/CreateTestGridProjectCommand.js +2 -2
- package/dist-cjs/commands/CreateTestGridUrlCommand.js +2 -2
- package/dist-cjs/commands/CreateUploadCommand.js +2 -2
- package/dist-cjs/commands/CreateVPCEConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteDevicePoolCommand.js +2 -2
- package/dist-cjs/commands/DeleteInstanceProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteNetworkProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteRemoteAccessSessionCommand.js +2 -2
- package/dist-cjs/commands/DeleteRunCommand.js +2 -2
- package/dist-cjs/commands/DeleteTestGridProjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteUploadCommand.js +2 -2
- package/dist-cjs/commands/DeleteVPCEConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/GetDeviceCommand.js +2 -2
- package/dist-cjs/commands/GetDeviceInstanceCommand.js +2 -2
- package/dist-cjs/commands/GetDevicePoolCommand.js +2 -2
- package/dist-cjs/commands/GetDevicePoolCompatibilityCommand.js +2 -2
- package/dist-cjs/commands/GetInstanceProfileCommand.js +2 -2
- package/dist-cjs/commands/GetJobCommand.js +2 -2
- package/dist-cjs/commands/GetNetworkProfileCommand.js +2 -2
- package/dist-cjs/commands/GetOfferingStatusCommand.js +2 -2
- package/dist-cjs/commands/GetProjectCommand.js +2 -2
- package/dist-cjs/commands/GetRemoteAccessSessionCommand.js +2 -2
- package/dist-cjs/commands/GetRunCommand.js +2 -2
- package/dist-cjs/commands/GetSuiteCommand.js +2 -2
- package/dist-cjs/commands/GetTestCommand.js +2 -2
- package/dist-cjs/commands/GetTestGridProjectCommand.js +2 -2
- package/dist-cjs/commands/GetTestGridSessionCommand.js +2 -2
- package/dist-cjs/commands/GetUploadCommand.js +2 -2
- package/dist-cjs/commands/GetVPCEConfigurationCommand.js +2 -2
- package/dist-cjs/commands/InstallToRemoteAccessSessionCommand.js +2 -2
- package/dist-cjs/commands/ListArtifactsCommand.js +2 -2
- package/dist-cjs/commands/ListDeviceInstancesCommand.js +2 -2
- package/dist-cjs/commands/ListDevicePoolsCommand.js +2 -2
- package/dist-cjs/commands/ListDevicesCommand.js +2 -2
- package/dist-cjs/commands/ListInstanceProfilesCommand.js +2 -2
- package/dist-cjs/commands/ListJobsCommand.js +2 -2
- package/dist-cjs/commands/ListNetworkProfilesCommand.js +2 -2
- package/dist-cjs/commands/ListOfferingPromotionsCommand.js +2 -2
- package/dist-cjs/commands/ListOfferingTransactionsCommand.js +2 -2
- package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
- package/dist-cjs/commands/ListProjectsCommand.js +2 -2
- package/dist-cjs/commands/ListRemoteAccessSessionsCommand.js +2 -2
- package/dist-cjs/commands/ListRunsCommand.js +2 -2
- package/dist-cjs/commands/ListSamplesCommand.js +2 -2
- package/dist-cjs/commands/ListSuitesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTestGridProjectsCommand.js +2 -2
- package/dist-cjs/commands/ListTestGridSessionActionsCommand.js +2 -2
- package/dist-cjs/commands/ListTestGridSessionArtifactsCommand.js +2 -2
- package/dist-cjs/commands/ListTestGridSessionsCommand.js +2 -2
- package/dist-cjs/commands/ListTestsCommand.js +2 -2
- package/dist-cjs/commands/ListUniqueProblemsCommand.js +2 -2
- package/dist-cjs/commands/ListUploadsCommand.js +2 -2
- package/dist-cjs/commands/ListVPCEConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
- package/dist-cjs/commands/RenewOfferingCommand.js +2 -2
- package/dist-cjs/commands/ScheduleRunCommand.js +2 -2
- package/dist-cjs/commands/StopJobCommand.js +2 -2
- package/dist-cjs/commands/StopRemoteAccessSessionCommand.js +2 -2
- package/dist-cjs/commands/StopRunCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDeviceInstanceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDevicePoolCommand.js +2 -2
- package/dist-cjs/commands/UpdateInstanceProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateNetworkProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
- package/dist-cjs/commands/UpdateTestGridProjectCommand.js +2 -2
- package/dist-cjs/commands/UpdateUploadCommand.js +2 -2
- package/dist-cjs/commands/UpdateVPCEConfigurationCommand.js +2 -2
- package/dist-cjs/models/models_0.js +826 -1232
- package/dist-cjs/protocols/Aws_json1_1.js +385 -655
- package/dist-es/commands/CreateDevicePoolCommand.js +3 -3
- package/dist-es/commands/CreateInstanceProfileCommand.js +3 -3
- package/dist-es/commands/CreateNetworkProfileCommand.js +3 -3
- package/dist-es/commands/CreateProjectCommand.js +3 -3
- package/dist-es/commands/CreateRemoteAccessSessionCommand.js +3 -3
- package/dist-es/commands/CreateTestGridProjectCommand.js +3 -3
- package/dist-es/commands/CreateTestGridUrlCommand.js +3 -3
- package/dist-es/commands/CreateUploadCommand.js +3 -3
- package/dist-es/commands/CreateVPCEConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteDevicePoolCommand.js +3 -3
- package/dist-es/commands/DeleteInstanceProfileCommand.js +3 -3
- package/dist-es/commands/DeleteNetworkProfileCommand.js +3 -3
- package/dist-es/commands/DeleteProjectCommand.js +3 -3
- package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +3 -3
- package/dist-es/commands/DeleteRunCommand.js +3 -3
- package/dist-es/commands/DeleteTestGridProjectCommand.js +3 -3
- package/dist-es/commands/DeleteUploadCommand.js +3 -3
- package/dist-es/commands/DeleteVPCEConfigurationCommand.js +3 -3
- package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
- package/dist-es/commands/GetDeviceCommand.js +3 -3
- package/dist-es/commands/GetDeviceInstanceCommand.js +3 -3
- package/dist-es/commands/GetDevicePoolCommand.js +3 -3
- package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +3 -3
- package/dist-es/commands/GetInstanceProfileCommand.js +3 -3
- package/dist-es/commands/GetJobCommand.js +3 -3
- package/dist-es/commands/GetNetworkProfileCommand.js +3 -3
- package/dist-es/commands/GetOfferingStatusCommand.js +3 -3
- package/dist-es/commands/GetProjectCommand.js +3 -3
- package/dist-es/commands/GetRemoteAccessSessionCommand.js +3 -3
- package/dist-es/commands/GetRunCommand.js +3 -3
- package/dist-es/commands/GetSuiteCommand.js +3 -3
- package/dist-es/commands/GetTestCommand.js +3 -3
- package/dist-es/commands/GetTestGridProjectCommand.js +3 -3
- package/dist-es/commands/GetTestGridSessionCommand.js +3 -3
- package/dist-es/commands/GetUploadCommand.js +3 -3
- package/dist-es/commands/GetVPCEConfigurationCommand.js +3 -3
- package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +3 -3
- package/dist-es/commands/ListArtifactsCommand.js +3 -3
- package/dist-es/commands/ListDeviceInstancesCommand.js +3 -3
- package/dist-es/commands/ListDevicePoolsCommand.js +3 -3
- package/dist-es/commands/ListDevicesCommand.js +3 -3
- package/dist-es/commands/ListInstanceProfilesCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +3 -3
- package/dist-es/commands/ListNetworkProfilesCommand.js +3 -3
- package/dist-es/commands/ListOfferingPromotionsCommand.js +3 -3
- package/dist-es/commands/ListOfferingTransactionsCommand.js +3 -3
- package/dist-es/commands/ListOfferingsCommand.js +3 -3
- package/dist-es/commands/ListProjectsCommand.js +3 -3
- package/dist-es/commands/ListRemoteAccessSessionsCommand.js +3 -3
- package/dist-es/commands/ListRunsCommand.js +3 -3
- package/dist-es/commands/ListSamplesCommand.js +3 -3
- package/dist-es/commands/ListSuitesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTestGridProjectsCommand.js +3 -3
- package/dist-es/commands/ListTestGridSessionActionsCommand.js +3 -3
- package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +3 -3
- package/dist-es/commands/ListTestGridSessionsCommand.js +3 -3
- package/dist-es/commands/ListTestsCommand.js +3 -3
- package/dist-es/commands/ListUniqueProblemsCommand.js +3 -3
- package/dist-es/commands/ListUploadsCommand.js +3 -3
- package/dist-es/commands/ListVPCEConfigurationsCommand.js +3 -3
- package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
- package/dist-es/commands/RenewOfferingCommand.js +3 -3
- package/dist-es/commands/ScheduleRunCommand.js +3 -3
- package/dist-es/commands/StopJobCommand.js +3 -3
- package/dist-es/commands/StopRemoteAccessSessionCommand.js +3 -3
- package/dist-es/commands/StopRunCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDeviceInstanceCommand.js +3 -3
- package/dist-es/commands/UpdateDevicePoolCommand.js +3 -3
- package/dist-es/commands/UpdateInstanceProfileCommand.js +3 -3
- package/dist-es/commands/UpdateNetworkProfileCommand.js +3 -3
- package/dist-es/commands/UpdateProjectCommand.js +3 -3
- package/dist-es/commands/UpdateTestGridProjectCommand.js +3 -3
- package/dist-es/commands/UpdateUploadCommand.js +3 -3
- package/dist-es/commands/UpdateVPCEConfigurationCommand.js +3 -3
- package/dist-es/models/models_0.js +203 -812
- package/dist-es/protocols/Aws_json1_1.js +617 -656
- package/dist-types/models/models_0.d.ts +812 -1218
- package/dist-types/ts3.4/models/models_0.d.ts +406 -812
- package/package.json +6 -6
|
@@ -7,10 +7,6 @@ export interface TrialMinutes {
|
|
|
7
7
|
|
|
8
8
|
remaining?: number;
|
|
9
9
|
}
|
|
10
|
-
export declare namespace TrialMinutes {
|
|
11
|
-
|
|
12
|
-
const filterSensitiveLog: (obj: TrialMinutes) => any;
|
|
13
|
-
}
|
|
14
10
|
export declare enum DevicePlatform {
|
|
15
11
|
ANDROID = "ANDROID",
|
|
16
12
|
IOS = "IOS"
|
|
@@ -34,10 +30,6 @@ export interface AccountSettings {
|
|
|
34
30
|
|
|
35
31
|
skipAppResign?: boolean;
|
|
36
32
|
}
|
|
37
|
-
export declare namespace AccountSettings {
|
|
38
|
-
|
|
39
|
-
const filterSensitiveLog: (obj: AccountSettings) => any;
|
|
40
|
-
}
|
|
41
33
|
|
|
42
34
|
export declare class ArgumentException extends __BaseException {
|
|
43
35
|
readonly name: "ArgumentException";
|
|
@@ -88,10 +80,6 @@ export interface Artifact {
|
|
|
88
80
|
|
|
89
81
|
url?: string;
|
|
90
82
|
}
|
|
91
|
-
export declare namespace Artifact {
|
|
92
|
-
|
|
93
|
-
const filterSensitiveLog: (obj: Artifact) => any;
|
|
94
|
-
}
|
|
95
83
|
export declare enum ArtifactCategory {
|
|
96
84
|
FILE = "FILE",
|
|
97
85
|
LOG = "LOG",
|
|
@@ -125,10 +113,6 @@ export interface Counters {
|
|
|
125
113
|
|
|
126
114
|
skipped?: number;
|
|
127
115
|
}
|
|
128
|
-
export declare namespace Counters {
|
|
129
|
-
|
|
130
|
-
const filterSensitiveLog: (obj: Counters) => any;
|
|
131
|
-
}
|
|
132
116
|
|
|
133
117
|
export interface CPU {
|
|
134
118
|
|
|
@@ -138,10 +122,6 @@ export interface CPU {
|
|
|
138
122
|
|
|
139
123
|
clock?: number;
|
|
140
124
|
}
|
|
141
|
-
export declare namespace CPU {
|
|
142
|
-
|
|
143
|
-
const filterSensitiveLog: (obj: CPU) => any;
|
|
144
|
-
}
|
|
145
125
|
export declare enum DeviceAttribute {
|
|
146
126
|
APPIUM_VERSION = "APPIUM_VERSION",
|
|
147
127
|
ARN = "ARN",
|
|
@@ -176,10 +156,6 @@ export interface Rule {
|
|
|
176
156
|
|
|
177
157
|
value?: string;
|
|
178
158
|
}
|
|
179
|
-
export declare namespace Rule {
|
|
180
|
-
|
|
181
|
-
const filterSensitiveLog: (obj: Rule) => any;
|
|
182
|
-
}
|
|
183
159
|
|
|
184
160
|
export interface CreateDevicePoolRequest {
|
|
185
161
|
|
|
@@ -193,10 +169,6 @@ export interface CreateDevicePoolRequest {
|
|
|
193
169
|
|
|
194
170
|
maxDevices?: number;
|
|
195
171
|
}
|
|
196
|
-
export declare namespace CreateDevicePoolRequest {
|
|
197
|
-
|
|
198
|
-
const filterSensitiveLog: (obj: CreateDevicePoolRequest) => any;
|
|
199
|
-
}
|
|
200
172
|
export declare enum DevicePoolType {
|
|
201
173
|
CURATED = "CURATED",
|
|
202
174
|
PRIVATE = "PRIVATE"
|
|
@@ -216,19 +188,11 @@ export interface DevicePool {
|
|
|
216
188
|
|
|
217
189
|
maxDevices?: number;
|
|
218
190
|
}
|
|
219
|
-
export declare namespace DevicePool {
|
|
220
|
-
|
|
221
|
-
const filterSensitiveLog: (obj: DevicePool) => any;
|
|
222
|
-
}
|
|
223
191
|
|
|
224
192
|
export interface CreateDevicePoolResult {
|
|
225
193
|
|
|
226
194
|
devicePool?: DevicePool;
|
|
227
195
|
}
|
|
228
|
-
export declare namespace CreateDevicePoolResult {
|
|
229
|
-
|
|
230
|
-
const filterSensitiveLog: (obj: CreateDevicePoolResult) => any;
|
|
231
|
-
}
|
|
232
196
|
|
|
233
197
|
export declare class LimitExceededException extends __BaseException {
|
|
234
198
|
readonly name: "LimitExceededException";
|
|
@@ -262,10 +226,6 @@ export interface CreateInstanceProfileRequest {
|
|
|
262
226
|
|
|
263
227
|
rebootAfterUse?: boolean;
|
|
264
228
|
}
|
|
265
|
-
export declare namespace CreateInstanceProfileRequest {
|
|
266
|
-
|
|
267
|
-
const filterSensitiveLog: (obj: CreateInstanceProfileRequest) => any;
|
|
268
|
-
}
|
|
269
229
|
|
|
270
230
|
export interface InstanceProfile {
|
|
271
231
|
|
|
@@ -281,18 +241,10 @@ export interface InstanceProfile {
|
|
|
281
241
|
|
|
282
242
|
description?: string;
|
|
283
243
|
}
|
|
284
|
-
export declare namespace InstanceProfile {
|
|
285
|
-
|
|
286
|
-
const filterSensitiveLog: (obj: InstanceProfile) => any;
|
|
287
|
-
}
|
|
288
244
|
export interface CreateInstanceProfileResult {
|
|
289
245
|
|
|
290
246
|
instanceProfile?: InstanceProfile;
|
|
291
247
|
}
|
|
292
|
-
export declare namespace CreateInstanceProfileResult {
|
|
293
|
-
|
|
294
|
-
const filterSensitiveLog: (obj: CreateInstanceProfileResult) => any;
|
|
295
|
-
}
|
|
296
248
|
export declare enum NetworkProfileType {
|
|
297
249
|
CURATED = "CURATED",
|
|
298
250
|
PRIVATE = "PRIVATE"
|
|
@@ -323,10 +275,6 @@ export interface CreateNetworkProfileRequest {
|
|
|
323
275
|
|
|
324
276
|
downlinkLossPercent?: number;
|
|
325
277
|
}
|
|
326
|
-
export declare namespace CreateNetworkProfileRequest {
|
|
327
|
-
|
|
328
|
-
const filterSensitiveLog: (obj: CreateNetworkProfileRequest) => any;
|
|
329
|
-
}
|
|
330
278
|
|
|
331
279
|
export interface NetworkProfile {
|
|
332
280
|
|
|
@@ -354,18 +302,10 @@ export interface NetworkProfile {
|
|
|
354
302
|
|
|
355
303
|
downlinkLossPercent?: number;
|
|
356
304
|
}
|
|
357
|
-
export declare namespace NetworkProfile {
|
|
358
|
-
|
|
359
|
-
const filterSensitiveLog: (obj: NetworkProfile) => any;
|
|
360
|
-
}
|
|
361
305
|
export interface CreateNetworkProfileResult {
|
|
362
306
|
|
|
363
307
|
networkProfile?: NetworkProfile;
|
|
364
308
|
}
|
|
365
|
-
export declare namespace CreateNetworkProfileResult {
|
|
366
|
-
|
|
367
|
-
const filterSensitiveLog: (obj: CreateNetworkProfileResult) => any;
|
|
368
|
-
}
|
|
369
309
|
|
|
370
310
|
export interface CreateProjectRequest {
|
|
371
311
|
|
|
@@ -373,10 +313,6 @@ export interface CreateProjectRequest {
|
|
|
373
313
|
|
|
374
314
|
defaultJobTimeoutMinutes?: number;
|
|
375
315
|
}
|
|
376
|
-
export declare namespace CreateProjectRequest {
|
|
377
|
-
|
|
378
|
-
const filterSensitiveLog: (obj: CreateProjectRequest) => any;
|
|
379
|
-
}
|
|
380
316
|
|
|
381
317
|
export interface Project {
|
|
382
318
|
|
|
@@ -388,19 +324,11 @@ export interface Project {
|
|
|
388
324
|
|
|
389
325
|
created?: Date;
|
|
390
326
|
}
|
|
391
|
-
export declare namespace Project {
|
|
392
|
-
|
|
393
|
-
const filterSensitiveLog: (obj: Project) => any;
|
|
394
|
-
}
|
|
395
327
|
|
|
396
328
|
export interface CreateProjectResult {
|
|
397
329
|
|
|
398
330
|
project?: Project;
|
|
399
331
|
}
|
|
400
|
-
export declare namespace CreateProjectResult {
|
|
401
|
-
|
|
402
|
-
const filterSensitiveLog: (obj: CreateProjectResult) => any;
|
|
403
|
-
}
|
|
404
332
|
|
|
405
333
|
export declare class TagOperationException extends __BaseException {
|
|
406
334
|
readonly name: "TagOperationException";
|
|
@@ -416,10 +344,6 @@ export interface CreateRemoteAccessSessionConfiguration {
|
|
|
416
344
|
|
|
417
345
|
vpceConfigurationArns?: string[];
|
|
418
346
|
}
|
|
419
|
-
export declare namespace CreateRemoteAccessSessionConfiguration {
|
|
420
|
-
|
|
421
|
-
const filterSensitiveLog: (obj: CreateRemoteAccessSessionConfiguration) => any;
|
|
422
|
-
}
|
|
423
347
|
export declare enum InteractionMode {
|
|
424
348
|
INTERACTIVE = "INTERACTIVE",
|
|
425
349
|
NO_VIDEO = "NO_VIDEO",
|
|
@@ -452,10 +376,6 @@ export interface CreateRemoteAccessSessionRequest {
|
|
|
452
376
|
|
|
453
377
|
skipAppResign?: boolean;
|
|
454
378
|
}
|
|
455
|
-
export declare namespace CreateRemoteAccessSessionRequest {
|
|
456
|
-
|
|
457
|
-
const filterSensitiveLog: (obj: CreateRemoteAccessSessionRequest) => any;
|
|
458
|
-
}
|
|
459
379
|
export declare enum DeviceAvailability {
|
|
460
380
|
AVAILABLE = "AVAILABLE",
|
|
461
381
|
BUSY = "BUSY",
|
|
@@ -487,10 +407,6 @@ export interface DeviceInstance {
|
|
|
487
407
|
|
|
488
408
|
instanceProfile?: InstanceProfile;
|
|
489
409
|
}
|
|
490
|
-
export declare namespace DeviceInstance {
|
|
491
|
-
|
|
492
|
-
const filterSensitiveLog: (obj: DeviceInstance) => any;
|
|
493
|
-
}
|
|
494
410
|
|
|
495
411
|
export interface Resolution {
|
|
496
412
|
|
|
@@ -498,10 +414,6 @@ export interface Resolution {
|
|
|
498
414
|
|
|
499
415
|
height?: number;
|
|
500
416
|
}
|
|
501
|
-
export declare namespace Resolution {
|
|
502
|
-
|
|
503
|
-
const filterSensitiveLog: (obj: Resolution) => any;
|
|
504
|
-
}
|
|
505
417
|
|
|
506
418
|
export interface Device {
|
|
507
419
|
|
|
@@ -547,10 +459,6 @@ export interface Device {
|
|
|
547
459
|
|
|
548
460
|
availability?: DeviceAvailability | string;
|
|
549
461
|
}
|
|
550
|
-
export declare namespace Device {
|
|
551
|
-
|
|
552
|
-
const filterSensitiveLog: (obj: Device) => any;
|
|
553
|
-
}
|
|
554
462
|
|
|
555
463
|
export interface DeviceMinutes {
|
|
556
464
|
|
|
@@ -560,10 +468,6 @@ export interface DeviceMinutes {
|
|
|
560
468
|
|
|
561
469
|
unmetered?: number;
|
|
562
470
|
}
|
|
563
|
-
export declare namespace DeviceMinutes {
|
|
564
|
-
|
|
565
|
-
const filterSensitiveLog: (obj: DeviceMinutes) => any;
|
|
566
|
-
}
|
|
567
471
|
export declare enum ExecutionResult {
|
|
568
472
|
ERRORED = "ERRORED",
|
|
569
473
|
FAILED = "FAILED",
|
|
@@ -629,19 +533,11 @@ export interface RemoteAccessSession {
|
|
|
629
533
|
|
|
630
534
|
skipAppResign?: boolean;
|
|
631
535
|
}
|
|
632
|
-
export declare namespace RemoteAccessSession {
|
|
633
|
-
|
|
634
|
-
const filterSensitiveLog: (obj: RemoteAccessSession) => any;
|
|
635
|
-
}
|
|
636
536
|
|
|
637
537
|
export interface CreateRemoteAccessSessionResult {
|
|
638
538
|
|
|
639
539
|
remoteAccessSession?: RemoteAccessSession;
|
|
640
540
|
}
|
|
641
|
-
export declare namespace CreateRemoteAccessSessionResult {
|
|
642
|
-
|
|
643
|
-
const filterSensitiveLog: (obj: CreateRemoteAccessSessionResult) => any;
|
|
644
|
-
}
|
|
645
541
|
|
|
646
542
|
export interface TestGridVpcConfig {
|
|
647
543
|
|
|
@@ -651,10 +547,6 @@ export interface TestGridVpcConfig {
|
|
|
651
547
|
|
|
652
548
|
vpcId: string | undefined;
|
|
653
549
|
}
|
|
654
|
-
export declare namespace TestGridVpcConfig {
|
|
655
|
-
|
|
656
|
-
const filterSensitiveLog: (obj: TestGridVpcConfig) => any;
|
|
657
|
-
}
|
|
658
550
|
export interface CreateTestGridProjectRequest {
|
|
659
551
|
|
|
660
552
|
name: string | undefined;
|
|
@@ -663,10 +555,6 @@ export interface CreateTestGridProjectRequest {
|
|
|
663
555
|
|
|
664
556
|
vpcConfig?: TestGridVpcConfig;
|
|
665
557
|
}
|
|
666
|
-
export declare namespace CreateTestGridProjectRequest {
|
|
667
|
-
|
|
668
|
-
const filterSensitiveLog: (obj: CreateTestGridProjectRequest) => any;
|
|
669
|
-
}
|
|
670
558
|
|
|
671
559
|
export interface TestGridProject {
|
|
672
560
|
|
|
@@ -680,18 +568,10 @@ export interface TestGridProject {
|
|
|
680
568
|
|
|
681
569
|
created?: Date;
|
|
682
570
|
}
|
|
683
|
-
export declare namespace TestGridProject {
|
|
684
|
-
|
|
685
|
-
const filterSensitiveLog: (obj: TestGridProject) => any;
|
|
686
|
-
}
|
|
687
571
|
export interface CreateTestGridProjectResult {
|
|
688
572
|
|
|
689
573
|
testGridProject?: TestGridProject;
|
|
690
574
|
}
|
|
691
|
-
export declare namespace CreateTestGridProjectResult {
|
|
692
|
-
|
|
693
|
-
const filterSensitiveLog: (obj: CreateTestGridProjectResult) => any;
|
|
694
|
-
}
|
|
695
575
|
|
|
696
576
|
export declare class InternalServiceException extends __BaseException {
|
|
697
577
|
readonly name: "InternalServiceException";
|
|
@@ -705,20 +585,12 @@ export interface CreateTestGridUrlRequest {
|
|
|
705
585
|
|
|
706
586
|
expiresInSeconds: number | undefined;
|
|
707
587
|
}
|
|
708
|
-
export declare namespace CreateTestGridUrlRequest {
|
|
709
|
-
|
|
710
|
-
const filterSensitiveLog: (obj: CreateTestGridUrlRequest) => any;
|
|
711
|
-
}
|
|
712
588
|
export interface CreateTestGridUrlResult {
|
|
713
589
|
|
|
714
590
|
url?: string;
|
|
715
591
|
|
|
716
592
|
expires?: Date;
|
|
717
593
|
}
|
|
718
|
-
export declare namespace CreateTestGridUrlResult {
|
|
719
|
-
|
|
720
|
-
const filterSensitiveLog: (obj: CreateTestGridUrlResult) => any;
|
|
721
|
-
}
|
|
722
594
|
export declare enum UploadType {
|
|
723
595
|
ANDROID_APP = "ANDROID_APP",
|
|
724
596
|
APPIUM_JAVA_JUNIT_TEST_PACKAGE = "APPIUM_JAVA_JUNIT_TEST_PACKAGE",
|
|
@@ -764,10 +636,6 @@ export interface CreateUploadRequest {
|
|
|
764
636
|
|
|
765
637
|
contentType?: string;
|
|
766
638
|
}
|
|
767
|
-
export declare namespace CreateUploadRequest {
|
|
768
|
-
|
|
769
|
-
const filterSensitiveLog: (obj: CreateUploadRequest) => any;
|
|
770
|
-
}
|
|
771
639
|
export declare enum UploadCategory {
|
|
772
640
|
CURATED = "CURATED",
|
|
773
641
|
PRIVATE = "PRIVATE"
|
|
@@ -801,19 +669,11 @@ export interface Upload {
|
|
|
801
669
|
|
|
802
670
|
category?: UploadCategory | string;
|
|
803
671
|
}
|
|
804
|
-
export declare namespace Upload {
|
|
805
|
-
|
|
806
|
-
const filterSensitiveLog: (obj: Upload) => any;
|
|
807
|
-
}
|
|
808
672
|
|
|
809
673
|
export interface CreateUploadResult {
|
|
810
674
|
|
|
811
675
|
upload?: Upload;
|
|
812
676
|
}
|
|
813
|
-
export declare namespace CreateUploadResult {
|
|
814
|
-
|
|
815
|
-
const filterSensitiveLog: (obj: CreateUploadResult) => any;
|
|
816
|
-
}
|
|
817
677
|
export interface CreateVPCEConfigurationRequest {
|
|
818
678
|
|
|
819
679
|
vpceConfigurationName: string | undefined;
|
|
@@ -824,10 +684,6 @@ export interface CreateVPCEConfigurationRequest {
|
|
|
824
684
|
|
|
825
685
|
vpceConfigurationDescription?: string;
|
|
826
686
|
}
|
|
827
|
-
export declare namespace CreateVPCEConfigurationRequest {
|
|
828
|
-
|
|
829
|
-
const filterSensitiveLog: (obj: CreateVPCEConfigurationRequest) => any;
|
|
830
|
-
}
|
|
831
687
|
|
|
832
688
|
export interface VPCEConfiguration {
|
|
833
689
|
|
|
@@ -841,18 +697,10 @@ export interface VPCEConfiguration {
|
|
|
841
697
|
|
|
842
698
|
vpceConfigurationDescription?: string;
|
|
843
699
|
}
|
|
844
|
-
export declare namespace VPCEConfiguration {
|
|
845
|
-
|
|
846
|
-
const filterSensitiveLog: (obj: VPCEConfiguration) => any;
|
|
847
|
-
}
|
|
848
700
|
export interface CreateVPCEConfigurationResult {
|
|
849
701
|
|
|
850
702
|
vpceConfiguration?: VPCEConfiguration;
|
|
851
703
|
}
|
|
852
|
-
export declare namespace CreateVPCEConfigurationResult {
|
|
853
|
-
|
|
854
|
-
const filterSensitiveLog: (obj: CreateVPCEConfigurationResult) => any;
|
|
855
|
-
}
|
|
856
704
|
export declare enum CurrencyCode {
|
|
857
705
|
USD = "USD"
|
|
858
706
|
}
|
|
@@ -865,146 +713,70 @@ export interface CustomerArtifactPaths {
|
|
|
865
713
|
|
|
866
714
|
deviceHostPaths?: string[];
|
|
867
715
|
}
|
|
868
|
-
export declare namespace CustomerArtifactPaths {
|
|
869
|
-
|
|
870
|
-
const filterSensitiveLog: (obj: CustomerArtifactPaths) => any;
|
|
871
|
-
}
|
|
872
716
|
|
|
873
717
|
export interface DeleteDevicePoolRequest {
|
|
874
718
|
|
|
875
719
|
arn: string | undefined;
|
|
876
720
|
}
|
|
877
|
-
export declare namespace DeleteDevicePoolRequest {
|
|
878
|
-
|
|
879
|
-
const filterSensitiveLog: (obj: DeleteDevicePoolRequest) => any;
|
|
880
|
-
}
|
|
881
721
|
|
|
882
722
|
export interface DeleteDevicePoolResult {
|
|
883
723
|
}
|
|
884
|
-
export declare namespace DeleteDevicePoolResult {
|
|
885
|
-
|
|
886
|
-
const filterSensitiveLog: (obj: DeleteDevicePoolResult) => any;
|
|
887
|
-
}
|
|
888
724
|
export interface DeleteInstanceProfileRequest {
|
|
889
725
|
|
|
890
726
|
arn: string | undefined;
|
|
891
727
|
}
|
|
892
|
-
export declare namespace DeleteInstanceProfileRequest {
|
|
893
|
-
|
|
894
|
-
const filterSensitiveLog: (obj: DeleteInstanceProfileRequest) => any;
|
|
895
|
-
}
|
|
896
728
|
export interface DeleteInstanceProfileResult {
|
|
897
729
|
}
|
|
898
|
-
export declare namespace DeleteInstanceProfileResult {
|
|
899
|
-
|
|
900
|
-
const filterSensitiveLog: (obj: DeleteInstanceProfileResult) => any;
|
|
901
|
-
}
|
|
902
730
|
export interface DeleteNetworkProfileRequest {
|
|
903
731
|
|
|
904
732
|
arn: string | undefined;
|
|
905
733
|
}
|
|
906
|
-
export declare namespace DeleteNetworkProfileRequest {
|
|
907
|
-
|
|
908
|
-
const filterSensitiveLog: (obj: DeleteNetworkProfileRequest) => any;
|
|
909
|
-
}
|
|
910
734
|
export interface DeleteNetworkProfileResult {
|
|
911
735
|
}
|
|
912
|
-
export declare namespace DeleteNetworkProfileResult {
|
|
913
|
-
|
|
914
|
-
const filterSensitiveLog: (obj: DeleteNetworkProfileResult) => any;
|
|
915
|
-
}
|
|
916
736
|
|
|
917
737
|
export interface DeleteProjectRequest {
|
|
918
738
|
|
|
919
739
|
arn: string | undefined;
|
|
920
740
|
}
|
|
921
|
-
export declare namespace DeleteProjectRequest {
|
|
922
|
-
|
|
923
|
-
const filterSensitiveLog: (obj: DeleteProjectRequest) => any;
|
|
924
|
-
}
|
|
925
741
|
|
|
926
742
|
export interface DeleteProjectResult {
|
|
927
743
|
}
|
|
928
|
-
export declare namespace DeleteProjectResult {
|
|
929
|
-
|
|
930
|
-
const filterSensitiveLog: (obj: DeleteProjectResult) => any;
|
|
931
|
-
}
|
|
932
744
|
|
|
933
745
|
export interface DeleteRemoteAccessSessionRequest {
|
|
934
746
|
|
|
935
747
|
arn: string | undefined;
|
|
936
748
|
}
|
|
937
|
-
export declare namespace DeleteRemoteAccessSessionRequest {
|
|
938
|
-
|
|
939
|
-
const filterSensitiveLog: (obj: DeleteRemoteAccessSessionRequest) => any;
|
|
940
|
-
}
|
|
941
749
|
|
|
942
750
|
export interface DeleteRemoteAccessSessionResult {
|
|
943
751
|
}
|
|
944
|
-
export declare namespace DeleteRemoteAccessSessionResult {
|
|
945
|
-
|
|
946
|
-
const filterSensitiveLog: (obj: DeleteRemoteAccessSessionResult) => any;
|
|
947
|
-
}
|
|
948
752
|
|
|
949
753
|
export interface DeleteRunRequest {
|
|
950
754
|
|
|
951
755
|
arn: string | undefined;
|
|
952
756
|
}
|
|
953
|
-
export declare namespace DeleteRunRequest {
|
|
954
|
-
|
|
955
|
-
const filterSensitiveLog: (obj: DeleteRunRequest) => any;
|
|
956
|
-
}
|
|
957
757
|
|
|
958
758
|
export interface DeleteRunResult {
|
|
959
759
|
}
|
|
960
|
-
export declare namespace DeleteRunResult {
|
|
961
|
-
|
|
962
|
-
const filterSensitiveLog: (obj: DeleteRunResult) => any;
|
|
963
|
-
}
|
|
964
760
|
export interface DeleteTestGridProjectRequest {
|
|
965
761
|
|
|
966
762
|
projectArn: string | undefined;
|
|
967
763
|
}
|
|
968
|
-
export declare namespace DeleteTestGridProjectRequest {
|
|
969
|
-
|
|
970
|
-
const filterSensitiveLog: (obj: DeleteTestGridProjectRequest) => any;
|
|
971
|
-
}
|
|
972
764
|
export interface DeleteTestGridProjectResult {
|
|
973
765
|
}
|
|
974
|
-
export declare namespace DeleteTestGridProjectResult {
|
|
975
|
-
|
|
976
|
-
const filterSensitiveLog: (obj: DeleteTestGridProjectResult) => any;
|
|
977
|
-
}
|
|
978
766
|
|
|
979
767
|
export interface DeleteUploadRequest {
|
|
980
768
|
|
|
981
769
|
arn: string | undefined;
|
|
982
770
|
}
|
|
983
|
-
export declare namespace DeleteUploadRequest {
|
|
984
|
-
|
|
985
|
-
const filterSensitiveLog: (obj: DeleteUploadRequest) => any;
|
|
986
|
-
}
|
|
987
771
|
|
|
988
772
|
export interface DeleteUploadResult {
|
|
989
773
|
}
|
|
990
|
-
export declare namespace DeleteUploadResult {
|
|
991
|
-
|
|
992
|
-
const filterSensitiveLog: (obj: DeleteUploadResult) => any;
|
|
993
|
-
}
|
|
994
774
|
export interface DeleteVPCEConfigurationRequest {
|
|
995
775
|
|
|
996
776
|
arn: string | undefined;
|
|
997
777
|
}
|
|
998
|
-
export declare namespace DeleteVPCEConfigurationRequest {
|
|
999
|
-
|
|
1000
|
-
const filterSensitiveLog: (obj: DeleteVPCEConfigurationRequest) => any;
|
|
1001
|
-
}
|
|
1002
778
|
export interface DeleteVPCEConfigurationResult {
|
|
1003
779
|
}
|
|
1004
|
-
export declare namespace DeleteVPCEConfigurationResult {
|
|
1005
|
-
|
|
1006
|
-
const filterSensitiveLog: (obj: DeleteVPCEConfigurationResult) => any;
|
|
1007
|
-
}
|
|
1008
780
|
|
|
1009
781
|
export declare class InvalidOperationException extends __BaseException {
|
|
1010
782
|
readonly name: "InvalidOperationException";
|
|
@@ -1015,71 +787,39 @@ export declare class InvalidOperationException extends __BaseException {
|
|
|
1015
787
|
|
|
1016
788
|
export interface GetAccountSettingsRequest {
|
|
1017
789
|
}
|
|
1018
|
-
export declare namespace GetAccountSettingsRequest {
|
|
1019
|
-
|
|
1020
|
-
const filterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
|
|
1021
|
-
}
|
|
1022
790
|
|
|
1023
791
|
export interface GetAccountSettingsResult {
|
|
1024
792
|
|
|
1025
793
|
accountSettings?: AccountSettings;
|
|
1026
794
|
}
|
|
1027
|
-
export declare namespace GetAccountSettingsResult {
|
|
1028
|
-
|
|
1029
|
-
const filterSensitiveLog: (obj: GetAccountSettingsResult) => any;
|
|
1030
|
-
}
|
|
1031
795
|
|
|
1032
796
|
export interface GetDeviceRequest {
|
|
1033
797
|
|
|
1034
798
|
arn: string | undefined;
|
|
1035
799
|
}
|
|
1036
|
-
export declare namespace GetDeviceRequest {
|
|
1037
|
-
|
|
1038
|
-
const filterSensitiveLog: (obj: GetDeviceRequest) => any;
|
|
1039
|
-
}
|
|
1040
800
|
|
|
1041
801
|
export interface GetDeviceResult {
|
|
1042
802
|
|
|
1043
803
|
device?: Device;
|
|
1044
804
|
}
|
|
1045
|
-
export declare namespace GetDeviceResult {
|
|
1046
|
-
|
|
1047
|
-
const filterSensitiveLog: (obj: GetDeviceResult) => any;
|
|
1048
|
-
}
|
|
1049
805
|
export interface GetDeviceInstanceRequest {
|
|
1050
806
|
|
|
1051
807
|
arn: string | undefined;
|
|
1052
808
|
}
|
|
1053
|
-
export declare namespace GetDeviceInstanceRequest {
|
|
1054
|
-
|
|
1055
|
-
const filterSensitiveLog: (obj: GetDeviceInstanceRequest) => any;
|
|
1056
|
-
}
|
|
1057
809
|
export interface GetDeviceInstanceResult {
|
|
1058
810
|
|
|
1059
811
|
deviceInstance?: DeviceInstance;
|
|
1060
812
|
}
|
|
1061
|
-
export declare namespace GetDeviceInstanceResult {
|
|
1062
|
-
|
|
1063
|
-
const filterSensitiveLog: (obj: GetDeviceInstanceResult) => any;
|
|
1064
|
-
}
|
|
1065
813
|
|
|
1066
814
|
export interface GetDevicePoolRequest {
|
|
1067
815
|
|
|
1068
816
|
arn: string | undefined;
|
|
1069
817
|
}
|
|
1070
|
-
export declare namespace GetDevicePoolRequest {
|
|
1071
|
-
|
|
1072
|
-
const filterSensitiveLog: (obj: GetDevicePoolRequest) => any;
|
|
1073
|
-
}
|
|
1074
818
|
|
|
1075
819
|
export interface GetDevicePoolResult {
|
|
1076
820
|
|
|
1077
821
|
devicePool?: DevicePool;
|
|
1078
822
|
}
|
|
1079
|
-
export declare namespace GetDevicePoolResult {
|
|
1080
|
-
|
|
1081
|
-
const filterSensitiveLog: (obj: GetDevicePoolResult) => any;
|
|
1082
|
-
}
|
|
1083
823
|
|
|
1084
824
|
export interface Location {
|
|
1085
825
|
|
|
@@ -1087,10 +827,6 @@ export interface Location {
|
|
|
1087
827
|
|
|
1088
828
|
longitude: number | undefined;
|
|
1089
829
|
}
|
|
1090
|
-
export declare namespace Location {
|
|
1091
|
-
|
|
1092
|
-
const filterSensitiveLog: (obj: Location) => any;
|
|
1093
|
-
}
|
|
1094
830
|
|
|
1095
831
|
export interface Radios {
|
|
1096
832
|
|
|
@@ -1102,10 +838,6 @@ export interface Radios {
|
|
|
1102
838
|
|
|
1103
839
|
gps?: boolean;
|
|
1104
840
|
}
|
|
1105
|
-
export declare namespace Radios {
|
|
1106
|
-
|
|
1107
|
-
const filterSensitiveLog: (obj: Radios) => any;
|
|
1108
|
-
}
|
|
1109
841
|
|
|
1110
842
|
export interface ScheduleRunConfiguration {
|
|
1111
843
|
|
|
@@ -1127,10 +859,6 @@ export interface ScheduleRunConfiguration {
|
|
|
1127
859
|
|
|
1128
860
|
billingMethod?: BillingMethod | string;
|
|
1129
861
|
}
|
|
1130
|
-
export declare namespace ScheduleRunConfiguration {
|
|
1131
|
-
|
|
1132
|
-
const filterSensitiveLog: (obj: ScheduleRunConfiguration) => any;
|
|
1133
|
-
}
|
|
1134
862
|
export declare enum TestType {
|
|
1135
863
|
APPIUM_JAVA_JUNIT = "APPIUM_JAVA_JUNIT",
|
|
1136
864
|
APPIUM_JAVA_TESTNG = "APPIUM_JAVA_TESTNG",
|
|
@@ -1167,10 +895,6 @@ export interface ScheduleRunTest {
|
|
|
1167
895
|
|
|
1168
896
|
parameters?: Record<string, string>;
|
|
1169
897
|
}
|
|
1170
|
-
export declare namespace ScheduleRunTest {
|
|
1171
|
-
|
|
1172
|
-
const filterSensitiveLog: (obj: ScheduleRunTest) => any;
|
|
1173
|
-
}
|
|
1174
898
|
|
|
1175
899
|
export interface GetDevicePoolCompatibilityRequest {
|
|
1176
900
|
|
|
@@ -1184,10 +908,6 @@ export interface GetDevicePoolCompatibilityRequest {
|
|
|
1184
908
|
|
|
1185
909
|
configuration?: ScheduleRunConfiguration;
|
|
1186
910
|
}
|
|
1187
|
-
export declare namespace GetDevicePoolCompatibilityRequest {
|
|
1188
|
-
|
|
1189
|
-
const filterSensitiveLog: (obj: GetDevicePoolCompatibilityRequest) => any;
|
|
1190
|
-
}
|
|
1191
911
|
|
|
1192
912
|
export interface IncompatibilityMessage {
|
|
1193
913
|
|
|
@@ -1195,10 +915,6 @@ export interface IncompatibilityMessage {
|
|
|
1195
915
|
|
|
1196
916
|
type?: DeviceAttribute | string;
|
|
1197
917
|
}
|
|
1198
|
-
export declare namespace IncompatibilityMessage {
|
|
1199
|
-
|
|
1200
|
-
const filterSensitiveLog: (obj: IncompatibilityMessage) => any;
|
|
1201
|
-
}
|
|
1202
918
|
|
|
1203
919
|
export interface DevicePoolCompatibilityResult {
|
|
1204
920
|
|
|
@@ -1208,10 +924,6 @@ export interface DevicePoolCompatibilityResult {
|
|
|
1208
924
|
|
|
1209
925
|
incompatibilityMessages?: IncompatibilityMessage[];
|
|
1210
926
|
}
|
|
1211
|
-
export declare namespace DevicePoolCompatibilityResult {
|
|
1212
|
-
|
|
1213
|
-
const filterSensitiveLog: (obj: DevicePoolCompatibilityResult) => any;
|
|
1214
|
-
}
|
|
1215
927
|
|
|
1216
928
|
export interface GetDevicePoolCompatibilityResult {
|
|
1217
929
|
|
|
@@ -1219,35 +931,19 @@ export interface GetDevicePoolCompatibilityResult {
|
|
|
1219
931
|
|
|
1220
932
|
incompatibleDevices?: DevicePoolCompatibilityResult[];
|
|
1221
933
|
}
|
|
1222
|
-
export declare namespace GetDevicePoolCompatibilityResult {
|
|
1223
|
-
|
|
1224
|
-
const filterSensitiveLog: (obj: GetDevicePoolCompatibilityResult) => any;
|
|
1225
|
-
}
|
|
1226
934
|
export interface GetInstanceProfileRequest {
|
|
1227
935
|
|
|
1228
936
|
arn: string | undefined;
|
|
1229
937
|
}
|
|
1230
|
-
export declare namespace GetInstanceProfileRequest {
|
|
1231
|
-
|
|
1232
|
-
const filterSensitiveLog: (obj: GetInstanceProfileRequest) => any;
|
|
1233
|
-
}
|
|
1234
938
|
export interface GetInstanceProfileResult {
|
|
1235
939
|
|
|
1236
940
|
instanceProfile?: InstanceProfile;
|
|
1237
941
|
}
|
|
1238
|
-
export declare namespace GetInstanceProfileResult {
|
|
1239
|
-
|
|
1240
|
-
const filterSensitiveLog: (obj: GetInstanceProfileResult) => any;
|
|
1241
|
-
}
|
|
1242
942
|
|
|
1243
943
|
export interface GetJobRequest {
|
|
1244
944
|
|
|
1245
945
|
arn: string | undefined;
|
|
1246
946
|
}
|
|
1247
|
-
export declare namespace GetJobRequest {
|
|
1248
|
-
|
|
1249
|
-
const filterSensitiveLog: (obj: GetJobRequest) => any;
|
|
1250
|
-
}
|
|
1251
947
|
|
|
1252
948
|
export interface Job {
|
|
1253
949
|
|
|
@@ -1281,44 +977,24 @@ export interface Job {
|
|
|
1281
977
|
|
|
1282
978
|
videoCapture?: boolean;
|
|
1283
979
|
}
|
|
1284
|
-
export declare namespace Job {
|
|
1285
|
-
|
|
1286
|
-
const filterSensitiveLog: (obj: Job) => any;
|
|
1287
|
-
}
|
|
1288
980
|
|
|
1289
981
|
export interface GetJobResult {
|
|
1290
982
|
|
|
1291
983
|
job?: Job;
|
|
1292
984
|
}
|
|
1293
|
-
export declare namespace GetJobResult {
|
|
1294
|
-
|
|
1295
|
-
const filterSensitiveLog: (obj: GetJobResult) => any;
|
|
1296
|
-
}
|
|
1297
985
|
export interface GetNetworkProfileRequest {
|
|
1298
986
|
|
|
1299
987
|
arn: string | undefined;
|
|
1300
988
|
}
|
|
1301
|
-
export declare namespace GetNetworkProfileRequest {
|
|
1302
|
-
|
|
1303
|
-
const filterSensitiveLog: (obj: GetNetworkProfileRequest) => any;
|
|
1304
|
-
}
|
|
1305
989
|
export interface GetNetworkProfileResult {
|
|
1306
990
|
|
|
1307
991
|
networkProfile?: NetworkProfile;
|
|
1308
992
|
}
|
|
1309
|
-
export declare namespace GetNetworkProfileResult {
|
|
1310
|
-
|
|
1311
|
-
const filterSensitiveLog: (obj: GetNetworkProfileResult) => any;
|
|
1312
|
-
}
|
|
1313
993
|
|
|
1314
994
|
export interface GetOfferingStatusRequest {
|
|
1315
995
|
|
|
1316
996
|
nextToken?: string;
|
|
1317
997
|
}
|
|
1318
|
-
export declare namespace GetOfferingStatusRequest {
|
|
1319
|
-
|
|
1320
|
-
const filterSensitiveLog: (obj: GetOfferingStatusRequest) => any;
|
|
1321
|
-
}
|
|
1322
998
|
|
|
1323
999
|
export interface MonetaryAmount {
|
|
1324
1000
|
|
|
@@ -1326,10 +1002,6 @@ export interface MonetaryAmount {
|
|
|
1326
1002
|
|
|
1327
1003
|
currencyCode?: CurrencyCode | string;
|
|
1328
1004
|
}
|
|
1329
|
-
export declare namespace MonetaryAmount {
|
|
1330
|
-
|
|
1331
|
-
const filterSensitiveLog: (obj: MonetaryAmount) => any;
|
|
1332
|
-
}
|
|
1333
1005
|
export declare enum RecurringChargeFrequency {
|
|
1334
1006
|
MONTHLY = "MONTHLY"
|
|
1335
1007
|
}
|
|
@@ -1340,10 +1012,6 @@ export interface RecurringCharge {
|
|
|
1340
1012
|
|
|
1341
1013
|
frequency?: RecurringChargeFrequency | string;
|
|
1342
1014
|
}
|
|
1343
|
-
export declare namespace RecurringCharge {
|
|
1344
|
-
|
|
1345
|
-
const filterSensitiveLog: (obj: RecurringCharge) => any;
|
|
1346
|
-
}
|
|
1347
1015
|
export declare enum OfferingType {
|
|
1348
1016
|
RECURRING = "RECURRING"
|
|
1349
1017
|
}
|
|
@@ -1360,10 +1028,6 @@ export interface Offering {
|
|
|
1360
1028
|
|
|
1361
1029
|
recurringCharges?: RecurringCharge[];
|
|
1362
1030
|
}
|
|
1363
|
-
export declare namespace Offering {
|
|
1364
|
-
|
|
1365
|
-
const filterSensitiveLog: (obj: Offering) => any;
|
|
1366
|
-
}
|
|
1367
1031
|
export declare enum OfferingTransactionType {
|
|
1368
1032
|
PURCHASE = "PURCHASE",
|
|
1369
1033
|
RENEW = "RENEW",
|
|
@@ -1380,10 +1044,6 @@ export interface OfferingStatus {
|
|
|
1380
1044
|
|
|
1381
1045
|
effectiveOn?: Date;
|
|
1382
1046
|
}
|
|
1383
|
-
export declare namespace OfferingStatus {
|
|
1384
|
-
|
|
1385
|
-
const filterSensitiveLog: (obj: OfferingStatus) => any;
|
|
1386
|
-
}
|
|
1387
1047
|
|
|
1388
1048
|
export interface GetOfferingStatusResult {
|
|
1389
1049
|
|
|
@@ -1393,10 +1053,6 @@ export interface GetOfferingStatusResult {
|
|
|
1393
1053
|
|
|
1394
1054
|
nextToken?: string;
|
|
1395
1055
|
}
|
|
1396
|
-
export declare namespace GetOfferingStatusResult {
|
|
1397
|
-
|
|
1398
|
-
const filterSensitiveLog: (obj: GetOfferingStatusResult) => any;
|
|
1399
|
-
}
|
|
1400
1056
|
|
|
1401
1057
|
export declare class NotEligibleException extends __BaseException {
|
|
1402
1058
|
readonly name: "NotEligibleException";
|
|
@@ -1409,46 +1065,26 @@ export interface GetProjectRequest {
|
|
|
1409
1065
|
|
|
1410
1066
|
arn: string | undefined;
|
|
1411
1067
|
}
|
|
1412
|
-
export declare namespace GetProjectRequest {
|
|
1413
|
-
|
|
1414
|
-
const filterSensitiveLog: (obj: GetProjectRequest) => any;
|
|
1415
|
-
}
|
|
1416
1068
|
|
|
1417
1069
|
export interface GetProjectResult {
|
|
1418
1070
|
|
|
1419
1071
|
project?: Project;
|
|
1420
1072
|
}
|
|
1421
|
-
export declare namespace GetProjectResult {
|
|
1422
|
-
|
|
1423
|
-
const filterSensitiveLog: (obj: GetProjectResult) => any;
|
|
1424
|
-
}
|
|
1425
1073
|
|
|
1426
1074
|
export interface GetRemoteAccessSessionRequest {
|
|
1427
1075
|
|
|
1428
1076
|
arn: string | undefined;
|
|
1429
1077
|
}
|
|
1430
|
-
export declare namespace GetRemoteAccessSessionRequest {
|
|
1431
|
-
|
|
1432
|
-
const filterSensitiveLog: (obj: GetRemoteAccessSessionRequest) => any;
|
|
1433
|
-
}
|
|
1434
1078
|
|
|
1435
1079
|
export interface GetRemoteAccessSessionResult {
|
|
1436
1080
|
|
|
1437
1081
|
remoteAccessSession?: RemoteAccessSession;
|
|
1438
1082
|
}
|
|
1439
|
-
export declare namespace GetRemoteAccessSessionResult {
|
|
1440
|
-
|
|
1441
|
-
const filterSensitiveLog: (obj: GetRemoteAccessSessionResult) => any;
|
|
1442
|
-
}
|
|
1443
1083
|
|
|
1444
1084
|
export interface GetRunRequest {
|
|
1445
1085
|
|
|
1446
1086
|
arn: string | undefined;
|
|
1447
1087
|
}
|
|
1448
|
-
export declare namespace GetRunRequest {
|
|
1449
|
-
|
|
1450
|
-
const filterSensitiveLog: (obj: GetRunRequest) => any;
|
|
1451
|
-
}
|
|
1452
1088
|
export declare enum DeviceFilterAttribute {
|
|
1453
1089
|
ARN = "ARN",
|
|
1454
1090
|
AVAILABILITY = "AVAILABILITY",
|
|
@@ -1472,10 +1108,6 @@ export interface DeviceFilter {
|
|
|
1472
1108
|
|
|
1473
1109
|
values: string[] | undefined;
|
|
1474
1110
|
}
|
|
1475
|
-
export declare namespace DeviceFilter {
|
|
1476
|
-
|
|
1477
|
-
const filterSensitiveLog: (obj: DeviceFilter) => any;
|
|
1478
|
-
}
|
|
1479
1111
|
|
|
1480
1112
|
export interface DeviceSelectionResult {
|
|
1481
1113
|
|
|
@@ -1485,10 +1117,6 @@ export interface DeviceSelectionResult {
|
|
|
1485
1117
|
|
|
1486
1118
|
maxDevices?: number;
|
|
1487
1119
|
}
|
|
1488
|
-
export declare namespace DeviceSelectionResult {
|
|
1489
|
-
|
|
1490
|
-
const filterSensitiveLog: (obj: DeviceSelectionResult) => any;
|
|
1491
|
-
}
|
|
1492
1120
|
export declare enum ExecutionResultCode {
|
|
1493
1121
|
PARSING_FAILED = "PARSING_FAILED",
|
|
1494
1122
|
VPC_ENDPOINT_SETUP_FAILED = "VPC_ENDPOINT_SETUP_FAILED"
|
|
@@ -1558,28 +1186,16 @@ export interface Run {
|
|
|
1558
1186
|
|
|
1559
1187
|
deviceSelectionResult?: DeviceSelectionResult;
|
|
1560
1188
|
}
|
|
1561
|
-
export declare namespace Run {
|
|
1562
|
-
|
|
1563
|
-
const filterSensitiveLog: (obj: Run) => any;
|
|
1564
|
-
}
|
|
1565
1189
|
|
|
1566
1190
|
export interface GetRunResult {
|
|
1567
1191
|
|
|
1568
1192
|
run?: Run;
|
|
1569
1193
|
}
|
|
1570
|
-
export declare namespace GetRunResult {
|
|
1571
|
-
|
|
1572
|
-
const filterSensitiveLog: (obj: GetRunResult) => any;
|
|
1573
|
-
}
|
|
1574
1194
|
|
|
1575
1195
|
export interface GetSuiteRequest {
|
|
1576
1196
|
|
|
1577
1197
|
arn: string | undefined;
|
|
1578
1198
|
}
|
|
1579
|
-
export declare namespace GetSuiteRequest {
|
|
1580
|
-
|
|
1581
|
-
const filterSensitiveLog: (obj: GetSuiteRequest) => any;
|
|
1582
|
-
}
|
|
1583
1199
|
|
|
1584
1200
|
export interface Suite {
|
|
1585
1201
|
|
|
@@ -1605,28 +1221,16 @@ export interface Suite {
|
|
|
1605
1221
|
|
|
1606
1222
|
deviceMinutes?: DeviceMinutes;
|
|
1607
1223
|
}
|
|
1608
|
-
export declare namespace Suite {
|
|
1609
|
-
|
|
1610
|
-
const filterSensitiveLog: (obj: Suite) => any;
|
|
1611
|
-
}
|
|
1612
1224
|
|
|
1613
1225
|
export interface GetSuiteResult {
|
|
1614
1226
|
|
|
1615
1227
|
suite?: Suite;
|
|
1616
1228
|
}
|
|
1617
|
-
export declare namespace GetSuiteResult {
|
|
1618
|
-
|
|
1619
|
-
const filterSensitiveLog: (obj: GetSuiteResult) => any;
|
|
1620
|
-
}
|
|
1621
1229
|
|
|
1622
1230
|
export interface GetTestRequest {
|
|
1623
1231
|
|
|
1624
1232
|
arn: string | undefined;
|
|
1625
1233
|
}
|
|
1626
|
-
export declare namespace GetTestRequest {
|
|
1627
|
-
|
|
1628
|
-
const filterSensitiveLog: (obj: GetTestRequest) => any;
|
|
1629
|
-
}
|
|
1630
1234
|
|
|
1631
1235
|
export interface Test {
|
|
1632
1236
|
|
|
@@ -1652,35 +1256,19 @@ export interface Test {
|
|
|
1652
1256
|
|
|
1653
1257
|
deviceMinutes?: DeviceMinutes;
|
|
1654
1258
|
}
|
|
1655
|
-
export declare namespace Test {
|
|
1656
|
-
|
|
1657
|
-
const filterSensitiveLog: (obj: Test) => any;
|
|
1658
|
-
}
|
|
1659
1259
|
|
|
1660
1260
|
export interface GetTestResult {
|
|
1661
1261
|
|
|
1662
1262
|
test?: Test;
|
|
1663
1263
|
}
|
|
1664
|
-
export declare namespace GetTestResult {
|
|
1665
|
-
|
|
1666
|
-
const filterSensitiveLog: (obj: GetTestResult) => any;
|
|
1667
|
-
}
|
|
1668
1264
|
export interface GetTestGridProjectRequest {
|
|
1669
1265
|
|
|
1670
1266
|
projectArn: string | undefined;
|
|
1671
1267
|
}
|
|
1672
|
-
export declare namespace GetTestGridProjectRequest {
|
|
1673
|
-
|
|
1674
|
-
const filterSensitiveLog: (obj: GetTestGridProjectRequest) => any;
|
|
1675
|
-
}
|
|
1676
1268
|
export interface GetTestGridProjectResult {
|
|
1677
1269
|
|
|
1678
1270
|
testGridProject?: TestGridProject;
|
|
1679
1271
|
}
|
|
1680
|
-
export declare namespace GetTestGridProjectResult {
|
|
1681
|
-
|
|
1682
|
-
const filterSensitiveLog: (obj: GetTestGridProjectResult) => any;
|
|
1683
|
-
}
|
|
1684
1272
|
export interface GetTestGridSessionRequest {
|
|
1685
1273
|
|
|
1686
1274
|
projectArn?: string;
|
|
@@ -1689,10 +1277,6 @@ export interface GetTestGridSessionRequest {
|
|
|
1689
1277
|
|
|
1690
1278
|
sessionArn?: string;
|
|
1691
1279
|
}
|
|
1692
|
-
export declare namespace GetTestGridSessionRequest {
|
|
1693
|
-
|
|
1694
|
-
const filterSensitiveLog: (obj: GetTestGridSessionRequest) => any;
|
|
1695
|
-
}
|
|
1696
1280
|
export declare enum TestGridSessionStatus {
|
|
1697
1281
|
ACTIVE = "ACTIVE",
|
|
1698
1282
|
CLOSED = "CLOSED",
|
|
@@ -1713,52 +1297,28 @@ export interface TestGridSession {
|
|
|
1713
1297
|
|
|
1714
1298
|
seleniumProperties?: string;
|
|
1715
1299
|
}
|
|
1716
|
-
export declare namespace TestGridSession {
|
|
1717
|
-
|
|
1718
|
-
const filterSensitiveLog: (obj: TestGridSession) => any;
|
|
1719
|
-
}
|
|
1720
1300
|
export interface GetTestGridSessionResult {
|
|
1721
1301
|
|
|
1722
1302
|
testGridSession?: TestGridSession;
|
|
1723
1303
|
}
|
|
1724
|
-
export declare namespace GetTestGridSessionResult {
|
|
1725
|
-
|
|
1726
|
-
const filterSensitiveLog: (obj: GetTestGridSessionResult) => any;
|
|
1727
|
-
}
|
|
1728
1304
|
|
|
1729
1305
|
export interface GetUploadRequest {
|
|
1730
1306
|
|
|
1731
1307
|
arn: string | undefined;
|
|
1732
1308
|
}
|
|
1733
|
-
export declare namespace GetUploadRequest {
|
|
1734
|
-
|
|
1735
|
-
const filterSensitiveLog: (obj: GetUploadRequest) => any;
|
|
1736
|
-
}
|
|
1737
1309
|
|
|
1738
1310
|
export interface GetUploadResult {
|
|
1739
1311
|
|
|
1740
1312
|
upload?: Upload;
|
|
1741
1313
|
}
|
|
1742
|
-
export declare namespace GetUploadResult {
|
|
1743
|
-
|
|
1744
|
-
const filterSensitiveLog: (obj: GetUploadResult) => any;
|
|
1745
|
-
}
|
|
1746
1314
|
export interface GetVPCEConfigurationRequest {
|
|
1747
1315
|
|
|
1748
1316
|
arn: string | undefined;
|
|
1749
1317
|
}
|
|
1750
|
-
export declare namespace GetVPCEConfigurationRequest {
|
|
1751
|
-
|
|
1752
|
-
const filterSensitiveLog: (obj: GetVPCEConfigurationRequest) => any;
|
|
1753
|
-
}
|
|
1754
1318
|
export interface GetVPCEConfigurationResult {
|
|
1755
1319
|
|
|
1756
1320
|
vpceConfiguration?: VPCEConfiguration;
|
|
1757
1321
|
}
|
|
1758
|
-
export declare namespace GetVPCEConfigurationResult {
|
|
1759
|
-
|
|
1760
|
-
const filterSensitiveLog: (obj: GetVPCEConfigurationResult) => any;
|
|
1761
|
-
}
|
|
1762
1322
|
|
|
1763
1323
|
export interface InstallToRemoteAccessSessionRequest {
|
|
1764
1324
|
|
|
@@ -1766,19 +1326,11 @@ export interface InstallToRemoteAccessSessionRequest {
|
|
|
1766
1326
|
|
|
1767
1327
|
appArn: string | undefined;
|
|
1768
1328
|
}
|
|
1769
|
-
export declare namespace InstallToRemoteAccessSessionRequest {
|
|
1770
|
-
|
|
1771
|
-
const filterSensitiveLog: (obj: InstallToRemoteAccessSessionRequest) => any;
|
|
1772
|
-
}
|
|
1773
1329
|
|
|
1774
1330
|
export interface InstallToRemoteAccessSessionResult {
|
|
1775
1331
|
|
|
1776
1332
|
appUpload?: Upload;
|
|
1777
1333
|
}
|
|
1778
|
-
export declare namespace InstallToRemoteAccessSessionResult {
|
|
1779
|
-
|
|
1780
|
-
const filterSensitiveLog: (obj: InstallToRemoteAccessSessionResult) => any;
|
|
1781
|
-
}
|
|
1782
1334
|
|
|
1783
1335
|
export interface ListArtifactsRequest {
|
|
1784
1336
|
|
|
@@ -1788,10 +1340,6 @@ export interface ListArtifactsRequest {
|
|
|
1788
1340
|
|
|
1789
1341
|
nextToken?: string;
|
|
1790
1342
|
}
|
|
1791
|
-
export declare namespace ListArtifactsRequest {
|
|
1792
|
-
|
|
1793
|
-
const filterSensitiveLog: (obj: ListArtifactsRequest) => any;
|
|
1794
|
-
}
|
|
1795
1343
|
|
|
1796
1344
|
export interface ListArtifactsResult {
|
|
1797
1345
|
|
|
@@ -1799,30 +1347,18 @@ export interface ListArtifactsResult {
|
|
|
1799
1347
|
|
|
1800
1348
|
nextToken?: string;
|
|
1801
1349
|
}
|
|
1802
|
-
export declare namespace ListArtifactsResult {
|
|
1803
|
-
|
|
1804
|
-
const filterSensitiveLog: (obj: ListArtifactsResult) => any;
|
|
1805
|
-
}
|
|
1806
1350
|
export interface ListDeviceInstancesRequest {
|
|
1807
1351
|
|
|
1808
1352
|
maxResults?: number;
|
|
1809
1353
|
|
|
1810
1354
|
nextToken?: string;
|
|
1811
1355
|
}
|
|
1812
|
-
export declare namespace ListDeviceInstancesRequest {
|
|
1813
|
-
|
|
1814
|
-
const filterSensitiveLog: (obj: ListDeviceInstancesRequest) => any;
|
|
1815
|
-
}
|
|
1816
1356
|
export interface ListDeviceInstancesResult {
|
|
1817
1357
|
|
|
1818
1358
|
deviceInstances?: DeviceInstance[];
|
|
1819
1359
|
|
|
1820
1360
|
nextToken?: string;
|
|
1821
1361
|
}
|
|
1822
|
-
export declare namespace ListDeviceInstancesResult {
|
|
1823
|
-
|
|
1824
|
-
const filterSensitiveLog: (obj: ListDeviceInstancesResult) => any;
|
|
1825
|
-
}
|
|
1826
1362
|
|
|
1827
1363
|
export interface ListDevicePoolsRequest {
|
|
1828
1364
|
|
|
@@ -1832,10 +1368,6 @@ export interface ListDevicePoolsRequest {
|
|
|
1832
1368
|
|
|
1833
1369
|
nextToken?: string;
|
|
1834
1370
|
}
|
|
1835
|
-
export declare namespace ListDevicePoolsRequest {
|
|
1836
|
-
|
|
1837
|
-
const filterSensitiveLog: (obj: ListDevicePoolsRequest) => any;
|
|
1838
|
-
}
|
|
1839
1371
|
|
|
1840
1372
|
export interface ListDevicePoolsResult {
|
|
1841
1373
|
|
|
@@ -1843,10 +1375,6 @@ export interface ListDevicePoolsResult {
|
|
|
1843
1375
|
|
|
1844
1376
|
nextToken?: string;
|
|
1845
1377
|
}
|
|
1846
|
-
export declare namespace ListDevicePoolsResult {
|
|
1847
|
-
|
|
1848
|
-
const filterSensitiveLog: (obj: ListDevicePoolsResult) => any;
|
|
1849
|
-
}
|
|
1850
1378
|
|
|
1851
1379
|
export interface ListDevicesRequest {
|
|
1852
1380
|
|
|
@@ -1856,10 +1384,6 @@ export interface ListDevicesRequest {
|
|
|
1856
1384
|
|
|
1857
1385
|
filters?: DeviceFilter[];
|
|
1858
1386
|
}
|
|
1859
|
-
export declare namespace ListDevicesRequest {
|
|
1860
|
-
|
|
1861
|
-
const filterSensitiveLog: (obj: ListDevicesRequest) => any;
|
|
1862
|
-
}
|
|
1863
1387
|
|
|
1864
1388
|
export interface ListDevicesResult {
|
|
1865
1389
|
|
|
@@ -1867,30 +1391,18 @@ export interface ListDevicesResult {
|
|
|
1867
1391
|
|
|
1868
1392
|
nextToken?: string;
|
|
1869
1393
|
}
|
|
1870
|
-
export declare namespace ListDevicesResult {
|
|
1871
|
-
|
|
1872
|
-
const filterSensitiveLog: (obj: ListDevicesResult) => any;
|
|
1873
|
-
}
|
|
1874
1394
|
export interface ListInstanceProfilesRequest {
|
|
1875
1395
|
|
|
1876
1396
|
maxResults?: number;
|
|
1877
1397
|
|
|
1878
1398
|
nextToken?: string;
|
|
1879
1399
|
}
|
|
1880
|
-
export declare namespace ListInstanceProfilesRequest {
|
|
1881
|
-
|
|
1882
|
-
const filterSensitiveLog: (obj: ListInstanceProfilesRequest) => any;
|
|
1883
|
-
}
|
|
1884
1400
|
export interface ListInstanceProfilesResult {
|
|
1885
1401
|
|
|
1886
1402
|
instanceProfiles?: InstanceProfile[];
|
|
1887
1403
|
|
|
1888
1404
|
nextToken?: string;
|
|
1889
1405
|
}
|
|
1890
|
-
export declare namespace ListInstanceProfilesResult {
|
|
1891
|
-
|
|
1892
|
-
const filterSensitiveLog: (obj: ListInstanceProfilesResult) => any;
|
|
1893
|
-
}
|
|
1894
1406
|
|
|
1895
1407
|
export interface ListJobsRequest {
|
|
1896
1408
|
|
|
@@ -1898,10 +1410,6 @@ export interface ListJobsRequest {
|
|
|
1898
1410
|
|
|
1899
1411
|
nextToken?: string;
|
|
1900
1412
|
}
|
|
1901
|
-
export declare namespace ListJobsRequest {
|
|
1902
|
-
|
|
1903
|
-
const filterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
1904
|
-
}
|
|
1905
1413
|
|
|
1906
1414
|
export interface ListJobsResult {
|
|
1907
1415
|
|
|
@@ -1909,10 +1417,6 @@ export interface ListJobsResult {
|
|
|
1909
1417
|
|
|
1910
1418
|
nextToken?: string;
|
|
1911
1419
|
}
|
|
1912
|
-
export declare namespace ListJobsResult {
|
|
1913
|
-
|
|
1914
|
-
const filterSensitiveLog: (obj: ListJobsResult) => any;
|
|
1915
|
-
}
|
|
1916
1420
|
export interface ListNetworkProfilesRequest {
|
|
1917
1421
|
|
|
1918
1422
|
arn: string | undefined;
|
|
@@ -1921,28 +1425,16 @@ export interface ListNetworkProfilesRequest {
|
|
|
1921
1425
|
|
|
1922
1426
|
nextToken?: string;
|
|
1923
1427
|
}
|
|
1924
|
-
export declare namespace ListNetworkProfilesRequest {
|
|
1925
|
-
|
|
1926
|
-
const filterSensitiveLog: (obj: ListNetworkProfilesRequest) => any;
|
|
1927
|
-
}
|
|
1928
1428
|
export interface ListNetworkProfilesResult {
|
|
1929
1429
|
|
|
1930
1430
|
networkProfiles?: NetworkProfile[];
|
|
1931
1431
|
|
|
1932
1432
|
nextToken?: string;
|
|
1933
1433
|
}
|
|
1934
|
-
export declare namespace ListNetworkProfilesResult {
|
|
1935
|
-
|
|
1936
|
-
const filterSensitiveLog: (obj: ListNetworkProfilesResult) => any;
|
|
1937
|
-
}
|
|
1938
1434
|
export interface ListOfferingPromotionsRequest {
|
|
1939
1435
|
|
|
1940
1436
|
nextToken?: string;
|
|
1941
1437
|
}
|
|
1942
|
-
export declare namespace ListOfferingPromotionsRequest {
|
|
1943
|
-
|
|
1944
|
-
const filterSensitiveLog: (obj: ListOfferingPromotionsRequest) => any;
|
|
1945
|
-
}
|
|
1946
1438
|
|
|
1947
1439
|
export interface OfferingPromotion {
|
|
1948
1440
|
|
|
@@ -1950,29 +1442,17 @@ export interface OfferingPromotion {
|
|
|
1950
1442
|
|
|
1951
1443
|
description?: string;
|
|
1952
1444
|
}
|
|
1953
|
-
export declare namespace OfferingPromotion {
|
|
1954
|
-
|
|
1955
|
-
const filterSensitiveLog: (obj: OfferingPromotion) => any;
|
|
1956
|
-
}
|
|
1957
1445
|
export interface ListOfferingPromotionsResult {
|
|
1958
1446
|
|
|
1959
1447
|
offeringPromotions?: OfferingPromotion[];
|
|
1960
1448
|
|
|
1961
1449
|
nextToken?: string;
|
|
1962
1450
|
}
|
|
1963
|
-
export declare namespace ListOfferingPromotionsResult {
|
|
1964
|
-
|
|
1965
|
-
const filterSensitiveLog: (obj: ListOfferingPromotionsResult) => any;
|
|
1966
|
-
}
|
|
1967
1451
|
|
|
1968
1452
|
export interface ListOfferingsRequest {
|
|
1969
1453
|
|
|
1970
1454
|
nextToken?: string;
|
|
1971
1455
|
}
|
|
1972
|
-
export declare namespace ListOfferingsRequest {
|
|
1973
|
-
|
|
1974
|
-
const filterSensitiveLog: (obj: ListOfferingsRequest) => any;
|
|
1975
|
-
}
|
|
1976
1456
|
|
|
1977
1457
|
export interface ListOfferingsResult {
|
|
1978
1458
|
|
|
@@ -1980,19 +1460,11 @@ export interface ListOfferingsResult {
|
|
|
1980
1460
|
|
|
1981
1461
|
nextToken?: string;
|
|
1982
1462
|
}
|
|
1983
|
-
export declare namespace ListOfferingsResult {
|
|
1984
|
-
|
|
1985
|
-
const filterSensitiveLog: (obj: ListOfferingsResult) => any;
|
|
1986
|
-
}
|
|
1987
1463
|
|
|
1988
1464
|
export interface ListOfferingTransactionsRequest {
|
|
1989
1465
|
|
|
1990
1466
|
nextToken?: string;
|
|
1991
1467
|
}
|
|
1992
|
-
export declare namespace ListOfferingTransactionsRequest {
|
|
1993
|
-
|
|
1994
|
-
const filterSensitiveLog: (obj: ListOfferingTransactionsRequest) => any;
|
|
1995
|
-
}
|
|
1996
1468
|
|
|
1997
1469
|
export interface OfferingTransaction {
|
|
1998
1470
|
|
|
@@ -2006,10 +1478,6 @@ export interface OfferingTransaction {
|
|
|
2006
1478
|
|
|
2007
1479
|
cost?: MonetaryAmount;
|
|
2008
1480
|
}
|
|
2009
|
-
export declare namespace OfferingTransaction {
|
|
2010
|
-
|
|
2011
|
-
const filterSensitiveLog: (obj: OfferingTransaction) => any;
|
|
2012
|
-
}
|
|
2013
1481
|
|
|
2014
1482
|
export interface ListOfferingTransactionsResult {
|
|
2015
1483
|
|
|
@@ -2017,10 +1485,6 @@ export interface ListOfferingTransactionsResult {
|
|
|
2017
1485
|
|
|
2018
1486
|
nextToken?: string;
|
|
2019
1487
|
}
|
|
2020
|
-
export declare namespace ListOfferingTransactionsResult {
|
|
2021
|
-
|
|
2022
|
-
const filterSensitiveLog: (obj: ListOfferingTransactionsResult) => any;
|
|
2023
|
-
}
|
|
2024
1488
|
|
|
2025
1489
|
export interface ListProjectsRequest {
|
|
2026
1490
|
|
|
@@ -2028,10 +1492,6 @@ export interface ListProjectsRequest {
|
|
|
2028
1492
|
|
|
2029
1493
|
nextToken?: string;
|
|
2030
1494
|
}
|
|
2031
|
-
export declare namespace ListProjectsRequest {
|
|
2032
|
-
|
|
2033
|
-
const filterSensitiveLog: (obj: ListProjectsRequest) => any;
|
|
2034
|
-
}
|
|
2035
1495
|
|
|
2036
1496
|
export interface ListProjectsResult {
|
|
2037
1497
|
|
|
@@ -2039,10 +1499,6 @@ export interface ListProjectsResult {
|
|
|
2039
1499
|
|
|
2040
1500
|
nextToken?: string;
|
|
2041
1501
|
}
|
|
2042
|
-
export declare namespace ListProjectsResult {
|
|
2043
|
-
|
|
2044
|
-
const filterSensitiveLog: (obj: ListProjectsResult) => any;
|
|
2045
|
-
}
|
|
2046
1502
|
|
|
2047
1503
|
export interface ListRemoteAccessSessionsRequest {
|
|
2048
1504
|
|
|
@@ -2050,10 +1506,6 @@ export interface ListRemoteAccessSessionsRequest {
|
|
|
2050
1506
|
|
|
2051
1507
|
nextToken?: string;
|
|
2052
1508
|
}
|
|
2053
|
-
export declare namespace ListRemoteAccessSessionsRequest {
|
|
2054
|
-
|
|
2055
|
-
const filterSensitiveLog: (obj: ListRemoteAccessSessionsRequest) => any;
|
|
2056
|
-
}
|
|
2057
1509
|
|
|
2058
1510
|
export interface ListRemoteAccessSessionsResult {
|
|
2059
1511
|
|
|
@@ -2061,10 +1513,6 @@ export interface ListRemoteAccessSessionsResult {
|
|
|
2061
1513
|
|
|
2062
1514
|
nextToken?: string;
|
|
2063
1515
|
}
|
|
2064
|
-
export declare namespace ListRemoteAccessSessionsResult {
|
|
2065
|
-
|
|
2066
|
-
const filterSensitiveLog: (obj: ListRemoteAccessSessionsResult) => any;
|
|
2067
|
-
}
|
|
2068
1516
|
|
|
2069
1517
|
export interface ListRunsRequest {
|
|
2070
1518
|
|
|
@@ -2072,10 +1520,6 @@ export interface ListRunsRequest {
|
|
|
2072
1520
|
|
|
2073
1521
|
nextToken?: string;
|
|
2074
1522
|
}
|
|
2075
|
-
export declare namespace ListRunsRequest {
|
|
2076
|
-
|
|
2077
|
-
const filterSensitiveLog: (obj: ListRunsRequest) => any;
|
|
2078
|
-
}
|
|
2079
1523
|
|
|
2080
1524
|
export interface ListRunsResult {
|
|
2081
1525
|
|
|
@@ -2083,10 +1527,6 @@ export interface ListRunsResult {
|
|
|
2083
1527
|
|
|
2084
1528
|
nextToken?: string;
|
|
2085
1529
|
}
|
|
2086
|
-
export declare namespace ListRunsResult {
|
|
2087
|
-
|
|
2088
|
-
const filterSensitiveLog: (obj: ListRunsResult) => any;
|
|
2089
|
-
}
|
|
2090
1530
|
|
|
2091
1531
|
export interface ListSamplesRequest {
|
|
2092
1532
|
|
|
@@ -2094,10 +1534,6 @@ export interface ListSamplesRequest {
|
|
|
2094
1534
|
|
|
2095
1535
|
nextToken?: string;
|
|
2096
1536
|
}
|
|
2097
|
-
export declare namespace ListSamplesRequest {
|
|
2098
|
-
|
|
2099
|
-
const filterSensitiveLog: (obj: ListSamplesRequest) => any;
|
|
2100
|
-
}
|
|
2101
1537
|
export declare enum SampleType {
|
|
2102
1538
|
CPU = "CPU",
|
|
2103
1539
|
MEMORY = "MEMORY",
|
|
@@ -2126,10 +1562,6 @@ export interface Sample {
|
|
|
2126
1562
|
|
|
2127
1563
|
url?: string;
|
|
2128
1564
|
}
|
|
2129
|
-
export declare namespace Sample {
|
|
2130
|
-
|
|
2131
|
-
const filterSensitiveLog: (obj: Sample) => any;
|
|
2132
|
-
}
|
|
2133
1565
|
|
|
2134
1566
|
export interface ListSamplesResult {
|
|
2135
1567
|
|
|
@@ -2137,10 +1569,6 @@ export interface ListSamplesResult {
|
|
|
2137
1569
|
|
|
2138
1570
|
nextToken?: string;
|
|
2139
1571
|
}
|
|
2140
|
-
export declare namespace ListSamplesResult {
|
|
2141
|
-
|
|
2142
|
-
const filterSensitiveLog: (obj: ListSamplesResult) => any;
|
|
2143
|
-
}
|
|
2144
1572
|
|
|
2145
1573
|
export interface ListSuitesRequest {
|
|
2146
1574
|
|
|
@@ -2148,10 +1576,6 @@ export interface ListSuitesRequest {
|
|
|
2148
1576
|
|
|
2149
1577
|
nextToken?: string;
|
|
2150
1578
|
}
|
|
2151
|
-
export declare namespace ListSuitesRequest {
|
|
2152
|
-
|
|
2153
|
-
const filterSensitiveLog: (obj: ListSuitesRequest) => any;
|
|
2154
|
-
}
|
|
2155
1579
|
|
|
2156
1580
|
export interface ListSuitesResult {
|
|
2157
1581
|
|
|
@@ -2159,18 +1583,10 @@ export interface ListSuitesResult {
|
|
|
2159
1583
|
|
|
2160
1584
|
nextToken?: string;
|
|
2161
1585
|
}
|
|
2162
|
-
export declare namespace ListSuitesResult {
|
|
2163
|
-
|
|
2164
|
-
const filterSensitiveLog: (obj: ListSuitesResult) => any;
|
|
2165
|
-
}
|
|
2166
1586
|
export interface ListTagsForResourceRequest {
|
|
2167
1587
|
|
|
2168
1588
|
ResourceARN: string | undefined;
|
|
2169
1589
|
}
|
|
2170
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2171
|
-
|
|
2172
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2173
|
-
}
|
|
2174
1590
|
|
|
2175
1591
|
export interface Tag {
|
|
2176
1592
|
|
|
@@ -2178,38 +1594,22 @@ export interface Tag {
|
|
|
2178
1594
|
|
|
2179
1595
|
Value: string | undefined;
|
|
2180
1596
|
}
|
|
2181
|
-
export declare namespace Tag {
|
|
2182
|
-
|
|
2183
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
2184
|
-
}
|
|
2185
1597
|
export interface ListTagsForResourceResponse {
|
|
2186
1598
|
|
|
2187
1599
|
Tags?: Tag[];
|
|
2188
1600
|
}
|
|
2189
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2190
|
-
|
|
2191
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2192
|
-
}
|
|
2193
1601
|
export interface ListTestGridProjectsRequest {
|
|
2194
1602
|
|
|
2195
1603
|
maxResult?: number;
|
|
2196
1604
|
|
|
2197
1605
|
nextToken?: string;
|
|
2198
1606
|
}
|
|
2199
|
-
export declare namespace ListTestGridProjectsRequest {
|
|
2200
|
-
|
|
2201
|
-
const filterSensitiveLog: (obj: ListTestGridProjectsRequest) => any;
|
|
2202
|
-
}
|
|
2203
1607
|
export interface ListTestGridProjectsResult {
|
|
2204
1608
|
|
|
2205
1609
|
testGridProjects?: TestGridProject[];
|
|
2206
1610
|
|
|
2207
1611
|
nextToken?: string;
|
|
2208
1612
|
}
|
|
2209
|
-
export declare namespace ListTestGridProjectsResult {
|
|
2210
|
-
|
|
2211
|
-
const filterSensitiveLog: (obj: ListTestGridProjectsResult) => any;
|
|
2212
|
-
}
|
|
2213
1613
|
export interface ListTestGridSessionActionsRequest {
|
|
2214
1614
|
|
|
2215
1615
|
sessionArn: string | undefined;
|
|
@@ -2218,10 +1618,6 @@ export interface ListTestGridSessionActionsRequest {
|
|
|
2218
1618
|
|
|
2219
1619
|
nextToken?: string;
|
|
2220
1620
|
}
|
|
2221
|
-
export declare namespace ListTestGridSessionActionsRequest {
|
|
2222
|
-
|
|
2223
|
-
const filterSensitiveLog: (obj: ListTestGridSessionActionsRequest) => any;
|
|
2224
|
-
}
|
|
2225
1621
|
|
|
2226
1622
|
export interface TestGridSessionAction {
|
|
2227
1623
|
|
|
@@ -2235,20 +1631,12 @@ export interface TestGridSessionAction {
|
|
|
2235
1631
|
|
|
2236
1632
|
requestMethod?: string;
|
|
2237
1633
|
}
|
|
2238
|
-
export declare namespace TestGridSessionAction {
|
|
2239
|
-
|
|
2240
|
-
const filterSensitiveLog: (obj: TestGridSessionAction) => any;
|
|
2241
|
-
}
|
|
2242
1634
|
export interface ListTestGridSessionActionsResult {
|
|
2243
1635
|
|
|
2244
1636
|
actions?: TestGridSessionAction[];
|
|
2245
1637
|
|
|
2246
1638
|
nextToken?: string;
|
|
2247
1639
|
}
|
|
2248
|
-
export declare namespace ListTestGridSessionActionsResult {
|
|
2249
|
-
|
|
2250
|
-
const filterSensitiveLog: (obj: ListTestGridSessionActionsResult) => any;
|
|
2251
|
-
}
|
|
2252
1640
|
export declare enum TestGridSessionArtifactCategory {
|
|
2253
1641
|
LOG = "LOG",
|
|
2254
1642
|
VIDEO = "VIDEO"
|
|
@@ -2263,10 +1651,6 @@ export interface ListTestGridSessionArtifactsRequest {
|
|
|
2263
1651
|
|
|
2264
1652
|
nextToken?: string;
|
|
2265
1653
|
}
|
|
2266
|
-
export declare namespace ListTestGridSessionArtifactsRequest {
|
|
2267
|
-
|
|
2268
|
-
const filterSensitiveLog: (obj: ListTestGridSessionArtifactsRequest) => any;
|
|
2269
|
-
}
|
|
2270
1654
|
export declare enum TestGridSessionArtifactType {
|
|
2271
1655
|
SELENIUM_LOG = "SELENIUM_LOG",
|
|
2272
1656
|
UNKNOWN = "UNKNOWN",
|
|
@@ -2281,20 +1665,12 @@ export interface TestGridSessionArtifact {
|
|
|
2281
1665
|
|
|
2282
1666
|
url?: string;
|
|
2283
1667
|
}
|
|
2284
|
-
export declare namespace TestGridSessionArtifact {
|
|
2285
|
-
|
|
2286
|
-
const filterSensitiveLog: (obj: TestGridSessionArtifact) => any;
|
|
2287
|
-
}
|
|
2288
1668
|
export interface ListTestGridSessionArtifactsResult {
|
|
2289
1669
|
|
|
2290
1670
|
artifacts?: TestGridSessionArtifact[];
|
|
2291
1671
|
|
|
2292
1672
|
nextToken?: string;
|
|
2293
1673
|
}
|
|
2294
|
-
export declare namespace ListTestGridSessionArtifactsResult {
|
|
2295
|
-
|
|
2296
|
-
const filterSensitiveLog: (obj: ListTestGridSessionArtifactsResult) => any;
|
|
2297
|
-
}
|
|
2298
1674
|
export interface ListTestGridSessionsRequest {
|
|
2299
1675
|
|
|
2300
1676
|
projectArn: string | undefined;
|
|
@@ -2313,20 +1689,12 @@ export interface ListTestGridSessionsRequest {
|
|
|
2313
1689
|
|
|
2314
1690
|
nextToken?: string;
|
|
2315
1691
|
}
|
|
2316
|
-
export declare namespace ListTestGridSessionsRequest {
|
|
2317
|
-
|
|
2318
|
-
const filterSensitiveLog: (obj: ListTestGridSessionsRequest) => any;
|
|
2319
|
-
}
|
|
2320
1692
|
export interface ListTestGridSessionsResult {
|
|
2321
1693
|
|
|
2322
1694
|
testGridSessions?: TestGridSession[];
|
|
2323
1695
|
|
|
2324
1696
|
nextToken?: string;
|
|
2325
1697
|
}
|
|
2326
|
-
export declare namespace ListTestGridSessionsResult {
|
|
2327
|
-
|
|
2328
|
-
const filterSensitiveLog: (obj: ListTestGridSessionsResult) => any;
|
|
2329
|
-
}
|
|
2330
1698
|
|
|
2331
1699
|
export interface ListTestsRequest {
|
|
2332
1700
|
|
|
@@ -2334,10 +1702,6 @@ export interface ListTestsRequest {
|
|
|
2334
1702
|
|
|
2335
1703
|
nextToken?: string;
|
|
2336
1704
|
}
|
|
2337
|
-
export declare namespace ListTestsRequest {
|
|
2338
|
-
|
|
2339
|
-
const filterSensitiveLog: (obj: ListTestsRequest) => any;
|
|
2340
|
-
}
|
|
2341
1705
|
|
|
2342
1706
|
export interface ListTestsResult {
|
|
2343
1707
|
|
|
@@ -2345,10 +1709,6 @@ export interface ListTestsResult {
|
|
|
2345
1709
|
|
|
2346
1710
|
nextToken?: string;
|
|
2347
1711
|
}
|
|
2348
|
-
export declare namespace ListTestsResult {
|
|
2349
|
-
|
|
2350
|
-
const filterSensitiveLog: (obj: ListTestsResult) => any;
|
|
2351
|
-
}
|
|
2352
1712
|
|
|
2353
1713
|
export interface ListUniqueProblemsRequest {
|
|
2354
1714
|
|
|
@@ -2356,10 +1716,6 @@ export interface ListUniqueProblemsRequest {
|
|
|
2356
1716
|
|
|
2357
1717
|
nextToken?: string;
|
|
2358
1718
|
}
|
|
2359
|
-
export declare namespace ListUniqueProblemsRequest {
|
|
2360
|
-
|
|
2361
|
-
const filterSensitiveLog: (obj: ListUniqueProblemsRequest) => any;
|
|
2362
|
-
}
|
|
2363
1719
|
|
|
2364
1720
|
export interface ProblemDetail {
|
|
2365
1721
|
|
|
@@ -2367,10 +1723,6 @@ export interface ProblemDetail {
|
|
|
2367
1723
|
|
|
2368
1724
|
name?: string;
|
|
2369
1725
|
}
|
|
2370
|
-
export declare namespace ProblemDetail {
|
|
2371
|
-
|
|
2372
|
-
const filterSensitiveLog: (obj: ProblemDetail) => any;
|
|
2373
|
-
}
|
|
2374
1726
|
|
|
2375
1727
|
export interface Problem {
|
|
2376
1728
|
|
|
@@ -2388,10 +1740,6 @@ export interface Problem {
|
|
|
2388
1740
|
|
|
2389
1741
|
message?: string;
|
|
2390
1742
|
}
|
|
2391
|
-
export declare namespace Problem {
|
|
2392
|
-
|
|
2393
|
-
const filterSensitiveLog: (obj: Problem) => any;
|
|
2394
|
-
}
|
|
2395
1743
|
|
|
2396
1744
|
export interface UniqueProblem {
|
|
2397
1745
|
|
|
@@ -2399,10 +1747,6 @@ export interface UniqueProblem {
|
|
|
2399
1747
|
|
|
2400
1748
|
problems?: Problem[];
|
|
2401
1749
|
}
|
|
2402
|
-
export declare namespace UniqueProblem {
|
|
2403
|
-
|
|
2404
|
-
const filterSensitiveLog: (obj: UniqueProblem) => any;
|
|
2405
|
-
}
|
|
2406
1750
|
|
|
2407
1751
|
export interface ListUniqueProblemsResult {
|
|
2408
1752
|
|
|
@@ -2410,10 +1754,6 @@ export interface ListUniqueProblemsResult {
|
|
|
2410
1754
|
|
|
2411
1755
|
nextToken?: string;
|
|
2412
1756
|
}
|
|
2413
|
-
export declare namespace ListUniqueProblemsResult {
|
|
2414
|
-
|
|
2415
|
-
const filterSensitiveLog: (obj: ListUniqueProblemsResult) => any;
|
|
2416
|
-
}
|
|
2417
1757
|
|
|
2418
1758
|
export interface ListUploadsRequest {
|
|
2419
1759
|
|
|
@@ -2423,10 +1763,6 @@ export interface ListUploadsRequest {
|
|
|
2423
1763
|
|
|
2424
1764
|
nextToken?: string;
|
|
2425
1765
|
}
|
|
2426
|
-
export declare namespace ListUploadsRequest {
|
|
2427
|
-
|
|
2428
|
-
const filterSensitiveLog: (obj: ListUploadsRequest) => any;
|
|
2429
|
-
}
|
|
2430
1766
|
|
|
2431
1767
|
export interface ListUploadsResult {
|
|
2432
1768
|
|
|
@@ -2434,30 +1770,18 @@ export interface ListUploadsResult {
|
|
|
2434
1770
|
|
|
2435
1771
|
nextToken?: string;
|
|
2436
1772
|
}
|
|
2437
|
-
export declare namespace ListUploadsResult {
|
|
2438
|
-
|
|
2439
|
-
const filterSensitiveLog: (obj: ListUploadsResult) => any;
|
|
2440
|
-
}
|
|
2441
1773
|
export interface ListVPCEConfigurationsRequest {
|
|
2442
1774
|
|
|
2443
1775
|
maxResults?: number;
|
|
2444
1776
|
|
|
2445
1777
|
nextToken?: string;
|
|
2446
1778
|
}
|
|
2447
|
-
export declare namespace ListVPCEConfigurationsRequest {
|
|
2448
|
-
|
|
2449
|
-
const filterSensitiveLog: (obj: ListVPCEConfigurationsRequest) => any;
|
|
2450
|
-
}
|
|
2451
1779
|
export interface ListVPCEConfigurationsResult {
|
|
2452
1780
|
|
|
2453
1781
|
vpceConfigurations?: VPCEConfiguration[];
|
|
2454
1782
|
|
|
2455
1783
|
nextToken?: string;
|
|
2456
1784
|
}
|
|
2457
|
-
export declare namespace ListVPCEConfigurationsResult {
|
|
2458
|
-
|
|
2459
|
-
const filterSensitiveLog: (obj: ListVPCEConfigurationsResult) => any;
|
|
2460
|
-
}
|
|
2461
1785
|
|
|
2462
1786
|
export interface PurchaseOfferingRequest {
|
|
2463
1787
|
|
|
@@ -2467,19 +1791,11 @@ export interface PurchaseOfferingRequest {
|
|
|
2467
1791
|
|
|
2468
1792
|
offeringPromotionId?: string;
|
|
2469
1793
|
}
|
|
2470
|
-
export declare namespace PurchaseOfferingRequest {
|
|
2471
|
-
|
|
2472
|
-
const filterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
|
|
2473
|
-
}
|
|
2474
1794
|
|
|
2475
1795
|
export interface PurchaseOfferingResult {
|
|
2476
1796
|
|
|
2477
1797
|
offeringTransaction?: OfferingTransaction;
|
|
2478
1798
|
}
|
|
2479
|
-
export declare namespace PurchaseOfferingResult {
|
|
2480
|
-
|
|
2481
|
-
const filterSensitiveLog: (obj: PurchaseOfferingResult) => any;
|
|
2482
|
-
}
|
|
2483
1799
|
|
|
2484
1800
|
export interface RenewOfferingRequest {
|
|
2485
1801
|
|
|
@@ -2487,19 +1803,11 @@ export interface RenewOfferingRequest {
|
|
|
2487
1803
|
|
|
2488
1804
|
quantity: number | undefined;
|
|
2489
1805
|
}
|
|
2490
|
-
export declare namespace RenewOfferingRequest {
|
|
2491
|
-
|
|
2492
|
-
const filterSensitiveLog: (obj: RenewOfferingRequest) => any;
|
|
2493
|
-
}
|
|
2494
1806
|
|
|
2495
1807
|
export interface RenewOfferingResult {
|
|
2496
1808
|
|
|
2497
1809
|
offeringTransaction?: OfferingTransaction;
|
|
2498
1810
|
}
|
|
2499
|
-
export declare namespace RenewOfferingResult {
|
|
2500
|
-
|
|
2501
|
-
const filterSensitiveLog: (obj: RenewOfferingResult) => any;
|
|
2502
|
-
}
|
|
2503
1811
|
|
|
2504
1812
|
export declare class IdempotencyException extends __BaseException {
|
|
2505
1813
|
readonly name: "IdempotencyException";
|
|
@@ -2514,10 +1822,6 @@ export interface DeviceSelectionConfiguration {
|
|
|
2514
1822
|
|
|
2515
1823
|
maxDevices: number | undefined;
|
|
2516
1824
|
}
|
|
2517
|
-
export declare namespace DeviceSelectionConfiguration {
|
|
2518
|
-
|
|
2519
|
-
const filterSensitiveLog: (obj: DeviceSelectionConfiguration) => any;
|
|
2520
|
-
}
|
|
2521
1825
|
|
|
2522
1826
|
export interface ExecutionConfiguration {
|
|
2523
1827
|
|
|
@@ -2531,10 +1835,6 @@ export interface ExecutionConfiguration {
|
|
|
2531
1835
|
|
|
2532
1836
|
skipAppResign?: boolean;
|
|
2533
1837
|
}
|
|
2534
|
-
export declare namespace ExecutionConfiguration {
|
|
2535
|
-
|
|
2536
|
-
const filterSensitiveLog: (obj: ExecutionConfiguration) => any;
|
|
2537
|
-
}
|
|
2538
1838
|
|
|
2539
1839
|
export interface ScheduleRunRequest {
|
|
2540
1840
|
|
|
@@ -2554,71 +1854,39 @@ export interface ScheduleRunRequest {
|
|
|
2554
1854
|
|
|
2555
1855
|
executionConfiguration?: ExecutionConfiguration;
|
|
2556
1856
|
}
|
|
2557
|
-
export declare namespace ScheduleRunRequest {
|
|
2558
|
-
|
|
2559
|
-
const filterSensitiveLog: (obj: ScheduleRunRequest) => any;
|
|
2560
|
-
}
|
|
2561
1857
|
|
|
2562
1858
|
export interface ScheduleRunResult {
|
|
2563
1859
|
|
|
2564
1860
|
run?: Run;
|
|
2565
1861
|
}
|
|
2566
|
-
export declare namespace ScheduleRunResult {
|
|
2567
|
-
|
|
2568
|
-
const filterSensitiveLog: (obj: ScheduleRunResult) => any;
|
|
2569
|
-
}
|
|
2570
1862
|
export interface StopJobRequest {
|
|
2571
1863
|
|
|
2572
1864
|
arn: string | undefined;
|
|
2573
1865
|
}
|
|
2574
|
-
export declare namespace StopJobRequest {
|
|
2575
|
-
|
|
2576
|
-
const filterSensitiveLog: (obj: StopJobRequest) => any;
|
|
2577
|
-
}
|
|
2578
1866
|
export interface StopJobResult {
|
|
2579
1867
|
|
|
2580
1868
|
job?: Job;
|
|
2581
1869
|
}
|
|
2582
|
-
export declare namespace StopJobResult {
|
|
2583
|
-
|
|
2584
|
-
const filterSensitiveLog: (obj: StopJobResult) => any;
|
|
2585
|
-
}
|
|
2586
1870
|
|
|
2587
1871
|
export interface StopRemoteAccessSessionRequest {
|
|
2588
1872
|
|
|
2589
1873
|
arn: string | undefined;
|
|
2590
1874
|
}
|
|
2591
|
-
export declare namespace StopRemoteAccessSessionRequest {
|
|
2592
|
-
|
|
2593
|
-
const filterSensitiveLog: (obj: StopRemoteAccessSessionRequest) => any;
|
|
2594
|
-
}
|
|
2595
1875
|
|
|
2596
1876
|
export interface StopRemoteAccessSessionResult {
|
|
2597
1877
|
|
|
2598
1878
|
remoteAccessSession?: RemoteAccessSession;
|
|
2599
1879
|
}
|
|
2600
|
-
export declare namespace StopRemoteAccessSessionResult {
|
|
2601
|
-
|
|
2602
|
-
const filterSensitiveLog: (obj: StopRemoteAccessSessionResult) => any;
|
|
2603
|
-
}
|
|
2604
1880
|
|
|
2605
1881
|
export interface StopRunRequest {
|
|
2606
1882
|
|
|
2607
1883
|
arn: string | undefined;
|
|
2608
1884
|
}
|
|
2609
|
-
export declare namespace StopRunRequest {
|
|
2610
|
-
|
|
2611
|
-
const filterSensitiveLog: (obj: StopRunRequest) => any;
|
|
2612
|
-
}
|
|
2613
1885
|
|
|
2614
1886
|
export interface StopRunResult {
|
|
2615
1887
|
|
|
2616
1888
|
run?: Run;
|
|
2617
1889
|
}
|
|
2618
|
-
export declare namespace StopRunResult {
|
|
2619
|
-
|
|
2620
|
-
const filterSensitiveLog: (obj: StopRunResult) => any;
|
|
2621
|
-
}
|
|
2622
1890
|
|
|
2623
1891
|
export declare class TagPolicyException extends __BaseException {
|
|
2624
1892
|
readonly name: "TagPolicyException";
|
|
@@ -2633,16 +1901,8 @@ export interface TagResourceRequest {
|
|
|
2633
1901
|
|
|
2634
1902
|
Tags: Tag[] | undefined;
|
|
2635
1903
|
}
|
|
2636
|
-
export declare namespace TagResourceRequest {
|
|
2637
|
-
|
|
2638
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2639
|
-
}
|
|
2640
1904
|
export interface TagResourceResponse {
|
|
2641
1905
|
}
|
|
2642
|
-
export declare namespace TagResourceResponse {
|
|
2643
|
-
|
|
2644
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2645
|
-
}
|
|
2646
1906
|
|
|
2647
1907
|
export declare class TooManyTagsException extends __BaseException {
|
|
2648
1908
|
readonly name: "TooManyTagsException";
|
|
@@ -2657,16 +1917,8 @@ export interface UntagResourceRequest {
|
|
|
2657
1917
|
|
|
2658
1918
|
TagKeys: string[] | undefined;
|
|
2659
1919
|
}
|
|
2660
|
-
export declare namespace UntagResourceRequest {
|
|
2661
|
-
|
|
2662
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2663
|
-
}
|
|
2664
1920
|
export interface UntagResourceResponse {
|
|
2665
1921
|
}
|
|
2666
|
-
export declare namespace UntagResourceResponse {
|
|
2667
|
-
|
|
2668
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2669
|
-
}
|
|
2670
1922
|
export interface UpdateDeviceInstanceRequest {
|
|
2671
1923
|
|
|
2672
1924
|
arn: string | undefined;
|
|
@@ -2675,18 +1927,10 @@ export interface UpdateDeviceInstanceRequest {
|
|
|
2675
1927
|
|
|
2676
1928
|
labels?: string[];
|
|
2677
1929
|
}
|
|
2678
|
-
export declare namespace UpdateDeviceInstanceRequest {
|
|
2679
|
-
|
|
2680
|
-
const filterSensitiveLog: (obj: UpdateDeviceInstanceRequest) => any;
|
|
2681
|
-
}
|
|
2682
1930
|
export interface UpdateDeviceInstanceResult {
|
|
2683
1931
|
|
|
2684
1932
|
deviceInstance?: DeviceInstance;
|
|
2685
1933
|
}
|
|
2686
|
-
export declare namespace UpdateDeviceInstanceResult {
|
|
2687
|
-
|
|
2688
|
-
const filterSensitiveLog: (obj: UpdateDeviceInstanceResult) => any;
|
|
2689
|
-
}
|
|
2690
1934
|
|
|
2691
1935
|
export interface UpdateDevicePoolRequest {
|
|
2692
1936
|
|
|
@@ -2702,19 +1946,11 @@ export interface UpdateDevicePoolRequest {
|
|
|
2702
1946
|
|
|
2703
1947
|
clearMaxDevices?: boolean;
|
|
2704
1948
|
}
|
|
2705
|
-
export declare namespace UpdateDevicePoolRequest {
|
|
2706
|
-
|
|
2707
|
-
const filterSensitiveLog: (obj: UpdateDevicePoolRequest) => any;
|
|
2708
|
-
}
|
|
2709
1949
|
|
|
2710
1950
|
export interface UpdateDevicePoolResult {
|
|
2711
1951
|
|
|
2712
1952
|
devicePool?: DevicePool;
|
|
2713
1953
|
}
|
|
2714
|
-
export declare namespace UpdateDevicePoolResult {
|
|
2715
|
-
|
|
2716
|
-
const filterSensitiveLog: (obj: UpdateDevicePoolResult) => any;
|
|
2717
|
-
}
|
|
2718
1954
|
export interface UpdateInstanceProfileRequest {
|
|
2719
1955
|
|
|
2720
1956
|
arn: string | undefined;
|
|
@@ -2729,18 +1965,10 @@ export interface UpdateInstanceProfileRequest {
|
|
|
2729
1965
|
|
|
2730
1966
|
rebootAfterUse?: boolean;
|
|
2731
1967
|
}
|
|
2732
|
-
export declare namespace UpdateInstanceProfileRequest {
|
|
2733
|
-
|
|
2734
|
-
const filterSensitiveLog: (obj: UpdateInstanceProfileRequest) => any;
|
|
2735
|
-
}
|
|
2736
1968
|
export interface UpdateInstanceProfileResult {
|
|
2737
1969
|
|
|
2738
1970
|
instanceProfile?: InstanceProfile;
|
|
2739
1971
|
}
|
|
2740
|
-
export declare namespace UpdateInstanceProfileResult {
|
|
2741
|
-
|
|
2742
|
-
const filterSensitiveLog: (obj: UpdateInstanceProfileResult) => any;
|
|
2743
|
-
}
|
|
2744
1972
|
export interface UpdateNetworkProfileRequest {
|
|
2745
1973
|
|
|
2746
1974
|
arn: string | undefined;
|
|
@@ -2767,18 +1995,10 @@ export interface UpdateNetworkProfileRequest {
|
|
|
2767
1995
|
|
|
2768
1996
|
downlinkLossPercent?: number;
|
|
2769
1997
|
}
|
|
2770
|
-
export declare namespace UpdateNetworkProfileRequest {
|
|
2771
|
-
|
|
2772
|
-
const filterSensitiveLog: (obj: UpdateNetworkProfileRequest) => any;
|
|
2773
|
-
}
|
|
2774
1998
|
export interface UpdateNetworkProfileResult {
|
|
2775
1999
|
|
|
2776
2000
|
networkProfile?: NetworkProfile;
|
|
2777
2001
|
}
|
|
2778
|
-
export declare namespace UpdateNetworkProfileResult {
|
|
2779
|
-
|
|
2780
|
-
const filterSensitiveLog: (obj: UpdateNetworkProfileResult) => any;
|
|
2781
|
-
}
|
|
2782
2002
|
|
|
2783
2003
|
export interface UpdateProjectRequest {
|
|
2784
2004
|
|
|
@@ -2788,19 +2008,11 @@ export interface UpdateProjectRequest {
|
|
|
2788
2008
|
|
|
2789
2009
|
defaultJobTimeoutMinutes?: number;
|
|
2790
2010
|
}
|
|
2791
|
-
export declare namespace UpdateProjectRequest {
|
|
2792
|
-
|
|
2793
|
-
const filterSensitiveLog: (obj: UpdateProjectRequest) => any;
|
|
2794
|
-
}
|
|
2795
2011
|
|
|
2796
2012
|
export interface UpdateProjectResult {
|
|
2797
2013
|
|
|
2798
2014
|
project?: Project;
|
|
2799
2015
|
}
|
|
2800
|
-
export declare namespace UpdateProjectResult {
|
|
2801
|
-
|
|
2802
|
-
const filterSensitiveLog: (obj: UpdateProjectResult) => any;
|
|
2803
|
-
}
|
|
2804
2016
|
export interface UpdateTestGridProjectRequest {
|
|
2805
2017
|
|
|
2806
2018
|
projectArn: string | undefined;
|
|
@@ -2811,18 +2023,10 @@ export interface UpdateTestGridProjectRequest {
|
|
|
2811
2023
|
|
|
2812
2024
|
vpcConfig?: TestGridVpcConfig;
|
|
2813
2025
|
}
|
|
2814
|
-
export declare namespace UpdateTestGridProjectRequest {
|
|
2815
|
-
|
|
2816
|
-
const filterSensitiveLog: (obj: UpdateTestGridProjectRequest) => any;
|
|
2817
|
-
}
|
|
2818
2026
|
export interface UpdateTestGridProjectResult {
|
|
2819
2027
|
|
|
2820
2028
|
testGridProject?: TestGridProject;
|
|
2821
2029
|
}
|
|
2822
|
-
export declare namespace UpdateTestGridProjectResult {
|
|
2823
|
-
|
|
2824
|
-
const filterSensitiveLog: (obj: UpdateTestGridProjectResult) => any;
|
|
2825
|
-
}
|
|
2826
2030
|
export interface UpdateUploadRequest {
|
|
2827
2031
|
|
|
2828
2032
|
arn: string | undefined;
|
|
@@ -2833,18 +2037,10 @@ export interface UpdateUploadRequest {
|
|
|
2833
2037
|
|
|
2834
2038
|
editContent?: boolean;
|
|
2835
2039
|
}
|
|
2836
|
-
export declare namespace UpdateUploadRequest {
|
|
2837
|
-
|
|
2838
|
-
const filterSensitiveLog: (obj: UpdateUploadRequest) => any;
|
|
2839
|
-
}
|
|
2840
2040
|
export interface UpdateUploadResult {
|
|
2841
2041
|
|
|
2842
2042
|
upload?: Upload;
|
|
2843
2043
|
}
|
|
2844
|
-
export declare namespace UpdateUploadResult {
|
|
2845
|
-
|
|
2846
|
-
const filterSensitiveLog: (obj: UpdateUploadResult) => any;
|
|
2847
|
-
}
|
|
2848
2044
|
export interface UpdateVPCEConfigurationRequest {
|
|
2849
2045
|
|
|
2850
2046
|
arn: string | undefined;
|
|
@@ -2857,15 +2053,413 @@ export interface UpdateVPCEConfigurationRequest {
|
|
|
2857
2053
|
|
|
2858
2054
|
vpceConfigurationDescription?: string;
|
|
2859
2055
|
}
|
|
2860
|
-
export declare namespace UpdateVPCEConfigurationRequest {
|
|
2861
|
-
|
|
2862
|
-
const filterSensitiveLog: (obj: UpdateVPCEConfigurationRequest) => any;
|
|
2863
|
-
}
|
|
2864
2056
|
export interface UpdateVPCEConfigurationResult {
|
|
2865
2057
|
|
|
2866
2058
|
vpceConfiguration?: VPCEConfiguration;
|
|
2867
2059
|
}
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2060
|
+
|
|
2061
|
+
export declare const TrialMinutesFilterSensitiveLog: (obj: TrialMinutes) => any;
|
|
2062
|
+
|
|
2063
|
+
export declare const AccountSettingsFilterSensitiveLog: (obj: AccountSettings) => any;
|
|
2064
|
+
|
|
2065
|
+
export declare const ArtifactFilterSensitiveLog: (obj: Artifact) => any;
|
|
2066
|
+
|
|
2067
|
+
export declare const CountersFilterSensitiveLog: (obj: Counters) => any;
|
|
2068
|
+
|
|
2069
|
+
export declare const CPUFilterSensitiveLog: (obj: CPU) => any;
|
|
2070
|
+
|
|
2071
|
+
export declare const RuleFilterSensitiveLog: (obj: Rule) => any;
|
|
2072
|
+
|
|
2073
|
+
export declare const CreateDevicePoolRequestFilterSensitiveLog: (obj: CreateDevicePoolRequest) => any;
|
|
2074
|
+
|
|
2075
|
+
export declare const DevicePoolFilterSensitiveLog: (obj: DevicePool) => any;
|
|
2076
|
+
|
|
2077
|
+
export declare const CreateDevicePoolResultFilterSensitiveLog: (obj: CreateDevicePoolResult) => any;
|
|
2078
|
+
|
|
2079
|
+
export declare const CreateInstanceProfileRequestFilterSensitiveLog: (obj: CreateInstanceProfileRequest) => any;
|
|
2080
|
+
|
|
2081
|
+
export declare const InstanceProfileFilterSensitiveLog: (obj: InstanceProfile) => any;
|
|
2082
|
+
|
|
2083
|
+
export declare const CreateInstanceProfileResultFilterSensitiveLog: (obj: CreateInstanceProfileResult) => any;
|
|
2084
|
+
|
|
2085
|
+
export declare const CreateNetworkProfileRequestFilterSensitiveLog: (obj: CreateNetworkProfileRequest) => any;
|
|
2086
|
+
|
|
2087
|
+
export declare const NetworkProfileFilterSensitiveLog: (obj: NetworkProfile) => any;
|
|
2088
|
+
|
|
2089
|
+
export declare const CreateNetworkProfileResultFilterSensitiveLog: (obj: CreateNetworkProfileResult) => any;
|
|
2090
|
+
|
|
2091
|
+
export declare const CreateProjectRequestFilterSensitiveLog: (obj: CreateProjectRequest) => any;
|
|
2092
|
+
|
|
2093
|
+
export declare const ProjectFilterSensitiveLog: (obj: Project) => any;
|
|
2094
|
+
|
|
2095
|
+
export declare const CreateProjectResultFilterSensitiveLog: (obj: CreateProjectResult) => any;
|
|
2096
|
+
|
|
2097
|
+
export declare const CreateRemoteAccessSessionConfigurationFilterSensitiveLog: (obj: CreateRemoteAccessSessionConfiguration) => any;
|
|
2098
|
+
|
|
2099
|
+
export declare const CreateRemoteAccessSessionRequestFilterSensitiveLog: (obj: CreateRemoteAccessSessionRequest) => any;
|
|
2100
|
+
|
|
2101
|
+
export declare const DeviceInstanceFilterSensitiveLog: (obj: DeviceInstance) => any;
|
|
2102
|
+
|
|
2103
|
+
export declare const ResolutionFilterSensitiveLog: (obj: Resolution) => any;
|
|
2104
|
+
|
|
2105
|
+
export declare const DeviceFilterSensitiveLog: (obj: Device) => any;
|
|
2106
|
+
|
|
2107
|
+
export declare const DeviceMinutesFilterSensitiveLog: (obj: DeviceMinutes) => any;
|
|
2108
|
+
|
|
2109
|
+
export declare const RemoteAccessSessionFilterSensitiveLog: (obj: RemoteAccessSession) => any;
|
|
2110
|
+
|
|
2111
|
+
export declare const CreateRemoteAccessSessionResultFilterSensitiveLog: (obj: CreateRemoteAccessSessionResult) => any;
|
|
2112
|
+
|
|
2113
|
+
export declare const TestGridVpcConfigFilterSensitiveLog: (obj: TestGridVpcConfig) => any;
|
|
2114
|
+
|
|
2115
|
+
export declare const CreateTestGridProjectRequestFilterSensitiveLog: (obj: CreateTestGridProjectRequest) => any;
|
|
2116
|
+
|
|
2117
|
+
export declare const TestGridProjectFilterSensitiveLog: (obj: TestGridProject) => any;
|
|
2118
|
+
|
|
2119
|
+
export declare const CreateTestGridProjectResultFilterSensitiveLog: (obj: CreateTestGridProjectResult) => any;
|
|
2120
|
+
|
|
2121
|
+
export declare const CreateTestGridUrlRequestFilterSensitiveLog: (obj: CreateTestGridUrlRequest) => any;
|
|
2122
|
+
|
|
2123
|
+
export declare const CreateTestGridUrlResultFilterSensitiveLog: (obj: CreateTestGridUrlResult) => any;
|
|
2124
|
+
|
|
2125
|
+
export declare const CreateUploadRequestFilterSensitiveLog: (obj: CreateUploadRequest) => any;
|
|
2126
|
+
|
|
2127
|
+
export declare const UploadFilterSensitiveLog: (obj: Upload) => any;
|
|
2128
|
+
|
|
2129
|
+
export declare const CreateUploadResultFilterSensitiveLog: (obj: CreateUploadResult) => any;
|
|
2130
|
+
|
|
2131
|
+
export declare const CreateVPCEConfigurationRequestFilterSensitiveLog: (obj: CreateVPCEConfigurationRequest) => any;
|
|
2132
|
+
|
|
2133
|
+
export declare const VPCEConfigurationFilterSensitiveLog: (obj: VPCEConfiguration) => any;
|
|
2134
|
+
|
|
2135
|
+
export declare const CreateVPCEConfigurationResultFilterSensitiveLog: (obj: CreateVPCEConfigurationResult) => any;
|
|
2136
|
+
|
|
2137
|
+
export declare const CustomerArtifactPathsFilterSensitiveLog: (obj: CustomerArtifactPaths) => any;
|
|
2138
|
+
|
|
2139
|
+
export declare const DeleteDevicePoolRequestFilterSensitiveLog: (obj: DeleteDevicePoolRequest) => any;
|
|
2140
|
+
|
|
2141
|
+
export declare const DeleteDevicePoolResultFilterSensitiveLog: (obj: DeleteDevicePoolResult) => any;
|
|
2142
|
+
|
|
2143
|
+
export declare const DeleteInstanceProfileRequestFilterSensitiveLog: (obj: DeleteInstanceProfileRequest) => any;
|
|
2144
|
+
|
|
2145
|
+
export declare const DeleteInstanceProfileResultFilterSensitiveLog: (obj: DeleteInstanceProfileResult) => any;
|
|
2146
|
+
|
|
2147
|
+
export declare const DeleteNetworkProfileRequestFilterSensitiveLog: (obj: DeleteNetworkProfileRequest) => any;
|
|
2148
|
+
|
|
2149
|
+
export declare const DeleteNetworkProfileResultFilterSensitiveLog: (obj: DeleteNetworkProfileResult) => any;
|
|
2150
|
+
|
|
2151
|
+
export declare const DeleteProjectRequestFilterSensitiveLog: (obj: DeleteProjectRequest) => any;
|
|
2152
|
+
|
|
2153
|
+
export declare const DeleteProjectResultFilterSensitiveLog: (obj: DeleteProjectResult) => any;
|
|
2154
|
+
|
|
2155
|
+
export declare const DeleteRemoteAccessSessionRequestFilterSensitiveLog: (obj: DeleteRemoteAccessSessionRequest) => any;
|
|
2156
|
+
|
|
2157
|
+
export declare const DeleteRemoteAccessSessionResultFilterSensitiveLog: (obj: DeleteRemoteAccessSessionResult) => any;
|
|
2158
|
+
|
|
2159
|
+
export declare const DeleteRunRequestFilterSensitiveLog: (obj: DeleteRunRequest) => any;
|
|
2160
|
+
|
|
2161
|
+
export declare const DeleteRunResultFilterSensitiveLog: (obj: DeleteRunResult) => any;
|
|
2162
|
+
|
|
2163
|
+
export declare const DeleteTestGridProjectRequestFilterSensitiveLog: (obj: DeleteTestGridProjectRequest) => any;
|
|
2164
|
+
|
|
2165
|
+
export declare const DeleteTestGridProjectResultFilterSensitiveLog: (obj: DeleteTestGridProjectResult) => any;
|
|
2166
|
+
|
|
2167
|
+
export declare const DeleteUploadRequestFilterSensitiveLog: (obj: DeleteUploadRequest) => any;
|
|
2168
|
+
|
|
2169
|
+
export declare const DeleteUploadResultFilterSensitiveLog: (obj: DeleteUploadResult) => any;
|
|
2170
|
+
|
|
2171
|
+
export declare const DeleteVPCEConfigurationRequestFilterSensitiveLog: (obj: DeleteVPCEConfigurationRequest) => any;
|
|
2172
|
+
|
|
2173
|
+
export declare const DeleteVPCEConfigurationResultFilterSensitiveLog: (obj: DeleteVPCEConfigurationResult) => any;
|
|
2174
|
+
|
|
2175
|
+
export declare const GetAccountSettingsRequestFilterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
|
|
2176
|
+
|
|
2177
|
+
export declare const GetAccountSettingsResultFilterSensitiveLog: (obj: GetAccountSettingsResult) => any;
|
|
2178
|
+
|
|
2179
|
+
export declare const GetDeviceRequestFilterSensitiveLog: (obj: GetDeviceRequest) => any;
|
|
2180
|
+
|
|
2181
|
+
export declare const GetDeviceResultFilterSensitiveLog: (obj: GetDeviceResult) => any;
|
|
2182
|
+
|
|
2183
|
+
export declare const GetDeviceInstanceRequestFilterSensitiveLog: (obj: GetDeviceInstanceRequest) => any;
|
|
2184
|
+
|
|
2185
|
+
export declare const GetDeviceInstanceResultFilterSensitiveLog: (obj: GetDeviceInstanceResult) => any;
|
|
2186
|
+
|
|
2187
|
+
export declare const GetDevicePoolRequestFilterSensitiveLog: (obj: GetDevicePoolRequest) => any;
|
|
2188
|
+
|
|
2189
|
+
export declare const GetDevicePoolResultFilterSensitiveLog: (obj: GetDevicePoolResult) => any;
|
|
2190
|
+
|
|
2191
|
+
export declare const LocationFilterSensitiveLog: (obj: Location) => any;
|
|
2192
|
+
|
|
2193
|
+
export declare const RadiosFilterSensitiveLog: (obj: Radios) => any;
|
|
2194
|
+
|
|
2195
|
+
export declare const ScheduleRunConfigurationFilterSensitiveLog: (obj: ScheduleRunConfiguration) => any;
|
|
2196
|
+
|
|
2197
|
+
export declare const ScheduleRunTestFilterSensitiveLog: (obj: ScheduleRunTest) => any;
|
|
2198
|
+
|
|
2199
|
+
export declare const GetDevicePoolCompatibilityRequestFilterSensitiveLog: (obj: GetDevicePoolCompatibilityRequest) => any;
|
|
2200
|
+
|
|
2201
|
+
export declare const IncompatibilityMessageFilterSensitiveLog: (obj: IncompatibilityMessage) => any;
|
|
2202
|
+
|
|
2203
|
+
export declare const DevicePoolCompatibilityResultFilterSensitiveLog: (obj: DevicePoolCompatibilityResult) => any;
|
|
2204
|
+
|
|
2205
|
+
export declare const GetDevicePoolCompatibilityResultFilterSensitiveLog: (obj: GetDevicePoolCompatibilityResult) => any;
|
|
2206
|
+
|
|
2207
|
+
export declare const GetInstanceProfileRequestFilterSensitiveLog: (obj: GetInstanceProfileRequest) => any;
|
|
2208
|
+
|
|
2209
|
+
export declare const GetInstanceProfileResultFilterSensitiveLog: (obj: GetInstanceProfileResult) => any;
|
|
2210
|
+
|
|
2211
|
+
export declare const GetJobRequestFilterSensitiveLog: (obj: GetJobRequest) => any;
|
|
2212
|
+
|
|
2213
|
+
export declare const JobFilterSensitiveLog: (obj: Job) => any;
|
|
2214
|
+
|
|
2215
|
+
export declare const GetJobResultFilterSensitiveLog: (obj: GetJobResult) => any;
|
|
2216
|
+
|
|
2217
|
+
export declare const GetNetworkProfileRequestFilterSensitiveLog: (obj: GetNetworkProfileRequest) => any;
|
|
2218
|
+
|
|
2219
|
+
export declare const GetNetworkProfileResultFilterSensitiveLog: (obj: GetNetworkProfileResult) => any;
|
|
2220
|
+
|
|
2221
|
+
export declare const GetOfferingStatusRequestFilterSensitiveLog: (obj: GetOfferingStatusRequest) => any;
|
|
2222
|
+
|
|
2223
|
+
export declare const MonetaryAmountFilterSensitiveLog: (obj: MonetaryAmount) => any;
|
|
2224
|
+
|
|
2225
|
+
export declare const RecurringChargeFilterSensitiveLog: (obj: RecurringCharge) => any;
|
|
2226
|
+
|
|
2227
|
+
export declare const OfferingFilterSensitiveLog: (obj: Offering) => any;
|
|
2228
|
+
|
|
2229
|
+
export declare const OfferingStatusFilterSensitiveLog: (obj: OfferingStatus) => any;
|
|
2230
|
+
|
|
2231
|
+
export declare const GetOfferingStatusResultFilterSensitiveLog: (obj: GetOfferingStatusResult) => any;
|
|
2232
|
+
|
|
2233
|
+
export declare const GetProjectRequestFilterSensitiveLog: (obj: GetProjectRequest) => any;
|
|
2234
|
+
|
|
2235
|
+
export declare const GetProjectResultFilterSensitiveLog: (obj: GetProjectResult) => any;
|
|
2236
|
+
|
|
2237
|
+
export declare const GetRemoteAccessSessionRequestFilterSensitiveLog: (obj: GetRemoteAccessSessionRequest) => any;
|
|
2238
|
+
|
|
2239
|
+
export declare const GetRemoteAccessSessionResultFilterSensitiveLog: (obj: GetRemoteAccessSessionResult) => any;
|
|
2240
|
+
|
|
2241
|
+
export declare const GetRunRequestFilterSensitiveLog: (obj: GetRunRequest) => any;
|
|
2242
|
+
|
|
2243
|
+
export declare const DeviceFilterFilterSensitiveLog: (obj: DeviceFilter) => any;
|
|
2244
|
+
|
|
2245
|
+
export declare const DeviceSelectionResultFilterSensitiveLog: (obj: DeviceSelectionResult) => any;
|
|
2246
|
+
|
|
2247
|
+
export declare const RunFilterSensitiveLog: (obj: Run) => any;
|
|
2248
|
+
|
|
2249
|
+
export declare const GetRunResultFilterSensitiveLog: (obj: GetRunResult) => any;
|
|
2250
|
+
|
|
2251
|
+
export declare const GetSuiteRequestFilterSensitiveLog: (obj: GetSuiteRequest) => any;
|
|
2252
|
+
|
|
2253
|
+
export declare const SuiteFilterSensitiveLog: (obj: Suite) => any;
|
|
2254
|
+
|
|
2255
|
+
export declare const GetSuiteResultFilterSensitiveLog: (obj: GetSuiteResult) => any;
|
|
2256
|
+
|
|
2257
|
+
export declare const GetTestRequestFilterSensitiveLog: (obj: GetTestRequest) => any;
|
|
2258
|
+
|
|
2259
|
+
export declare const TestFilterSensitiveLog: (obj: Test) => any;
|
|
2260
|
+
|
|
2261
|
+
export declare const GetTestResultFilterSensitiveLog: (obj: GetTestResult) => any;
|
|
2262
|
+
|
|
2263
|
+
export declare const GetTestGridProjectRequestFilterSensitiveLog: (obj: GetTestGridProjectRequest) => any;
|
|
2264
|
+
|
|
2265
|
+
export declare const GetTestGridProjectResultFilterSensitiveLog: (obj: GetTestGridProjectResult) => any;
|
|
2266
|
+
|
|
2267
|
+
export declare const GetTestGridSessionRequestFilterSensitiveLog: (obj: GetTestGridSessionRequest) => any;
|
|
2268
|
+
|
|
2269
|
+
export declare const TestGridSessionFilterSensitiveLog: (obj: TestGridSession) => any;
|
|
2270
|
+
|
|
2271
|
+
export declare const GetTestGridSessionResultFilterSensitiveLog: (obj: GetTestGridSessionResult) => any;
|
|
2272
|
+
|
|
2273
|
+
export declare const GetUploadRequestFilterSensitiveLog: (obj: GetUploadRequest) => any;
|
|
2274
|
+
|
|
2275
|
+
export declare const GetUploadResultFilterSensitiveLog: (obj: GetUploadResult) => any;
|
|
2276
|
+
|
|
2277
|
+
export declare const GetVPCEConfigurationRequestFilterSensitiveLog: (obj: GetVPCEConfigurationRequest) => any;
|
|
2278
|
+
|
|
2279
|
+
export declare const GetVPCEConfigurationResultFilterSensitiveLog: (obj: GetVPCEConfigurationResult) => any;
|
|
2280
|
+
|
|
2281
|
+
export declare const InstallToRemoteAccessSessionRequestFilterSensitiveLog: (obj: InstallToRemoteAccessSessionRequest) => any;
|
|
2282
|
+
|
|
2283
|
+
export declare const InstallToRemoteAccessSessionResultFilterSensitiveLog: (obj: InstallToRemoteAccessSessionResult) => any;
|
|
2284
|
+
|
|
2285
|
+
export declare const ListArtifactsRequestFilterSensitiveLog: (obj: ListArtifactsRequest) => any;
|
|
2286
|
+
|
|
2287
|
+
export declare const ListArtifactsResultFilterSensitiveLog: (obj: ListArtifactsResult) => any;
|
|
2288
|
+
|
|
2289
|
+
export declare const ListDeviceInstancesRequestFilterSensitiveLog: (obj: ListDeviceInstancesRequest) => any;
|
|
2290
|
+
|
|
2291
|
+
export declare const ListDeviceInstancesResultFilterSensitiveLog: (obj: ListDeviceInstancesResult) => any;
|
|
2292
|
+
|
|
2293
|
+
export declare const ListDevicePoolsRequestFilterSensitiveLog: (obj: ListDevicePoolsRequest) => any;
|
|
2294
|
+
|
|
2295
|
+
export declare const ListDevicePoolsResultFilterSensitiveLog: (obj: ListDevicePoolsResult) => any;
|
|
2296
|
+
|
|
2297
|
+
export declare const ListDevicesRequestFilterSensitiveLog: (obj: ListDevicesRequest) => any;
|
|
2298
|
+
|
|
2299
|
+
export declare const ListDevicesResultFilterSensitiveLog: (obj: ListDevicesResult) => any;
|
|
2300
|
+
|
|
2301
|
+
export declare const ListInstanceProfilesRequestFilterSensitiveLog: (obj: ListInstanceProfilesRequest) => any;
|
|
2302
|
+
|
|
2303
|
+
export declare const ListInstanceProfilesResultFilterSensitiveLog: (obj: ListInstanceProfilesResult) => any;
|
|
2304
|
+
|
|
2305
|
+
export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
2306
|
+
|
|
2307
|
+
export declare const ListJobsResultFilterSensitiveLog: (obj: ListJobsResult) => any;
|
|
2308
|
+
|
|
2309
|
+
export declare const ListNetworkProfilesRequestFilterSensitiveLog: (obj: ListNetworkProfilesRequest) => any;
|
|
2310
|
+
|
|
2311
|
+
export declare const ListNetworkProfilesResultFilterSensitiveLog: (obj: ListNetworkProfilesResult) => any;
|
|
2312
|
+
|
|
2313
|
+
export declare const ListOfferingPromotionsRequestFilterSensitiveLog: (obj: ListOfferingPromotionsRequest) => any;
|
|
2314
|
+
|
|
2315
|
+
export declare const OfferingPromotionFilterSensitiveLog: (obj: OfferingPromotion) => any;
|
|
2316
|
+
|
|
2317
|
+
export declare const ListOfferingPromotionsResultFilterSensitiveLog: (obj: ListOfferingPromotionsResult) => any;
|
|
2318
|
+
|
|
2319
|
+
export declare const ListOfferingsRequestFilterSensitiveLog: (obj: ListOfferingsRequest) => any;
|
|
2320
|
+
|
|
2321
|
+
export declare const ListOfferingsResultFilterSensitiveLog: (obj: ListOfferingsResult) => any;
|
|
2322
|
+
|
|
2323
|
+
export declare const ListOfferingTransactionsRequestFilterSensitiveLog: (obj: ListOfferingTransactionsRequest) => any;
|
|
2324
|
+
|
|
2325
|
+
export declare const OfferingTransactionFilterSensitiveLog: (obj: OfferingTransaction) => any;
|
|
2326
|
+
|
|
2327
|
+
export declare const ListOfferingTransactionsResultFilterSensitiveLog: (obj: ListOfferingTransactionsResult) => any;
|
|
2328
|
+
|
|
2329
|
+
export declare const ListProjectsRequestFilterSensitiveLog: (obj: ListProjectsRequest) => any;
|
|
2330
|
+
|
|
2331
|
+
export declare const ListProjectsResultFilterSensitiveLog: (obj: ListProjectsResult) => any;
|
|
2332
|
+
|
|
2333
|
+
export declare const ListRemoteAccessSessionsRequestFilterSensitiveLog: (obj: ListRemoteAccessSessionsRequest) => any;
|
|
2334
|
+
|
|
2335
|
+
export declare const ListRemoteAccessSessionsResultFilterSensitiveLog: (obj: ListRemoteAccessSessionsResult) => any;
|
|
2336
|
+
|
|
2337
|
+
export declare const ListRunsRequestFilterSensitiveLog: (obj: ListRunsRequest) => any;
|
|
2338
|
+
|
|
2339
|
+
export declare const ListRunsResultFilterSensitiveLog: (obj: ListRunsResult) => any;
|
|
2340
|
+
|
|
2341
|
+
export declare const ListSamplesRequestFilterSensitiveLog: (obj: ListSamplesRequest) => any;
|
|
2342
|
+
|
|
2343
|
+
export declare const SampleFilterSensitiveLog: (obj: Sample) => any;
|
|
2344
|
+
|
|
2345
|
+
export declare const ListSamplesResultFilterSensitiveLog: (obj: ListSamplesResult) => any;
|
|
2346
|
+
|
|
2347
|
+
export declare const ListSuitesRequestFilterSensitiveLog: (obj: ListSuitesRequest) => any;
|
|
2348
|
+
|
|
2349
|
+
export declare const ListSuitesResultFilterSensitiveLog: (obj: ListSuitesResult) => any;
|
|
2350
|
+
|
|
2351
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2352
|
+
|
|
2353
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2354
|
+
|
|
2355
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2356
|
+
|
|
2357
|
+
export declare const ListTestGridProjectsRequestFilterSensitiveLog: (obj: ListTestGridProjectsRequest) => any;
|
|
2358
|
+
|
|
2359
|
+
export declare const ListTestGridProjectsResultFilterSensitiveLog: (obj: ListTestGridProjectsResult) => any;
|
|
2360
|
+
|
|
2361
|
+
export declare const ListTestGridSessionActionsRequestFilterSensitiveLog: (obj: ListTestGridSessionActionsRequest) => any;
|
|
2362
|
+
|
|
2363
|
+
export declare const TestGridSessionActionFilterSensitiveLog: (obj: TestGridSessionAction) => any;
|
|
2364
|
+
|
|
2365
|
+
export declare const ListTestGridSessionActionsResultFilterSensitiveLog: (obj: ListTestGridSessionActionsResult) => any;
|
|
2366
|
+
|
|
2367
|
+
export declare const ListTestGridSessionArtifactsRequestFilterSensitiveLog: (obj: ListTestGridSessionArtifactsRequest) => any;
|
|
2368
|
+
|
|
2369
|
+
export declare const TestGridSessionArtifactFilterSensitiveLog: (obj: TestGridSessionArtifact) => any;
|
|
2370
|
+
|
|
2371
|
+
export declare const ListTestGridSessionArtifactsResultFilterSensitiveLog: (obj: ListTestGridSessionArtifactsResult) => any;
|
|
2372
|
+
|
|
2373
|
+
export declare const ListTestGridSessionsRequestFilterSensitiveLog: (obj: ListTestGridSessionsRequest) => any;
|
|
2374
|
+
|
|
2375
|
+
export declare const ListTestGridSessionsResultFilterSensitiveLog: (obj: ListTestGridSessionsResult) => any;
|
|
2376
|
+
|
|
2377
|
+
export declare const ListTestsRequestFilterSensitiveLog: (obj: ListTestsRequest) => any;
|
|
2378
|
+
|
|
2379
|
+
export declare const ListTestsResultFilterSensitiveLog: (obj: ListTestsResult) => any;
|
|
2380
|
+
|
|
2381
|
+
export declare const ListUniqueProblemsRequestFilterSensitiveLog: (obj: ListUniqueProblemsRequest) => any;
|
|
2382
|
+
|
|
2383
|
+
export declare const ProblemDetailFilterSensitiveLog: (obj: ProblemDetail) => any;
|
|
2384
|
+
|
|
2385
|
+
export declare const ProblemFilterSensitiveLog: (obj: Problem) => any;
|
|
2386
|
+
|
|
2387
|
+
export declare const UniqueProblemFilterSensitiveLog: (obj: UniqueProblem) => any;
|
|
2388
|
+
|
|
2389
|
+
export declare const ListUniqueProblemsResultFilterSensitiveLog: (obj: ListUniqueProblemsResult) => any;
|
|
2390
|
+
|
|
2391
|
+
export declare const ListUploadsRequestFilterSensitiveLog: (obj: ListUploadsRequest) => any;
|
|
2392
|
+
|
|
2393
|
+
export declare const ListUploadsResultFilterSensitiveLog: (obj: ListUploadsResult) => any;
|
|
2394
|
+
|
|
2395
|
+
export declare const ListVPCEConfigurationsRequestFilterSensitiveLog: (obj: ListVPCEConfigurationsRequest) => any;
|
|
2396
|
+
|
|
2397
|
+
export declare const ListVPCEConfigurationsResultFilterSensitiveLog: (obj: ListVPCEConfigurationsResult) => any;
|
|
2398
|
+
|
|
2399
|
+
export declare const PurchaseOfferingRequestFilterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
|
|
2400
|
+
|
|
2401
|
+
export declare const PurchaseOfferingResultFilterSensitiveLog: (obj: PurchaseOfferingResult) => any;
|
|
2402
|
+
|
|
2403
|
+
export declare const RenewOfferingRequestFilterSensitiveLog: (obj: RenewOfferingRequest) => any;
|
|
2404
|
+
|
|
2405
|
+
export declare const RenewOfferingResultFilterSensitiveLog: (obj: RenewOfferingResult) => any;
|
|
2406
|
+
|
|
2407
|
+
export declare const DeviceSelectionConfigurationFilterSensitiveLog: (obj: DeviceSelectionConfiguration) => any;
|
|
2408
|
+
|
|
2409
|
+
export declare const ExecutionConfigurationFilterSensitiveLog: (obj: ExecutionConfiguration) => any;
|
|
2410
|
+
|
|
2411
|
+
export declare const ScheduleRunRequestFilterSensitiveLog: (obj: ScheduleRunRequest) => any;
|
|
2412
|
+
|
|
2413
|
+
export declare const ScheduleRunResultFilterSensitiveLog: (obj: ScheduleRunResult) => any;
|
|
2414
|
+
|
|
2415
|
+
export declare const StopJobRequestFilterSensitiveLog: (obj: StopJobRequest) => any;
|
|
2416
|
+
|
|
2417
|
+
export declare const StopJobResultFilterSensitiveLog: (obj: StopJobResult) => any;
|
|
2418
|
+
|
|
2419
|
+
export declare const StopRemoteAccessSessionRequestFilterSensitiveLog: (obj: StopRemoteAccessSessionRequest) => any;
|
|
2420
|
+
|
|
2421
|
+
export declare const StopRemoteAccessSessionResultFilterSensitiveLog: (obj: StopRemoteAccessSessionResult) => any;
|
|
2422
|
+
|
|
2423
|
+
export declare const StopRunRequestFilterSensitiveLog: (obj: StopRunRequest) => any;
|
|
2424
|
+
|
|
2425
|
+
export declare const StopRunResultFilterSensitiveLog: (obj: StopRunResult) => any;
|
|
2426
|
+
|
|
2427
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2428
|
+
|
|
2429
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2430
|
+
|
|
2431
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2432
|
+
|
|
2433
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
2434
|
+
|
|
2435
|
+
export declare const UpdateDeviceInstanceRequestFilterSensitiveLog: (obj: UpdateDeviceInstanceRequest) => any;
|
|
2436
|
+
|
|
2437
|
+
export declare const UpdateDeviceInstanceResultFilterSensitiveLog: (obj: UpdateDeviceInstanceResult) => any;
|
|
2438
|
+
|
|
2439
|
+
export declare const UpdateDevicePoolRequestFilterSensitiveLog: (obj: UpdateDevicePoolRequest) => any;
|
|
2440
|
+
|
|
2441
|
+
export declare const UpdateDevicePoolResultFilterSensitiveLog: (obj: UpdateDevicePoolResult) => any;
|
|
2442
|
+
|
|
2443
|
+
export declare const UpdateInstanceProfileRequestFilterSensitiveLog: (obj: UpdateInstanceProfileRequest) => any;
|
|
2444
|
+
|
|
2445
|
+
export declare const UpdateInstanceProfileResultFilterSensitiveLog: (obj: UpdateInstanceProfileResult) => any;
|
|
2446
|
+
|
|
2447
|
+
export declare const UpdateNetworkProfileRequestFilterSensitiveLog: (obj: UpdateNetworkProfileRequest) => any;
|
|
2448
|
+
|
|
2449
|
+
export declare const UpdateNetworkProfileResultFilterSensitiveLog: (obj: UpdateNetworkProfileResult) => any;
|
|
2450
|
+
|
|
2451
|
+
export declare const UpdateProjectRequestFilterSensitiveLog: (obj: UpdateProjectRequest) => any;
|
|
2452
|
+
|
|
2453
|
+
export declare const UpdateProjectResultFilterSensitiveLog: (obj: UpdateProjectResult) => any;
|
|
2454
|
+
|
|
2455
|
+
export declare const UpdateTestGridProjectRequestFilterSensitiveLog: (obj: UpdateTestGridProjectRequest) => any;
|
|
2456
|
+
|
|
2457
|
+
export declare const UpdateTestGridProjectResultFilterSensitiveLog: (obj: UpdateTestGridProjectResult) => any;
|
|
2458
|
+
|
|
2459
|
+
export declare const UpdateUploadRequestFilterSensitiveLog: (obj: UpdateUploadRequest) => any;
|
|
2460
|
+
|
|
2461
|
+
export declare const UpdateUploadResultFilterSensitiveLog: (obj: UpdateUploadResult) => any;
|
|
2462
|
+
|
|
2463
|
+
export declare const UpdateVPCEConfigurationRequestFilterSensitiveLog: (obj: UpdateVPCEConfigurationRequest) => any;
|
|
2464
|
+
|
|
2465
|
+
export declare const UpdateVPCEConfigurationResultFilterSensitiveLog: (obj: UpdateVPCEConfigurationResult) => any;
|