@aws-sdk/client-device-farm 3.131.0 → 3.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateDevicePoolCommand.js +2 -2
- package/dist-cjs/commands/CreateInstanceProfileCommand.js +2 -2
- package/dist-cjs/commands/CreateNetworkProfileCommand.js +2 -2
- package/dist-cjs/commands/CreateProjectCommand.js +2 -2
- package/dist-cjs/commands/CreateRemoteAccessSessionCommand.js +2 -2
- package/dist-cjs/commands/CreateTestGridProjectCommand.js +2 -2
- package/dist-cjs/commands/CreateTestGridUrlCommand.js +2 -2
- package/dist-cjs/commands/CreateUploadCommand.js +2 -2
- package/dist-cjs/commands/CreateVPCEConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteDevicePoolCommand.js +2 -2
- package/dist-cjs/commands/DeleteInstanceProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteNetworkProfileCommand.js +2 -2
- package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteRemoteAccessSessionCommand.js +2 -2
- package/dist-cjs/commands/DeleteRunCommand.js +2 -2
- package/dist-cjs/commands/DeleteTestGridProjectCommand.js +2 -2
- package/dist-cjs/commands/DeleteUploadCommand.js +2 -2
- package/dist-cjs/commands/DeleteVPCEConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/GetDeviceCommand.js +2 -2
- package/dist-cjs/commands/GetDeviceInstanceCommand.js +2 -2
- package/dist-cjs/commands/GetDevicePoolCommand.js +2 -2
- package/dist-cjs/commands/GetDevicePoolCompatibilityCommand.js +2 -2
- package/dist-cjs/commands/GetInstanceProfileCommand.js +2 -2
- package/dist-cjs/commands/GetJobCommand.js +2 -2
- package/dist-cjs/commands/GetNetworkProfileCommand.js +2 -2
- package/dist-cjs/commands/GetOfferingStatusCommand.js +2 -2
- package/dist-cjs/commands/GetProjectCommand.js +2 -2
- package/dist-cjs/commands/GetRemoteAccessSessionCommand.js +2 -2
- package/dist-cjs/commands/GetRunCommand.js +2 -2
- package/dist-cjs/commands/GetSuiteCommand.js +2 -2
- package/dist-cjs/commands/GetTestCommand.js +2 -2
- package/dist-cjs/commands/GetTestGridProjectCommand.js +2 -2
- package/dist-cjs/commands/GetTestGridSessionCommand.js +2 -2
- package/dist-cjs/commands/GetUploadCommand.js +2 -2
- package/dist-cjs/commands/GetVPCEConfigurationCommand.js +2 -2
- package/dist-cjs/commands/InstallToRemoteAccessSessionCommand.js +2 -2
- package/dist-cjs/commands/ListArtifactsCommand.js +2 -2
- package/dist-cjs/commands/ListDeviceInstancesCommand.js +2 -2
- package/dist-cjs/commands/ListDevicePoolsCommand.js +2 -2
- package/dist-cjs/commands/ListDevicesCommand.js +2 -2
- package/dist-cjs/commands/ListInstanceProfilesCommand.js +2 -2
- package/dist-cjs/commands/ListJobsCommand.js +2 -2
- package/dist-cjs/commands/ListNetworkProfilesCommand.js +2 -2
- package/dist-cjs/commands/ListOfferingPromotionsCommand.js +2 -2
- package/dist-cjs/commands/ListOfferingTransactionsCommand.js +2 -2
- package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
- package/dist-cjs/commands/ListProjectsCommand.js +2 -2
- package/dist-cjs/commands/ListRemoteAccessSessionsCommand.js +2 -2
- package/dist-cjs/commands/ListRunsCommand.js +2 -2
- package/dist-cjs/commands/ListSamplesCommand.js +2 -2
- package/dist-cjs/commands/ListSuitesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTestGridProjectsCommand.js +2 -2
- package/dist-cjs/commands/ListTestGridSessionActionsCommand.js +2 -2
- package/dist-cjs/commands/ListTestGridSessionArtifactsCommand.js +2 -2
- package/dist-cjs/commands/ListTestGridSessionsCommand.js +2 -2
- package/dist-cjs/commands/ListTestsCommand.js +2 -2
- package/dist-cjs/commands/ListUniqueProblemsCommand.js +2 -2
- package/dist-cjs/commands/ListUploadsCommand.js +2 -2
- package/dist-cjs/commands/ListVPCEConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
- package/dist-cjs/commands/RenewOfferingCommand.js +2 -2
- package/dist-cjs/commands/ScheduleRunCommand.js +2 -2
- package/dist-cjs/commands/StopJobCommand.js +2 -2
- package/dist-cjs/commands/StopRemoteAccessSessionCommand.js +2 -2
- package/dist-cjs/commands/StopRunCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDeviceInstanceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDevicePoolCommand.js +2 -2
- package/dist-cjs/commands/UpdateInstanceProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateNetworkProfileCommand.js +2 -2
- package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
- package/dist-cjs/commands/UpdateTestGridProjectCommand.js +2 -2
- package/dist-cjs/commands/UpdateUploadCommand.js +2 -2
- package/dist-cjs/commands/UpdateVPCEConfigurationCommand.js +2 -2
- package/dist-cjs/models/models_0.js +826 -1232
- package/dist-cjs/protocols/Aws_json1_1.js +385 -655
- package/dist-es/commands/CreateDevicePoolCommand.js +3 -3
- package/dist-es/commands/CreateInstanceProfileCommand.js +3 -3
- package/dist-es/commands/CreateNetworkProfileCommand.js +3 -3
- package/dist-es/commands/CreateProjectCommand.js +3 -3
- package/dist-es/commands/CreateRemoteAccessSessionCommand.js +3 -3
- package/dist-es/commands/CreateTestGridProjectCommand.js +3 -3
- package/dist-es/commands/CreateTestGridUrlCommand.js +3 -3
- package/dist-es/commands/CreateUploadCommand.js +3 -3
- package/dist-es/commands/CreateVPCEConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteDevicePoolCommand.js +3 -3
- package/dist-es/commands/DeleteInstanceProfileCommand.js +3 -3
- package/dist-es/commands/DeleteNetworkProfileCommand.js +3 -3
- package/dist-es/commands/DeleteProjectCommand.js +3 -3
- package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +3 -3
- package/dist-es/commands/DeleteRunCommand.js +3 -3
- package/dist-es/commands/DeleteTestGridProjectCommand.js +3 -3
- package/dist-es/commands/DeleteUploadCommand.js +3 -3
- package/dist-es/commands/DeleteVPCEConfigurationCommand.js +3 -3
- package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
- package/dist-es/commands/GetDeviceCommand.js +3 -3
- package/dist-es/commands/GetDeviceInstanceCommand.js +3 -3
- package/dist-es/commands/GetDevicePoolCommand.js +3 -3
- package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +3 -3
- package/dist-es/commands/GetInstanceProfileCommand.js +3 -3
- package/dist-es/commands/GetJobCommand.js +3 -3
- package/dist-es/commands/GetNetworkProfileCommand.js +3 -3
- package/dist-es/commands/GetOfferingStatusCommand.js +3 -3
- package/dist-es/commands/GetProjectCommand.js +3 -3
- package/dist-es/commands/GetRemoteAccessSessionCommand.js +3 -3
- package/dist-es/commands/GetRunCommand.js +3 -3
- package/dist-es/commands/GetSuiteCommand.js +3 -3
- package/dist-es/commands/GetTestCommand.js +3 -3
- package/dist-es/commands/GetTestGridProjectCommand.js +3 -3
- package/dist-es/commands/GetTestGridSessionCommand.js +3 -3
- package/dist-es/commands/GetUploadCommand.js +3 -3
- package/dist-es/commands/GetVPCEConfigurationCommand.js +3 -3
- package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +3 -3
- package/dist-es/commands/ListArtifactsCommand.js +3 -3
- package/dist-es/commands/ListDeviceInstancesCommand.js +3 -3
- package/dist-es/commands/ListDevicePoolsCommand.js +3 -3
- package/dist-es/commands/ListDevicesCommand.js +3 -3
- package/dist-es/commands/ListInstanceProfilesCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +3 -3
- package/dist-es/commands/ListNetworkProfilesCommand.js +3 -3
- package/dist-es/commands/ListOfferingPromotionsCommand.js +3 -3
- package/dist-es/commands/ListOfferingTransactionsCommand.js +3 -3
- package/dist-es/commands/ListOfferingsCommand.js +3 -3
- package/dist-es/commands/ListProjectsCommand.js +3 -3
- package/dist-es/commands/ListRemoteAccessSessionsCommand.js +3 -3
- package/dist-es/commands/ListRunsCommand.js +3 -3
- package/dist-es/commands/ListSamplesCommand.js +3 -3
- package/dist-es/commands/ListSuitesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTestGridProjectsCommand.js +3 -3
- package/dist-es/commands/ListTestGridSessionActionsCommand.js +3 -3
- package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +3 -3
- package/dist-es/commands/ListTestGridSessionsCommand.js +3 -3
- package/dist-es/commands/ListTestsCommand.js +3 -3
- package/dist-es/commands/ListUniqueProblemsCommand.js +3 -3
- package/dist-es/commands/ListUploadsCommand.js +3 -3
- package/dist-es/commands/ListVPCEConfigurationsCommand.js +3 -3
- package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
- package/dist-es/commands/RenewOfferingCommand.js +3 -3
- package/dist-es/commands/ScheduleRunCommand.js +3 -3
- package/dist-es/commands/StopJobCommand.js +3 -3
- package/dist-es/commands/StopRemoteAccessSessionCommand.js +3 -3
- package/dist-es/commands/StopRunCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateDeviceInstanceCommand.js +3 -3
- package/dist-es/commands/UpdateDevicePoolCommand.js +3 -3
- package/dist-es/commands/UpdateInstanceProfileCommand.js +3 -3
- package/dist-es/commands/UpdateNetworkProfileCommand.js +3 -3
- package/dist-es/commands/UpdateProjectCommand.js +3 -3
- package/dist-es/commands/UpdateTestGridProjectCommand.js +3 -3
- package/dist-es/commands/UpdateUploadCommand.js +3 -3
- package/dist-es/commands/UpdateVPCEConfigurationCommand.js +3 -3
- package/dist-es/models/models_0.js +203 -812
- package/dist-es/protocols/Aws_json1_1.js +617 -656
- package/dist-types/models/models_0.d.ts +812 -1218
- package/dist-types/ts3.4/models/models_0.d.ts +406 -812
- package/package.json +6 -6
|
@@ -1,19 +1,11 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { DeviceFarmServiceException as __BaseException } from "./DeviceFarmServiceException";
|
|
4
|
-
export var TrialMinutes;
|
|
5
|
-
(function (TrialMinutes) {
|
|
6
|
-
TrialMinutes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
7
|
-
})(TrialMinutes || (TrialMinutes = {}));
|
|
8
4
|
export var DevicePlatform;
|
|
9
5
|
(function (DevicePlatform) {
|
|
10
6
|
DevicePlatform["ANDROID"] = "ANDROID";
|
|
11
7
|
DevicePlatform["IOS"] = "IOS";
|
|
12
8
|
})(DevicePlatform || (DevicePlatform = {}));
|
|
13
|
-
export var AccountSettings;
|
|
14
|
-
(function (AccountSettings) {
|
|
15
|
-
AccountSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
16
|
-
})(AccountSettings || (AccountSettings = {}));
|
|
17
9
|
var ArgumentException = (function (_super) {
|
|
18
10
|
__extends(ArgumentException, _super);
|
|
19
11
|
function ArgumentException(opts) {
|
|
@@ -57,10 +49,6 @@ export var ArtifactType;
|
|
|
57
49
|
ArtifactType["WEBKIT_LOG"] = "WEBKIT_LOG";
|
|
58
50
|
ArtifactType["XCTEST_LOG"] = "XCTEST_LOG";
|
|
59
51
|
})(ArtifactType || (ArtifactType = {}));
|
|
60
|
-
export var Artifact;
|
|
61
|
-
(function (Artifact) {
|
|
62
|
-
Artifact.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
63
|
-
})(Artifact || (Artifact = {}));
|
|
64
52
|
export var ArtifactCategory;
|
|
65
53
|
(function (ArtifactCategory) {
|
|
66
54
|
ArtifactCategory["FILE"] = "FILE";
|
|
@@ -84,14 +72,6 @@ var CannotDeleteException = (function (_super) {
|
|
|
84
72
|
return CannotDeleteException;
|
|
85
73
|
}(__BaseException));
|
|
86
74
|
export { CannotDeleteException };
|
|
87
|
-
export var Counters;
|
|
88
|
-
(function (Counters) {
|
|
89
|
-
Counters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
|
-
})(Counters || (Counters = {}));
|
|
91
|
-
export var CPU;
|
|
92
|
-
(function (CPU) {
|
|
93
|
-
CPU.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
|
-
})(CPU || (CPU = {}));
|
|
95
75
|
export var DeviceAttribute;
|
|
96
76
|
(function (DeviceAttribute) {
|
|
97
77
|
DeviceAttribute["APPIUM_VERSION"] = "APPIUM_VERSION";
|
|
@@ -119,27 +99,11 @@ export var RuleOperator;
|
|
|
119
99
|
RuleOperator["LESS_THAN_OR_EQUALS"] = "LESS_THAN_OR_EQUALS";
|
|
120
100
|
RuleOperator["NOT_IN"] = "NOT_IN";
|
|
121
101
|
})(RuleOperator || (RuleOperator = {}));
|
|
122
|
-
export var Rule;
|
|
123
|
-
(function (Rule) {
|
|
124
|
-
Rule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
125
|
-
})(Rule || (Rule = {}));
|
|
126
|
-
export var CreateDevicePoolRequest;
|
|
127
|
-
(function (CreateDevicePoolRequest) {
|
|
128
|
-
CreateDevicePoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
-
})(CreateDevicePoolRequest || (CreateDevicePoolRequest = {}));
|
|
130
102
|
export var DevicePoolType;
|
|
131
103
|
(function (DevicePoolType) {
|
|
132
104
|
DevicePoolType["CURATED"] = "CURATED";
|
|
133
105
|
DevicePoolType["PRIVATE"] = "PRIVATE";
|
|
134
106
|
})(DevicePoolType || (DevicePoolType = {}));
|
|
135
|
-
export var DevicePool;
|
|
136
|
-
(function (DevicePool) {
|
|
137
|
-
DevicePool.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
138
|
-
})(DevicePool || (DevicePool = {}));
|
|
139
|
-
export var CreateDevicePoolResult;
|
|
140
|
-
(function (CreateDevicePoolResult) {
|
|
141
|
-
CreateDevicePoolResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
142
|
-
})(CreateDevicePoolResult || (CreateDevicePoolResult = {}));
|
|
143
107
|
var LimitExceededException = (function (_super) {
|
|
144
108
|
__extends(LimitExceededException, _super);
|
|
145
109
|
function LimitExceededException(opts) {
|
|
@@ -176,47 +140,11 @@ var ServiceAccountException = (function (_super) {
|
|
|
176
140
|
return ServiceAccountException;
|
|
177
141
|
}(__BaseException));
|
|
178
142
|
export { ServiceAccountException };
|
|
179
|
-
export var CreateInstanceProfileRequest;
|
|
180
|
-
(function (CreateInstanceProfileRequest) {
|
|
181
|
-
CreateInstanceProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
-
})(CreateInstanceProfileRequest || (CreateInstanceProfileRequest = {}));
|
|
183
|
-
export var InstanceProfile;
|
|
184
|
-
(function (InstanceProfile) {
|
|
185
|
-
InstanceProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
-
})(InstanceProfile || (InstanceProfile = {}));
|
|
187
|
-
export var CreateInstanceProfileResult;
|
|
188
|
-
(function (CreateInstanceProfileResult) {
|
|
189
|
-
CreateInstanceProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
-
})(CreateInstanceProfileResult || (CreateInstanceProfileResult = {}));
|
|
191
143
|
export var NetworkProfileType;
|
|
192
144
|
(function (NetworkProfileType) {
|
|
193
145
|
NetworkProfileType["CURATED"] = "CURATED";
|
|
194
146
|
NetworkProfileType["PRIVATE"] = "PRIVATE";
|
|
195
147
|
})(NetworkProfileType || (NetworkProfileType = {}));
|
|
196
|
-
export var CreateNetworkProfileRequest;
|
|
197
|
-
(function (CreateNetworkProfileRequest) {
|
|
198
|
-
CreateNetworkProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
-
})(CreateNetworkProfileRequest || (CreateNetworkProfileRequest = {}));
|
|
200
|
-
export var NetworkProfile;
|
|
201
|
-
(function (NetworkProfile) {
|
|
202
|
-
NetworkProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
-
})(NetworkProfile || (NetworkProfile = {}));
|
|
204
|
-
export var CreateNetworkProfileResult;
|
|
205
|
-
(function (CreateNetworkProfileResult) {
|
|
206
|
-
CreateNetworkProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
-
})(CreateNetworkProfileResult || (CreateNetworkProfileResult = {}));
|
|
208
|
-
export var CreateProjectRequest;
|
|
209
|
-
(function (CreateProjectRequest) {
|
|
210
|
-
CreateProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
-
})(CreateProjectRequest || (CreateProjectRequest = {}));
|
|
212
|
-
export var Project;
|
|
213
|
-
(function (Project) {
|
|
214
|
-
Project.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
-
})(Project || (Project = {}));
|
|
216
|
-
export var CreateProjectResult;
|
|
217
|
-
(function (CreateProjectResult) {
|
|
218
|
-
CreateProjectResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
-
})(CreateProjectResult || (CreateProjectResult = {}));
|
|
220
148
|
var TagOperationException = (function (_super) {
|
|
221
149
|
__extends(TagOperationException, _super);
|
|
222
150
|
function TagOperationException(opts) {
|
|
@@ -230,20 +158,12 @@ var TagOperationException = (function (_super) {
|
|
|
230
158
|
return TagOperationException;
|
|
231
159
|
}(__BaseException));
|
|
232
160
|
export { TagOperationException };
|
|
233
|
-
export var CreateRemoteAccessSessionConfiguration;
|
|
234
|
-
(function (CreateRemoteAccessSessionConfiguration) {
|
|
235
|
-
CreateRemoteAccessSessionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
-
})(CreateRemoteAccessSessionConfiguration || (CreateRemoteAccessSessionConfiguration = {}));
|
|
237
161
|
export var InteractionMode;
|
|
238
162
|
(function (InteractionMode) {
|
|
239
163
|
InteractionMode["INTERACTIVE"] = "INTERACTIVE";
|
|
240
164
|
InteractionMode["NO_VIDEO"] = "NO_VIDEO";
|
|
241
165
|
InteractionMode["VIDEO_ONLY"] = "VIDEO_ONLY";
|
|
242
166
|
})(InteractionMode || (InteractionMode = {}));
|
|
243
|
-
export var CreateRemoteAccessSessionRequest;
|
|
244
|
-
(function (CreateRemoteAccessSessionRequest) {
|
|
245
|
-
CreateRemoteAccessSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
-
})(CreateRemoteAccessSessionRequest || (CreateRemoteAccessSessionRequest = {}));
|
|
247
167
|
export var DeviceAvailability;
|
|
248
168
|
(function (DeviceAvailability) {
|
|
249
169
|
DeviceAvailability["AVAILABLE"] = "AVAILABLE";
|
|
@@ -263,22 +183,6 @@ export var InstanceStatus;
|
|
|
263
183
|
InstanceStatus["NOT_AVAILABLE"] = "NOT_AVAILABLE";
|
|
264
184
|
InstanceStatus["PREPARING"] = "PREPARING";
|
|
265
185
|
})(InstanceStatus || (InstanceStatus = {}));
|
|
266
|
-
export var DeviceInstance;
|
|
267
|
-
(function (DeviceInstance) {
|
|
268
|
-
DeviceInstance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
-
})(DeviceInstance || (DeviceInstance = {}));
|
|
270
|
-
export var Resolution;
|
|
271
|
-
(function (Resolution) {
|
|
272
|
-
Resolution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
-
})(Resolution || (Resolution = {}));
|
|
274
|
-
export var Device;
|
|
275
|
-
(function (Device) {
|
|
276
|
-
Device.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
-
})(Device || (Device = {}));
|
|
278
|
-
export var DeviceMinutes;
|
|
279
|
-
(function (DeviceMinutes) {
|
|
280
|
-
DeviceMinutes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
-
})(DeviceMinutes || (DeviceMinutes = {}));
|
|
282
186
|
export var ExecutionResult;
|
|
283
187
|
(function (ExecutionResult) {
|
|
284
188
|
ExecutionResult["ERRORED"] = "ERRORED";
|
|
@@ -301,30 +205,6 @@ export var ExecutionStatus;
|
|
|
301
205
|
ExecutionStatus["SCHEDULING"] = "SCHEDULING";
|
|
302
206
|
ExecutionStatus["STOPPING"] = "STOPPING";
|
|
303
207
|
})(ExecutionStatus || (ExecutionStatus = {}));
|
|
304
|
-
export var RemoteAccessSession;
|
|
305
|
-
(function (RemoteAccessSession) {
|
|
306
|
-
RemoteAccessSession.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
-
})(RemoteAccessSession || (RemoteAccessSession = {}));
|
|
308
|
-
export var CreateRemoteAccessSessionResult;
|
|
309
|
-
(function (CreateRemoteAccessSessionResult) {
|
|
310
|
-
CreateRemoteAccessSessionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
-
})(CreateRemoteAccessSessionResult || (CreateRemoteAccessSessionResult = {}));
|
|
312
|
-
export var TestGridVpcConfig;
|
|
313
|
-
(function (TestGridVpcConfig) {
|
|
314
|
-
TestGridVpcConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
-
})(TestGridVpcConfig || (TestGridVpcConfig = {}));
|
|
316
|
-
export var CreateTestGridProjectRequest;
|
|
317
|
-
(function (CreateTestGridProjectRequest) {
|
|
318
|
-
CreateTestGridProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
-
})(CreateTestGridProjectRequest || (CreateTestGridProjectRequest = {}));
|
|
320
|
-
export var TestGridProject;
|
|
321
|
-
(function (TestGridProject) {
|
|
322
|
-
TestGridProject.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
-
})(TestGridProject || (TestGridProject = {}));
|
|
324
|
-
export var CreateTestGridProjectResult;
|
|
325
|
-
(function (CreateTestGridProjectResult) {
|
|
326
|
-
CreateTestGridProjectResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
-
})(CreateTestGridProjectResult || (CreateTestGridProjectResult = {}));
|
|
328
208
|
var InternalServiceException = (function (_super) {
|
|
329
209
|
__extends(InternalServiceException, _super);
|
|
330
210
|
function InternalServiceException(opts) {
|
|
@@ -337,14 +217,6 @@ var InternalServiceException = (function (_super) {
|
|
|
337
217
|
return InternalServiceException;
|
|
338
218
|
}(__BaseException));
|
|
339
219
|
export { InternalServiceException };
|
|
340
|
-
export var CreateTestGridUrlRequest;
|
|
341
|
-
(function (CreateTestGridUrlRequest) {
|
|
342
|
-
CreateTestGridUrlRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
-
})(CreateTestGridUrlRequest || (CreateTestGridUrlRequest = {}));
|
|
344
|
-
export var CreateTestGridUrlResult;
|
|
345
|
-
(function (CreateTestGridUrlResult) {
|
|
346
|
-
CreateTestGridUrlResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.url && { url: SENSITIVE_STRING }))); };
|
|
347
|
-
})(CreateTestGridUrlResult || (CreateTestGridUrlResult = {}));
|
|
348
220
|
export var UploadType;
|
|
349
221
|
(function (UploadType) {
|
|
350
222
|
UploadType["ANDROID_APP"] = "ANDROID_APP";
|
|
@@ -380,10 +252,6 @@ export var UploadType;
|
|
|
380
252
|
UploadType["XCTEST_UI_TEST_PACKAGE"] = "XCTEST_UI_TEST_PACKAGE";
|
|
381
253
|
UploadType["XCTEST_UI_TEST_SPEC"] = "XCTEST_UI_TEST_SPEC";
|
|
382
254
|
})(UploadType || (UploadType = {}));
|
|
383
|
-
export var CreateUploadRequest;
|
|
384
|
-
(function (CreateUploadRequest) {
|
|
385
|
-
CreateUploadRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
-
})(CreateUploadRequest || (CreateUploadRequest = {}));
|
|
387
255
|
export var UploadCategory;
|
|
388
256
|
(function (UploadCategory) {
|
|
389
257
|
UploadCategory["CURATED"] = "CURATED";
|
|
@@ -396,106 +264,10 @@ export var UploadStatus;
|
|
|
396
264
|
UploadStatus["PROCESSING"] = "PROCESSING";
|
|
397
265
|
UploadStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
398
266
|
})(UploadStatus || (UploadStatus = {}));
|
|
399
|
-
export var Upload;
|
|
400
|
-
(function (Upload) {
|
|
401
|
-
Upload.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.url && { url: SENSITIVE_STRING }))); };
|
|
402
|
-
})(Upload || (Upload = {}));
|
|
403
|
-
export var CreateUploadResult;
|
|
404
|
-
(function (CreateUploadResult) {
|
|
405
|
-
CreateUploadResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.upload && { upload: Upload.filterSensitiveLog(obj.upload) }))); };
|
|
406
|
-
})(CreateUploadResult || (CreateUploadResult = {}));
|
|
407
|
-
export var CreateVPCEConfigurationRequest;
|
|
408
|
-
(function (CreateVPCEConfigurationRequest) {
|
|
409
|
-
CreateVPCEConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
|
-
})(CreateVPCEConfigurationRequest || (CreateVPCEConfigurationRequest = {}));
|
|
411
|
-
export var VPCEConfiguration;
|
|
412
|
-
(function (VPCEConfiguration) {
|
|
413
|
-
VPCEConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
-
})(VPCEConfiguration || (VPCEConfiguration = {}));
|
|
415
|
-
export var CreateVPCEConfigurationResult;
|
|
416
|
-
(function (CreateVPCEConfigurationResult) {
|
|
417
|
-
CreateVPCEConfigurationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
-
})(CreateVPCEConfigurationResult || (CreateVPCEConfigurationResult = {}));
|
|
419
267
|
export var CurrencyCode;
|
|
420
268
|
(function (CurrencyCode) {
|
|
421
269
|
CurrencyCode["USD"] = "USD";
|
|
422
270
|
})(CurrencyCode || (CurrencyCode = {}));
|
|
423
|
-
export var CustomerArtifactPaths;
|
|
424
|
-
(function (CustomerArtifactPaths) {
|
|
425
|
-
CustomerArtifactPaths.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
-
})(CustomerArtifactPaths || (CustomerArtifactPaths = {}));
|
|
427
|
-
export var DeleteDevicePoolRequest;
|
|
428
|
-
(function (DeleteDevicePoolRequest) {
|
|
429
|
-
DeleteDevicePoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
-
})(DeleteDevicePoolRequest || (DeleteDevicePoolRequest = {}));
|
|
431
|
-
export var DeleteDevicePoolResult;
|
|
432
|
-
(function (DeleteDevicePoolResult) {
|
|
433
|
-
DeleteDevicePoolResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
-
})(DeleteDevicePoolResult || (DeleteDevicePoolResult = {}));
|
|
435
|
-
export var DeleteInstanceProfileRequest;
|
|
436
|
-
(function (DeleteInstanceProfileRequest) {
|
|
437
|
-
DeleteInstanceProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
-
})(DeleteInstanceProfileRequest || (DeleteInstanceProfileRequest = {}));
|
|
439
|
-
export var DeleteInstanceProfileResult;
|
|
440
|
-
(function (DeleteInstanceProfileResult) {
|
|
441
|
-
DeleteInstanceProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
-
})(DeleteInstanceProfileResult || (DeleteInstanceProfileResult = {}));
|
|
443
|
-
export var DeleteNetworkProfileRequest;
|
|
444
|
-
(function (DeleteNetworkProfileRequest) {
|
|
445
|
-
DeleteNetworkProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
-
})(DeleteNetworkProfileRequest || (DeleteNetworkProfileRequest = {}));
|
|
447
|
-
export var DeleteNetworkProfileResult;
|
|
448
|
-
(function (DeleteNetworkProfileResult) {
|
|
449
|
-
DeleteNetworkProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
-
})(DeleteNetworkProfileResult || (DeleteNetworkProfileResult = {}));
|
|
451
|
-
export var DeleteProjectRequest;
|
|
452
|
-
(function (DeleteProjectRequest) {
|
|
453
|
-
DeleteProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
-
})(DeleteProjectRequest || (DeleteProjectRequest = {}));
|
|
455
|
-
export var DeleteProjectResult;
|
|
456
|
-
(function (DeleteProjectResult) {
|
|
457
|
-
DeleteProjectResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
-
})(DeleteProjectResult || (DeleteProjectResult = {}));
|
|
459
|
-
export var DeleteRemoteAccessSessionRequest;
|
|
460
|
-
(function (DeleteRemoteAccessSessionRequest) {
|
|
461
|
-
DeleteRemoteAccessSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
-
})(DeleteRemoteAccessSessionRequest || (DeleteRemoteAccessSessionRequest = {}));
|
|
463
|
-
export var DeleteRemoteAccessSessionResult;
|
|
464
|
-
(function (DeleteRemoteAccessSessionResult) {
|
|
465
|
-
DeleteRemoteAccessSessionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
-
})(DeleteRemoteAccessSessionResult || (DeleteRemoteAccessSessionResult = {}));
|
|
467
|
-
export var DeleteRunRequest;
|
|
468
|
-
(function (DeleteRunRequest) {
|
|
469
|
-
DeleteRunRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
-
})(DeleteRunRequest || (DeleteRunRequest = {}));
|
|
471
|
-
export var DeleteRunResult;
|
|
472
|
-
(function (DeleteRunResult) {
|
|
473
|
-
DeleteRunResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
-
})(DeleteRunResult || (DeleteRunResult = {}));
|
|
475
|
-
export var DeleteTestGridProjectRequest;
|
|
476
|
-
(function (DeleteTestGridProjectRequest) {
|
|
477
|
-
DeleteTestGridProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
-
})(DeleteTestGridProjectRequest || (DeleteTestGridProjectRequest = {}));
|
|
479
|
-
export var DeleteTestGridProjectResult;
|
|
480
|
-
(function (DeleteTestGridProjectResult) {
|
|
481
|
-
DeleteTestGridProjectResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
-
})(DeleteTestGridProjectResult || (DeleteTestGridProjectResult = {}));
|
|
483
|
-
export var DeleteUploadRequest;
|
|
484
|
-
(function (DeleteUploadRequest) {
|
|
485
|
-
DeleteUploadRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
-
})(DeleteUploadRequest || (DeleteUploadRequest = {}));
|
|
487
|
-
export var DeleteUploadResult;
|
|
488
|
-
(function (DeleteUploadResult) {
|
|
489
|
-
DeleteUploadResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
-
})(DeleteUploadResult || (DeleteUploadResult = {}));
|
|
491
|
-
export var DeleteVPCEConfigurationRequest;
|
|
492
|
-
(function (DeleteVPCEConfigurationRequest) {
|
|
493
|
-
DeleteVPCEConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
-
})(DeleteVPCEConfigurationRequest || (DeleteVPCEConfigurationRequest = {}));
|
|
495
|
-
export var DeleteVPCEConfigurationResult;
|
|
496
|
-
(function (DeleteVPCEConfigurationResult) {
|
|
497
|
-
DeleteVPCEConfigurationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
-
})(DeleteVPCEConfigurationResult || (DeleteVPCEConfigurationResult = {}));
|
|
499
271
|
var InvalidOperationException = (function (_super) {
|
|
500
272
|
__extends(InvalidOperationException, _super);
|
|
501
273
|
function InvalidOperationException(opts) {
|
|
@@ -508,50 +280,6 @@ var InvalidOperationException = (function (_super) {
|
|
|
508
280
|
return InvalidOperationException;
|
|
509
281
|
}(__BaseException));
|
|
510
282
|
export { InvalidOperationException };
|
|
511
|
-
export var GetAccountSettingsRequest;
|
|
512
|
-
(function (GetAccountSettingsRequest) {
|
|
513
|
-
GetAccountSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
-
})(GetAccountSettingsRequest || (GetAccountSettingsRequest = {}));
|
|
515
|
-
export var GetAccountSettingsResult;
|
|
516
|
-
(function (GetAccountSettingsResult) {
|
|
517
|
-
GetAccountSettingsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
-
})(GetAccountSettingsResult || (GetAccountSettingsResult = {}));
|
|
519
|
-
export var GetDeviceRequest;
|
|
520
|
-
(function (GetDeviceRequest) {
|
|
521
|
-
GetDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
-
})(GetDeviceRequest || (GetDeviceRequest = {}));
|
|
523
|
-
export var GetDeviceResult;
|
|
524
|
-
(function (GetDeviceResult) {
|
|
525
|
-
GetDeviceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
-
})(GetDeviceResult || (GetDeviceResult = {}));
|
|
527
|
-
export var GetDeviceInstanceRequest;
|
|
528
|
-
(function (GetDeviceInstanceRequest) {
|
|
529
|
-
GetDeviceInstanceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
-
})(GetDeviceInstanceRequest || (GetDeviceInstanceRequest = {}));
|
|
531
|
-
export var GetDeviceInstanceResult;
|
|
532
|
-
(function (GetDeviceInstanceResult) {
|
|
533
|
-
GetDeviceInstanceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
-
})(GetDeviceInstanceResult || (GetDeviceInstanceResult = {}));
|
|
535
|
-
export var GetDevicePoolRequest;
|
|
536
|
-
(function (GetDevicePoolRequest) {
|
|
537
|
-
GetDevicePoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
-
})(GetDevicePoolRequest || (GetDevicePoolRequest = {}));
|
|
539
|
-
export var GetDevicePoolResult;
|
|
540
|
-
(function (GetDevicePoolResult) {
|
|
541
|
-
GetDevicePoolResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
-
})(GetDevicePoolResult || (GetDevicePoolResult = {}));
|
|
543
|
-
export var Location;
|
|
544
|
-
(function (Location) {
|
|
545
|
-
Location.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
-
})(Location || (Location = {}));
|
|
547
|
-
export var Radios;
|
|
548
|
-
(function (Radios) {
|
|
549
|
-
Radios.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
-
})(Radios || (Radios = {}));
|
|
551
|
-
export var ScheduleRunConfiguration;
|
|
552
|
-
(function (ScheduleRunConfiguration) {
|
|
553
|
-
ScheduleRunConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
-
})(ScheduleRunConfiguration || (ScheduleRunConfiguration = {}));
|
|
555
283
|
export var TestType;
|
|
556
284
|
(function (TestType) {
|
|
557
285
|
TestType["APPIUM_JAVA_JUNIT"] = "APPIUM_JAVA_JUNIT";
|
|
@@ -576,92 +304,20 @@ export var TestType;
|
|
|
576
304
|
TestType["XCTEST"] = "XCTEST";
|
|
577
305
|
TestType["XCTEST_UI"] = "XCTEST_UI";
|
|
578
306
|
})(TestType || (TestType = {}));
|
|
579
|
-
export var ScheduleRunTest;
|
|
580
|
-
(function (ScheduleRunTest) {
|
|
581
|
-
ScheduleRunTest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
-
})(ScheduleRunTest || (ScheduleRunTest = {}));
|
|
583
|
-
export var GetDevicePoolCompatibilityRequest;
|
|
584
|
-
(function (GetDevicePoolCompatibilityRequest) {
|
|
585
|
-
GetDevicePoolCompatibilityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
-
})(GetDevicePoolCompatibilityRequest || (GetDevicePoolCompatibilityRequest = {}));
|
|
587
|
-
export var IncompatibilityMessage;
|
|
588
|
-
(function (IncompatibilityMessage) {
|
|
589
|
-
IncompatibilityMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
-
})(IncompatibilityMessage || (IncompatibilityMessage = {}));
|
|
591
|
-
export var DevicePoolCompatibilityResult;
|
|
592
|
-
(function (DevicePoolCompatibilityResult) {
|
|
593
|
-
DevicePoolCompatibilityResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
-
})(DevicePoolCompatibilityResult || (DevicePoolCompatibilityResult = {}));
|
|
595
|
-
export var GetDevicePoolCompatibilityResult;
|
|
596
|
-
(function (GetDevicePoolCompatibilityResult) {
|
|
597
|
-
GetDevicePoolCompatibilityResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
-
})(GetDevicePoolCompatibilityResult || (GetDevicePoolCompatibilityResult = {}));
|
|
599
|
-
export var GetInstanceProfileRequest;
|
|
600
|
-
(function (GetInstanceProfileRequest) {
|
|
601
|
-
GetInstanceProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
-
})(GetInstanceProfileRequest || (GetInstanceProfileRequest = {}));
|
|
603
|
-
export var GetInstanceProfileResult;
|
|
604
|
-
(function (GetInstanceProfileResult) {
|
|
605
|
-
GetInstanceProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
-
})(GetInstanceProfileResult || (GetInstanceProfileResult = {}));
|
|
607
|
-
export var GetJobRequest;
|
|
608
|
-
(function (GetJobRequest) {
|
|
609
|
-
GetJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
-
})(GetJobRequest || (GetJobRequest = {}));
|
|
611
|
-
export var Job;
|
|
612
|
-
(function (Job) {
|
|
613
|
-
Job.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
-
})(Job || (Job = {}));
|
|
615
|
-
export var GetJobResult;
|
|
616
|
-
(function (GetJobResult) {
|
|
617
|
-
GetJobResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
-
})(GetJobResult || (GetJobResult = {}));
|
|
619
|
-
export var GetNetworkProfileRequest;
|
|
620
|
-
(function (GetNetworkProfileRequest) {
|
|
621
|
-
GetNetworkProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
-
})(GetNetworkProfileRequest || (GetNetworkProfileRequest = {}));
|
|
623
|
-
export var GetNetworkProfileResult;
|
|
624
|
-
(function (GetNetworkProfileResult) {
|
|
625
|
-
GetNetworkProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
-
})(GetNetworkProfileResult || (GetNetworkProfileResult = {}));
|
|
627
|
-
export var GetOfferingStatusRequest;
|
|
628
|
-
(function (GetOfferingStatusRequest) {
|
|
629
|
-
GetOfferingStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
-
})(GetOfferingStatusRequest || (GetOfferingStatusRequest = {}));
|
|
631
|
-
export var MonetaryAmount;
|
|
632
|
-
(function (MonetaryAmount) {
|
|
633
|
-
MonetaryAmount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
-
})(MonetaryAmount || (MonetaryAmount = {}));
|
|
635
307
|
export var RecurringChargeFrequency;
|
|
636
308
|
(function (RecurringChargeFrequency) {
|
|
637
309
|
RecurringChargeFrequency["MONTHLY"] = "MONTHLY";
|
|
638
310
|
})(RecurringChargeFrequency || (RecurringChargeFrequency = {}));
|
|
639
|
-
export var RecurringCharge;
|
|
640
|
-
(function (RecurringCharge) {
|
|
641
|
-
RecurringCharge.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
-
})(RecurringCharge || (RecurringCharge = {}));
|
|
643
311
|
export var OfferingType;
|
|
644
312
|
(function (OfferingType) {
|
|
645
313
|
OfferingType["RECURRING"] = "RECURRING";
|
|
646
314
|
})(OfferingType || (OfferingType = {}));
|
|
647
|
-
export var Offering;
|
|
648
|
-
(function (Offering) {
|
|
649
|
-
Offering.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
-
})(Offering || (Offering = {}));
|
|
651
315
|
export var OfferingTransactionType;
|
|
652
316
|
(function (OfferingTransactionType) {
|
|
653
317
|
OfferingTransactionType["PURCHASE"] = "PURCHASE";
|
|
654
318
|
OfferingTransactionType["RENEW"] = "RENEW";
|
|
655
319
|
OfferingTransactionType["SYSTEM"] = "SYSTEM";
|
|
656
320
|
})(OfferingTransactionType || (OfferingTransactionType = {}));
|
|
657
|
-
export var OfferingStatus;
|
|
658
|
-
(function (OfferingStatus) {
|
|
659
|
-
OfferingStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
-
})(OfferingStatus || (OfferingStatus = {}));
|
|
661
|
-
export var GetOfferingStatusResult;
|
|
662
|
-
(function (GetOfferingStatusResult) {
|
|
663
|
-
GetOfferingStatusResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
|
-
})(GetOfferingStatusResult || (GetOfferingStatusResult = {}));
|
|
665
321
|
var NotEligibleException = (function (_super) {
|
|
666
322
|
__extends(NotEligibleException, _super);
|
|
667
323
|
function NotEligibleException(opts) {
|
|
@@ -674,26 +330,6 @@ var NotEligibleException = (function (_super) {
|
|
|
674
330
|
return NotEligibleException;
|
|
675
331
|
}(__BaseException));
|
|
676
332
|
export { NotEligibleException };
|
|
677
|
-
export var GetProjectRequest;
|
|
678
|
-
(function (GetProjectRequest) {
|
|
679
|
-
GetProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
|
-
})(GetProjectRequest || (GetProjectRequest = {}));
|
|
681
|
-
export var GetProjectResult;
|
|
682
|
-
(function (GetProjectResult) {
|
|
683
|
-
GetProjectResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
-
})(GetProjectResult || (GetProjectResult = {}));
|
|
685
|
-
export var GetRemoteAccessSessionRequest;
|
|
686
|
-
(function (GetRemoteAccessSessionRequest) {
|
|
687
|
-
GetRemoteAccessSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
|
-
})(GetRemoteAccessSessionRequest || (GetRemoteAccessSessionRequest = {}));
|
|
689
|
-
export var GetRemoteAccessSessionResult;
|
|
690
|
-
(function (GetRemoteAccessSessionResult) {
|
|
691
|
-
GetRemoteAccessSessionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
692
|
-
})(GetRemoteAccessSessionResult || (GetRemoteAccessSessionResult = {}));
|
|
693
|
-
export var GetRunRequest;
|
|
694
|
-
(function (GetRunRequest) {
|
|
695
|
-
GetRunRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
696
|
-
})(GetRunRequest || (GetRunRequest = {}));
|
|
697
333
|
export var DeviceFilterAttribute;
|
|
698
334
|
(function (DeviceFilterAttribute) {
|
|
699
335
|
DeviceFilterAttribute["ARN"] = "ARN";
|
|
@@ -709,217 +345,17 @@ export var DeviceFilterAttribute;
|
|
|
709
345
|
DeviceFilterAttribute["REMOTE_ACCESS_ENABLED"] = "REMOTE_ACCESS_ENABLED";
|
|
710
346
|
DeviceFilterAttribute["REMOTE_DEBUG_ENABLED"] = "REMOTE_DEBUG_ENABLED";
|
|
711
347
|
})(DeviceFilterAttribute || (DeviceFilterAttribute = {}));
|
|
712
|
-
export var DeviceFilter;
|
|
713
|
-
(function (DeviceFilter) {
|
|
714
|
-
DeviceFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
-
})(DeviceFilter || (DeviceFilter = {}));
|
|
716
|
-
export var DeviceSelectionResult;
|
|
717
|
-
(function (DeviceSelectionResult) {
|
|
718
|
-
DeviceSelectionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
-
})(DeviceSelectionResult || (DeviceSelectionResult = {}));
|
|
720
348
|
export var ExecutionResultCode;
|
|
721
349
|
(function (ExecutionResultCode) {
|
|
722
350
|
ExecutionResultCode["PARSING_FAILED"] = "PARSING_FAILED";
|
|
723
351
|
ExecutionResultCode["VPC_ENDPOINT_SETUP_FAILED"] = "VPC_ENDPOINT_SETUP_FAILED";
|
|
724
352
|
})(ExecutionResultCode || (ExecutionResultCode = {}));
|
|
725
|
-
export var Run;
|
|
726
|
-
(function (Run) {
|
|
727
|
-
Run.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
-
})(Run || (Run = {}));
|
|
729
|
-
export var GetRunResult;
|
|
730
|
-
(function (GetRunResult) {
|
|
731
|
-
GetRunResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
732
|
-
})(GetRunResult || (GetRunResult = {}));
|
|
733
|
-
export var GetSuiteRequest;
|
|
734
|
-
(function (GetSuiteRequest) {
|
|
735
|
-
GetSuiteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
-
})(GetSuiteRequest || (GetSuiteRequest = {}));
|
|
737
|
-
export var Suite;
|
|
738
|
-
(function (Suite) {
|
|
739
|
-
Suite.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
|
-
})(Suite || (Suite = {}));
|
|
741
|
-
export var GetSuiteResult;
|
|
742
|
-
(function (GetSuiteResult) {
|
|
743
|
-
GetSuiteResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
-
})(GetSuiteResult || (GetSuiteResult = {}));
|
|
745
|
-
export var GetTestRequest;
|
|
746
|
-
(function (GetTestRequest) {
|
|
747
|
-
GetTestRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
|
-
})(GetTestRequest || (GetTestRequest = {}));
|
|
749
|
-
export var Test;
|
|
750
|
-
(function (Test) {
|
|
751
|
-
Test.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
752
|
-
})(Test || (Test = {}));
|
|
753
|
-
export var GetTestResult;
|
|
754
|
-
(function (GetTestResult) {
|
|
755
|
-
GetTestResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
756
|
-
})(GetTestResult || (GetTestResult = {}));
|
|
757
|
-
export var GetTestGridProjectRequest;
|
|
758
|
-
(function (GetTestGridProjectRequest) {
|
|
759
|
-
GetTestGridProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
760
|
-
})(GetTestGridProjectRequest || (GetTestGridProjectRequest = {}));
|
|
761
|
-
export var GetTestGridProjectResult;
|
|
762
|
-
(function (GetTestGridProjectResult) {
|
|
763
|
-
GetTestGridProjectResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
764
|
-
})(GetTestGridProjectResult || (GetTestGridProjectResult = {}));
|
|
765
|
-
export var GetTestGridSessionRequest;
|
|
766
|
-
(function (GetTestGridSessionRequest) {
|
|
767
|
-
GetTestGridSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
|
-
})(GetTestGridSessionRequest || (GetTestGridSessionRequest = {}));
|
|
769
353
|
export var TestGridSessionStatus;
|
|
770
354
|
(function (TestGridSessionStatus) {
|
|
771
355
|
TestGridSessionStatus["ACTIVE"] = "ACTIVE";
|
|
772
356
|
TestGridSessionStatus["CLOSED"] = "CLOSED";
|
|
773
357
|
TestGridSessionStatus["ERRORED"] = "ERRORED";
|
|
774
358
|
})(TestGridSessionStatus || (TestGridSessionStatus = {}));
|
|
775
|
-
export var TestGridSession;
|
|
776
|
-
(function (TestGridSession) {
|
|
777
|
-
TestGridSession.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
|
-
})(TestGridSession || (TestGridSession = {}));
|
|
779
|
-
export var GetTestGridSessionResult;
|
|
780
|
-
(function (GetTestGridSessionResult) {
|
|
781
|
-
GetTestGridSessionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
|
-
})(GetTestGridSessionResult || (GetTestGridSessionResult = {}));
|
|
783
|
-
export var GetUploadRequest;
|
|
784
|
-
(function (GetUploadRequest) {
|
|
785
|
-
GetUploadRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
786
|
-
})(GetUploadRequest || (GetUploadRequest = {}));
|
|
787
|
-
export var GetUploadResult;
|
|
788
|
-
(function (GetUploadResult) {
|
|
789
|
-
GetUploadResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.upload && { upload: Upload.filterSensitiveLog(obj.upload) }))); };
|
|
790
|
-
})(GetUploadResult || (GetUploadResult = {}));
|
|
791
|
-
export var GetVPCEConfigurationRequest;
|
|
792
|
-
(function (GetVPCEConfigurationRequest) {
|
|
793
|
-
GetVPCEConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
|
-
})(GetVPCEConfigurationRequest || (GetVPCEConfigurationRequest = {}));
|
|
795
|
-
export var GetVPCEConfigurationResult;
|
|
796
|
-
(function (GetVPCEConfigurationResult) {
|
|
797
|
-
GetVPCEConfigurationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
798
|
-
})(GetVPCEConfigurationResult || (GetVPCEConfigurationResult = {}));
|
|
799
|
-
export var InstallToRemoteAccessSessionRequest;
|
|
800
|
-
(function (InstallToRemoteAccessSessionRequest) {
|
|
801
|
-
InstallToRemoteAccessSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
802
|
-
})(InstallToRemoteAccessSessionRequest || (InstallToRemoteAccessSessionRequest = {}));
|
|
803
|
-
export var InstallToRemoteAccessSessionResult;
|
|
804
|
-
(function (InstallToRemoteAccessSessionResult) {
|
|
805
|
-
InstallToRemoteAccessSessionResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.appUpload && { appUpload: Upload.filterSensitiveLog(obj.appUpload) }))); };
|
|
806
|
-
})(InstallToRemoteAccessSessionResult || (InstallToRemoteAccessSessionResult = {}));
|
|
807
|
-
export var ListArtifactsRequest;
|
|
808
|
-
(function (ListArtifactsRequest) {
|
|
809
|
-
ListArtifactsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
|
-
})(ListArtifactsRequest || (ListArtifactsRequest = {}));
|
|
811
|
-
export var ListArtifactsResult;
|
|
812
|
-
(function (ListArtifactsResult) {
|
|
813
|
-
ListArtifactsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
814
|
-
})(ListArtifactsResult || (ListArtifactsResult = {}));
|
|
815
|
-
export var ListDeviceInstancesRequest;
|
|
816
|
-
(function (ListDeviceInstancesRequest) {
|
|
817
|
-
ListDeviceInstancesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
|
-
})(ListDeviceInstancesRequest || (ListDeviceInstancesRequest = {}));
|
|
819
|
-
export var ListDeviceInstancesResult;
|
|
820
|
-
(function (ListDeviceInstancesResult) {
|
|
821
|
-
ListDeviceInstancesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
-
})(ListDeviceInstancesResult || (ListDeviceInstancesResult = {}));
|
|
823
|
-
export var ListDevicePoolsRequest;
|
|
824
|
-
(function (ListDevicePoolsRequest) {
|
|
825
|
-
ListDevicePoolsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
|
-
})(ListDevicePoolsRequest || (ListDevicePoolsRequest = {}));
|
|
827
|
-
export var ListDevicePoolsResult;
|
|
828
|
-
(function (ListDevicePoolsResult) {
|
|
829
|
-
ListDevicePoolsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
830
|
-
})(ListDevicePoolsResult || (ListDevicePoolsResult = {}));
|
|
831
|
-
export var ListDevicesRequest;
|
|
832
|
-
(function (ListDevicesRequest) {
|
|
833
|
-
ListDevicesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
-
})(ListDevicesRequest || (ListDevicesRequest = {}));
|
|
835
|
-
export var ListDevicesResult;
|
|
836
|
-
(function (ListDevicesResult) {
|
|
837
|
-
ListDevicesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
-
})(ListDevicesResult || (ListDevicesResult = {}));
|
|
839
|
-
export var ListInstanceProfilesRequest;
|
|
840
|
-
(function (ListInstanceProfilesRequest) {
|
|
841
|
-
ListInstanceProfilesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
|
-
})(ListInstanceProfilesRequest || (ListInstanceProfilesRequest = {}));
|
|
843
|
-
export var ListInstanceProfilesResult;
|
|
844
|
-
(function (ListInstanceProfilesResult) {
|
|
845
|
-
ListInstanceProfilesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
-
})(ListInstanceProfilesResult || (ListInstanceProfilesResult = {}));
|
|
847
|
-
export var ListJobsRequest;
|
|
848
|
-
(function (ListJobsRequest) {
|
|
849
|
-
ListJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
-
})(ListJobsRequest || (ListJobsRequest = {}));
|
|
851
|
-
export var ListJobsResult;
|
|
852
|
-
(function (ListJobsResult) {
|
|
853
|
-
ListJobsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
|
-
})(ListJobsResult || (ListJobsResult = {}));
|
|
855
|
-
export var ListNetworkProfilesRequest;
|
|
856
|
-
(function (ListNetworkProfilesRequest) {
|
|
857
|
-
ListNetworkProfilesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
858
|
-
})(ListNetworkProfilesRequest || (ListNetworkProfilesRequest = {}));
|
|
859
|
-
export var ListNetworkProfilesResult;
|
|
860
|
-
(function (ListNetworkProfilesResult) {
|
|
861
|
-
ListNetworkProfilesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
-
})(ListNetworkProfilesResult || (ListNetworkProfilesResult = {}));
|
|
863
|
-
export var ListOfferingPromotionsRequest;
|
|
864
|
-
(function (ListOfferingPromotionsRequest) {
|
|
865
|
-
ListOfferingPromotionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
-
})(ListOfferingPromotionsRequest || (ListOfferingPromotionsRequest = {}));
|
|
867
|
-
export var OfferingPromotion;
|
|
868
|
-
(function (OfferingPromotion) {
|
|
869
|
-
OfferingPromotion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
-
})(OfferingPromotion || (OfferingPromotion = {}));
|
|
871
|
-
export var ListOfferingPromotionsResult;
|
|
872
|
-
(function (ListOfferingPromotionsResult) {
|
|
873
|
-
ListOfferingPromotionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
|
-
})(ListOfferingPromotionsResult || (ListOfferingPromotionsResult = {}));
|
|
875
|
-
export var ListOfferingsRequest;
|
|
876
|
-
(function (ListOfferingsRequest) {
|
|
877
|
-
ListOfferingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
878
|
-
})(ListOfferingsRequest || (ListOfferingsRequest = {}));
|
|
879
|
-
export var ListOfferingsResult;
|
|
880
|
-
(function (ListOfferingsResult) {
|
|
881
|
-
ListOfferingsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
|
-
})(ListOfferingsResult || (ListOfferingsResult = {}));
|
|
883
|
-
export var ListOfferingTransactionsRequest;
|
|
884
|
-
(function (ListOfferingTransactionsRequest) {
|
|
885
|
-
ListOfferingTransactionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
886
|
-
})(ListOfferingTransactionsRequest || (ListOfferingTransactionsRequest = {}));
|
|
887
|
-
export var OfferingTransaction;
|
|
888
|
-
(function (OfferingTransaction) {
|
|
889
|
-
OfferingTransaction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
890
|
-
})(OfferingTransaction || (OfferingTransaction = {}));
|
|
891
|
-
export var ListOfferingTransactionsResult;
|
|
892
|
-
(function (ListOfferingTransactionsResult) {
|
|
893
|
-
ListOfferingTransactionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
894
|
-
})(ListOfferingTransactionsResult || (ListOfferingTransactionsResult = {}));
|
|
895
|
-
export var ListProjectsRequest;
|
|
896
|
-
(function (ListProjectsRequest) {
|
|
897
|
-
ListProjectsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
898
|
-
})(ListProjectsRequest || (ListProjectsRequest = {}));
|
|
899
|
-
export var ListProjectsResult;
|
|
900
|
-
(function (ListProjectsResult) {
|
|
901
|
-
ListProjectsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
902
|
-
})(ListProjectsResult || (ListProjectsResult = {}));
|
|
903
|
-
export var ListRemoteAccessSessionsRequest;
|
|
904
|
-
(function (ListRemoteAccessSessionsRequest) {
|
|
905
|
-
ListRemoteAccessSessionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
906
|
-
})(ListRemoteAccessSessionsRequest || (ListRemoteAccessSessionsRequest = {}));
|
|
907
|
-
export var ListRemoteAccessSessionsResult;
|
|
908
|
-
(function (ListRemoteAccessSessionsResult) {
|
|
909
|
-
ListRemoteAccessSessionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
910
|
-
})(ListRemoteAccessSessionsResult || (ListRemoteAccessSessionsResult = {}));
|
|
911
|
-
export var ListRunsRequest;
|
|
912
|
-
(function (ListRunsRequest) {
|
|
913
|
-
ListRunsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
914
|
-
})(ListRunsRequest || (ListRunsRequest = {}));
|
|
915
|
-
export var ListRunsResult;
|
|
916
|
-
(function (ListRunsResult) {
|
|
917
|
-
ListRunsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
|
-
})(ListRunsResult || (ListRunsResult = {}));
|
|
919
|
-
export var ListSamplesRequest;
|
|
920
|
-
(function (ListSamplesRequest) {
|
|
921
|
-
ListSamplesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
922
|
-
})(ListSamplesRequest || (ListSamplesRequest = {}));
|
|
923
359
|
export var SampleType;
|
|
924
360
|
(function (SampleType) {
|
|
925
361
|
SampleType["CPU"] = "CPU";
|
|
@@ -940,145 +376,17 @@ export var SampleType;
|
|
|
940
376
|
SampleType["TX"] = "TX";
|
|
941
377
|
SampleType["TX_RATE"] = "TX_RATE";
|
|
942
378
|
})(SampleType || (SampleType = {}));
|
|
943
|
-
export var Sample;
|
|
944
|
-
(function (Sample) {
|
|
945
|
-
Sample.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
946
|
-
})(Sample || (Sample = {}));
|
|
947
|
-
export var ListSamplesResult;
|
|
948
|
-
(function (ListSamplesResult) {
|
|
949
|
-
ListSamplesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
950
|
-
})(ListSamplesResult || (ListSamplesResult = {}));
|
|
951
|
-
export var ListSuitesRequest;
|
|
952
|
-
(function (ListSuitesRequest) {
|
|
953
|
-
ListSuitesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
954
|
-
})(ListSuitesRequest || (ListSuitesRequest = {}));
|
|
955
|
-
export var ListSuitesResult;
|
|
956
|
-
(function (ListSuitesResult) {
|
|
957
|
-
ListSuitesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
958
|
-
})(ListSuitesResult || (ListSuitesResult = {}));
|
|
959
|
-
export var ListTagsForResourceRequest;
|
|
960
|
-
(function (ListTagsForResourceRequest) {
|
|
961
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
962
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
963
|
-
export var Tag;
|
|
964
|
-
(function (Tag) {
|
|
965
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
966
|
-
})(Tag || (Tag = {}));
|
|
967
|
-
export var ListTagsForResourceResponse;
|
|
968
|
-
(function (ListTagsForResourceResponse) {
|
|
969
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
970
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
971
|
-
export var ListTestGridProjectsRequest;
|
|
972
|
-
(function (ListTestGridProjectsRequest) {
|
|
973
|
-
ListTestGridProjectsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
974
|
-
})(ListTestGridProjectsRequest || (ListTestGridProjectsRequest = {}));
|
|
975
|
-
export var ListTestGridProjectsResult;
|
|
976
|
-
(function (ListTestGridProjectsResult) {
|
|
977
|
-
ListTestGridProjectsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
978
|
-
})(ListTestGridProjectsResult || (ListTestGridProjectsResult = {}));
|
|
979
|
-
export var ListTestGridSessionActionsRequest;
|
|
980
|
-
(function (ListTestGridSessionActionsRequest) {
|
|
981
|
-
ListTestGridSessionActionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
982
|
-
})(ListTestGridSessionActionsRequest || (ListTestGridSessionActionsRequest = {}));
|
|
983
|
-
export var TestGridSessionAction;
|
|
984
|
-
(function (TestGridSessionAction) {
|
|
985
|
-
TestGridSessionAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
986
|
-
})(TestGridSessionAction || (TestGridSessionAction = {}));
|
|
987
|
-
export var ListTestGridSessionActionsResult;
|
|
988
|
-
(function (ListTestGridSessionActionsResult) {
|
|
989
|
-
ListTestGridSessionActionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
990
|
-
})(ListTestGridSessionActionsResult || (ListTestGridSessionActionsResult = {}));
|
|
991
379
|
export var TestGridSessionArtifactCategory;
|
|
992
380
|
(function (TestGridSessionArtifactCategory) {
|
|
993
381
|
TestGridSessionArtifactCategory["LOG"] = "LOG";
|
|
994
382
|
TestGridSessionArtifactCategory["VIDEO"] = "VIDEO";
|
|
995
383
|
})(TestGridSessionArtifactCategory || (TestGridSessionArtifactCategory = {}));
|
|
996
|
-
export var ListTestGridSessionArtifactsRequest;
|
|
997
|
-
(function (ListTestGridSessionArtifactsRequest) {
|
|
998
|
-
ListTestGridSessionArtifactsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
999
|
-
})(ListTestGridSessionArtifactsRequest || (ListTestGridSessionArtifactsRequest = {}));
|
|
1000
384
|
export var TestGridSessionArtifactType;
|
|
1001
385
|
(function (TestGridSessionArtifactType) {
|
|
1002
386
|
TestGridSessionArtifactType["SELENIUM_LOG"] = "SELENIUM_LOG";
|
|
1003
387
|
TestGridSessionArtifactType["UNKNOWN"] = "UNKNOWN";
|
|
1004
388
|
TestGridSessionArtifactType["VIDEO"] = "VIDEO";
|
|
1005
389
|
})(TestGridSessionArtifactType || (TestGridSessionArtifactType = {}));
|
|
1006
|
-
export var TestGridSessionArtifact;
|
|
1007
|
-
(function (TestGridSessionArtifact) {
|
|
1008
|
-
TestGridSessionArtifact.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.url && { url: SENSITIVE_STRING }))); };
|
|
1009
|
-
})(TestGridSessionArtifact || (TestGridSessionArtifact = {}));
|
|
1010
|
-
export var ListTestGridSessionArtifactsResult;
|
|
1011
|
-
(function (ListTestGridSessionArtifactsResult) {
|
|
1012
|
-
ListTestGridSessionArtifactsResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.artifacts && { artifacts: obj.artifacts.map(function (item) { return TestGridSessionArtifact.filterSensitiveLog(item); }) }))); };
|
|
1013
|
-
})(ListTestGridSessionArtifactsResult || (ListTestGridSessionArtifactsResult = {}));
|
|
1014
|
-
export var ListTestGridSessionsRequest;
|
|
1015
|
-
(function (ListTestGridSessionsRequest) {
|
|
1016
|
-
ListTestGridSessionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1017
|
-
})(ListTestGridSessionsRequest || (ListTestGridSessionsRequest = {}));
|
|
1018
|
-
export var ListTestGridSessionsResult;
|
|
1019
|
-
(function (ListTestGridSessionsResult) {
|
|
1020
|
-
ListTestGridSessionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1021
|
-
})(ListTestGridSessionsResult || (ListTestGridSessionsResult = {}));
|
|
1022
|
-
export var ListTestsRequest;
|
|
1023
|
-
(function (ListTestsRequest) {
|
|
1024
|
-
ListTestsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1025
|
-
})(ListTestsRequest || (ListTestsRequest = {}));
|
|
1026
|
-
export var ListTestsResult;
|
|
1027
|
-
(function (ListTestsResult) {
|
|
1028
|
-
ListTestsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1029
|
-
})(ListTestsResult || (ListTestsResult = {}));
|
|
1030
|
-
export var ListUniqueProblemsRequest;
|
|
1031
|
-
(function (ListUniqueProblemsRequest) {
|
|
1032
|
-
ListUniqueProblemsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1033
|
-
})(ListUniqueProblemsRequest || (ListUniqueProblemsRequest = {}));
|
|
1034
|
-
export var ProblemDetail;
|
|
1035
|
-
(function (ProblemDetail) {
|
|
1036
|
-
ProblemDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1037
|
-
})(ProblemDetail || (ProblemDetail = {}));
|
|
1038
|
-
export var Problem;
|
|
1039
|
-
(function (Problem) {
|
|
1040
|
-
Problem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1041
|
-
})(Problem || (Problem = {}));
|
|
1042
|
-
export var UniqueProblem;
|
|
1043
|
-
(function (UniqueProblem) {
|
|
1044
|
-
UniqueProblem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1045
|
-
})(UniqueProblem || (UniqueProblem = {}));
|
|
1046
|
-
export var ListUniqueProblemsResult;
|
|
1047
|
-
(function (ListUniqueProblemsResult) {
|
|
1048
|
-
ListUniqueProblemsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1049
|
-
})(ListUniqueProblemsResult || (ListUniqueProblemsResult = {}));
|
|
1050
|
-
export var ListUploadsRequest;
|
|
1051
|
-
(function (ListUploadsRequest) {
|
|
1052
|
-
ListUploadsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1053
|
-
})(ListUploadsRequest || (ListUploadsRequest = {}));
|
|
1054
|
-
export var ListUploadsResult;
|
|
1055
|
-
(function (ListUploadsResult) {
|
|
1056
|
-
ListUploadsResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.uploads && { uploads: obj.uploads.map(function (item) { return Upload.filterSensitiveLog(item); }) }))); };
|
|
1057
|
-
})(ListUploadsResult || (ListUploadsResult = {}));
|
|
1058
|
-
export var ListVPCEConfigurationsRequest;
|
|
1059
|
-
(function (ListVPCEConfigurationsRequest) {
|
|
1060
|
-
ListVPCEConfigurationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1061
|
-
})(ListVPCEConfigurationsRequest || (ListVPCEConfigurationsRequest = {}));
|
|
1062
|
-
export var ListVPCEConfigurationsResult;
|
|
1063
|
-
(function (ListVPCEConfigurationsResult) {
|
|
1064
|
-
ListVPCEConfigurationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1065
|
-
})(ListVPCEConfigurationsResult || (ListVPCEConfigurationsResult = {}));
|
|
1066
|
-
export var PurchaseOfferingRequest;
|
|
1067
|
-
(function (PurchaseOfferingRequest) {
|
|
1068
|
-
PurchaseOfferingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1069
|
-
})(PurchaseOfferingRequest || (PurchaseOfferingRequest = {}));
|
|
1070
|
-
export var PurchaseOfferingResult;
|
|
1071
|
-
(function (PurchaseOfferingResult) {
|
|
1072
|
-
PurchaseOfferingResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1073
|
-
})(PurchaseOfferingResult || (PurchaseOfferingResult = {}));
|
|
1074
|
-
export var RenewOfferingRequest;
|
|
1075
|
-
(function (RenewOfferingRequest) {
|
|
1076
|
-
RenewOfferingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1077
|
-
})(RenewOfferingRequest || (RenewOfferingRequest = {}));
|
|
1078
|
-
export var RenewOfferingResult;
|
|
1079
|
-
(function (RenewOfferingResult) {
|
|
1080
|
-
RenewOfferingResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1081
|
-
})(RenewOfferingResult || (RenewOfferingResult = {}));
|
|
1082
390
|
var IdempotencyException = (function (_super) {
|
|
1083
391
|
__extends(IdempotencyException, _super);
|
|
1084
392
|
function IdempotencyException(opts) {
|
|
@@ -1091,46 +399,6 @@ var IdempotencyException = (function (_super) {
|
|
|
1091
399
|
return IdempotencyException;
|
|
1092
400
|
}(__BaseException));
|
|
1093
401
|
export { IdempotencyException };
|
|
1094
|
-
export var DeviceSelectionConfiguration;
|
|
1095
|
-
(function (DeviceSelectionConfiguration) {
|
|
1096
|
-
DeviceSelectionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1097
|
-
})(DeviceSelectionConfiguration || (DeviceSelectionConfiguration = {}));
|
|
1098
|
-
export var ExecutionConfiguration;
|
|
1099
|
-
(function (ExecutionConfiguration) {
|
|
1100
|
-
ExecutionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1101
|
-
})(ExecutionConfiguration || (ExecutionConfiguration = {}));
|
|
1102
|
-
export var ScheduleRunRequest;
|
|
1103
|
-
(function (ScheduleRunRequest) {
|
|
1104
|
-
ScheduleRunRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1105
|
-
})(ScheduleRunRequest || (ScheduleRunRequest = {}));
|
|
1106
|
-
export var ScheduleRunResult;
|
|
1107
|
-
(function (ScheduleRunResult) {
|
|
1108
|
-
ScheduleRunResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1109
|
-
})(ScheduleRunResult || (ScheduleRunResult = {}));
|
|
1110
|
-
export var StopJobRequest;
|
|
1111
|
-
(function (StopJobRequest) {
|
|
1112
|
-
StopJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1113
|
-
})(StopJobRequest || (StopJobRequest = {}));
|
|
1114
|
-
export var StopJobResult;
|
|
1115
|
-
(function (StopJobResult) {
|
|
1116
|
-
StopJobResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1117
|
-
})(StopJobResult || (StopJobResult = {}));
|
|
1118
|
-
export var StopRemoteAccessSessionRequest;
|
|
1119
|
-
(function (StopRemoteAccessSessionRequest) {
|
|
1120
|
-
StopRemoteAccessSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1121
|
-
})(StopRemoteAccessSessionRequest || (StopRemoteAccessSessionRequest = {}));
|
|
1122
|
-
export var StopRemoteAccessSessionResult;
|
|
1123
|
-
(function (StopRemoteAccessSessionResult) {
|
|
1124
|
-
StopRemoteAccessSessionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1125
|
-
})(StopRemoteAccessSessionResult || (StopRemoteAccessSessionResult = {}));
|
|
1126
|
-
export var StopRunRequest;
|
|
1127
|
-
(function (StopRunRequest) {
|
|
1128
|
-
StopRunRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1129
|
-
})(StopRunRequest || (StopRunRequest = {}));
|
|
1130
|
-
export var StopRunResult;
|
|
1131
|
-
(function (StopRunResult) {
|
|
1132
|
-
StopRunResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1133
|
-
})(StopRunResult || (StopRunResult = {}));
|
|
1134
402
|
var TagPolicyException = (function (_super) {
|
|
1135
403
|
__extends(TagPolicyException, _super);
|
|
1136
404
|
function TagPolicyException(opts) {
|
|
@@ -1144,14 +412,6 @@ var TagPolicyException = (function (_super) {
|
|
|
1144
412
|
return TagPolicyException;
|
|
1145
413
|
}(__BaseException));
|
|
1146
414
|
export { TagPolicyException };
|
|
1147
|
-
export var TagResourceRequest;
|
|
1148
|
-
(function (TagResourceRequest) {
|
|
1149
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1150
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
1151
|
-
export var TagResourceResponse;
|
|
1152
|
-
(function (TagResourceResponse) {
|
|
1153
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1154
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
1155
415
|
var TooManyTagsException = (function (_super) {
|
|
1156
416
|
__extends(TooManyTagsException, _super);
|
|
1157
417
|
function TooManyTagsException(opts) {
|
|
@@ -1165,75 +425,206 @@ var TooManyTagsException = (function (_super) {
|
|
|
1165
425
|
return TooManyTagsException;
|
|
1166
426
|
}(__BaseException));
|
|
1167
427
|
export { TooManyTagsException };
|
|
1168
|
-
export var
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
export var
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
export var
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
export var
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
export var
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
export var
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
export var
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
export var
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
export var
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
export var
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
export var
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
export var
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
export var
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
export var
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
export var
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
export var
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
export var
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
export var
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
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 CreateProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
+
export var ProjectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
export var CreateProjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
export var CreateRemoteAccessSessionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
+
export var CreateRemoteAccessSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
+
export var DeviceInstanceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
export var ResolutionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
+
export var DeviceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
|
+
export var DeviceMinutesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
|
+
export var RemoteAccessSessionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
+
export var CreateRemoteAccessSessionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
+
export var TestGridVpcConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
+
export var CreateTestGridProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
+
export var TestGridProjectFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
457
|
+
export var CreateTestGridProjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
+
export var CreateTestGridUrlRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
+
export var CreateTestGridUrlResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.url && { url: SENSITIVE_STRING }))); };
|
|
460
|
+
export var CreateUploadRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
|
+
export var UploadFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.url && { url: SENSITIVE_STRING }))); };
|
|
462
|
+
export var CreateUploadResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.upload && { upload: UploadFilterSensitiveLog(obj.upload) }))); };
|
|
463
|
+
export var CreateVPCEConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
+
export var VPCEConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
465
|
+
export var CreateVPCEConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
+
export var CustomerArtifactPathsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
+
export var DeleteDevicePoolRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
+
export var DeleteDevicePoolResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
469
|
+
export var DeleteInstanceProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
+
export var DeleteInstanceProfileResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
+
export var DeleteNetworkProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
472
|
+
export var DeleteNetworkProfileResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
|
+
export var DeleteProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
+
export var DeleteProjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
+
export var DeleteRemoteAccessSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
+
export var DeleteRemoteAccessSessionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
|
+
export var DeleteRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
+
export var DeleteRunResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
export var DeleteTestGridProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
+
export var DeleteTestGridProjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
+
export var DeleteUploadRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
+
export var DeleteUploadResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
export var DeleteVPCEConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
+
export var DeleteVPCEConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
485
|
+
export var GetAccountSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
+
export var GetAccountSettingsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
export var GetDeviceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
+
export var GetDeviceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
489
|
+
export var GetDeviceInstanceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
+
export var GetDeviceInstanceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
export var GetDevicePoolRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
+
export var GetDevicePoolResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
+
export var LocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
+
export var RadiosFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
export var ScheduleRunConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
+
export var ScheduleRunTestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
+
export var GetDevicePoolCompatibilityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
+
export var IncompatibilityMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
+
export var DevicePoolCompatibilityResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
+
export var GetDevicePoolCompatibilityResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
+
export var GetInstanceProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
+
export var GetInstanceProfileResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
export var GetJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
+
export var JobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
|
+
export var GetJobResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
+
export var GetNetworkProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
507
|
+
export var GetNetworkProfileResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
+
export var GetOfferingStatusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
+
export var MonetaryAmountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
+
export var RecurringChargeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
511
|
+
export var OfferingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
+
export var OfferingStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
+
export var GetOfferingStatusResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
+
export var GetProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
|
+
export var GetProjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
516
|
+
export var GetRemoteAccessSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
517
|
+
export var GetRemoteAccessSessionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
export var GetRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
export var DeviceFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
export var DeviceSelectionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
+
export var RunFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
export var GetRunResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
export var GetSuiteRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
export var SuiteFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
+
export var GetSuiteResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
export var GetTestRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
export var TestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
528
|
+
export var GetTestResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
+
export var GetTestGridProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
export var GetTestGridProjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
export var GetTestGridSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
export var TestGridSessionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
+
export var GetTestGridSessionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
export var GetUploadRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
export var GetUploadResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.upload && { upload: UploadFilterSensitiveLog(obj.upload) }))); };
|
|
536
|
+
export var GetVPCEConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
export var GetVPCEConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
export var InstallToRemoteAccessSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
export var InstallToRemoteAccessSessionResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.appUpload && { appUpload: UploadFilterSensitiveLog(obj.appUpload) }))); };
|
|
540
|
+
export var ListArtifactsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
export var ListArtifactsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
export var ListDeviceInstancesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
export var ListDeviceInstancesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
export var ListDevicePoolsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
export var ListDevicePoolsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
export var ListDevicesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
export var ListDevicesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
export var ListInstanceProfilesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var ListInstanceProfilesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
export var ListJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var ListJobsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
export var ListNetworkProfilesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var ListNetworkProfilesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var ListOfferingPromotionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
export var OfferingPromotionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
export var ListOfferingPromotionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var ListOfferingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var ListOfferingsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var ListOfferingTransactionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var OfferingTransactionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
+
export var ListOfferingTransactionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
export var ListProjectsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
export var ListProjectsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
export var ListRemoteAccessSessionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
export var ListRemoteAccessSessionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
export var ListRunsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
export var ListRunsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
export var ListSamplesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
+
export var SampleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
export var ListSamplesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
export var ListSuitesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
+
export var ListSuitesResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
+
export var ListTestGridProjectsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
|
+
export var ListTestGridProjectsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
export var ListTestGridSessionActionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
+
export var TestGridSessionActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
+
export var ListTestGridSessionActionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
+
export var ListTestGridSessionArtifactsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
export var TestGridSessionArtifactFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.url && { url: SENSITIVE_STRING }))); };
|
|
583
|
+
export var ListTestGridSessionArtifactsResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.artifacts && { artifacts: obj.artifacts.map(function (item) { return TestGridSessionArtifactFilterSensitiveLog(item); }) }))); };
|
|
584
|
+
export var ListTestGridSessionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
+
export var ListTestGridSessionsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
export var ListTestsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
export var ListTestsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
export var ListUniqueProblemsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
+
export var ProblemDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
export var ProblemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
export var UniqueProblemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
export var ListUniqueProblemsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var ListUploadsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var ListUploadsResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.uploads && { uploads: obj.uploads.map(function (item) { return UploadFilterSensitiveLog(item); }) }))); };
|
|
595
|
+
export var ListVPCEConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
export var ListVPCEConfigurationsResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
export var PurchaseOfferingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var PurchaseOfferingResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var RenewOfferingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var RenewOfferingResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var DeviceSelectionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
export var ExecutionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var ScheduleRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
export var ScheduleRunResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
export var StopJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var StopJobResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
export var StopRemoteAccessSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
export var StopRemoteAccessSessionResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
export var StopRunRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var StopRunResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
export var UpdateDeviceInstanceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
+
export var UpdateDeviceInstanceResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
|
+
export var UpdateDevicePoolRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
export var UpdateDevicePoolResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
export var UpdateInstanceProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
+
export var UpdateInstanceProfileResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
+
export var UpdateNetworkProfileRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
export var UpdateNetworkProfileResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
export var UpdateProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
export var UpdateProjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
+
export var UpdateTestGridProjectRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
export var UpdateTestGridProjectResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
export var UpdateUploadRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
+
export var UpdateUploadResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.upload && { upload: UploadFilterSensitiveLog(obj.upload) }))); };
|
|
629
|
+
export var UpdateVPCEConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
export var UpdateVPCEConfigurationResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|