@aws-sdk/client-device-farm 3.934.0 → 3.935.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +243 -242
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +242 -0
- package/dist-es/models/errors.js +151 -0
- package/dist-es/models/models_0.js +1 -393
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +466 -0
- package/dist-types/models/errors.d.ts +154 -0
- package/dist-types/models/models_0.d.ts +1 -620
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +289 -0
- package/dist-types/ts3.4/models/errors.d.ts +83 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -372
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { DeviceFarmServiceException as __BaseException } from "./DeviceFarmServiceException";
|
|
1
|
+
import { ArtifactCategory, ArtifactType, BillingMethod, CurrencyCode, DeviceAttribute, DeviceAvailability, DeviceFilterAttribute, DeviceFormFactor, DevicePlatform, DevicePoolType, ExecutionResult, ExecutionResultCode, ExecutionStatus, InstanceStatus, InteractionMode, NetworkProfileType, OfferingTransactionType, OfferingType, RecurringChargeFrequency, RuleOperator, SampleType, TestGridSessionArtifactCategory, TestGridSessionArtifactType, TestGridSessionStatus, TestType, UploadCategory, UploadStatus, UploadType } from "./enums";
|
|
3
2
|
/**
|
|
4
3
|
* <p>Represents information about free trial device minutes for an AWS
|
|
5
4
|
* account.</p>
|
|
@@ -17,18 +16,6 @@ export interface TrialMinutes {
|
|
|
17
16
|
*/
|
|
18
17
|
remaining?: number | undefined;
|
|
19
18
|
}
|
|
20
|
-
/**
|
|
21
|
-
* @public
|
|
22
|
-
* @enum
|
|
23
|
-
*/
|
|
24
|
-
export declare const DevicePlatform: {
|
|
25
|
-
readonly ANDROID: "ANDROID";
|
|
26
|
-
readonly IOS: "IOS";
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* @public
|
|
30
|
-
*/
|
|
31
|
-
export type DevicePlatform = (typeof DevicePlatform)[keyof typeof DevicePlatform];
|
|
32
19
|
/**
|
|
33
20
|
* <p>A container for account-level settings in AWS Device Farm.</p>
|
|
34
21
|
* @public
|
|
@@ -84,56 +71,6 @@ export interface AccountSettings {
|
|
|
84
71
|
*/
|
|
85
72
|
skipAppResign?: boolean | undefined;
|
|
86
73
|
}
|
|
87
|
-
/**
|
|
88
|
-
* <p>An invalid argument was specified.</p>
|
|
89
|
-
* @public
|
|
90
|
-
*/
|
|
91
|
-
export declare class ArgumentException extends __BaseException {
|
|
92
|
-
readonly name: "ArgumentException";
|
|
93
|
-
readonly $fault: "client";
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
constructor(opts: __ExceptionOptionType<ArgumentException, __BaseException>);
|
|
98
|
-
}
|
|
99
|
-
/**
|
|
100
|
-
* @public
|
|
101
|
-
* @enum
|
|
102
|
-
*/
|
|
103
|
-
export declare const ArtifactType: {
|
|
104
|
-
readonly APPIUM_JAVA_OUTPUT: "APPIUM_JAVA_OUTPUT";
|
|
105
|
-
readonly APPIUM_JAVA_XML_OUTPUT: "APPIUM_JAVA_XML_OUTPUT";
|
|
106
|
-
readonly APPIUM_PYTHON_OUTPUT: "APPIUM_PYTHON_OUTPUT";
|
|
107
|
-
readonly APPIUM_PYTHON_XML_OUTPUT: "APPIUM_PYTHON_XML_OUTPUT";
|
|
108
|
-
readonly APPIUM_SERVER_OUTPUT: "APPIUM_SERVER_OUTPUT";
|
|
109
|
-
readonly APPLICATION_CRASH_REPORT: "APPLICATION_CRASH_REPORT";
|
|
110
|
-
readonly AUTOMATION_OUTPUT: "AUTOMATION_OUTPUT";
|
|
111
|
-
readonly CALABASH_JAVA_XML_OUTPUT: "CALABASH_JAVA_XML_OUTPUT";
|
|
112
|
-
readonly CALABASH_JSON_OUTPUT: "CALABASH_JSON_OUTPUT";
|
|
113
|
-
readonly CALABASH_PRETTY_OUTPUT: "CALABASH_PRETTY_OUTPUT";
|
|
114
|
-
readonly CALABASH_STANDARD_OUTPUT: "CALABASH_STANDARD_OUTPUT";
|
|
115
|
-
readonly CUSTOMER_ARTIFACT: "CUSTOMER_ARTIFACT";
|
|
116
|
-
readonly CUSTOMER_ARTIFACT_LOG: "CUSTOMER_ARTIFACT_LOG";
|
|
117
|
-
readonly DEVICE_LOG: "DEVICE_LOG";
|
|
118
|
-
readonly EXERCISER_MONKEY_OUTPUT: "EXERCISER_MONKEY_OUTPUT";
|
|
119
|
-
readonly EXPLORER_EVENT_LOG: "EXPLORER_EVENT_LOG";
|
|
120
|
-
readonly EXPLORER_SUMMARY_LOG: "EXPLORER_SUMMARY_LOG";
|
|
121
|
-
readonly INSTRUMENTATION_OUTPUT: "INSTRUMENTATION_OUTPUT";
|
|
122
|
-
readonly MESSAGE_LOG: "MESSAGE_LOG";
|
|
123
|
-
readonly RESULT_LOG: "RESULT_LOG";
|
|
124
|
-
readonly SCREENSHOT: "SCREENSHOT";
|
|
125
|
-
readonly SERVICE_LOG: "SERVICE_LOG";
|
|
126
|
-
readonly TESTSPEC_OUTPUT: "TESTSPEC_OUTPUT";
|
|
127
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
128
|
-
readonly VIDEO: "VIDEO";
|
|
129
|
-
readonly VIDEO_LOG: "VIDEO_LOG";
|
|
130
|
-
readonly WEBKIT_LOG: "WEBKIT_LOG";
|
|
131
|
-
readonly XCTEST_LOG: "XCTEST_LOG";
|
|
132
|
-
};
|
|
133
|
-
/**
|
|
134
|
-
* @public
|
|
135
|
-
*/
|
|
136
|
-
export type ArtifactType = (typeof ArtifactType)[keyof typeof ArtifactType];
|
|
137
74
|
/**
|
|
138
75
|
* <p>Represents the output of a test. Examples of artifacts include logs and
|
|
139
76
|
* screenshots.</p>
|
|
@@ -233,43 +170,6 @@ export interface Artifact {
|
|
|
233
170
|
*/
|
|
234
171
|
url?: string | undefined;
|
|
235
172
|
}
|
|
236
|
-
/**
|
|
237
|
-
* @public
|
|
238
|
-
* @enum
|
|
239
|
-
*/
|
|
240
|
-
export declare const ArtifactCategory: {
|
|
241
|
-
readonly FILE: "FILE";
|
|
242
|
-
readonly LOG: "LOG";
|
|
243
|
-
readonly SCREENSHOT: "SCREENSHOT";
|
|
244
|
-
};
|
|
245
|
-
/**
|
|
246
|
-
* @public
|
|
247
|
-
*/
|
|
248
|
-
export type ArtifactCategory = (typeof ArtifactCategory)[keyof typeof ArtifactCategory];
|
|
249
|
-
/**
|
|
250
|
-
* @public
|
|
251
|
-
* @enum
|
|
252
|
-
*/
|
|
253
|
-
export declare const BillingMethod: {
|
|
254
|
-
readonly METERED: "METERED";
|
|
255
|
-
readonly UNMETERED: "UNMETERED";
|
|
256
|
-
};
|
|
257
|
-
/**
|
|
258
|
-
* @public
|
|
259
|
-
*/
|
|
260
|
-
export type BillingMethod = (typeof BillingMethod)[keyof typeof BillingMethod];
|
|
261
|
-
/**
|
|
262
|
-
* <p>The requested object could not be deleted.</p>
|
|
263
|
-
* @public
|
|
264
|
-
*/
|
|
265
|
-
export declare class CannotDeleteException extends __BaseException {
|
|
266
|
-
readonly name: "CannotDeleteException";
|
|
267
|
-
readonly $fault: "client";
|
|
268
|
-
/**
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
|
-
constructor(opts: __ExceptionOptionType<CannotDeleteException, __BaseException>);
|
|
272
|
-
}
|
|
273
173
|
/**
|
|
274
174
|
* <p>Represents entity counters.</p>
|
|
275
175
|
* @public
|
|
@@ -334,47 +234,6 @@ export interface CPU {
|
|
|
334
234
|
*/
|
|
335
235
|
clock?: number | undefined;
|
|
336
236
|
}
|
|
337
|
-
/**
|
|
338
|
-
* @public
|
|
339
|
-
* @enum
|
|
340
|
-
*/
|
|
341
|
-
export declare const DeviceAttribute: {
|
|
342
|
-
readonly APPIUM_VERSION: "APPIUM_VERSION";
|
|
343
|
-
readonly ARN: "ARN";
|
|
344
|
-
readonly AVAILABILITY: "AVAILABILITY";
|
|
345
|
-
readonly FLEET_TYPE: "FLEET_TYPE";
|
|
346
|
-
readonly FORM_FACTOR: "FORM_FACTOR";
|
|
347
|
-
readonly INSTANCE_ARN: "INSTANCE_ARN";
|
|
348
|
-
readonly INSTANCE_LABELS: "INSTANCE_LABELS";
|
|
349
|
-
readonly MANUFACTURER: "MANUFACTURER";
|
|
350
|
-
readonly MODEL: "MODEL";
|
|
351
|
-
readonly OS_VERSION: "OS_VERSION";
|
|
352
|
-
readonly PLATFORM: "PLATFORM";
|
|
353
|
-
readonly REMOTE_ACCESS_ENABLED: "REMOTE_ACCESS_ENABLED";
|
|
354
|
-
readonly REMOTE_DEBUG_ENABLED: "REMOTE_DEBUG_ENABLED";
|
|
355
|
-
};
|
|
356
|
-
/**
|
|
357
|
-
* @public
|
|
358
|
-
*/
|
|
359
|
-
export type DeviceAttribute = (typeof DeviceAttribute)[keyof typeof DeviceAttribute];
|
|
360
|
-
/**
|
|
361
|
-
* @public
|
|
362
|
-
* @enum
|
|
363
|
-
*/
|
|
364
|
-
export declare const RuleOperator: {
|
|
365
|
-
readonly CONTAINS: "CONTAINS";
|
|
366
|
-
readonly EQUALS: "EQUALS";
|
|
367
|
-
readonly GREATER_THAN: "GREATER_THAN";
|
|
368
|
-
readonly GREATER_THAN_OR_EQUALS: "GREATER_THAN_OR_EQUALS";
|
|
369
|
-
readonly IN: "IN";
|
|
370
|
-
readonly LESS_THAN: "LESS_THAN";
|
|
371
|
-
readonly LESS_THAN_OR_EQUALS: "LESS_THAN_OR_EQUALS";
|
|
372
|
-
readonly NOT_IN: "NOT_IN";
|
|
373
|
-
};
|
|
374
|
-
/**
|
|
375
|
-
* @public
|
|
376
|
-
*/
|
|
377
|
-
export type RuleOperator = (typeof RuleOperator)[keyof typeof RuleOperator];
|
|
378
237
|
/**
|
|
379
238
|
* <p>Represents a condition for a device pool.</p>
|
|
380
239
|
* @public
|
|
@@ -532,18 +391,6 @@ export interface CreateDevicePoolRequest {
|
|
|
532
391
|
*/
|
|
533
392
|
maxDevices?: number | undefined;
|
|
534
393
|
}
|
|
535
|
-
/**
|
|
536
|
-
* @public
|
|
537
|
-
* @enum
|
|
538
|
-
*/
|
|
539
|
-
export declare const DevicePoolType: {
|
|
540
|
-
readonly CURATED: "CURATED";
|
|
541
|
-
readonly PRIVATE: "PRIVATE";
|
|
542
|
-
};
|
|
543
|
-
/**
|
|
544
|
-
* @public
|
|
545
|
-
*/
|
|
546
|
-
export type DevicePoolType = (typeof DevicePoolType)[keyof typeof DevicePoolType];
|
|
547
394
|
/**
|
|
548
395
|
* <p>Represents a collection of device types.</p>
|
|
549
396
|
* @public
|
|
@@ -607,42 +454,6 @@ export interface CreateDevicePoolResult {
|
|
|
607
454
|
*/
|
|
608
455
|
devicePool?: DevicePool | undefined;
|
|
609
456
|
}
|
|
610
|
-
/**
|
|
611
|
-
* <p>A limit was exceeded.</p>
|
|
612
|
-
* @public
|
|
613
|
-
*/
|
|
614
|
-
export declare class LimitExceededException extends __BaseException {
|
|
615
|
-
readonly name: "LimitExceededException";
|
|
616
|
-
readonly $fault: "client";
|
|
617
|
-
/**
|
|
618
|
-
* @internal
|
|
619
|
-
*/
|
|
620
|
-
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
621
|
-
}
|
|
622
|
-
/**
|
|
623
|
-
* <p>The specified entity was not found.</p>
|
|
624
|
-
* @public
|
|
625
|
-
*/
|
|
626
|
-
export declare class NotFoundException extends __BaseException {
|
|
627
|
-
readonly name: "NotFoundException";
|
|
628
|
-
readonly $fault: "client";
|
|
629
|
-
/**
|
|
630
|
-
* @internal
|
|
631
|
-
*/
|
|
632
|
-
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
633
|
-
}
|
|
634
|
-
/**
|
|
635
|
-
* <p>There was a problem with the service account.</p>
|
|
636
|
-
* @public
|
|
637
|
-
*/
|
|
638
|
-
export declare class ServiceAccountException extends __BaseException {
|
|
639
|
-
readonly name: "ServiceAccountException";
|
|
640
|
-
readonly $fault: "client";
|
|
641
|
-
/**
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
644
|
-
constructor(opts: __ExceptionOptionType<ServiceAccountException, __BaseException>);
|
|
645
|
-
}
|
|
646
457
|
/**
|
|
647
458
|
* @public
|
|
648
459
|
*/
|
|
@@ -729,18 +540,6 @@ export interface CreateInstanceProfileResult {
|
|
|
729
540
|
*/
|
|
730
541
|
instanceProfile?: InstanceProfile | undefined;
|
|
731
542
|
}
|
|
732
|
-
/**
|
|
733
|
-
* @public
|
|
734
|
-
* @enum
|
|
735
|
-
*/
|
|
736
|
-
export declare const NetworkProfileType: {
|
|
737
|
-
readonly CURATED: "CURATED";
|
|
738
|
-
readonly PRIVATE: "PRIVATE";
|
|
739
|
-
};
|
|
740
|
-
/**
|
|
741
|
-
* @public
|
|
742
|
-
*/
|
|
743
|
-
export type NetworkProfileType = (typeof NetworkProfileType)[keyof typeof NetworkProfileType];
|
|
744
543
|
/**
|
|
745
544
|
* @public
|
|
746
545
|
*/
|
|
@@ -985,19 +784,6 @@ export interface CreateProjectResult {
|
|
|
985
784
|
*/
|
|
986
785
|
project?: Project | undefined;
|
|
987
786
|
}
|
|
988
|
-
/**
|
|
989
|
-
* <p>The operation was not successful. Try again.</p>
|
|
990
|
-
* @public
|
|
991
|
-
*/
|
|
992
|
-
export declare class TagOperationException extends __BaseException {
|
|
993
|
-
readonly name: "TagOperationException";
|
|
994
|
-
readonly $fault: "client";
|
|
995
|
-
resourceName?: string | undefined;
|
|
996
|
-
/**
|
|
997
|
-
* @internal
|
|
998
|
-
*/
|
|
999
|
-
constructor(opts: __ExceptionOptionType<TagOperationException, __BaseException>);
|
|
1000
|
-
}
|
|
1001
787
|
/**
|
|
1002
788
|
* <p>Represents the http/s proxy configuration that will be applied to a device during a run.</p>
|
|
1003
789
|
* @public
|
|
@@ -1041,19 +827,6 @@ export interface CreateRemoteAccessSessionConfiguration {
|
|
|
1041
827
|
*/
|
|
1042
828
|
deviceProxy?: DeviceProxy | undefined;
|
|
1043
829
|
}
|
|
1044
|
-
/**
|
|
1045
|
-
* @public
|
|
1046
|
-
* @enum
|
|
1047
|
-
*/
|
|
1048
|
-
export declare const InteractionMode: {
|
|
1049
|
-
readonly INTERACTIVE: "INTERACTIVE";
|
|
1050
|
-
readonly NO_VIDEO: "NO_VIDEO";
|
|
1051
|
-
readonly VIDEO_ONLY: "VIDEO_ONLY";
|
|
1052
|
-
};
|
|
1053
|
-
/**
|
|
1054
|
-
* @public
|
|
1055
|
-
*/
|
|
1056
|
-
export type InteractionMode = (typeof InteractionMode)[keyof typeof InteractionMode];
|
|
1057
830
|
/**
|
|
1058
831
|
* <p>Creates and submits a request to start a remote access session.</p>
|
|
1059
832
|
* @public
|
|
@@ -1107,46 +880,6 @@ export interface CreateRemoteAccessSessionRequest {
|
|
|
1107
880
|
*/
|
|
1108
881
|
skipAppResign?: boolean | undefined;
|
|
1109
882
|
}
|
|
1110
|
-
/**
|
|
1111
|
-
* @public
|
|
1112
|
-
* @enum
|
|
1113
|
-
*/
|
|
1114
|
-
export declare const DeviceAvailability: {
|
|
1115
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
1116
|
-
readonly BUSY: "BUSY";
|
|
1117
|
-
readonly HIGHLY_AVAILABLE: "HIGHLY_AVAILABLE";
|
|
1118
|
-
readonly TEMPORARY_NOT_AVAILABLE: "TEMPORARY_NOT_AVAILABLE";
|
|
1119
|
-
};
|
|
1120
|
-
/**
|
|
1121
|
-
* @public
|
|
1122
|
-
*/
|
|
1123
|
-
export type DeviceAvailability = (typeof DeviceAvailability)[keyof typeof DeviceAvailability];
|
|
1124
|
-
/**
|
|
1125
|
-
* @public
|
|
1126
|
-
* @enum
|
|
1127
|
-
*/
|
|
1128
|
-
export declare const DeviceFormFactor: {
|
|
1129
|
-
readonly PHONE: "PHONE";
|
|
1130
|
-
readonly TABLET: "TABLET";
|
|
1131
|
-
};
|
|
1132
|
-
/**
|
|
1133
|
-
* @public
|
|
1134
|
-
*/
|
|
1135
|
-
export type DeviceFormFactor = (typeof DeviceFormFactor)[keyof typeof DeviceFormFactor];
|
|
1136
|
-
/**
|
|
1137
|
-
* @public
|
|
1138
|
-
* @enum
|
|
1139
|
-
*/
|
|
1140
|
-
export declare const InstanceStatus: {
|
|
1141
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
1142
|
-
readonly IN_USE: "IN_USE";
|
|
1143
|
-
readonly NOT_AVAILABLE: "NOT_AVAILABLE";
|
|
1144
|
-
readonly PREPARING: "PREPARING";
|
|
1145
|
-
};
|
|
1146
|
-
/**
|
|
1147
|
-
* @public
|
|
1148
|
-
*/
|
|
1149
|
-
export type InstanceStatus = (typeof InstanceStatus)[keyof typeof InstanceStatus];
|
|
1150
883
|
/**
|
|
1151
884
|
* <p>Represents the device instance.</p>
|
|
1152
885
|
* @public
|
|
@@ -1376,42 +1109,6 @@ export interface RemoteAccessEndpoints {
|
|
|
1376
1109
|
*/
|
|
1377
1110
|
interactiveEndpoint?: string | undefined;
|
|
1378
1111
|
}
|
|
1379
|
-
/**
|
|
1380
|
-
* @public
|
|
1381
|
-
* @enum
|
|
1382
|
-
*/
|
|
1383
|
-
export declare const ExecutionResult: {
|
|
1384
|
-
readonly ERRORED: "ERRORED";
|
|
1385
|
-
readonly FAILED: "FAILED";
|
|
1386
|
-
readonly PASSED: "PASSED";
|
|
1387
|
-
readonly PENDING: "PENDING";
|
|
1388
|
-
readonly SKIPPED: "SKIPPED";
|
|
1389
|
-
readonly STOPPED: "STOPPED";
|
|
1390
|
-
readonly WARNED: "WARNED";
|
|
1391
|
-
};
|
|
1392
|
-
/**
|
|
1393
|
-
* @public
|
|
1394
|
-
*/
|
|
1395
|
-
export type ExecutionResult = (typeof ExecutionResult)[keyof typeof ExecutionResult];
|
|
1396
|
-
/**
|
|
1397
|
-
* @public
|
|
1398
|
-
* @enum
|
|
1399
|
-
*/
|
|
1400
|
-
export declare const ExecutionStatus: {
|
|
1401
|
-
readonly COMPLETED: "COMPLETED";
|
|
1402
|
-
readonly PENDING: "PENDING";
|
|
1403
|
-
readonly PENDING_CONCURRNECY: "PENDING_CONCURRENCY";
|
|
1404
|
-
readonly PENDING_DEVICE: "PENDING_DEVICE";
|
|
1405
|
-
readonly PREPARING: "PREPARING";
|
|
1406
|
-
readonly PROCESSING: "PROCESSING";
|
|
1407
|
-
readonly RUNNING: "RUNNING";
|
|
1408
|
-
readonly SCHEDULING: "SCHEDULING";
|
|
1409
|
-
readonly STOPPING: "STOPPING";
|
|
1410
|
-
};
|
|
1411
|
-
/**
|
|
1412
|
-
* @public
|
|
1413
|
-
*/
|
|
1414
|
-
export type ExecutionStatus = (typeof ExecutionStatus)[keyof typeof ExecutionStatus];
|
|
1415
1112
|
/**
|
|
1416
1113
|
* <p>Represents information about the remote access session.</p>
|
|
1417
1114
|
* @public
|
|
@@ -1678,19 +1375,6 @@ export interface CreateTestGridProjectResult {
|
|
|
1678
1375
|
*/
|
|
1679
1376
|
testGridProject?: TestGridProject | undefined;
|
|
1680
1377
|
}
|
|
1681
|
-
/**
|
|
1682
|
-
* <p>An internal exception was raised in the service. Contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a> if you see this
|
|
1683
|
-
* error. </p>
|
|
1684
|
-
* @public
|
|
1685
|
-
*/
|
|
1686
|
-
export declare class InternalServiceException extends __BaseException {
|
|
1687
|
-
readonly name: "InternalServiceException";
|
|
1688
|
-
readonly $fault: "server";
|
|
1689
|
-
/**
|
|
1690
|
-
* @internal
|
|
1691
|
-
*/
|
|
1692
|
-
constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
|
|
1693
|
-
}
|
|
1694
1378
|
/**
|
|
1695
1379
|
* @public
|
|
1696
1380
|
*/
|
|
@@ -1723,48 +1407,6 @@ export interface CreateTestGridUrlResult {
|
|
|
1723
1407
|
*/
|
|
1724
1408
|
expires?: Date | undefined;
|
|
1725
1409
|
}
|
|
1726
|
-
/**
|
|
1727
|
-
* @public
|
|
1728
|
-
* @enum
|
|
1729
|
-
*/
|
|
1730
|
-
export declare const UploadType: {
|
|
1731
|
-
readonly ANDROID_APP: "ANDROID_APP";
|
|
1732
|
-
readonly APPIUM_JAVA_JUNIT_TEST_PACKAGE: "APPIUM_JAVA_JUNIT_TEST_PACKAGE";
|
|
1733
|
-
readonly APPIUM_JAVA_JUNIT_TEST_SPEC: "APPIUM_JAVA_JUNIT_TEST_SPEC";
|
|
1734
|
-
readonly APPIUM_JAVA_TESTNG_TEST_PACKAGE: "APPIUM_JAVA_TESTNG_TEST_PACKAGE";
|
|
1735
|
-
readonly APPIUM_JAVA_TESTNG_TEST_SPEC: "APPIUM_JAVA_TESTNG_TEST_SPEC";
|
|
1736
|
-
readonly APPIUM_NODE_TEST_PACKAGE: "APPIUM_NODE_TEST_PACKAGE";
|
|
1737
|
-
readonly APPIUM_NODE_TEST_SPEC: "APPIUM_NODE_TEST_SPEC";
|
|
1738
|
-
readonly APPIUM_PYTHON_TEST_PACKAGE: "APPIUM_PYTHON_TEST_PACKAGE";
|
|
1739
|
-
readonly APPIUM_PYTHON_TEST_SPEC: "APPIUM_PYTHON_TEST_SPEC";
|
|
1740
|
-
readonly APPIUM_RUBY_TEST_PACKAGE: "APPIUM_RUBY_TEST_PACKAGE";
|
|
1741
|
-
readonly APPIUM_RUBY_TEST_SPEC: "APPIUM_RUBY_TEST_SPEC";
|
|
1742
|
-
readonly APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE: "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE";
|
|
1743
|
-
readonly APPIUM_WEB_JAVA_JUNIT_TEST_SPEC: "APPIUM_WEB_JAVA_JUNIT_TEST_SPEC";
|
|
1744
|
-
readonly APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE: "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE";
|
|
1745
|
-
readonly APPIUM_WEB_JAVA_TESTNG_TEST_SPEC: "APPIUM_WEB_JAVA_TESTNG_TEST_SPEC";
|
|
1746
|
-
readonly APPIUM_WEB_NODE_TEST_PACKAGE: "APPIUM_WEB_NODE_TEST_PACKAGE";
|
|
1747
|
-
readonly APPIUM_WEB_NODE_TEST_SPEC: "APPIUM_WEB_NODE_TEST_SPEC";
|
|
1748
|
-
readonly APPIUM_WEB_PYTHON_TEST_PACKAGE: "APPIUM_WEB_PYTHON_TEST_PACKAGE";
|
|
1749
|
-
readonly APPIUM_WEB_PYTHON_TEST_SPEC: "APPIUM_WEB_PYTHON_TEST_SPEC";
|
|
1750
|
-
readonly APPIUM_WEB_RUBY_TEST_PACKAGE: "APPIUM_WEB_RUBY_TEST_PACKAGE";
|
|
1751
|
-
readonly APPIUM_WEB_RUBY_TEST_SPEC: "APPIUM_WEB_RUBY_TEST_SPEC";
|
|
1752
|
-
readonly CALABASH_TEST_PACKAGE: "CALABASH_TEST_PACKAGE";
|
|
1753
|
-
readonly EXTERNAL_DATA: "EXTERNAL_DATA";
|
|
1754
|
-
readonly INSTRUMENTATION_TEST_PACKAGE: "INSTRUMENTATION_TEST_PACKAGE";
|
|
1755
|
-
readonly INSTRUMENTATION_TEST_SPEC: "INSTRUMENTATION_TEST_SPEC";
|
|
1756
|
-
readonly IOS_APP: "IOS_APP";
|
|
1757
|
-
readonly UIAUTOMATION_TEST_PACKAGE: "UIAUTOMATION_TEST_PACKAGE";
|
|
1758
|
-
readonly UIAUTOMATOR_TEST_PACKAGE: "UIAUTOMATOR_TEST_PACKAGE";
|
|
1759
|
-
readonly WEB_APP: "WEB_APP";
|
|
1760
|
-
readonly XCTEST_TEST_PACKAGE: "XCTEST_TEST_PACKAGE";
|
|
1761
|
-
readonly XCTEST_UI_TEST_PACKAGE: "XCTEST_UI_TEST_PACKAGE";
|
|
1762
|
-
readonly XCTEST_UI_TEST_SPEC: "XCTEST_UI_TEST_SPEC";
|
|
1763
|
-
};
|
|
1764
|
-
/**
|
|
1765
|
-
* @public
|
|
1766
|
-
*/
|
|
1767
|
-
export type UploadType = (typeof UploadType)[keyof typeof UploadType];
|
|
1768
1410
|
/**
|
|
1769
1411
|
* <p>Represents a request to the create upload operation.</p>
|
|
1770
1412
|
* @public
|
|
@@ -1886,32 +1528,6 @@ export interface CreateUploadRequest {
|
|
|
1886
1528
|
*/
|
|
1887
1529
|
contentType?: string | undefined;
|
|
1888
1530
|
}
|
|
1889
|
-
/**
|
|
1890
|
-
* @public
|
|
1891
|
-
* @enum
|
|
1892
|
-
*/
|
|
1893
|
-
export declare const UploadCategory: {
|
|
1894
|
-
readonly CURATED: "CURATED";
|
|
1895
|
-
readonly PRIVATE: "PRIVATE";
|
|
1896
|
-
};
|
|
1897
|
-
/**
|
|
1898
|
-
* @public
|
|
1899
|
-
*/
|
|
1900
|
-
export type UploadCategory = (typeof UploadCategory)[keyof typeof UploadCategory];
|
|
1901
|
-
/**
|
|
1902
|
-
* @public
|
|
1903
|
-
* @enum
|
|
1904
|
-
*/
|
|
1905
|
-
export declare const UploadStatus: {
|
|
1906
|
-
readonly FAILED: "FAILED";
|
|
1907
|
-
readonly INITIALIZED: "INITIALIZED";
|
|
1908
|
-
readonly PROCESSING: "PROCESSING";
|
|
1909
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
1910
|
-
};
|
|
1911
|
-
/**
|
|
1912
|
-
* @public
|
|
1913
|
-
*/
|
|
1914
|
-
export type UploadStatus = (typeof UploadStatus)[keyof typeof UploadStatus];
|
|
1915
1531
|
/**
|
|
1916
1532
|
* <p>An app or a set of one or more tests to upload or that have been
|
|
1917
1533
|
* uploaded.</p>
|
|
@@ -2165,17 +1781,6 @@ export interface CreateVPCEConfigurationResult {
|
|
|
2165
1781
|
*/
|
|
2166
1782
|
vpceConfiguration?: VPCEConfiguration | undefined;
|
|
2167
1783
|
}
|
|
2168
|
-
/**
|
|
2169
|
-
* @public
|
|
2170
|
-
* @enum
|
|
2171
|
-
*/
|
|
2172
|
-
export declare const CurrencyCode: {
|
|
2173
|
-
readonly USD: "USD";
|
|
2174
|
-
};
|
|
2175
|
-
/**
|
|
2176
|
-
* @public
|
|
2177
|
-
*/
|
|
2178
|
-
export type CurrencyCode = (typeof CurrencyCode)[keyof typeof CurrencyCode];
|
|
2179
1784
|
/**
|
|
2180
1785
|
* <p>A JSON object that specifies the paths where the artifacts generated by the customer's tests, on the
|
|
2181
1786
|
* device or in the test environment, are pulled from.</p>
|
|
@@ -2354,19 +1959,6 @@ export interface DeleteVPCEConfigurationRequest {
|
|
|
2354
1959
|
*/
|
|
2355
1960
|
export interface DeleteVPCEConfigurationResult {
|
|
2356
1961
|
}
|
|
2357
|
-
/**
|
|
2358
|
-
* <p>There was an error with the update request, or you do not have sufficient permissions
|
|
2359
|
-
* to update this VPC endpoint configuration.</p>
|
|
2360
|
-
* @public
|
|
2361
|
-
*/
|
|
2362
|
-
export declare class InvalidOperationException extends __BaseException {
|
|
2363
|
-
readonly name: "InvalidOperationException";
|
|
2364
|
-
readonly $fault: "client";
|
|
2365
|
-
/**
|
|
2366
|
-
* @internal
|
|
2367
|
-
*/
|
|
2368
|
-
constructor(opts: __ExceptionOptionType<InvalidOperationException, __BaseException>);
|
|
2369
|
-
}
|
|
2370
1962
|
/**
|
|
2371
1963
|
* <p>Represents the request sent to retrieve the account settings.</p>
|
|
2372
1964
|
* @public
|
|
@@ -2560,30 +2152,6 @@ export interface ScheduleRunConfiguration {
|
|
|
2560
2152
|
*/
|
|
2561
2153
|
billingMethod?: BillingMethod | undefined;
|
|
2562
2154
|
}
|
|
2563
|
-
/**
|
|
2564
|
-
* @public
|
|
2565
|
-
* @enum
|
|
2566
|
-
*/
|
|
2567
|
-
export declare const TestType: {
|
|
2568
|
-
readonly APPIUM_JAVA_JUNIT: "APPIUM_JAVA_JUNIT";
|
|
2569
|
-
readonly APPIUM_JAVA_TESTNG: "APPIUM_JAVA_TESTNG";
|
|
2570
|
-
readonly APPIUM_NODE: "APPIUM_NODE";
|
|
2571
|
-
readonly APPIUM_PYTHON: "APPIUM_PYTHON";
|
|
2572
|
-
readonly APPIUM_RUBY: "APPIUM_RUBY";
|
|
2573
|
-
readonly APPIUM_WEB_JAVA_JUNIT: "APPIUM_WEB_JAVA_JUNIT";
|
|
2574
|
-
readonly APPIUM_WEB_JAVA_TESTNG: "APPIUM_WEB_JAVA_TESTNG";
|
|
2575
|
-
readonly APPIUM_WEB_NODE: "APPIUM_WEB_NODE";
|
|
2576
|
-
readonly APPIUM_WEB_PYTHON: "APPIUM_WEB_PYTHON";
|
|
2577
|
-
readonly APPIUM_WEB_RUBY: "APPIUM_WEB_RUBY";
|
|
2578
|
-
readonly BUILTIN_FUZZ: "BUILTIN_FUZZ";
|
|
2579
|
-
readonly INSTRUMENTATION: "INSTRUMENTATION";
|
|
2580
|
-
readonly XCTEST: "XCTEST";
|
|
2581
|
-
readonly XCTEST_UI: "XCTEST_UI";
|
|
2582
|
-
};
|
|
2583
|
-
/**
|
|
2584
|
-
* @public
|
|
2585
|
-
*/
|
|
2586
|
-
export type TestType = (typeof TestType)[keyof typeof TestType];
|
|
2587
2155
|
/**
|
|
2588
2156
|
* <p>Represents test settings. This data structure is passed in as the test parameter to ScheduleRun. For an
|
|
2589
2157
|
* example of the JSON request syntax, see <a>ScheduleRun</a>.</p>
|
|
@@ -3179,17 +2747,6 @@ export interface MonetaryAmount {
|
|
|
3179
2747
|
*/
|
|
3180
2748
|
currencyCode?: CurrencyCode | undefined;
|
|
3181
2749
|
}
|
|
3182
|
-
/**
|
|
3183
|
-
* @public
|
|
3184
|
-
* @enum
|
|
3185
|
-
*/
|
|
3186
|
-
export declare const RecurringChargeFrequency: {
|
|
3187
|
-
readonly MONTHLY: "MONTHLY";
|
|
3188
|
-
};
|
|
3189
|
-
/**
|
|
3190
|
-
* @public
|
|
3191
|
-
*/
|
|
3192
|
-
export type RecurringChargeFrequency = (typeof RecurringChargeFrequency)[keyof typeof RecurringChargeFrequency];
|
|
3193
2750
|
/**
|
|
3194
2751
|
* <p>Specifies whether charges for devices are recurring.</p>
|
|
3195
2752
|
* @public
|
|
@@ -3206,17 +2763,6 @@ export interface RecurringCharge {
|
|
|
3206
2763
|
*/
|
|
3207
2764
|
frequency?: RecurringChargeFrequency | undefined;
|
|
3208
2765
|
}
|
|
3209
|
-
/**
|
|
3210
|
-
* @public
|
|
3211
|
-
* @enum
|
|
3212
|
-
*/
|
|
3213
|
-
export declare const OfferingType: {
|
|
3214
|
-
readonly RECURRING: "RECURRING";
|
|
3215
|
-
};
|
|
3216
|
-
/**
|
|
3217
|
-
* @public
|
|
3218
|
-
*/
|
|
3219
|
-
export type OfferingType = (typeof OfferingType)[keyof typeof OfferingType];
|
|
3220
2766
|
/**
|
|
3221
2767
|
* <p>Represents the metadata of a device offering.</p>
|
|
3222
2768
|
* @public
|
|
@@ -3248,19 +2794,6 @@ export interface Offering {
|
|
|
3248
2794
|
*/
|
|
3249
2795
|
recurringCharges?: RecurringCharge[] | undefined;
|
|
3250
2796
|
}
|
|
3251
|
-
/**
|
|
3252
|
-
* @public
|
|
3253
|
-
* @enum
|
|
3254
|
-
*/
|
|
3255
|
-
export declare const OfferingTransactionType: {
|
|
3256
|
-
readonly PURCHASE: "PURCHASE";
|
|
3257
|
-
readonly RENEW: "RENEW";
|
|
3258
|
-
readonly SYSTEM: "SYSTEM";
|
|
3259
|
-
};
|
|
3260
|
-
/**
|
|
3261
|
-
* @public
|
|
3262
|
-
*/
|
|
3263
|
-
export type OfferingTransactionType = (typeof OfferingTransactionType)[keyof typeof OfferingTransactionType];
|
|
3264
2797
|
/**
|
|
3265
2798
|
* <p>The status of the offering.</p>
|
|
3266
2799
|
* @public
|
|
@@ -3309,19 +2842,6 @@ export interface GetOfferingStatusResult {
|
|
|
3309
2842
|
*/
|
|
3310
2843
|
nextToken?: string | undefined;
|
|
3311
2844
|
}
|
|
3312
|
-
/**
|
|
3313
|
-
* <p>Exception gets thrown when a user is not eligible to perform the specified
|
|
3314
|
-
* transaction.</p>
|
|
3315
|
-
* @public
|
|
3316
|
-
*/
|
|
3317
|
-
export declare class NotEligibleException extends __BaseException {
|
|
3318
|
-
readonly name: "NotEligibleException";
|
|
3319
|
-
readonly $fault: "client";
|
|
3320
|
-
/**
|
|
3321
|
-
* @internal
|
|
3322
|
-
*/
|
|
3323
|
-
constructor(opts: __ExceptionOptionType<NotEligibleException, __BaseException>);
|
|
3324
|
-
}
|
|
3325
2845
|
/**
|
|
3326
2846
|
* <p>Represents a request to the get project operation.</p>
|
|
3327
2847
|
* @public
|
|
@@ -3381,28 +2901,6 @@ export interface GetRunRequest {
|
|
|
3381
2901
|
*/
|
|
3382
2902
|
arn: string | undefined;
|
|
3383
2903
|
}
|
|
3384
|
-
/**
|
|
3385
|
-
* @public
|
|
3386
|
-
* @enum
|
|
3387
|
-
*/
|
|
3388
|
-
export declare const DeviceFilterAttribute: {
|
|
3389
|
-
readonly ARN: "ARN";
|
|
3390
|
-
readonly AVAILABILITY: "AVAILABILITY";
|
|
3391
|
-
readonly FLEET_TYPE: "FLEET_TYPE";
|
|
3392
|
-
readonly FORM_FACTOR: "FORM_FACTOR";
|
|
3393
|
-
readonly INSTANCE_ARN: "INSTANCE_ARN";
|
|
3394
|
-
readonly INSTANCE_LABELS: "INSTANCE_LABELS";
|
|
3395
|
-
readonly MANUFACTURER: "MANUFACTURER";
|
|
3396
|
-
readonly MODEL: "MODEL";
|
|
3397
|
-
readonly OS_VERSION: "OS_VERSION";
|
|
3398
|
-
readonly PLATFORM: "PLATFORM";
|
|
3399
|
-
readonly REMOTE_ACCESS_ENABLED: "REMOTE_ACCESS_ENABLED";
|
|
3400
|
-
readonly REMOTE_DEBUG_ENABLED: "REMOTE_DEBUG_ENABLED";
|
|
3401
|
-
};
|
|
3402
|
-
/**
|
|
3403
|
-
* @public
|
|
3404
|
-
*/
|
|
3405
|
-
export type DeviceFilterAttribute = (typeof DeviceFilterAttribute)[keyof typeof DeviceFilterAttribute];
|
|
3406
2904
|
/**
|
|
3407
2905
|
* <p>Represents a device filter used to select a set of devices to be included in a test
|
|
3408
2906
|
* run. This data structure is passed in as the <code>deviceSelectionConfiguration</code>
|
|
@@ -3570,18 +3068,6 @@ export interface DeviceSelectionResult {
|
|
|
3570
3068
|
*/
|
|
3571
3069
|
maxDevices?: number | undefined;
|
|
3572
3070
|
}
|
|
3573
|
-
/**
|
|
3574
|
-
* @public
|
|
3575
|
-
* @enum
|
|
3576
|
-
*/
|
|
3577
|
-
export declare const ExecutionResultCode: {
|
|
3578
|
-
readonly PARSING_FAILED: "PARSING_FAILED";
|
|
3579
|
-
readonly VPC_ENDPOINT_SETUP_FAILED: "VPC_ENDPOINT_SETUP_FAILED";
|
|
3580
|
-
};
|
|
3581
|
-
/**
|
|
3582
|
-
* @public
|
|
3583
|
-
*/
|
|
3584
|
-
export type ExecutionResultCode = (typeof ExecutionResultCode)[keyof typeof ExecutionResultCode];
|
|
3585
3071
|
/**
|
|
3586
3072
|
* <p>Represents a test run on a set of devices with a given app package, test parameters, and so
|
|
3587
3073
|
* on.</p>
|
|
@@ -4292,19 +3778,6 @@ export interface GetTestGridSessionRequest {
|
|
|
4292
3778
|
*/
|
|
4293
3779
|
sessionArn?: string | undefined;
|
|
4294
3780
|
}
|
|
4295
|
-
/**
|
|
4296
|
-
* @public
|
|
4297
|
-
* @enum
|
|
4298
|
-
*/
|
|
4299
|
-
export declare const TestGridSessionStatus: {
|
|
4300
|
-
readonly ACTIVE: "ACTIVE";
|
|
4301
|
-
readonly CLOSED: "CLOSED";
|
|
4302
|
-
readonly ERRORED: "ERRORED";
|
|
4303
|
-
};
|
|
4304
|
-
/**
|
|
4305
|
-
* @public
|
|
4306
|
-
*/
|
|
4307
|
-
export type TestGridSessionStatus = (typeof TestGridSessionStatus)[keyof typeof TestGridSessionStatus];
|
|
4308
3781
|
/**
|
|
4309
3782
|
* <p>A <a>TestGridSession</a> is a single instance of a browser launched from the URL provided by a
|
|
4310
3783
|
* call to <a>CreateTestGridUrl</a>.</p>
|
|
@@ -5057,33 +4530,6 @@ export interface ListSamplesRequest {
|
|
|
5057
4530
|
*/
|
|
5058
4531
|
nextToken?: string | undefined;
|
|
5059
4532
|
}
|
|
5060
|
-
/**
|
|
5061
|
-
* @public
|
|
5062
|
-
* @enum
|
|
5063
|
-
*/
|
|
5064
|
-
export declare const SampleType: {
|
|
5065
|
-
readonly CPU: "CPU";
|
|
5066
|
-
readonly MEMORY: "MEMORY";
|
|
5067
|
-
readonly NATIVE_AVG_DRAWTIME: "NATIVE_AVG_DRAWTIME";
|
|
5068
|
-
readonly NATIVE_FPS: "NATIVE_FPS";
|
|
5069
|
-
readonly NATIVE_FRAMES: "NATIVE_FRAMES";
|
|
5070
|
-
readonly NATIVE_MAX_DRAWTIME: "NATIVE_MAX_DRAWTIME";
|
|
5071
|
-
readonly NATIVE_MIN_DRAWTIME: "NATIVE_MIN_DRAWTIME";
|
|
5072
|
-
readonly OPENGL_AVG_DRAWTIME: "OPENGL_AVG_DRAWTIME";
|
|
5073
|
-
readonly OPENGL_FPS: "OPENGL_FPS";
|
|
5074
|
-
readonly OPENGL_FRAMES: "OPENGL_FRAMES";
|
|
5075
|
-
readonly OPENGL_MAX_DRAWTIME: "OPENGL_MAX_DRAWTIME";
|
|
5076
|
-
readonly OPENGL_MIN_DRAWTIME: "OPENGL_MIN_DRAWTIME";
|
|
5077
|
-
readonly RX: "RX";
|
|
5078
|
-
readonly RX_RATE: "RX_RATE";
|
|
5079
|
-
readonly THREADS: "THREADS";
|
|
5080
|
-
readonly TX: "TX";
|
|
5081
|
-
readonly TX_RATE: "TX_RATE";
|
|
5082
|
-
};
|
|
5083
|
-
/**
|
|
5084
|
-
* @public
|
|
5085
|
-
*/
|
|
5086
|
-
export type SampleType = (typeof SampleType)[keyof typeof SampleType];
|
|
5087
4533
|
/**
|
|
5088
4534
|
* <p>Represents a sample of performance data.</p>
|
|
5089
4535
|
* @public
|
|
@@ -5360,18 +4806,6 @@ export interface ListTestGridSessionActionsResult {
|
|
|
5360
4806
|
*/
|
|
5361
4807
|
nextToken?: string | undefined;
|
|
5362
4808
|
}
|
|
5363
|
-
/**
|
|
5364
|
-
* @public
|
|
5365
|
-
* @enum
|
|
5366
|
-
*/
|
|
5367
|
-
export declare const TestGridSessionArtifactCategory: {
|
|
5368
|
-
readonly LOG: "LOG";
|
|
5369
|
-
readonly VIDEO: "VIDEO";
|
|
5370
|
-
};
|
|
5371
|
-
/**
|
|
5372
|
-
* @public
|
|
5373
|
-
*/
|
|
5374
|
-
export type TestGridSessionArtifactCategory = (typeof TestGridSessionArtifactCategory)[keyof typeof TestGridSessionArtifactCategory];
|
|
5375
4809
|
/**
|
|
5376
4810
|
* @public
|
|
5377
4811
|
*/
|
|
@@ -5397,19 +4831,6 @@ export interface ListTestGridSessionArtifactsRequest {
|
|
|
5397
4831
|
*/
|
|
5398
4832
|
nextToken?: string | undefined;
|
|
5399
4833
|
}
|
|
5400
|
-
/**
|
|
5401
|
-
* @public
|
|
5402
|
-
* @enum
|
|
5403
|
-
*/
|
|
5404
|
-
export declare const TestGridSessionArtifactType: {
|
|
5405
|
-
readonly SELENIUM_LOG: "SELENIUM_LOG";
|
|
5406
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
5407
|
-
readonly VIDEO: "VIDEO";
|
|
5408
|
-
};
|
|
5409
|
-
/**
|
|
5410
|
-
* @public
|
|
5411
|
-
*/
|
|
5412
|
-
export type TestGridSessionArtifactType = (typeof TestGridSessionArtifactType)[keyof typeof TestGridSessionArtifactType];
|
|
5413
4834
|
/**
|
|
5414
4835
|
* <p>Artifacts are video and other files that are produced in the process of running a browser in an automated
|
|
5415
4836
|
* context. </p>
|
|
@@ -5924,18 +5345,6 @@ export interface RenewOfferingResult {
|
|
|
5924
5345
|
*/
|
|
5925
5346
|
offeringTransaction?: OfferingTransaction | undefined;
|
|
5926
5347
|
}
|
|
5927
|
-
/**
|
|
5928
|
-
* <p>An entity with the same name already exists.</p>
|
|
5929
|
-
* @public
|
|
5930
|
-
*/
|
|
5931
|
-
export declare class IdempotencyException extends __BaseException {
|
|
5932
|
-
readonly name: "IdempotencyException";
|
|
5933
|
-
readonly $fault: "client";
|
|
5934
|
-
/**
|
|
5935
|
-
* @internal
|
|
5936
|
-
*/
|
|
5937
|
-
constructor(opts: __ExceptionOptionType<IdempotencyException, __BaseException>);
|
|
5938
|
-
}
|
|
5939
5348
|
/**
|
|
5940
5349
|
* <p>Represents the device filters used in a test run and the maximum number of devices to be included in the
|
|
5941
5350
|
* run. It is passed in as the <code>deviceSelectionConfiguration</code> request parameter in <a>ScheduleRun</a>.</p>
|
|
@@ -6241,20 +5650,6 @@ export interface StopRunResult {
|
|
|
6241
5650
|
*/
|
|
6242
5651
|
run?: Run | undefined;
|
|
6243
5652
|
}
|
|
6244
|
-
/**
|
|
6245
|
-
* <p>The request doesn't comply with the AWS Identity and Access Management (IAM) tag
|
|
6246
|
-
* policy. Correct your request and then retry it.</p>
|
|
6247
|
-
* @public
|
|
6248
|
-
*/
|
|
6249
|
-
export declare class TagPolicyException extends __BaseException {
|
|
6250
|
-
readonly name: "TagPolicyException";
|
|
6251
|
-
readonly $fault: "client";
|
|
6252
|
-
resourceName?: string | undefined;
|
|
6253
|
-
/**
|
|
6254
|
-
* @internal
|
|
6255
|
-
*/
|
|
6256
|
-
constructor(opts: __ExceptionOptionType<TagPolicyException, __BaseException>);
|
|
6257
|
-
}
|
|
6258
5653
|
/**
|
|
6259
5654
|
* @public
|
|
6260
5655
|
*/
|
|
@@ -6280,20 +5675,6 @@ export interface TagResourceRequest {
|
|
|
6280
5675
|
*/
|
|
6281
5676
|
export interface TagResourceResponse {
|
|
6282
5677
|
}
|
|
6283
|
-
/**
|
|
6284
|
-
* <p>The list of tags on the repository is over the limit. The maximum number of tags that
|
|
6285
|
-
* can be applied to a repository is 50. </p>
|
|
6286
|
-
* @public
|
|
6287
|
-
*/
|
|
6288
|
-
export declare class TooManyTagsException extends __BaseException {
|
|
6289
|
-
readonly name: "TooManyTagsException";
|
|
6290
|
-
readonly $fault: "client";
|
|
6291
|
-
resourceName?: string | undefined;
|
|
6292
|
-
/**
|
|
6293
|
-
* @internal
|
|
6294
|
-
*/
|
|
6295
|
-
constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
|
|
6296
|
-
}
|
|
6297
5678
|
/**
|
|
6298
5679
|
* @public
|
|
6299
5680
|
*/
|