@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
|
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
|
|
|
5
5
|
export { DeviceFarmExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
|
-
export * from "./models";
|
|
8
|
+
export * from "./models/enums";
|
|
9
|
+
export * from "./models/errors";
|
|
10
|
+
export * from "./models/models_0";
|
|
9
11
|
export { DeviceFarmServiceException } from "./models/DeviceFarmServiceException";
|
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
export declare const DevicePlatform: {
|
|
2
|
+
readonly ANDROID: "ANDROID";
|
|
3
|
+
readonly IOS: "IOS";
|
|
4
|
+
};
|
|
5
|
+
export type DevicePlatform =
|
|
6
|
+
(typeof DevicePlatform)[keyof typeof DevicePlatform];
|
|
7
|
+
export declare const ArtifactType: {
|
|
8
|
+
readonly APPIUM_JAVA_OUTPUT: "APPIUM_JAVA_OUTPUT";
|
|
9
|
+
readonly APPIUM_JAVA_XML_OUTPUT: "APPIUM_JAVA_XML_OUTPUT";
|
|
10
|
+
readonly APPIUM_PYTHON_OUTPUT: "APPIUM_PYTHON_OUTPUT";
|
|
11
|
+
readonly APPIUM_PYTHON_XML_OUTPUT: "APPIUM_PYTHON_XML_OUTPUT";
|
|
12
|
+
readonly APPIUM_SERVER_OUTPUT: "APPIUM_SERVER_OUTPUT";
|
|
13
|
+
readonly APPLICATION_CRASH_REPORT: "APPLICATION_CRASH_REPORT";
|
|
14
|
+
readonly AUTOMATION_OUTPUT: "AUTOMATION_OUTPUT";
|
|
15
|
+
readonly CALABASH_JAVA_XML_OUTPUT: "CALABASH_JAVA_XML_OUTPUT";
|
|
16
|
+
readonly CALABASH_JSON_OUTPUT: "CALABASH_JSON_OUTPUT";
|
|
17
|
+
readonly CALABASH_PRETTY_OUTPUT: "CALABASH_PRETTY_OUTPUT";
|
|
18
|
+
readonly CALABASH_STANDARD_OUTPUT: "CALABASH_STANDARD_OUTPUT";
|
|
19
|
+
readonly CUSTOMER_ARTIFACT: "CUSTOMER_ARTIFACT";
|
|
20
|
+
readonly CUSTOMER_ARTIFACT_LOG: "CUSTOMER_ARTIFACT_LOG";
|
|
21
|
+
readonly DEVICE_LOG: "DEVICE_LOG";
|
|
22
|
+
readonly EXERCISER_MONKEY_OUTPUT: "EXERCISER_MONKEY_OUTPUT";
|
|
23
|
+
readonly EXPLORER_EVENT_LOG: "EXPLORER_EVENT_LOG";
|
|
24
|
+
readonly EXPLORER_SUMMARY_LOG: "EXPLORER_SUMMARY_LOG";
|
|
25
|
+
readonly INSTRUMENTATION_OUTPUT: "INSTRUMENTATION_OUTPUT";
|
|
26
|
+
readonly MESSAGE_LOG: "MESSAGE_LOG";
|
|
27
|
+
readonly RESULT_LOG: "RESULT_LOG";
|
|
28
|
+
readonly SCREENSHOT: "SCREENSHOT";
|
|
29
|
+
readonly SERVICE_LOG: "SERVICE_LOG";
|
|
30
|
+
readonly TESTSPEC_OUTPUT: "TESTSPEC_OUTPUT";
|
|
31
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
32
|
+
readonly VIDEO: "VIDEO";
|
|
33
|
+
readonly VIDEO_LOG: "VIDEO_LOG";
|
|
34
|
+
readonly WEBKIT_LOG: "WEBKIT_LOG";
|
|
35
|
+
readonly XCTEST_LOG: "XCTEST_LOG";
|
|
36
|
+
};
|
|
37
|
+
export type ArtifactType = (typeof ArtifactType)[keyof typeof ArtifactType];
|
|
38
|
+
export declare const ArtifactCategory: {
|
|
39
|
+
readonly FILE: "FILE";
|
|
40
|
+
readonly LOG: "LOG";
|
|
41
|
+
readonly SCREENSHOT: "SCREENSHOT";
|
|
42
|
+
};
|
|
43
|
+
export type ArtifactCategory =
|
|
44
|
+
(typeof ArtifactCategory)[keyof typeof ArtifactCategory];
|
|
45
|
+
export declare const BillingMethod: {
|
|
46
|
+
readonly METERED: "METERED";
|
|
47
|
+
readonly UNMETERED: "UNMETERED";
|
|
48
|
+
};
|
|
49
|
+
export type BillingMethod = (typeof BillingMethod)[keyof typeof BillingMethod];
|
|
50
|
+
export declare const DeviceAttribute: {
|
|
51
|
+
readonly APPIUM_VERSION: "APPIUM_VERSION";
|
|
52
|
+
readonly ARN: "ARN";
|
|
53
|
+
readonly AVAILABILITY: "AVAILABILITY";
|
|
54
|
+
readonly FLEET_TYPE: "FLEET_TYPE";
|
|
55
|
+
readonly FORM_FACTOR: "FORM_FACTOR";
|
|
56
|
+
readonly INSTANCE_ARN: "INSTANCE_ARN";
|
|
57
|
+
readonly INSTANCE_LABELS: "INSTANCE_LABELS";
|
|
58
|
+
readonly MANUFACTURER: "MANUFACTURER";
|
|
59
|
+
readonly MODEL: "MODEL";
|
|
60
|
+
readonly OS_VERSION: "OS_VERSION";
|
|
61
|
+
readonly PLATFORM: "PLATFORM";
|
|
62
|
+
readonly REMOTE_ACCESS_ENABLED: "REMOTE_ACCESS_ENABLED";
|
|
63
|
+
readonly REMOTE_DEBUG_ENABLED: "REMOTE_DEBUG_ENABLED";
|
|
64
|
+
};
|
|
65
|
+
export type DeviceAttribute =
|
|
66
|
+
(typeof DeviceAttribute)[keyof typeof DeviceAttribute];
|
|
67
|
+
export declare const RuleOperator: {
|
|
68
|
+
readonly CONTAINS: "CONTAINS";
|
|
69
|
+
readonly EQUALS: "EQUALS";
|
|
70
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
71
|
+
readonly GREATER_THAN_OR_EQUALS: "GREATER_THAN_OR_EQUALS";
|
|
72
|
+
readonly IN: "IN";
|
|
73
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
74
|
+
readonly LESS_THAN_OR_EQUALS: "LESS_THAN_OR_EQUALS";
|
|
75
|
+
readonly NOT_IN: "NOT_IN";
|
|
76
|
+
};
|
|
77
|
+
export type RuleOperator = (typeof RuleOperator)[keyof typeof RuleOperator];
|
|
78
|
+
export declare const DevicePoolType: {
|
|
79
|
+
readonly CURATED: "CURATED";
|
|
80
|
+
readonly PRIVATE: "PRIVATE";
|
|
81
|
+
};
|
|
82
|
+
export type DevicePoolType =
|
|
83
|
+
(typeof DevicePoolType)[keyof typeof DevicePoolType];
|
|
84
|
+
export declare const NetworkProfileType: {
|
|
85
|
+
readonly CURATED: "CURATED";
|
|
86
|
+
readonly PRIVATE: "PRIVATE";
|
|
87
|
+
};
|
|
88
|
+
export type NetworkProfileType =
|
|
89
|
+
(typeof NetworkProfileType)[keyof typeof NetworkProfileType];
|
|
90
|
+
export declare const InteractionMode: {
|
|
91
|
+
readonly INTERACTIVE: "INTERACTIVE";
|
|
92
|
+
readonly NO_VIDEO: "NO_VIDEO";
|
|
93
|
+
readonly VIDEO_ONLY: "VIDEO_ONLY";
|
|
94
|
+
};
|
|
95
|
+
export type InteractionMode =
|
|
96
|
+
(typeof InteractionMode)[keyof typeof InteractionMode];
|
|
97
|
+
export declare const DeviceAvailability: {
|
|
98
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
99
|
+
readonly BUSY: "BUSY";
|
|
100
|
+
readonly HIGHLY_AVAILABLE: "HIGHLY_AVAILABLE";
|
|
101
|
+
readonly TEMPORARY_NOT_AVAILABLE: "TEMPORARY_NOT_AVAILABLE";
|
|
102
|
+
};
|
|
103
|
+
export type DeviceAvailability =
|
|
104
|
+
(typeof DeviceAvailability)[keyof typeof DeviceAvailability];
|
|
105
|
+
export declare const DeviceFormFactor: {
|
|
106
|
+
readonly PHONE: "PHONE";
|
|
107
|
+
readonly TABLET: "TABLET";
|
|
108
|
+
};
|
|
109
|
+
export type DeviceFormFactor =
|
|
110
|
+
(typeof DeviceFormFactor)[keyof typeof DeviceFormFactor];
|
|
111
|
+
export declare const InstanceStatus: {
|
|
112
|
+
readonly AVAILABLE: "AVAILABLE";
|
|
113
|
+
readonly IN_USE: "IN_USE";
|
|
114
|
+
readonly NOT_AVAILABLE: "NOT_AVAILABLE";
|
|
115
|
+
readonly PREPARING: "PREPARING";
|
|
116
|
+
};
|
|
117
|
+
export type InstanceStatus =
|
|
118
|
+
(typeof InstanceStatus)[keyof typeof InstanceStatus];
|
|
119
|
+
export declare const ExecutionResult: {
|
|
120
|
+
readonly ERRORED: "ERRORED";
|
|
121
|
+
readonly FAILED: "FAILED";
|
|
122
|
+
readonly PASSED: "PASSED";
|
|
123
|
+
readonly PENDING: "PENDING";
|
|
124
|
+
readonly SKIPPED: "SKIPPED";
|
|
125
|
+
readonly STOPPED: "STOPPED";
|
|
126
|
+
readonly WARNED: "WARNED";
|
|
127
|
+
};
|
|
128
|
+
export type ExecutionResult =
|
|
129
|
+
(typeof ExecutionResult)[keyof typeof ExecutionResult];
|
|
130
|
+
export declare const ExecutionStatus: {
|
|
131
|
+
readonly COMPLETED: "COMPLETED";
|
|
132
|
+
readonly PENDING: "PENDING";
|
|
133
|
+
readonly PENDING_CONCURRNECY: "PENDING_CONCURRENCY";
|
|
134
|
+
readonly PENDING_DEVICE: "PENDING_DEVICE";
|
|
135
|
+
readonly PREPARING: "PREPARING";
|
|
136
|
+
readonly PROCESSING: "PROCESSING";
|
|
137
|
+
readonly RUNNING: "RUNNING";
|
|
138
|
+
readonly SCHEDULING: "SCHEDULING";
|
|
139
|
+
readonly STOPPING: "STOPPING";
|
|
140
|
+
};
|
|
141
|
+
export type ExecutionStatus =
|
|
142
|
+
(typeof ExecutionStatus)[keyof typeof ExecutionStatus];
|
|
143
|
+
export declare const UploadType: {
|
|
144
|
+
readonly ANDROID_APP: "ANDROID_APP";
|
|
145
|
+
readonly APPIUM_JAVA_JUNIT_TEST_PACKAGE: "APPIUM_JAVA_JUNIT_TEST_PACKAGE";
|
|
146
|
+
readonly APPIUM_JAVA_JUNIT_TEST_SPEC: "APPIUM_JAVA_JUNIT_TEST_SPEC";
|
|
147
|
+
readonly APPIUM_JAVA_TESTNG_TEST_PACKAGE: "APPIUM_JAVA_TESTNG_TEST_PACKAGE";
|
|
148
|
+
readonly APPIUM_JAVA_TESTNG_TEST_SPEC: "APPIUM_JAVA_TESTNG_TEST_SPEC";
|
|
149
|
+
readonly APPIUM_NODE_TEST_PACKAGE: "APPIUM_NODE_TEST_PACKAGE";
|
|
150
|
+
readonly APPIUM_NODE_TEST_SPEC: "APPIUM_NODE_TEST_SPEC";
|
|
151
|
+
readonly APPIUM_PYTHON_TEST_PACKAGE: "APPIUM_PYTHON_TEST_PACKAGE";
|
|
152
|
+
readonly APPIUM_PYTHON_TEST_SPEC: "APPIUM_PYTHON_TEST_SPEC";
|
|
153
|
+
readonly APPIUM_RUBY_TEST_PACKAGE: "APPIUM_RUBY_TEST_PACKAGE";
|
|
154
|
+
readonly APPIUM_RUBY_TEST_SPEC: "APPIUM_RUBY_TEST_SPEC";
|
|
155
|
+
readonly APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE: "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE";
|
|
156
|
+
readonly APPIUM_WEB_JAVA_JUNIT_TEST_SPEC: "APPIUM_WEB_JAVA_JUNIT_TEST_SPEC";
|
|
157
|
+
readonly APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE: "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE";
|
|
158
|
+
readonly APPIUM_WEB_JAVA_TESTNG_TEST_SPEC: "APPIUM_WEB_JAVA_TESTNG_TEST_SPEC";
|
|
159
|
+
readonly APPIUM_WEB_NODE_TEST_PACKAGE: "APPIUM_WEB_NODE_TEST_PACKAGE";
|
|
160
|
+
readonly APPIUM_WEB_NODE_TEST_SPEC: "APPIUM_WEB_NODE_TEST_SPEC";
|
|
161
|
+
readonly APPIUM_WEB_PYTHON_TEST_PACKAGE: "APPIUM_WEB_PYTHON_TEST_PACKAGE";
|
|
162
|
+
readonly APPIUM_WEB_PYTHON_TEST_SPEC: "APPIUM_WEB_PYTHON_TEST_SPEC";
|
|
163
|
+
readonly APPIUM_WEB_RUBY_TEST_PACKAGE: "APPIUM_WEB_RUBY_TEST_PACKAGE";
|
|
164
|
+
readonly APPIUM_WEB_RUBY_TEST_SPEC: "APPIUM_WEB_RUBY_TEST_SPEC";
|
|
165
|
+
readonly CALABASH_TEST_PACKAGE: "CALABASH_TEST_PACKAGE";
|
|
166
|
+
readonly EXTERNAL_DATA: "EXTERNAL_DATA";
|
|
167
|
+
readonly INSTRUMENTATION_TEST_PACKAGE: "INSTRUMENTATION_TEST_PACKAGE";
|
|
168
|
+
readonly INSTRUMENTATION_TEST_SPEC: "INSTRUMENTATION_TEST_SPEC";
|
|
169
|
+
readonly IOS_APP: "IOS_APP";
|
|
170
|
+
readonly UIAUTOMATION_TEST_PACKAGE: "UIAUTOMATION_TEST_PACKAGE";
|
|
171
|
+
readonly UIAUTOMATOR_TEST_PACKAGE: "UIAUTOMATOR_TEST_PACKAGE";
|
|
172
|
+
readonly WEB_APP: "WEB_APP";
|
|
173
|
+
readonly XCTEST_TEST_PACKAGE: "XCTEST_TEST_PACKAGE";
|
|
174
|
+
readonly XCTEST_UI_TEST_PACKAGE: "XCTEST_UI_TEST_PACKAGE";
|
|
175
|
+
readonly XCTEST_UI_TEST_SPEC: "XCTEST_UI_TEST_SPEC";
|
|
176
|
+
};
|
|
177
|
+
export type UploadType = (typeof UploadType)[keyof typeof UploadType];
|
|
178
|
+
export declare const UploadCategory: {
|
|
179
|
+
readonly CURATED: "CURATED";
|
|
180
|
+
readonly PRIVATE: "PRIVATE";
|
|
181
|
+
};
|
|
182
|
+
export type UploadCategory =
|
|
183
|
+
(typeof UploadCategory)[keyof typeof UploadCategory];
|
|
184
|
+
export declare const UploadStatus: {
|
|
185
|
+
readonly FAILED: "FAILED";
|
|
186
|
+
readonly INITIALIZED: "INITIALIZED";
|
|
187
|
+
readonly PROCESSING: "PROCESSING";
|
|
188
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
189
|
+
};
|
|
190
|
+
export type UploadStatus = (typeof UploadStatus)[keyof typeof UploadStatus];
|
|
191
|
+
export declare const CurrencyCode: {
|
|
192
|
+
readonly USD: "USD";
|
|
193
|
+
};
|
|
194
|
+
export type CurrencyCode = (typeof CurrencyCode)[keyof typeof CurrencyCode];
|
|
195
|
+
export declare const TestType: {
|
|
196
|
+
readonly APPIUM_JAVA_JUNIT: "APPIUM_JAVA_JUNIT";
|
|
197
|
+
readonly APPIUM_JAVA_TESTNG: "APPIUM_JAVA_TESTNG";
|
|
198
|
+
readonly APPIUM_NODE: "APPIUM_NODE";
|
|
199
|
+
readonly APPIUM_PYTHON: "APPIUM_PYTHON";
|
|
200
|
+
readonly APPIUM_RUBY: "APPIUM_RUBY";
|
|
201
|
+
readonly APPIUM_WEB_JAVA_JUNIT: "APPIUM_WEB_JAVA_JUNIT";
|
|
202
|
+
readonly APPIUM_WEB_JAVA_TESTNG: "APPIUM_WEB_JAVA_TESTNG";
|
|
203
|
+
readonly APPIUM_WEB_NODE: "APPIUM_WEB_NODE";
|
|
204
|
+
readonly APPIUM_WEB_PYTHON: "APPIUM_WEB_PYTHON";
|
|
205
|
+
readonly APPIUM_WEB_RUBY: "APPIUM_WEB_RUBY";
|
|
206
|
+
readonly BUILTIN_FUZZ: "BUILTIN_FUZZ";
|
|
207
|
+
readonly INSTRUMENTATION: "INSTRUMENTATION";
|
|
208
|
+
readonly XCTEST: "XCTEST";
|
|
209
|
+
readonly XCTEST_UI: "XCTEST_UI";
|
|
210
|
+
};
|
|
211
|
+
export type TestType = (typeof TestType)[keyof typeof TestType];
|
|
212
|
+
export declare const RecurringChargeFrequency: {
|
|
213
|
+
readonly MONTHLY: "MONTHLY";
|
|
214
|
+
};
|
|
215
|
+
export type RecurringChargeFrequency =
|
|
216
|
+
(typeof RecurringChargeFrequency)[keyof typeof RecurringChargeFrequency];
|
|
217
|
+
export declare const OfferingType: {
|
|
218
|
+
readonly RECURRING: "RECURRING";
|
|
219
|
+
};
|
|
220
|
+
export type OfferingType = (typeof OfferingType)[keyof typeof OfferingType];
|
|
221
|
+
export declare const OfferingTransactionType: {
|
|
222
|
+
readonly PURCHASE: "PURCHASE";
|
|
223
|
+
readonly RENEW: "RENEW";
|
|
224
|
+
readonly SYSTEM: "SYSTEM";
|
|
225
|
+
};
|
|
226
|
+
export type OfferingTransactionType =
|
|
227
|
+
(typeof OfferingTransactionType)[keyof typeof OfferingTransactionType];
|
|
228
|
+
export declare const DeviceFilterAttribute: {
|
|
229
|
+
readonly ARN: "ARN";
|
|
230
|
+
readonly AVAILABILITY: "AVAILABILITY";
|
|
231
|
+
readonly FLEET_TYPE: "FLEET_TYPE";
|
|
232
|
+
readonly FORM_FACTOR: "FORM_FACTOR";
|
|
233
|
+
readonly INSTANCE_ARN: "INSTANCE_ARN";
|
|
234
|
+
readonly INSTANCE_LABELS: "INSTANCE_LABELS";
|
|
235
|
+
readonly MANUFACTURER: "MANUFACTURER";
|
|
236
|
+
readonly MODEL: "MODEL";
|
|
237
|
+
readonly OS_VERSION: "OS_VERSION";
|
|
238
|
+
readonly PLATFORM: "PLATFORM";
|
|
239
|
+
readonly REMOTE_ACCESS_ENABLED: "REMOTE_ACCESS_ENABLED";
|
|
240
|
+
readonly REMOTE_DEBUG_ENABLED: "REMOTE_DEBUG_ENABLED";
|
|
241
|
+
};
|
|
242
|
+
export type DeviceFilterAttribute =
|
|
243
|
+
(typeof DeviceFilterAttribute)[keyof typeof DeviceFilterAttribute];
|
|
244
|
+
export declare const ExecutionResultCode: {
|
|
245
|
+
readonly PARSING_FAILED: "PARSING_FAILED";
|
|
246
|
+
readonly VPC_ENDPOINT_SETUP_FAILED: "VPC_ENDPOINT_SETUP_FAILED";
|
|
247
|
+
};
|
|
248
|
+
export type ExecutionResultCode =
|
|
249
|
+
(typeof ExecutionResultCode)[keyof typeof ExecutionResultCode];
|
|
250
|
+
export declare const TestGridSessionStatus: {
|
|
251
|
+
readonly ACTIVE: "ACTIVE";
|
|
252
|
+
readonly CLOSED: "CLOSED";
|
|
253
|
+
readonly ERRORED: "ERRORED";
|
|
254
|
+
};
|
|
255
|
+
export type TestGridSessionStatus =
|
|
256
|
+
(typeof TestGridSessionStatus)[keyof typeof TestGridSessionStatus];
|
|
257
|
+
export declare const SampleType: {
|
|
258
|
+
readonly CPU: "CPU";
|
|
259
|
+
readonly MEMORY: "MEMORY";
|
|
260
|
+
readonly NATIVE_AVG_DRAWTIME: "NATIVE_AVG_DRAWTIME";
|
|
261
|
+
readonly NATIVE_FPS: "NATIVE_FPS";
|
|
262
|
+
readonly NATIVE_FRAMES: "NATIVE_FRAMES";
|
|
263
|
+
readonly NATIVE_MAX_DRAWTIME: "NATIVE_MAX_DRAWTIME";
|
|
264
|
+
readonly NATIVE_MIN_DRAWTIME: "NATIVE_MIN_DRAWTIME";
|
|
265
|
+
readonly OPENGL_AVG_DRAWTIME: "OPENGL_AVG_DRAWTIME";
|
|
266
|
+
readonly OPENGL_FPS: "OPENGL_FPS";
|
|
267
|
+
readonly OPENGL_FRAMES: "OPENGL_FRAMES";
|
|
268
|
+
readonly OPENGL_MAX_DRAWTIME: "OPENGL_MAX_DRAWTIME";
|
|
269
|
+
readonly OPENGL_MIN_DRAWTIME: "OPENGL_MIN_DRAWTIME";
|
|
270
|
+
readonly RX: "RX";
|
|
271
|
+
readonly RX_RATE: "RX_RATE";
|
|
272
|
+
readonly THREADS: "THREADS";
|
|
273
|
+
readonly TX: "TX";
|
|
274
|
+
readonly TX_RATE: "TX_RATE";
|
|
275
|
+
};
|
|
276
|
+
export type SampleType = (typeof SampleType)[keyof typeof SampleType];
|
|
277
|
+
export declare const TestGridSessionArtifactCategory: {
|
|
278
|
+
readonly LOG: "LOG";
|
|
279
|
+
readonly VIDEO: "VIDEO";
|
|
280
|
+
};
|
|
281
|
+
export type TestGridSessionArtifactCategory =
|
|
282
|
+
(typeof TestGridSessionArtifactCategory)[keyof typeof TestGridSessionArtifactCategory];
|
|
283
|
+
export declare const TestGridSessionArtifactType: {
|
|
284
|
+
readonly SELENIUM_LOG: "SELENIUM_LOG";
|
|
285
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
286
|
+
readonly VIDEO: "VIDEO";
|
|
287
|
+
};
|
|
288
|
+
export type TestGridSessionArtifactType =
|
|
289
|
+
(typeof TestGridSessionArtifactType)[keyof typeof TestGridSessionArtifactType];
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { DeviceFarmServiceException as __BaseException } from "./DeviceFarmServiceException";
|
|
3
|
+
export declare class ArgumentException extends __BaseException {
|
|
4
|
+
readonly name: "ArgumentException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(opts: __ExceptionOptionType<ArgumentException, __BaseException>);
|
|
7
|
+
}
|
|
8
|
+
export declare class CannotDeleteException extends __BaseException {
|
|
9
|
+
readonly name: "CannotDeleteException";
|
|
10
|
+
readonly $fault: "client";
|
|
11
|
+
constructor(
|
|
12
|
+
opts: __ExceptionOptionType<CannotDeleteException, __BaseException>
|
|
13
|
+
);
|
|
14
|
+
}
|
|
15
|
+
export declare class LimitExceededException extends __BaseException {
|
|
16
|
+
readonly name: "LimitExceededException";
|
|
17
|
+
readonly $fault: "client";
|
|
18
|
+
constructor(
|
|
19
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
20
|
+
);
|
|
21
|
+
}
|
|
22
|
+
export declare class NotFoundException extends __BaseException {
|
|
23
|
+
readonly name: "NotFoundException";
|
|
24
|
+
readonly $fault: "client";
|
|
25
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
26
|
+
}
|
|
27
|
+
export declare class ServiceAccountException extends __BaseException {
|
|
28
|
+
readonly name: "ServiceAccountException";
|
|
29
|
+
readonly $fault: "client";
|
|
30
|
+
constructor(
|
|
31
|
+
opts: __ExceptionOptionType<ServiceAccountException, __BaseException>
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
export declare class TagOperationException extends __BaseException {
|
|
35
|
+
readonly name: "TagOperationException";
|
|
36
|
+
readonly $fault: "client";
|
|
37
|
+
resourceName?: string | undefined;
|
|
38
|
+
constructor(
|
|
39
|
+
opts: __ExceptionOptionType<TagOperationException, __BaseException>
|
|
40
|
+
);
|
|
41
|
+
}
|
|
42
|
+
export declare class InternalServiceException extends __BaseException {
|
|
43
|
+
readonly name: "InternalServiceException";
|
|
44
|
+
readonly $fault: "server";
|
|
45
|
+
constructor(
|
|
46
|
+
opts: __ExceptionOptionType<InternalServiceException, __BaseException>
|
|
47
|
+
);
|
|
48
|
+
}
|
|
49
|
+
export declare class InvalidOperationException extends __BaseException {
|
|
50
|
+
readonly name: "InvalidOperationException";
|
|
51
|
+
readonly $fault: "client";
|
|
52
|
+
constructor(
|
|
53
|
+
opts: __ExceptionOptionType<InvalidOperationException, __BaseException>
|
|
54
|
+
);
|
|
55
|
+
}
|
|
56
|
+
export declare class NotEligibleException extends __BaseException {
|
|
57
|
+
readonly name: "NotEligibleException";
|
|
58
|
+
readonly $fault: "client";
|
|
59
|
+
constructor(
|
|
60
|
+
opts: __ExceptionOptionType<NotEligibleException, __BaseException>
|
|
61
|
+
);
|
|
62
|
+
}
|
|
63
|
+
export declare class IdempotencyException extends __BaseException {
|
|
64
|
+
readonly name: "IdempotencyException";
|
|
65
|
+
readonly $fault: "client";
|
|
66
|
+
constructor(
|
|
67
|
+
opts: __ExceptionOptionType<IdempotencyException, __BaseException>
|
|
68
|
+
);
|
|
69
|
+
}
|
|
70
|
+
export declare class TagPolicyException extends __BaseException {
|
|
71
|
+
readonly name: "TagPolicyException";
|
|
72
|
+
readonly $fault: "client";
|
|
73
|
+
resourceName?: string | undefined;
|
|
74
|
+
constructor(opts: __ExceptionOptionType<TagPolicyException, __BaseException>);
|
|
75
|
+
}
|
|
76
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
77
|
+
readonly name: "TooManyTagsException";
|
|
78
|
+
readonly $fault: "client";
|
|
79
|
+
resourceName?: string | undefined;
|
|
80
|
+
constructor(
|
|
81
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
82
|
+
);
|
|
83
|
+
}
|