@aws-sdk/client-device-farm 3.52.0 → 3.53.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 +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/DeviceFarmServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +165 -5
- package/dist-cjs/protocols/Aws_json1_1.js +724 -2680
- package/dist-es/index.js +1 -0
- package/dist-es/models/DeviceFarmServiceException.js +12 -0
- package/dist-es/models/models_0.js +149 -1
- package/dist-es/protocols/Aws_json1_1.js +1643 -2965
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/DeviceFarmServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +74 -55
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/DeviceFarmServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +56 -49
- package/package.json +25 -25
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
|
|
3
|
+
var DeviceFarmServiceException = (function (_super) {
|
|
4
|
+
__extends(DeviceFarmServiceException, _super);
|
|
5
|
+
function DeviceFarmServiceException(options) {
|
|
6
|
+
var _this = _super.call(this, options) || this;
|
|
7
|
+
Object.setPrototypeOf(_this, DeviceFarmServiceException.prototype);
|
|
8
|
+
return _this;
|
|
9
|
+
}
|
|
10
|
+
return DeviceFarmServiceException;
|
|
11
|
+
}(__ServiceException));
|
|
12
|
+
export { DeviceFarmServiceException };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { DeviceFarmServiceException as __BaseException } from "./DeviceFarmServiceException";
|
|
3
4
|
export var TrialMinutes;
|
|
4
5
|
(function (TrialMinutes) {
|
|
5
6
|
TrialMinutes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -13,6 +14,18 @@ export var AccountSettings;
|
|
|
13
14
|
(function (AccountSettings) {
|
|
14
15
|
AccountSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
16
|
})(AccountSettings || (AccountSettings = {}));
|
|
17
|
+
var ArgumentException = (function (_super) {
|
|
18
|
+
__extends(ArgumentException, _super);
|
|
19
|
+
function ArgumentException(opts) {
|
|
20
|
+
var _this = _super.call(this, __assign({ name: "ArgumentException", $fault: "client" }, opts)) || this;
|
|
21
|
+
_this.name = "ArgumentException";
|
|
22
|
+
_this.$fault = "client";
|
|
23
|
+
Object.setPrototypeOf(_this, ArgumentException.prototype);
|
|
24
|
+
return _this;
|
|
25
|
+
}
|
|
26
|
+
return ArgumentException;
|
|
27
|
+
}(__BaseException));
|
|
28
|
+
export { ArgumentException };
|
|
16
29
|
export var ArtifactType;
|
|
17
30
|
(function (ArtifactType) {
|
|
18
31
|
ArtifactType["APPIUM_JAVA_OUTPUT"] = "APPIUM_JAVA_OUTPUT";
|
|
@@ -59,6 +72,18 @@ export var BillingMethod;
|
|
|
59
72
|
BillingMethod["METERED"] = "METERED";
|
|
60
73
|
BillingMethod["UNMETERED"] = "UNMETERED";
|
|
61
74
|
})(BillingMethod || (BillingMethod = {}));
|
|
75
|
+
var CannotDeleteException = (function (_super) {
|
|
76
|
+
__extends(CannotDeleteException, _super);
|
|
77
|
+
function CannotDeleteException(opts) {
|
|
78
|
+
var _this = _super.call(this, __assign({ name: "CannotDeleteException", $fault: "client" }, opts)) || this;
|
|
79
|
+
_this.name = "CannotDeleteException";
|
|
80
|
+
_this.$fault = "client";
|
|
81
|
+
Object.setPrototypeOf(_this, CannotDeleteException.prototype);
|
|
82
|
+
return _this;
|
|
83
|
+
}
|
|
84
|
+
return CannotDeleteException;
|
|
85
|
+
}(__BaseException));
|
|
86
|
+
export { CannotDeleteException };
|
|
62
87
|
export var Counters;
|
|
63
88
|
(function (Counters) {
|
|
64
89
|
Counters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -115,6 +140,42 @@ export var CreateDevicePoolResult;
|
|
|
115
140
|
(function (CreateDevicePoolResult) {
|
|
116
141
|
CreateDevicePoolResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
142
|
})(CreateDevicePoolResult || (CreateDevicePoolResult = {}));
|
|
143
|
+
var LimitExceededException = (function (_super) {
|
|
144
|
+
__extends(LimitExceededException, _super);
|
|
145
|
+
function LimitExceededException(opts) {
|
|
146
|
+
var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
|
|
147
|
+
_this.name = "LimitExceededException";
|
|
148
|
+
_this.$fault = "client";
|
|
149
|
+
Object.setPrototypeOf(_this, LimitExceededException.prototype);
|
|
150
|
+
return _this;
|
|
151
|
+
}
|
|
152
|
+
return LimitExceededException;
|
|
153
|
+
}(__BaseException));
|
|
154
|
+
export { LimitExceededException };
|
|
155
|
+
var NotFoundException = (function (_super) {
|
|
156
|
+
__extends(NotFoundException, _super);
|
|
157
|
+
function NotFoundException(opts) {
|
|
158
|
+
var _this = _super.call(this, __assign({ name: "NotFoundException", $fault: "client" }, opts)) || this;
|
|
159
|
+
_this.name = "NotFoundException";
|
|
160
|
+
_this.$fault = "client";
|
|
161
|
+
Object.setPrototypeOf(_this, NotFoundException.prototype);
|
|
162
|
+
return _this;
|
|
163
|
+
}
|
|
164
|
+
return NotFoundException;
|
|
165
|
+
}(__BaseException));
|
|
166
|
+
export { NotFoundException };
|
|
167
|
+
var ServiceAccountException = (function (_super) {
|
|
168
|
+
__extends(ServiceAccountException, _super);
|
|
169
|
+
function ServiceAccountException(opts) {
|
|
170
|
+
var _this = _super.call(this, __assign({ name: "ServiceAccountException", $fault: "client" }, opts)) || this;
|
|
171
|
+
_this.name = "ServiceAccountException";
|
|
172
|
+
_this.$fault = "client";
|
|
173
|
+
Object.setPrototypeOf(_this, ServiceAccountException.prototype);
|
|
174
|
+
return _this;
|
|
175
|
+
}
|
|
176
|
+
return ServiceAccountException;
|
|
177
|
+
}(__BaseException));
|
|
178
|
+
export { ServiceAccountException };
|
|
118
179
|
export var CreateInstanceProfileRequest;
|
|
119
180
|
(function (CreateInstanceProfileRequest) {
|
|
120
181
|
CreateInstanceProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -156,6 +217,19 @@ export var CreateProjectResult;
|
|
|
156
217
|
(function (CreateProjectResult) {
|
|
157
218
|
CreateProjectResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
219
|
})(CreateProjectResult || (CreateProjectResult = {}));
|
|
220
|
+
var TagOperationException = (function (_super) {
|
|
221
|
+
__extends(TagOperationException, _super);
|
|
222
|
+
function TagOperationException(opts) {
|
|
223
|
+
var _this = _super.call(this, __assign({ name: "TagOperationException", $fault: "client" }, opts)) || this;
|
|
224
|
+
_this.name = "TagOperationException";
|
|
225
|
+
_this.$fault = "client";
|
|
226
|
+
Object.setPrototypeOf(_this, TagOperationException.prototype);
|
|
227
|
+
_this.resourceName = opts.resourceName;
|
|
228
|
+
return _this;
|
|
229
|
+
}
|
|
230
|
+
return TagOperationException;
|
|
231
|
+
}(__BaseException));
|
|
232
|
+
export { TagOperationException };
|
|
159
233
|
export var CreateRemoteAccessSessionConfiguration;
|
|
160
234
|
(function (CreateRemoteAccessSessionConfiguration) {
|
|
161
235
|
CreateRemoteAccessSessionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -251,6 +325,18 @@ export var CreateTestGridProjectResult;
|
|
|
251
325
|
(function (CreateTestGridProjectResult) {
|
|
252
326
|
CreateTestGridProjectResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
327
|
})(CreateTestGridProjectResult || (CreateTestGridProjectResult = {}));
|
|
328
|
+
var InternalServiceException = (function (_super) {
|
|
329
|
+
__extends(InternalServiceException, _super);
|
|
330
|
+
function InternalServiceException(opts) {
|
|
331
|
+
var _this = _super.call(this, __assign({ name: "InternalServiceException", $fault: "server" }, opts)) || this;
|
|
332
|
+
_this.name = "InternalServiceException";
|
|
333
|
+
_this.$fault = "server";
|
|
334
|
+
Object.setPrototypeOf(_this, InternalServiceException.prototype);
|
|
335
|
+
return _this;
|
|
336
|
+
}
|
|
337
|
+
return InternalServiceException;
|
|
338
|
+
}(__BaseException));
|
|
339
|
+
export { InternalServiceException };
|
|
254
340
|
export var CreateTestGridUrlRequest;
|
|
255
341
|
(function (CreateTestGridUrlRequest) {
|
|
256
342
|
CreateTestGridUrlRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -410,6 +496,18 @@ export var DeleteVPCEConfigurationResult;
|
|
|
410
496
|
(function (DeleteVPCEConfigurationResult) {
|
|
411
497
|
DeleteVPCEConfigurationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
498
|
})(DeleteVPCEConfigurationResult || (DeleteVPCEConfigurationResult = {}));
|
|
499
|
+
var InvalidOperationException = (function (_super) {
|
|
500
|
+
__extends(InvalidOperationException, _super);
|
|
501
|
+
function InvalidOperationException(opts) {
|
|
502
|
+
var _this = _super.call(this, __assign({ name: "InvalidOperationException", $fault: "client" }, opts)) || this;
|
|
503
|
+
_this.name = "InvalidOperationException";
|
|
504
|
+
_this.$fault = "client";
|
|
505
|
+
Object.setPrototypeOf(_this, InvalidOperationException.prototype);
|
|
506
|
+
return _this;
|
|
507
|
+
}
|
|
508
|
+
return InvalidOperationException;
|
|
509
|
+
}(__BaseException));
|
|
510
|
+
export { InvalidOperationException };
|
|
413
511
|
export var GetAccountSettingsRequest;
|
|
414
512
|
(function (GetAccountSettingsRequest) {
|
|
415
513
|
GetAccountSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -564,6 +662,18 @@ export var GetOfferingStatusResult;
|
|
|
564
662
|
(function (GetOfferingStatusResult) {
|
|
565
663
|
GetOfferingStatusResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
664
|
})(GetOfferingStatusResult || (GetOfferingStatusResult = {}));
|
|
665
|
+
var NotEligibleException = (function (_super) {
|
|
666
|
+
__extends(NotEligibleException, _super);
|
|
667
|
+
function NotEligibleException(opts) {
|
|
668
|
+
var _this = _super.call(this, __assign({ name: "NotEligibleException", $fault: "client" }, opts)) || this;
|
|
669
|
+
_this.name = "NotEligibleException";
|
|
670
|
+
_this.$fault = "client";
|
|
671
|
+
Object.setPrototypeOf(_this, NotEligibleException.prototype);
|
|
672
|
+
return _this;
|
|
673
|
+
}
|
|
674
|
+
return NotEligibleException;
|
|
675
|
+
}(__BaseException));
|
|
676
|
+
export { NotEligibleException };
|
|
567
677
|
export var GetProjectRequest;
|
|
568
678
|
(function (GetProjectRequest) {
|
|
569
679
|
GetProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -969,6 +1079,18 @@ export var RenewOfferingResult;
|
|
|
969
1079
|
(function (RenewOfferingResult) {
|
|
970
1080
|
RenewOfferingResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
971
1081
|
})(RenewOfferingResult || (RenewOfferingResult = {}));
|
|
1082
|
+
var IdempotencyException = (function (_super) {
|
|
1083
|
+
__extends(IdempotencyException, _super);
|
|
1084
|
+
function IdempotencyException(opts) {
|
|
1085
|
+
var _this = _super.call(this, __assign({ name: "IdempotencyException", $fault: "client" }, opts)) || this;
|
|
1086
|
+
_this.name = "IdempotencyException";
|
|
1087
|
+
_this.$fault = "client";
|
|
1088
|
+
Object.setPrototypeOf(_this, IdempotencyException.prototype);
|
|
1089
|
+
return _this;
|
|
1090
|
+
}
|
|
1091
|
+
return IdempotencyException;
|
|
1092
|
+
}(__BaseException));
|
|
1093
|
+
export { IdempotencyException };
|
|
972
1094
|
export var DeviceSelectionConfiguration;
|
|
973
1095
|
(function (DeviceSelectionConfiguration) {
|
|
974
1096
|
DeviceSelectionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1009,6 +1131,19 @@ export var StopRunResult;
|
|
|
1009
1131
|
(function (StopRunResult) {
|
|
1010
1132
|
StopRunResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1011
1133
|
})(StopRunResult || (StopRunResult = {}));
|
|
1134
|
+
var TagPolicyException = (function (_super) {
|
|
1135
|
+
__extends(TagPolicyException, _super);
|
|
1136
|
+
function TagPolicyException(opts) {
|
|
1137
|
+
var _this = _super.call(this, __assign({ name: "TagPolicyException", $fault: "client" }, opts)) || this;
|
|
1138
|
+
_this.name = "TagPolicyException";
|
|
1139
|
+
_this.$fault = "client";
|
|
1140
|
+
Object.setPrototypeOf(_this, TagPolicyException.prototype);
|
|
1141
|
+
_this.resourceName = opts.resourceName;
|
|
1142
|
+
return _this;
|
|
1143
|
+
}
|
|
1144
|
+
return TagPolicyException;
|
|
1145
|
+
}(__BaseException));
|
|
1146
|
+
export { TagPolicyException };
|
|
1012
1147
|
export var TagResourceRequest;
|
|
1013
1148
|
(function (TagResourceRequest) {
|
|
1014
1149
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1017,6 +1152,19 @@ export var TagResourceResponse;
|
|
|
1017
1152
|
(function (TagResourceResponse) {
|
|
1018
1153
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1019
1154
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
1155
|
+
var TooManyTagsException = (function (_super) {
|
|
1156
|
+
__extends(TooManyTagsException, _super);
|
|
1157
|
+
function TooManyTagsException(opts) {
|
|
1158
|
+
var _this = _super.call(this, __assign({ name: "TooManyTagsException", $fault: "client" }, opts)) || this;
|
|
1159
|
+
_this.name = "TooManyTagsException";
|
|
1160
|
+
_this.$fault = "client";
|
|
1161
|
+
Object.setPrototypeOf(_this, TooManyTagsException.prototype);
|
|
1162
|
+
_this.resourceName = opts.resourceName;
|
|
1163
|
+
return _this;
|
|
1164
|
+
}
|
|
1165
|
+
return TooManyTagsException;
|
|
1166
|
+
}(__BaseException));
|
|
1167
|
+
export { TooManyTagsException };
|
|
1020
1168
|
export var UntagResourceRequest;
|
|
1021
1169
|
(function (UntagResourceRequest) {
|
|
1022
1170
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|