@aws-sdk/client-device-farm 3.183.0 → 3.185.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/protocols/Aws_json1_1.js +2 -2
- package/dist-es/DeviceFarm.js +317 -310
- package/dist-es/DeviceFarmClient.js +28 -22
- package/dist-es/commands/CreateDevicePoolCommand.js +28 -21
- package/dist-es/commands/CreateInstanceProfileCommand.js +28 -21
- package/dist-es/commands/CreateNetworkProfileCommand.js +28 -21
- package/dist-es/commands/CreateProjectCommand.js +28 -21
- package/dist-es/commands/CreateRemoteAccessSessionCommand.js +28 -21
- package/dist-es/commands/CreateTestGridProjectCommand.js +28 -21
- package/dist-es/commands/CreateTestGridUrlCommand.js +28 -21
- package/dist-es/commands/CreateUploadCommand.js +28 -21
- package/dist-es/commands/CreateVPCEConfigurationCommand.js +28 -21
- package/dist-es/commands/DeleteDevicePoolCommand.js +28 -21
- package/dist-es/commands/DeleteInstanceProfileCommand.js +28 -21
- package/dist-es/commands/DeleteNetworkProfileCommand.js +28 -21
- package/dist-es/commands/DeleteProjectCommand.js +28 -21
- package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +28 -21
- package/dist-es/commands/DeleteRunCommand.js +28 -21
- package/dist-es/commands/DeleteTestGridProjectCommand.js +28 -21
- package/dist-es/commands/DeleteUploadCommand.js +28 -21
- package/dist-es/commands/DeleteVPCEConfigurationCommand.js +28 -21
- package/dist-es/commands/GetAccountSettingsCommand.js +28 -21
- package/dist-es/commands/GetDeviceCommand.js +28 -21
- package/dist-es/commands/GetDeviceInstanceCommand.js +28 -21
- package/dist-es/commands/GetDevicePoolCommand.js +28 -21
- package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +28 -21
- package/dist-es/commands/GetInstanceProfileCommand.js +28 -21
- package/dist-es/commands/GetJobCommand.js +28 -21
- package/dist-es/commands/GetNetworkProfileCommand.js +28 -21
- package/dist-es/commands/GetOfferingStatusCommand.js +28 -21
- package/dist-es/commands/GetProjectCommand.js +28 -21
- package/dist-es/commands/GetRemoteAccessSessionCommand.js +28 -21
- package/dist-es/commands/GetRunCommand.js +28 -21
- package/dist-es/commands/GetSuiteCommand.js +28 -21
- package/dist-es/commands/GetTestCommand.js +28 -21
- package/dist-es/commands/GetTestGridProjectCommand.js +28 -21
- package/dist-es/commands/GetTestGridSessionCommand.js +28 -21
- package/dist-es/commands/GetUploadCommand.js +28 -21
- package/dist-es/commands/GetVPCEConfigurationCommand.js +28 -21
- package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +28 -21
- package/dist-es/commands/ListArtifactsCommand.js +28 -21
- package/dist-es/commands/ListDeviceInstancesCommand.js +28 -21
- package/dist-es/commands/ListDevicePoolsCommand.js +28 -21
- package/dist-es/commands/ListDevicesCommand.js +28 -21
- package/dist-es/commands/ListInstanceProfilesCommand.js +28 -21
- package/dist-es/commands/ListJobsCommand.js +28 -21
- package/dist-es/commands/ListNetworkProfilesCommand.js +28 -21
- package/dist-es/commands/ListOfferingPromotionsCommand.js +28 -21
- package/dist-es/commands/ListOfferingTransactionsCommand.js +28 -21
- package/dist-es/commands/ListOfferingsCommand.js +28 -21
- package/dist-es/commands/ListProjectsCommand.js +28 -21
- package/dist-es/commands/ListRemoteAccessSessionsCommand.js +28 -21
- package/dist-es/commands/ListRunsCommand.js +28 -21
- package/dist-es/commands/ListSamplesCommand.js +28 -21
- package/dist-es/commands/ListSuitesCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListTestGridProjectsCommand.js +28 -21
- package/dist-es/commands/ListTestGridSessionActionsCommand.js +28 -21
- package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +28 -21
- package/dist-es/commands/ListTestGridSessionsCommand.js +28 -21
- package/dist-es/commands/ListTestsCommand.js +28 -21
- package/dist-es/commands/ListUniqueProblemsCommand.js +28 -21
- package/dist-es/commands/ListUploadsCommand.js +28 -21
- package/dist-es/commands/ListVPCEConfigurationsCommand.js +28 -21
- package/dist-es/commands/PurchaseOfferingCommand.js +28 -21
- package/dist-es/commands/RenewOfferingCommand.js +28 -21
- package/dist-es/commands/ScheduleRunCommand.js +28 -21
- package/dist-es/commands/StopJobCommand.js +28 -21
- package/dist-es/commands/StopRemoteAccessSessionCommand.js +28 -21
- package/dist-es/commands/StopRunCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateDeviceInstanceCommand.js +28 -21
- package/dist-es/commands/UpdateDevicePoolCommand.js +28 -21
- package/dist-es/commands/UpdateInstanceProfileCommand.js +28 -21
- package/dist-es/commands/UpdateNetworkProfileCommand.js +28 -21
- package/dist-es/commands/UpdateProjectCommand.js +28 -21
- package/dist-es/commands/UpdateTestGridProjectCommand.js +28 -21
- package/dist-es/commands/UpdateUploadCommand.js +28 -21
- package/dist-es/commands/UpdateVPCEConfigurationCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/DeviceFarmServiceException.js +10 -5
- package/dist-es/models/models_0.js +340 -756
- package/dist-es/pagination/GetOfferingStatusPaginator.js +67 -24
- package/dist-es/pagination/ListArtifactsPaginator.js +67 -24
- package/dist-es/pagination/ListDevicePoolsPaginator.js +67 -24
- package/dist-es/pagination/ListDevicesPaginator.js +67 -24
- package/dist-es/pagination/ListJobsPaginator.js +67 -24
- package/dist-es/pagination/ListOfferingTransactionsPaginator.js +67 -24
- package/dist-es/pagination/ListOfferingsPaginator.js +67 -24
- package/dist-es/pagination/ListProjectsPaginator.js +67 -24
- package/dist-es/pagination/ListRunsPaginator.js +67 -24
- package/dist-es/pagination/ListSamplesPaginator.js +67 -24
- package/dist-es/pagination/ListSuitesPaginator.js +67 -24
- package/dist-es/pagination/ListTestGridProjectsPaginator.js +68 -25
- package/dist-es/pagination/ListTestGridSessionActionsPaginator.js +68 -25
- package/dist-es/pagination/ListTestGridSessionArtifactsPaginator.js +68 -25
- package/dist-es/pagination/ListTestGridSessionsPaginator.js +68 -25
- package/dist-es/pagination/ListTestsPaginator.js +67 -24
- package/dist-es/pagination/ListUniqueProblemsPaginator.js +67 -24
- package/dist-es/pagination/ListUploadsPaginator.js +67 -24
- package/dist-es/protocols/Aws_json1_1.js +6427 -4984
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { DeviceFarmServiceException as __BaseException } from "./DeviceFarmServiceException";
|
|
3
4
|
export var DevicePlatform;
|
|
@@ -5,18 +6,18 @@ export var DevicePlatform;
|
|
|
5
6
|
DevicePlatform["ANDROID"] = "ANDROID";
|
|
6
7
|
DevicePlatform["IOS"] = "IOS";
|
|
7
8
|
})(DevicePlatform || (DevicePlatform = {}));
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
this.$fault = "client";
|
|
17
|
-
Object.setPrototypeOf(this, ArgumentException.prototype);
|
|
9
|
+
var ArgumentException = (function (_super) {
|
|
10
|
+
__extends(ArgumentException, _super);
|
|
11
|
+
function ArgumentException(opts) {
|
|
12
|
+
var _this = _super.call(this, __assign({ name: "ArgumentException", $fault: "client" }, opts)) || this;
|
|
13
|
+
_this.name = "ArgumentException";
|
|
14
|
+
_this.$fault = "client";
|
|
15
|
+
Object.setPrototypeOf(_this, ArgumentException.prototype);
|
|
16
|
+
return _this;
|
|
18
17
|
}
|
|
19
|
-
|
|
18
|
+
return ArgumentException;
|
|
19
|
+
}(__BaseException));
|
|
20
|
+
export { ArgumentException };
|
|
20
21
|
export var ArtifactType;
|
|
21
22
|
(function (ArtifactType) {
|
|
22
23
|
ArtifactType["APPIUM_JAVA_OUTPUT"] = "APPIUM_JAVA_OUTPUT";
|
|
@@ -59,18 +60,18 @@ export var BillingMethod;
|
|
|
59
60
|
BillingMethod["METERED"] = "METERED";
|
|
60
61
|
BillingMethod["UNMETERED"] = "UNMETERED";
|
|
61
62
|
})(BillingMethod || (BillingMethod = {}));
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
this.$fault = "client";
|
|
71
|
-
Object.setPrototypeOf(this, CannotDeleteException.prototype);
|
|
63
|
+
var CannotDeleteException = (function (_super) {
|
|
64
|
+
__extends(CannotDeleteException, _super);
|
|
65
|
+
function CannotDeleteException(opts) {
|
|
66
|
+
var _this = _super.call(this, __assign({ name: "CannotDeleteException", $fault: "client" }, opts)) || this;
|
|
67
|
+
_this.name = "CannotDeleteException";
|
|
68
|
+
_this.$fault = "client";
|
|
69
|
+
Object.setPrototypeOf(_this, CannotDeleteException.prototype);
|
|
70
|
+
return _this;
|
|
72
71
|
}
|
|
73
|
-
|
|
72
|
+
return CannotDeleteException;
|
|
73
|
+
}(__BaseException));
|
|
74
|
+
export { CannotDeleteException };
|
|
74
75
|
export var DeviceAttribute;
|
|
75
76
|
(function (DeviceAttribute) {
|
|
76
77
|
DeviceAttribute["APPIUM_VERSION"] = "APPIUM_VERSION";
|
|
@@ -103,60 +104,60 @@ export var DevicePoolType;
|
|
|
103
104
|
DevicePoolType["CURATED"] = "CURATED";
|
|
104
105
|
DevicePoolType["PRIVATE"] = "PRIVATE";
|
|
105
106
|
})(DevicePoolType || (DevicePoolType = {}));
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
this.$fault = "client";
|
|
115
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
107
|
+
var LimitExceededException = (function (_super) {
|
|
108
|
+
__extends(LimitExceededException, _super);
|
|
109
|
+
function LimitExceededException(opts) {
|
|
110
|
+
var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
|
|
111
|
+
_this.name = "LimitExceededException";
|
|
112
|
+
_this.$fault = "client";
|
|
113
|
+
Object.setPrototypeOf(_this, LimitExceededException.prototype);
|
|
114
|
+
return _this;
|
|
116
115
|
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
116
|
+
return LimitExceededException;
|
|
117
|
+
}(__BaseException));
|
|
118
|
+
export { LimitExceededException };
|
|
119
|
+
var NotFoundException = (function (_super) {
|
|
120
|
+
__extends(NotFoundException, _super);
|
|
121
|
+
function NotFoundException(opts) {
|
|
122
|
+
var _this = _super.call(this, __assign({ name: "NotFoundException", $fault: "client" }, opts)) || this;
|
|
123
|
+
_this.name = "NotFoundException";
|
|
124
|
+
_this.$fault = "client";
|
|
125
|
+
Object.setPrototypeOf(_this, NotFoundException.prototype);
|
|
126
|
+
return _this;
|
|
128
127
|
}
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
128
|
+
return NotFoundException;
|
|
129
|
+
}(__BaseException));
|
|
130
|
+
export { NotFoundException };
|
|
131
|
+
var ServiceAccountException = (function (_super) {
|
|
132
|
+
__extends(ServiceAccountException, _super);
|
|
133
|
+
function ServiceAccountException(opts) {
|
|
134
|
+
var _this = _super.call(this, __assign({ name: "ServiceAccountException", $fault: "client" }, opts)) || this;
|
|
135
|
+
_this.name = "ServiceAccountException";
|
|
136
|
+
_this.$fault = "client";
|
|
137
|
+
Object.setPrototypeOf(_this, ServiceAccountException.prototype);
|
|
138
|
+
return _this;
|
|
140
139
|
}
|
|
141
|
-
|
|
140
|
+
return ServiceAccountException;
|
|
141
|
+
}(__BaseException));
|
|
142
|
+
export { ServiceAccountException };
|
|
142
143
|
export var NetworkProfileType;
|
|
143
144
|
(function (NetworkProfileType) {
|
|
144
145
|
NetworkProfileType["CURATED"] = "CURATED";
|
|
145
146
|
NetworkProfileType["PRIVATE"] = "PRIVATE";
|
|
146
147
|
})(NetworkProfileType || (NetworkProfileType = {}));
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
Object.setPrototypeOf(this, TagOperationException.prototype);
|
|
157
|
-
this.resourceName = opts.resourceName;
|
|
148
|
+
var TagOperationException = (function (_super) {
|
|
149
|
+
__extends(TagOperationException, _super);
|
|
150
|
+
function TagOperationException(opts) {
|
|
151
|
+
var _this = _super.call(this, __assign({ name: "TagOperationException", $fault: "client" }, opts)) || this;
|
|
152
|
+
_this.name = "TagOperationException";
|
|
153
|
+
_this.$fault = "client";
|
|
154
|
+
Object.setPrototypeOf(_this, TagOperationException.prototype);
|
|
155
|
+
_this.resourceName = opts.resourceName;
|
|
156
|
+
return _this;
|
|
158
157
|
}
|
|
159
|
-
|
|
158
|
+
return TagOperationException;
|
|
159
|
+
}(__BaseException));
|
|
160
|
+
export { TagOperationException };
|
|
160
161
|
export var InteractionMode;
|
|
161
162
|
(function (InteractionMode) {
|
|
162
163
|
InteractionMode["INTERACTIVE"] = "INTERACTIVE";
|
|
@@ -204,18 +205,18 @@ export var ExecutionStatus;
|
|
|
204
205
|
ExecutionStatus["SCHEDULING"] = "SCHEDULING";
|
|
205
206
|
ExecutionStatus["STOPPING"] = "STOPPING";
|
|
206
207
|
})(ExecutionStatus || (ExecutionStatus = {}));
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
this.$fault = "server";
|
|
216
|
-
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
208
|
+
var InternalServiceException = (function (_super) {
|
|
209
|
+
__extends(InternalServiceException, _super);
|
|
210
|
+
function InternalServiceException(opts) {
|
|
211
|
+
var _this = _super.call(this, __assign({ name: "InternalServiceException", $fault: "server" }, opts)) || this;
|
|
212
|
+
_this.name = "InternalServiceException";
|
|
213
|
+
_this.$fault = "server";
|
|
214
|
+
Object.setPrototypeOf(_this, InternalServiceException.prototype);
|
|
215
|
+
return _this;
|
|
217
216
|
}
|
|
218
|
-
|
|
217
|
+
return InternalServiceException;
|
|
218
|
+
}(__BaseException));
|
|
219
|
+
export { InternalServiceException };
|
|
219
220
|
export var UploadType;
|
|
220
221
|
(function (UploadType) {
|
|
221
222
|
UploadType["ANDROID_APP"] = "ANDROID_APP";
|
|
@@ -267,18 +268,18 @@ export var CurrencyCode;
|
|
|
267
268
|
(function (CurrencyCode) {
|
|
268
269
|
CurrencyCode["USD"] = "USD";
|
|
269
270
|
})(CurrencyCode || (CurrencyCode = {}));
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
this.$fault = "client";
|
|
279
|
-
Object.setPrototypeOf(this, InvalidOperationException.prototype);
|
|
271
|
+
var InvalidOperationException = (function (_super) {
|
|
272
|
+
__extends(InvalidOperationException, _super);
|
|
273
|
+
function InvalidOperationException(opts) {
|
|
274
|
+
var _this = _super.call(this, __assign({ name: "InvalidOperationException", $fault: "client" }, opts)) || this;
|
|
275
|
+
_this.name = "InvalidOperationException";
|
|
276
|
+
_this.$fault = "client";
|
|
277
|
+
Object.setPrototypeOf(_this, InvalidOperationException.prototype);
|
|
278
|
+
return _this;
|
|
280
279
|
}
|
|
281
|
-
|
|
280
|
+
return InvalidOperationException;
|
|
281
|
+
}(__BaseException));
|
|
282
|
+
export { InvalidOperationException };
|
|
282
283
|
export var TestType;
|
|
283
284
|
(function (TestType) {
|
|
284
285
|
TestType["APPIUM_JAVA_JUNIT"] = "APPIUM_JAVA_JUNIT";
|
|
@@ -317,18 +318,18 @@ export var OfferingTransactionType;
|
|
|
317
318
|
OfferingTransactionType["RENEW"] = "RENEW";
|
|
318
319
|
OfferingTransactionType["SYSTEM"] = "SYSTEM";
|
|
319
320
|
})(OfferingTransactionType || (OfferingTransactionType = {}));
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
this.$fault = "client";
|
|
329
|
-
Object.setPrototypeOf(this, NotEligibleException.prototype);
|
|
321
|
+
var NotEligibleException = (function (_super) {
|
|
322
|
+
__extends(NotEligibleException, _super);
|
|
323
|
+
function NotEligibleException(opts) {
|
|
324
|
+
var _this = _super.call(this, __assign({ name: "NotEligibleException", $fault: "client" }, opts)) || this;
|
|
325
|
+
_this.name = "NotEligibleException";
|
|
326
|
+
_this.$fault = "client";
|
|
327
|
+
Object.setPrototypeOf(_this, NotEligibleException.prototype);
|
|
328
|
+
return _this;
|
|
330
329
|
}
|
|
331
|
-
|
|
330
|
+
return NotEligibleException;
|
|
331
|
+
}(__BaseException));
|
|
332
|
+
export { NotEligibleException };
|
|
332
333
|
export var DeviceFilterAttribute;
|
|
333
334
|
(function (DeviceFilterAttribute) {
|
|
334
335
|
DeviceFilterAttribute["ARN"] = "ARN";
|
|
@@ -386,662 +387,245 @@ export var TestGridSessionArtifactType;
|
|
|
386
387
|
TestGridSessionArtifactType["UNKNOWN"] = "UNKNOWN";
|
|
387
388
|
TestGridSessionArtifactType["VIDEO"] = "VIDEO";
|
|
388
389
|
})(TestGridSessionArtifactType || (TestGridSessionArtifactType = {}));
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
this.$fault = "client";
|
|
398
|
-
Object.setPrototypeOf(this, IdempotencyException.prototype);
|
|
390
|
+
var IdempotencyException = (function (_super) {
|
|
391
|
+
__extends(IdempotencyException, _super);
|
|
392
|
+
function IdempotencyException(opts) {
|
|
393
|
+
var _this = _super.call(this, __assign({ name: "IdempotencyException", $fault: "client" }, opts)) || this;
|
|
394
|
+
_this.name = "IdempotencyException";
|
|
395
|
+
_this.$fault = "client";
|
|
396
|
+
Object.setPrototypeOf(_this, IdempotencyException.prototype);
|
|
397
|
+
return _this;
|
|
399
398
|
}
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
399
|
+
return IdempotencyException;
|
|
400
|
+
}(__BaseException));
|
|
401
|
+
export { IdempotencyException };
|
|
402
|
+
var TagPolicyException = (function (_super) {
|
|
403
|
+
__extends(TagPolicyException, _super);
|
|
404
|
+
function TagPolicyException(opts) {
|
|
405
|
+
var _this = _super.call(this, __assign({ name: "TagPolicyException", $fault: "client" }, opts)) || this;
|
|
406
|
+
_this.name = "TagPolicyException";
|
|
407
|
+
_this.$fault = "client";
|
|
408
|
+
Object.setPrototypeOf(_this, TagPolicyException.prototype);
|
|
409
|
+
_this.resourceName = opts.resourceName;
|
|
410
|
+
return _this;
|
|
412
411
|
}
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
412
|
+
return TagPolicyException;
|
|
413
|
+
}(__BaseException));
|
|
414
|
+
export { TagPolicyException };
|
|
415
|
+
var TooManyTagsException = (function (_super) {
|
|
416
|
+
__extends(TooManyTagsException, _super);
|
|
417
|
+
function TooManyTagsException(opts) {
|
|
418
|
+
var _this = _super.call(this, __assign({ name: "TooManyTagsException", $fault: "client" }, opts)) || this;
|
|
419
|
+
_this.name = "TooManyTagsException";
|
|
420
|
+
_this.$fault = "client";
|
|
421
|
+
Object.setPrototypeOf(_this, TooManyTagsException.prototype);
|
|
422
|
+
_this.resourceName = opts.resourceName;
|
|
423
|
+
return _this;
|
|
425
424
|
}
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
});
|
|
430
|
-
export
|
|
431
|
-
|
|
432
|
-
});
|
|
433
|
-
export
|
|
434
|
-
|
|
435
|
-
});
|
|
436
|
-
export
|
|
437
|
-
|
|
438
|
-
});
|
|
439
|
-
export
|
|
440
|
-
|
|
441
|
-
});
|
|
442
|
-
export
|
|
443
|
-
|
|
444
|
-
});
|
|
445
|
-
export
|
|
446
|
-
|
|
447
|
-
});
|
|
448
|
-
export
|
|
449
|
-
|
|
450
|
-
});
|
|
451
|
-
export
|
|
452
|
-
|
|
453
|
-
});
|
|
454
|
-
export
|
|
455
|
-
|
|
456
|
-
});
|
|
457
|
-
export
|
|
458
|
-
|
|
459
|
-
});
|
|
460
|
-
export
|
|
461
|
-
|
|
462
|
-
});
|
|
463
|
-
export
|
|
464
|
-
|
|
465
|
-
});
|
|
466
|
-
export
|
|
467
|
-
|
|
468
|
-
});
|
|
469
|
-
export
|
|
470
|
-
|
|
471
|
-
});
|
|
472
|
-
export
|
|
473
|
-
|
|
474
|
-
});
|
|
475
|
-
export
|
|
476
|
-
|
|
477
|
-
});
|
|
478
|
-
export
|
|
479
|
-
|
|
480
|
-
});
|
|
481
|
-
export
|
|
482
|
-
|
|
483
|
-
});
|
|
484
|
-
export
|
|
485
|
-
|
|
486
|
-
});
|
|
487
|
-
export
|
|
488
|
-
|
|
489
|
-
});
|
|
490
|
-
export
|
|
491
|
-
|
|
492
|
-
});
|
|
493
|
-
export
|
|
494
|
-
|
|
495
|
-
});
|
|
496
|
-
export
|
|
497
|
-
|
|
498
|
-
});
|
|
499
|
-
export
|
|
500
|
-
|
|
501
|
-
});
|
|
502
|
-
export
|
|
503
|
-
|
|
504
|
-
});
|
|
505
|
-
export
|
|
506
|
-
|
|
507
|
-
});
|
|
508
|
-
export
|
|
509
|
-
|
|
510
|
-
});
|
|
511
|
-
export
|
|
512
|
-
|
|
513
|
-
});
|
|
514
|
-
export
|
|
515
|
-
|
|
516
|
-
});
|
|
517
|
-
export
|
|
518
|
-
|
|
519
|
-
});
|
|
520
|
-
export
|
|
521
|
-
|
|
522
|
-
});
|
|
523
|
-
export
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
});
|
|
527
|
-
export
|
|
528
|
-
|
|
529
|
-
});
|
|
530
|
-
export
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
});
|
|
534
|
-
export
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
});
|
|
538
|
-
export
|
|
539
|
-
|
|
540
|
-
});
|
|
541
|
-
export
|
|
542
|
-
|
|
543
|
-
});
|
|
544
|
-
export
|
|
545
|
-
|
|
546
|
-
});
|
|
547
|
-
export
|
|
548
|
-
|
|
549
|
-
});
|
|
550
|
-
export
|
|
551
|
-
|
|
552
|
-
});
|
|
553
|
-
export
|
|
554
|
-
|
|
555
|
-
});
|
|
556
|
-
export
|
|
557
|
-
|
|
558
|
-
});
|
|
559
|
-
export
|
|
560
|
-
|
|
561
|
-
});
|
|
562
|
-
export
|
|
563
|
-
|
|
564
|
-
});
|
|
565
|
-
export
|
|
566
|
-
|
|
567
|
-
});
|
|
568
|
-
export
|
|
569
|
-
|
|
570
|
-
});
|
|
571
|
-
export
|
|
572
|
-
|
|
573
|
-
});
|
|
574
|
-
export
|
|
575
|
-
|
|
576
|
-
});
|
|
577
|
-
export
|
|
578
|
-
|
|
579
|
-
});
|
|
580
|
-
export
|
|
581
|
-
|
|
582
|
-
});
|
|
583
|
-
export
|
|
584
|
-
|
|
585
|
-
});
|
|
586
|
-
export
|
|
587
|
-
|
|
588
|
-
});
|
|
589
|
-
export
|
|
590
|
-
|
|
591
|
-
});
|
|
592
|
-
export
|
|
593
|
-
|
|
594
|
-
});
|
|
595
|
-
export
|
|
596
|
-
|
|
597
|
-
});
|
|
598
|
-
export
|
|
599
|
-
|
|
600
|
-
});
|
|
601
|
-
export
|
|
602
|
-
|
|
603
|
-
});
|
|
604
|
-
export
|
|
605
|
-
|
|
606
|
-
});
|
|
607
|
-
export
|
|
608
|
-
|
|
609
|
-
});
|
|
610
|
-
export
|
|
611
|
-
|
|
612
|
-
});
|
|
613
|
-
export
|
|
614
|
-
|
|
615
|
-
});
|
|
616
|
-
export
|
|
617
|
-
|
|
618
|
-
});
|
|
619
|
-
export
|
|
620
|
-
|
|
621
|
-
});
|
|
622
|
-
export
|
|
623
|
-
|
|
624
|
-
});
|
|
625
|
-
export
|
|
626
|
-
|
|
627
|
-
});
|
|
628
|
-
export
|
|
629
|
-
|
|
630
|
-
});
|
|
631
|
-
export
|
|
632
|
-
|
|
633
|
-
});
|
|
634
|
-
export const ScheduleRunConfigurationFilterSensitiveLog = (obj) => ({
|
|
635
|
-
...obj,
|
|
636
|
-
});
|
|
637
|
-
export const ScheduleRunTestFilterSensitiveLog = (obj) => ({
|
|
638
|
-
...obj,
|
|
639
|
-
});
|
|
640
|
-
export const GetDevicePoolCompatibilityRequestFilterSensitiveLog = (obj) => ({
|
|
641
|
-
...obj,
|
|
642
|
-
});
|
|
643
|
-
export const IncompatibilityMessageFilterSensitiveLog = (obj) => ({
|
|
644
|
-
...obj,
|
|
645
|
-
});
|
|
646
|
-
export const DevicePoolCompatibilityResultFilterSensitiveLog = (obj) => ({
|
|
647
|
-
...obj,
|
|
648
|
-
});
|
|
649
|
-
export const GetDevicePoolCompatibilityResultFilterSensitiveLog = (obj) => ({
|
|
650
|
-
...obj,
|
|
651
|
-
});
|
|
652
|
-
export const GetInstanceProfileRequestFilterSensitiveLog = (obj) => ({
|
|
653
|
-
...obj,
|
|
654
|
-
});
|
|
655
|
-
export const GetInstanceProfileResultFilterSensitiveLog = (obj) => ({
|
|
656
|
-
...obj,
|
|
657
|
-
});
|
|
658
|
-
export const GetJobRequestFilterSensitiveLog = (obj) => ({
|
|
659
|
-
...obj,
|
|
660
|
-
});
|
|
661
|
-
export const JobFilterSensitiveLog = (obj) => ({
|
|
662
|
-
...obj,
|
|
663
|
-
});
|
|
664
|
-
export const GetJobResultFilterSensitiveLog = (obj) => ({
|
|
665
|
-
...obj,
|
|
666
|
-
});
|
|
667
|
-
export const GetNetworkProfileRequestFilterSensitiveLog = (obj) => ({
|
|
668
|
-
...obj,
|
|
669
|
-
});
|
|
670
|
-
export const GetNetworkProfileResultFilterSensitiveLog = (obj) => ({
|
|
671
|
-
...obj,
|
|
672
|
-
});
|
|
673
|
-
export const GetOfferingStatusRequestFilterSensitiveLog = (obj) => ({
|
|
674
|
-
...obj,
|
|
675
|
-
});
|
|
676
|
-
export const MonetaryAmountFilterSensitiveLog = (obj) => ({
|
|
677
|
-
...obj,
|
|
678
|
-
});
|
|
679
|
-
export const RecurringChargeFilterSensitiveLog = (obj) => ({
|
|
680
|
-
...obj,
|
|
681
|
-
});
|
|
682
|
-
export const OfferingFilterSensitiveLog = (obj) => ({
|
|
683
|
-
...obj,
|
|
684
|
-
});
|
|
685
|
-
export const OfferingStatusFilterSensitiveLog = (obj) => ({
|
|
686
|
-
...obj,
|
|
687
|
-
});
|
|
688
|
-
export const GetOfferingStatusResultFilterSensitiveLog = (obj) => ({
|
|
689
|
-
...obj,
|
|
690
|
-
});
|
|
691
|
-
export const GetProjectRequestFilterSensitiveLog = (obj) => ({
|
|
692
|
-
...obj,
|
|
693
|
-
});
|
|
694
|
-
export const GetProjectResultFilterSensitiveLog = (obj) => ({
|
|
695
|
-
...obj,
|
|
696
|
-
});
|
|
697
|
-
export const GetRemoteAccessSessionRequestFilterSensitiveLog = (obj) => ({
|
|
698
|
-
...obj,
|
|
699
|
-
});
|
|
700
|
-
export const GetRemoteAccessSessionResultFilterSensitiveLog = (obj) => ({
|
|
701
|
-
...obj,
|
|
702
|
-
});
|
|
703
|
-
export const GetRunRequestFilterSensitiveLog = (obj) => ({
|
|
704
|
-
...obj,
|
|
705
|
-
});
|
|
706
|
-
export const DeviceFilterFilterSensitiveLog = (obj) => ({
|
|
707
|
-
...obj,
|
|
708
|
-
});
|
|
709
|
-
export const DeviceSelectionResultFilterSensitiveLog = (obj) => ({
|
|
710
|
-
...obj,
|
|
711
|
-
});
|
|
712
|
-
export const RunFilterSensitiveLog = (obj) => ({
|
|
713
|
-
...obj,
|
|
714
|
-
});
|
|
715
|
-
export const GetRunResultFilterSensitiveLog = (obj) => ({
|
|
716
|
-
...obj,
|
|
717
|
-
});
|
|
718
|
-
export const GetSuiteRequestFilterSensitiveLog = (obj) => ({
|
|
719
|
-
...obj,
|
|
720
|
-
});
|
|
721
|
-
export const SuiteFilterSensitiveLog = (obj) => ({
|
|
722
|
-
...obj,
|
|
723
|
-
});
|
|
724
|
-
export const GetSuiteResultFilterSensitiveLog = (obj) => ({
|
|
725
|
-
...obj,
|
|
726
|
-
});
|
|
727
|
-
export const GetTestRequestFilterSensitiveLog = (obj) => ({
|
|
728
|
-
...obj,
|
|
729
|
-
});
|
|
730
|
-
export const TestFilterSensitiveLog = (obj) => ({
|
|
731
|
-
...obj,
|
|
732
|
-
});
|
|
733
|
-
export const GetTestResultFilterSensitiveLog = (obj) => ({
|
|
734
|
-
...obj,
|
|
735
|
-
});
|
|
736
|
-
export const GetTestGridProjectRequestFilterSensitiveLog = (obj) => ({
|
|
737
|
-
...obj,
|
|
738
|
-
});
|
|
739
|
-
export const GetTestGridProjectResultFilterSensitiveLog = (obj) => ({
|
|
740
|
-
...obj,
|
|
741
|
-
});
|
|
742
|
-
export const GetTestGridSessionRequestFilterSensitiveLog = (obj) => ({
|
|
743
|
-
...obj,
|
|
744
|
-
});
|
|
745
|
-
export const TestGridSessionFilterSensitiveLog = (obj) => ({
|
|
746
|
-
...obj,
|
|
747
|
-
});
|
|
748
|
-
export const GetTestGridSessionResultFilterSensitiveLog = (obj) => ({
|
|
749
|
-
...obj,
|
|
750
|
-
});
|
|
751
|
-
export const GetUploadRequestFilterSensitiveLog = (obj) => ({
|
|
752
|
-
...obj,
|
|
753
|
-
});
|
|
754
|
-
export const GetUploadResultFilterSensitiveLog = (obj) => ({
|
|
755
|
-
...obj,
|
|
756
|
-
...(obj.upload && { upload: UploadFilterSensitiveLog(obj.upload) }),
|
|
757
|
-
});
|
|
758
|
-
export const GetVPCEConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
759
|
-
...obj,
|
|
760
|
-
});
|
|
761
|
-
export const GetVPCEConfigurationResultFilterSensitiveLog = (obj) => ({
|
|
762
|
-
...obj,
|
|
763
|
-
});
|
|
764
|
-
export const InstallToRemoteAccessSessionRequestFilterSensitiveLog = (obj) => ({
|
|
765
|
-
...obj,
|
|
766
|
-
});
|
|
767
|
-
export const InstallToRemoteAccessSessionResultFilterSensitiveLog = (obj) => ({
|
|
768
|
-
...obj,
|
|
769
|
-
...(obj.appUpload && { appUpload: UploadFilterSensitiveLog(obj.appUpload) }),
|
|
770
|
-
});
|
|
771
|
-
export const ListArtifactsRequestFilterSensitiveLog = (obj) => ({
|
|
772
|
-
...obj,
|
|
773
|
-
});
|
|
774
|
-
export const ListArtifactsResultFilterSensitiveLog = (obj) => ({
|
|
775
|
-
...obj,
|
|
776
|
-
});
|
|
777
|
-
export const ListDeviceInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
778
|
-
...obj,
|
|
779
|
-
});
|
|
780
|
-
export const ListDeviceInstancesResultFilterSensitiveLog = (obj) => ({
|
|
781
|
-
...obj,
|
|
782
|
-
});
|
|
783
|
-
export const ListDevicePoolsRequestFilterSensitiveLog = (obj) => ({
|
|
784
|
-
...obj,
|
|
785
|
-
});
|
|
786
|
-
export const ListDevicePoolsResultFilterSensitiveLog = (obj) => ({
|
|
787
|
-
...obj,
|
|
788
|
-
});
|
|
789
|
-
export const ListDevicesRequestFilterSensitiveLog = (obj) => ({
|
|
790
|
-
...obj,
|
|
791
|
-
});
|
|
792
|
-
export const ListDevicesResultFilterSensitiveLog = (obj) => ({
|
|
793
|
-
...obj,
|
|
794
|
-
});
|
|
795
|
-
export const ListInstanceProfilesRequestFilterSensitiveLog = (obj) => ({
|
|
796
|
-
...obj,
|
|
797
|
-
});
|
|
798
|
-
export const ListInstanceProfilesResultFilterSensitiveLog = (obj) => ({
|
|
799
|
-
...obj,
|
|
800
|
-
});
|
|
801
|
-
export const ListJobsRequestFilterSensitiveLog = (obj) => ({
|
|
802
|
-
...obj,
|
|
803
|
-
});
|
|
804
|
-
export const ListJobsResultFilterSensitiveLog = (obj) => ({
|
|
805
|
-
...obj,
|
|
806
|
-
});
|
|
807
|
-
export const ListNetworkProfilesRequestFilterSensitiveLog = (obj) => ({
|
|
808
|
-
...obj,
|
|
809
|
-
});
|
|
810
|
-
export const ListNetworkProfilesResultFilterSensitiveLog = (obj) => ({
|
|
811
|
-
...obj,
|
|
812
|
-
});
|
|
813
|
-
export const ListOfferingPromotionsRequestFilterSensitiveLog = (obj) => ({
|
|
814
|
-
...obj,
|
|
815
|
-
});
|
|
816
|
-
export const OfferingPromotionFilterSensitiveLog = (obj) => ({
|
|
817
|
-
...obj,
|
|
818
|
-
});
|
|
819
|
-
export const ListOfferingPromotionsResultFilterSensitiveLog = (obj) => ({
|
|
820
|
-
...obj,
|
|
821
|
-
});
|
|
822
|
-
export const ListOfferingsRequestFilterSensitiveLog = (obj) => ({
|
|
823
|
-
...obj,
|
|
824
|
-
});
|
|
825
|
-
export const ListOfferingsResultFilterSensitiveLog = (obj) => ({
|
|
826
|
-
...obj,
|
|
827
|
-
});
|
|
828
|
-
export const ListOfferingTransactionsRequestFilterSensitiveLog = (obj) => ({
|
|
829
|
-
...obj,
|
|
830
|
-
});
|
|
831
|
-
export const OfferingTransactionFilterSensitiveLog = (obj) => ({
|
|
832
|
-
...obj,
|
|
833
|
-
});
|
|
834
|
-
export const ListOfferingTransactionsResultFilterSensitiveLog = (obj) => ({
|
|
835
|
-
...obj,
|
|
836
|
-
});
|
|
837
|
-
export const ListProjectsRequestFilterSensitiveLog = (obj) => ({
|
|
838
|
-
...obj,
|
|
839
|
-
});
|
|
840
|
-
export const ListProjectsResultFilterSensitiveLog = (obj) => ({
|
|
841
|
-
...obj,
|
|
842
|
-
});
|
|
843
|
-
export const ListRemoteAccessSessionsRequestFilterSensitiveLog = (obj) => ({
|
|
844
|
-
...obj,
|
|
845
|
-
});
|
|
846
|
-
export const ListRemoteAccessSessionsResultFilterSensitiveLog = (obj) => ({
|
|
847
|
-
...obj,
|
|
848
|
-
});
|
|
849
|
-
export const ListRunsRequestFilterSensitiveLog = (obj) => ({
|
|
850
|
-
...obj,
|
|
851
|
-
});
|
|
852
|
-
export const ListRunsResultFilterSensitiveLog = (obj) => ({
|
|
853
|
-
...obj,
|
|
854
|
-
});
|
|
855
|
-
export const ListSamplesRequestFilterSensitiveLog = (obj) => ({
|
|
856
|
-
...obj,
|
|
857
|
-
});
|
|
858
|
-
export const SampleFilterSensitiveLog = (obj) => ({
|
|
859
|
-
...obj,
|
|
860
|
-
});
|
|
861
|
-
export const ListSamplesResultFilterSensitiveLog = (obj) => ({
|
|
862
|
-
...obj,
|
|
863
|
-
});
|
|
864
|
-
export const ListSuitesRequestFilterSensitiveLog = (obj) => ({
|
|
865
|
-
...obj,
|
|
866
|
-
});
|
|
867
|
-
export const ListSuitesResultFilterSensitiveLog = (obj) => ({
|
|
868
|
-
...obj,
|
|
869
|
-
});
|
|
870
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
871
|
-
...obj,
|
|
872
|
-
});
|
|
873
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
874
|
-
...obj,
|
|
875
|
-
});
|
|
876
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
877
|
-
...obj,
|
|
878
|
-
});
|
|
879
|
-
export const ListTestGridProjectsRequestFilterSensitiveLog = (obj) => ({
|
|
880
|
-
...obj,
|
|
881
|
-
});
|
|
882
|
-
export const ListTestGridProjectsResultFilterSensitiveLog = (obj) => ({
|
|
883
|
-
...obj,
|
|
884
|
-
});
|
|
885
|
-
export const ListTestGridSessionActionsRequestFilterSensitiveLog = (obj) => ({
|
|
886
|
-
...obj,
|
|
887
|
-
});
|
|
888
|
-
export const TestGridSessionActionFilterSensitiveLog = (obj) => ({
|
|
889
|
-
...obj,
|
|
890
|
-
});
|
|
891
|
-
export const ListTestGridSessionActionsResultFilterSensitiveLog = (obj) => ({
|
|
892
|
-
...obj,
|
|
893
|
-
});
|
|
894
|
-
export const ListTestGridSessionArtifactsRequestFilterSensitiveLog = (obj) => ({
|
|
895
|
-
...obj,
|
|
896
|
-
});
|
|
897
|
-
export const TestGridSessionArtifactFilterSensitiveLog = (obj) => ({
|
|
898
|
-
...obj,
|
|
899
|
-
...(obj.url && { url: SENSITIVE_STRING }),
|
|
900
|
-
});
|
|
901
|
-
export const ListTestGridSessionArtifactsResultFilterSensitiveLog = (obj) => ({
|
|
902
|
-
...obj,
|
|
903
|
-
...(obj.artifacts && { artifacts: obj.artifacts.map((item) => TestGridSessionArtifactFilterSensitiveLog(item)) }),
|
|
904
|
-
});
|
|
905
|
-
export const ListTestGridSessionsRequestFilterSensitiveLog = (obj) => ({
|
|
906
|
-
...obj,
|
|
907
|
-
});
|
|
908
|
-
export const ListTestGridSessionsResultFilterSensitiveLog = (obj) => ({
|
|
909
|
-
...obj,
|
|
910
|
-
});
|
|
911
|
-
export const ListTestsRequestFilterSensitiveLog = (obj) => ({
|
|
912
|
-
...obj,
|
|
913
|
-
});
|
|
914
|
-
export const ListTestsResultFilterSensitiveLog = (obj) => ({
|
|
915
|
-
...obj,
|
|
916
|
-
});
|
|
917
|
-
export const ListUniqueProblemsRequestFilterSensitiveLog = (obj) => ({
|
|
918
|
-
...obj,
|
|
919
|
-
});
|
|
920
|
-
export const ProblemDetailFilterSensitiveLog = (obj) => ({
|
|
921
|
-
...obj,
|
|
922
|
-
});
|
|
923
|
-
export const ProblemFilterSensitiveLog = (obj) => ({
|
|
924
|
-
...obj,
|
|
925
|
-
});
|
|
926
|
-
export const UniqueProblemFilterSensitiveLog = (obj) => ({
|
|
927
|
-
...obj,
|
|
928
|
-
});
|
|
929
|
-
export const ListUniqueProblemsResultFilterSensitiveLog = (obj) => ({
|
|
930
|
-
...obj,
|
|
931
|
-
});
|
|
932
|
-
export const ListUploadsRequestFilterSensitiveLog = (obj) => ({
|
|
933
|
-
...obj,
|
|
934
|
-
});
|
|
935
|
-
export const ListUploadsResultFilterSensitiveLog = (obj) => ({
|
|
936
|
-
...obj,
|
|
937
|
-
...(obj.uploads && { uploads: obj.uploads.map((item) => UploadFilterSensitiveLog(item)) }),
|
|
938
|
-
});
|
|
939
|
-
export const ListVPCEConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
940
|
-
...obj,
|
|
941
|
-
});
|
|
942
|
-
export const ListVPCEConfigurationsResultFilterSensitiveLog = (obj) => ({
|
|
943
|
-
...obj,
|
|
944
|
-
});
|
|
945
|
-
export const PurchaseOfferingRequestFilterSensitiveLog = (obj) => ({
|
|
946
|
-
...obj,
|
|
947
|
-
});
|
|
948
|
-
export const PurchaseOfferingResultFilterSensitiveLog = (obj) => ({
|
|
949
|
-
...obj,
|
|
950
|
-
});
|
|
951
|
-
export const RenewOfferingRequestFilterSensitiveLog = (obj) => ({
|
|
952
|
-
...obj,
|
|
953
|
-
});
|
|
954
|
-
export const RenewOfferingResultFilterSensitiveLog = (obj) => ({
|
|
955
|
-
...obj,
|
|
956
|
-
});
|
|
957
|
-
export const DeviceSelectionConfigurationFilterSensitiveLog = (obj) => ({
|
|
958
|
-
...obj,
|
|
959
|
-
});
|
|
960
|
-
export const ExecutionConfigurationFilterSensitiveLog = (obj) => ({
|
|
961
|
-
...obj,
|
|
962
|
-
});
|
|
963
|
-
export const ScheduleRunRequestFilterSensitiveLog = (obj) => ({
|
|
964
|
-
...obj,
|
|
965
|
-
});
|
|
966
|
-
export const ScheduleRunResultFilterSensitiveLog = (obj) => ({
|
|
967
|
-
...obj,
|
|
968
|
-
});
|
|
969
|
-
export const StopJobRequestFilterSensitiveLog = (obj) => ({
|
|
970
|
-
...obj,
|
|
971
|
-
});
|
|
972
|
-
export const StopJobResultFilterSensitiveLog = (obj) => ({
|
|
973
|
-
...obj,
|
|
974
|
-
});
|
|
975
|
-
export const StopRemoteAccessSessionRequestFilterSensitiveLog = (obj) => ({
|
|
976
|
-
...obj,
|
|
977
|
-
});
|
|
978
|
-
export const StopRemoteAccessSessionResultFilterSensitiveLog = (obj) => ({
|
|
979
|
-
...obj,
|
|
980
|
-
});
|
|
981
|
-
export const StopRunRequestFilterSensitiveLog = (obj) => ({
|
|
982
|
-
...obj,
|
|
983
|
-
});
|
|
984
|
-
export const StopRunResultFilterSensitiveLog = (obj) => ({
|
|
985
|
-
...obj,
|
|
986
|
-
});
|
|
987
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
988
|
-
...obj,
|
|
989
|
-
});
|
|
990
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
991
|
-
...obj,
|
|
992
|
-
});
|
|
993
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
994
|
-
...obj,
|
|
995
|
-
});
|
|
996
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
997
|
-
...obj,
|
|
998
|
-
});
|
|
999
|
-
export const UpdateDeviceInstanceRequestFilterSensitiveLog = (obj) => ({
|
|
1000
|
-
...obj,
|
|
1001
|
-
});
|
|
1002
|
-
export const UpdateDeviceInstanceResultFilterSensitiveLog = (obj) => ({
|
|
1003
|
-
...obj,
|
|
1004
|
-
});
|
|
1005
|
-
export const UpdateDevicePoolRequestFilterSensitiveLog = (obj) => ({
|
|
1006
|
-
...obj,
|
|
1007
|
-
});
|
|
1008
|
-
export const UpdateDevicePoolResultFilterSensitiveLog = (obj) => ({
|
|
1009
|
-
...obj,
|
|
1010
|
-
});
|
|
1011
|
-
export const UpdateInstanceProfileRequestFilterSensitiveLog = (obj) => ({
|
|
1012
|
-
...obj,
|
|
1013
|
-
});
|
|
1014
|
-
export const UpdateInstanceProfileResultFilterSensitiveLog = (obj) => ({
|
|
1015
|
-
...obj,
|
|
1016
|
-
});
|
|
1017
|
-
export const UpdateNetworkProfileRequestFilterSensitiveLog = (obj) => ({
|
|
1018
|
-
...obj,
|
|
1019
|
-
});
|
|
1020
|
-
export const UpdateNetworkProfileResultFilterSensitiveLog = (obj) => ({
|
|
1021
|
-
...obj,
|
|
1022
|
-
});
|
|
1023
|
-
export const UpdateProjectRequestFilterSensitiveLog = (obj) => ({
|
|
1024
|
-
...obj,
|
|
1025
|
-
});
|
|
1026
|
-
export const UpdateProjectResultFilterSensitiveLog = (obj) => ({
|
|
1027
|
-
...obj,
|
|
1028
|
-
});
|
|
1029
|
-
export const UpdateTestGridProjectRequestFilterSensitiveLog = (obj) => ({
|
|
1030
|
-
...obj,
|
|
1031
|
-
});
|
|
1032
|
-
export const UpdateTestGridProjectResultFilterSensitiveLog = (obj) => ({
|
|
1033
|
-
...obj,
|
|
1034
|
-
});
|
|
1035
|
-
export const UpdateUploadRequestFilterSensitiveLog = (obj) => ({
|
|
1036
|
-
...obj,
|
|
1037
|
-
});
|
|
1038
|
-
export const UpdateUploadResultFilterSensitiveLog = (obj) => ({
|
|
1039
|
-
...obj,
|
|
1040
|
-
...(obj.upload && { upload: UploadFilterSensitiveLog(obj.upload) }),
|
|
1041
|
-
});
|
|
1042
|
-
export const UpdateVPCEConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
1043
|
-
...obj,
|
|
1044
|
-
});
|
|
1045
|
-
export const UpdateVPCEConfigurationResultFilterSensitiveLog = (obj) => ({
|
|
1046
|
-
...obj,
|
|
1047
|
-
});
|
|
425
|
+
return TooManyTagsException;
|
|
426
|
+
}(__BaseException));
|
|
427
|
+
export { TooManyTagsException };
|
|
428
|
+
export var TrialMinutesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
+
export var AccountSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
+
export var ArtifactFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
+
export var CountersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
+
export var CPUFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
+
export var RuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
+
export var CreateDevicePoolRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
|
+
export var DevicePoolFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
+
export var CreateDevicePoolResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
+
export var CreateInstanceProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
+
export var InstanceProfileFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
|
+
export var CreateInstanceProfileResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
+
export var CreateNetworkProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
+
export var NetworkProfileFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
+
export var CreateNetworkProfileResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
+
export var VpcConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
+
export var CreateProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
export var ProjectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
export var CreateProjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
+
export var CreateRemoteAccessSessionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
+
export var CreateRemoteAccessSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
export var DeviceInstanceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
+
export var ResolutionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
|
+
export var DeviceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
+
export var DeviceMinutesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
+
export var RemoteAccessSessionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
+
export var CreateRemoteAccessSessionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
+
export var TestGridVpcConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
+
export var CreateTestGridProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
+
export var TestGridProjectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
+
export var CreateTestGridProjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
+
export var CreateTestGridUrlRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
+
export var CreateTestGridUrlResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.url && { url: SENSITIVE_STRING }))); };
|
|
461
|
+
export var CreateUploadRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
+
export var UploadFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.url && { url: SENSITIVE_STRING }))); };
|
|
463
|
+
export var CreateUploadResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.upload && { upload: UploadFilterSensitiveLog(obj.upload) }))); };
|
|
464
|
+
export var CreateVPCEConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
export var VPCEConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
+
export var CreateVPCEConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
+
export var CustomerArtifactPathsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
+
export var DeleteDevicePoolRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
+
export var DeleteDevicePoolResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
+
export var DeleteInstanceProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
+
export var DeleteInstanceProfileResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
+
export var DeleteNetworkProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
+
export var DeleteNetworkProfileResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
+
export var DeleteProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
+
export var DeleteProjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
+
export var DeleteRemoteAccessSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
+
export var DeleteRemoteAccessSessionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
export var DeleteRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
export var DeleteRunResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
+
export var DeleteTestGridProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
+
export var DeleteTestGridProjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
+
export var DeleteUploadRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
export var DeleteUploadResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
+
export var DeleteVPCEConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
+
export var DeleteVPCEConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
+
export var GetAccountSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
export var GetAccountSettingsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
+
export var GetDeviceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
+
export var GetDeviceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
+
export var GetDeviceInstanceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
export var GetDeviceInstanceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
+
export var GetDevicePoolRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
+
export var GetDevicePoolResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
+
export var LocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
export var RadiosFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
+
export var ScheduleRunConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
+
export var ScheduleRunTestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
+
export var GetDevicePoolCompatibilityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
+
export var IncompatibilityMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
+
export var DevicePoolCompatibilityResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
+
export var GetDevicePoolCompatibilityResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
+
export var GetInstanceProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
export var GetInstanceProfileResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
+
export var GetJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
|
+
export var JobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
+
export var GetJobResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
export var GetNetworkProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
+
export var GetNetworkProfileResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
+
export var GetOfferingStatusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
export var MonetaryAmountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
export var RecurringChargeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
+
export var OfferingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
+
export var OfferingStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
export var GetOfferingStatusResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
export var GetProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
export var GetProjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
+
export var GetRemoteAccessSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
export var GetRemoteAccessSessionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
export var GetRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
export var DeviceFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
+
export var DeviceSelectionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
export var RunFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
export var GetRunResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
export var GetSuiteRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
+
export var SuiteFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
export var GetSuiteResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
export var GetTestRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
export var TestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
+
export var GetTestResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
export var GetTestGridProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
export var GetTestGridProjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
export var GetTestGridSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
+
export var TestGridSessionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
export var GetTestGridSessionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
export var GetUploadRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
export var GetUploadResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.upload && { upload: UploadFilterSensitiveLog(obj.upload) }))); };
|
|
537
|
+
export var GetVPCEConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
export var GetVPCEConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
export var InstallToRemoteAccessSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
export var InstallToRemoteAccessSessionResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.appUpload && { appUpload: UploadFilterSensitiveLog(obj.appUpload) }))); };
|
|
541
|
+
export var ListArtifactsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
export var ListArtifactsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
export var ListDeviceInstancesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
export var ListDeviceInstancesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
export var ListDevicePoolsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
export var ListDevicePoolsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
export var ListDevicesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
export var ListDevicesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var ListInstanceProfilesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
export var ListInstanceProfilesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var ListJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
export var ListJobsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var ListNetworkProfilesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var ListNetworkProfilesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
export var ListOfferingPromotionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
export var OfferingPromotionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var ListOfferingPromotionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var ListOfferingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var ListOfferingsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var ListOfferingTransactionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
+
export var OfferingTransactionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
export var ListOfferingTransactionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
export var ListProjectsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
export var ListProjectsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
export var ListRemoteAccessSessionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
export var ListRemoteAccessSessionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
export var ListRunsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
export var ListRunsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
+
export var ListSamplesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
export var SampleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
export var ListSamplesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
+
export var ListSuitesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
+
export var ListSuitesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
|
+
export var ListTestGridProjectsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
export var ListTestGridProjectsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
+
export var ListTestGridSessionActionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
+
export var TestGridSessionActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
+
export var ListTestGridSessionActionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
export var ListTestGridSessionArtifactsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
+
export var TestGridSessionArtifactFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.url && { url: SENSITIVE_STRING }))); };
|
|
584
|
+
export var ListTestGridSessionArtifactsResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.artifacts && { artifacts: obj.artifacts.map(function (item) { return TestGridSessionArtifactFilterSensitiveLog(item); }) }))); };
|
|
585
|
+
export var ListTestGridSessionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
export var ListTestGridSessionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
export var ListTestsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
export var ListTestsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
+
export var ListUniqueProblemsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
export var ProblemDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
export var ProblemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
export var UniqueProblemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var ListUniqueProblemsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var ListUploadsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
export var ListUploadsResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.uploads && { uploads: obj.uploads.map(function (item) { return UploadFilterSensitiveLog(item); }) }))); };
|
|
596
|
+
export var ListVPCEConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
export var ListVPCEConfigurationsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var PurchaseOfferingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var PurchaseOfferingResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var RenewOfferingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var RenewOfferingResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
export var DeviceSelectionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var ExecutionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
export var ScheduleRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
export var ScheduleRunResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var StopJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
export var StopJobResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
export var StopRemoteAccessSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
export var StopRemoteAccessSessionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var StopRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
export var StopRunResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
+
export var UpdateDeviceInstanceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
|
+
export var UpdateDeviceInstanceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
export var UpdateDevicePoolRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
export var UpdateDevicePoolResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
+
export var UpdateInstanceProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
+
export var UpdateInstanceProfileResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
export var UpdateNetworkProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
export var UpdateNetworkProfileResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
export var UpdateProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
+
export var UpdateProjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
export var UpdateTestGridProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
export var UpdateTestGridProjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
+
export var UpdateUploadRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
+
export var UpdateUploadResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.upload && { upload: UploadFilterSensitiveLog(obj.upload) }))); };
|
|
630
|
+
export var UpdateVPCEConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
export var UpdateVPCEConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|