@aws-sdk/client-emr-serverless 3.131.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/commands/CancelJobRunCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
- package/dist-cjs/commands/GetApplicationCommand.js +2 -2
- package/dist-cjs/commands/GetJobRunCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListJobRunsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartApplicationCommand.js +2 -2
- package/dist-cjs/commands/StartJobRunCommand.js +2 -2
- package/dist-cjs/commands/StopApplicationCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/models/models_0.js +217 -308
- package/dist-es/commands/CancelJobRunCommand.js +3 -3
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/GetApplicationCommand.js +3 -3
- package/dist-es/commands/GetJobRunCommand.js +3 -3
- package/dist-es/commands/ListApplicationsCommand.js +3 -3
- package/dist-es/commands/ListJobRunsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartApplicationCommand.js +3 -3
- package/dist-es/commands/StartJobRunCommand.js +3 -3
- package/dist-es/commands/StopApplicationCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/models/models_0.js +63 -201
- package/dist-types/models/models_0.d.ts +188 -280
- package/dist-types/ts3.4/models/models_0.d.ts +94 -186
- package/package.json +6 -6
|
@@ -1,45 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
3
|
+
exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.StartJobRunResponseFilterSensitiveLog = exports.ListJobRunsResponseFilterSensitiveLog = exports.JobRunSummaryFilterSensitiveLog = exports.ListJobRunsRequestFilterSensitiveLog = exports.TotalResourceUtilizationFilterSensitiveLog = exports.JobDriverFilterSensitiveLog = exports.SparkSubmitFilterSensitiveLog = exports.HiveFilterSensitiveLog = exports.MonitoringConfigurationFilterSensitiveLog = exports.S3MonitoringConfigurationFilterSensitiveLog = exports.ManagedPersistenceMonitoringConfigurationFilterSensitiveLog = exports.GetJobRunRequestFilterSensitiveLog = exports.CancelJobRunResponseFilterSensitiveLog = exports.CancelJobRunRequestFilterSensitiveLog = exports.UpdateApplicationResponseFilterSensitiveLog = exports.UpdateApplicationRequestFilterSensitiveLog = exports.StopApplicationResponseFilterSensitiveLog = exports.StopApplicationRequestFilterSensitiveLog = exports.StartApplicationResponseFilterSensitiveLog = exports.StartApplicationRequestFilterSensitiveLog = exports.ListApplicationsResponseFilterSensitiveLog = exports.ListApplicationsRequestFilterSensitiveLog = exports.GetApplicationResponseFilterSensitiveLog = exports.GetApplicationRequestFilterSensitiveLog = exports.DeleteApplicationResponseFilterSensitiveLog = exports.DeleteApplicationRequestFilterSensitiveLog = exports.CreateApplicationResponseFilterSensitiveLog = exports.CreateApplicationRequestFilterSensitiveLog = exports.ApplicationSummaryFilterSensitiveLog = exports.ApplicationFilterSensitiveLog = exports.NetworkConfigurationFilterSensitiveLog = exports.MaximumAllowedResourcesFilterSensitiveLog = exports.InitialCapacityConfigFilterSensitiveLog = exports.WorkerResourceConfigFilterSensitiveLog = exports.AutoStopConfigFilterSensitiveLog = exports.AutoStartConfigFilterSensitiveLog = exports.JobRunState = exports.JobDriver = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.ValidationException = exports.InternalServerException = exports.ConflictException = exports.ApplicationState = void 0;
|
|
4
|
+
exports.GetJobRunResponseFilterSensitiveLog = exports.StartJobRunRequestFilterSensitiveLog = exports.JobRunFilterSensitiveLog = exports.ConfigurationOverridesFilterSensitiveLog = exports.ConfigurationFilterSensitiveLog = void 0;
|
|
5
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
6
|
const EMRServerlessServiceException_1 = require("./EMRServerlessServiceException");
|
|
7
|
-
var AutoStartConfig;
|
|
8
|
-
(function (AutoStartConfig) {
|
|
9
|
-
AutoStartConfig.filterSensitiveLog = (obj) => ({
|
|
10
|
-
...obj,
|
|
11
|
-
});
|
|
12
|
-
})(AutoStartConfig = exports.AutoStartConfig || (exports.AutoStartConfig = {}));
|
|
13
|
-
var AutoStopConfig;
|
|
14
|
-
(function (AutoStopConfig) {
|
|
15
|
-
AutoStopConfig.filterSensitiveLog = (obj) => ({
|
|
16
|
-
...obj,
|
|
17
|
-
});
|
|
18
|
-
})(AutoStopConfig = exports.AutoStopConfig || (exports.AutoStopConfig = {}));
|
|
19
|
-
var WorkerResourceConfig;
|
|
20
|
-
(function (WorkerResourceConfig) {
|
|
21
|
-
WorkerResourceConfig.filterSensitiveLog = (obj) => ({
|
|
22
|
-
...obj,
|
|
23
|
-
});
|
|
24
|
-
})(WorkerResourceConfig = exports.WorkerResourceConfig || (exports.WorkerResourceConfig = {}));
|
|
25
|
-
var InitialCapacityConfig;
|
|
26
|
-
(function (InitialCapacityConfig) {
|
|
27
|
-
InitialCapacityConfig.filterSensitiveLog = (obj) => ({
|
|
28
|
-
...obj,
|
|
29
|
-
});
|
|
30
|
-
})(InitialCapacityConfig = exports.InitialCapacityConfig || (exports.InitialCapacityConfig = {}));
|
|
31
|
-
var MaximumAllowedResources;
|
|
32
|
-
(function (MaximumAllowedResources) {
|
|
33
|
-
MaximumAllowedResources.filterSensitiveLog = (obj) => ({
|
|
34
|
-
...obj,
|
|
35
|
-
});
|
|
36
|
-
})(MaximumAllowedResources = exports.MaximumAllowedResources || (exports.MaximumAllowedResources = {}));
|
|
37
|
-
var NetworkConfiguration;
|
|
38
|
-
(function (NetworkConfiguration) {
|
|
39
|
-
NetworkConfiguration.filterSensitiveLog = (obj) => ({
|
|
40
|
-
...obj,
|
|
41
|
-
});
|
|
42
|
-
})(NetworkConfiguration = exports.NetworkConfiguration || (exports.NetworkConfiguration = {}));
|
|
43
7
|
var ApplicationState;
|
|
44
8
|
(function (ApplicationState) {
|
|
45
9
|
ApplicationState["CREATED"] = "CREATED";
|
|
@@ -50,18 +14,6 @@ var ApplicationState;
|
|
|
50
14
|
ApplicationState["STOPPING"] = "STOPPING";
|
|
51
15
|
ApplicationState["TERMINATED"] = "TERMINATED";
|
|
52
16
|
})(ApplicationState = exports.ApplicationState || (exports.ApplicationState = {}));
|
|
53
|
-
var Application;
|
|
54
|
-
(function (Application) {
|
|
55
|
-
Application.filterSensitiveLog = (obj) => ({
|
|
56
|
-
...obj,
|
|
57
|
-
});
|
|
58
|
-
})(Application = exports.Application || (exports.Application = {}));
|
|
59
|
-
var ApplicationSummary;
|
|
60
|
-
(function (ApplicationSummary) {
|
|
61
|
-
ApplicationSummary.filterSensitiveLog = (obj) => ({
|
|
62
|
-
...obj,
|
|
63
|
-
});
|
|
64
|
-
})(ApplicationSummary = exports.ApplicationSummary || (exports.ApplicationSummary = {}));
|
|
65
17
|
class ConflictException extends EMRServerlessServiceException_1.EMRServerlessServiceException {
|
|
66
18
|
constructor(opts) {
|
|
67
19
|
super({
|
|
@@ -75,18 +27,6 @@ class ConflictException extends EMRServerlessServiceException_1.EMRServerlessSer
|
|
|
75
27
|
}
|
|
76
28
|
}
|
|
77
29
|
exports.ConflictException = ConflictException;
|
|
78
|
-
var CreateApplicationRequest;
|
|
79
|
-
(function (CreateApplicationRequest) {
|
|
80
|
-
CreateApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
81
|
-
...obj,
|
|
82
|
-
});
|
|
83
|
-
})(CreateApplicationRequest = exports.CreateApplicationRequest || (exports.CreateApplicationRequest = {}));
|
|
84
|
-
var CreateApplicationResponse;
|
|
85
|
-
(function (CreateApplicationResponse) {
|
|
86
|
-
CreateApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
87
|
-
...obj,
|
|
88
|
-
});
|
|
89
|
-
})(CreateApplicationResponse = exports.CreateApplicationResponse || (exports.CreateApplicationResponse = {}));
|
|
90
30
|
class InternalServerException extends EMRServerlessServiceException_1.EMRServerlessServiceException {
|
|
91
31
|
constructor(opts) {
|
|
92
32
|
super({
|
|
@@ -113,18 +53,6 @@ class ValidationException extends EMRServerlessServiceException_1.EMRServerlessS
|
|
|
113
53
|
}
|
|
114
54
|
}
|
|
115
55
|
exports.ValidationException = ValidationException;
|
|
116
|
-
var DeleteApplicationRequest;
|
|
117
|
-
(function (DeleteApplicationRequest) {
|
|
118
|
-
DeleteApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
119
|
-
...obj,
|
|
120
|
-
});
|
|
121
|
-
})(DeleteApplicationRequest = exports.DeleteApplicationRequest || (exports.DeleteApplicationRequest = {}));
|
|
122
|
-
var DeleteApplicationResponse;
|
|
123
|
-
(function (DeleteApplicationResponse) {
|
|
124
|
-
DeleteApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
125
|
-
...obj,
|
|
126
|
-
});
|
|
127
|
-
})(DeleteApplicationResponse = exports.DeleteApplicationResponse || (exports.DeleteApplicationResponse = {}));
|
|
128
56
|
class ResourceNotFoundException extends EMRServerlessServiceException_1.EMRServerlessServiceException {
|
|
129
57
|
constructor(opts) {
|
|
130
58
|
super({
|
|
@@ -138,30 +66,6 @@ class ResourceNotFoundException extends EMRServerlessServiceException_1.EMRServe
|
|
|
138
66
|
}
|
|
139
67
|
}
|
|
140
68
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
141
|
-
var GetApplicationRequest;
|
|
142
|
-
(function (GetApplicationRequest) {
|
|
143
|
-
GetApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
144
|
-
...obj,
|
|
145
|
-
});
|
|
146
|
-
})(GetApplicationRequest = exports.GetApplicationRequest || (exports.GetApplicationRequest = {}));
|
|
147
|
-
var GetApplicationResponse;
|
|
148
|
-
(function (GetApplicationResponse) {
|
|
149
|
-
GetApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
150
|
-
...obj,
|
|
151
|
-
});
|
|
152
|
-
})(GetApplicationResponse = exports.GetApplicationResponse || (exports.GetApplicationResponse = {}));
|
|
153
|
-
var ListApplicationsRequest;
|
|
154
|
-
(function (ListApplicationsRequest) {
|
|
155
|
-
ListApplicationsRequest.filterSensitiveLog = (obj) => ({
|
|
156
|
-
...obj,
|
|
157
|
-
});
|
|
158
|
-
})(ListApplicationsRequest = exports.ListApplicationsRequest || (exports.ListApplicationsRequest = {}));
|
|
159
|
-
var ListApplicationsResponse;
|
|
160
|
-
(function (ListApplicationsResponse) {
|
|
161
|
-
ListApplicationsResponse.filterSensitiveLog = (obj) => ({
|
|
162
|
-
...obj,
|
|
163
|
-
});
|
|
164
|
-
})(ListApplicationsResponse = exports.ListApplicationsResponse || (exports.ListApplicationsResponse = {}));
|
|
165
69
|
class ServiceQuotaExceededException extends EMRServerlessServiceException_1.EMRServerlessServiceException {
|
|
166
70
|
constructor(opts) {
|
|
167
71
|
super({
|
|
@@ -175,96 +79,6 @@ class ServiceQuotaExceededException extends EMRServerlessServiceException_1.EMRS
|
|
|
175
79
|
}
|
|
176
80
|
}
|
|
177
81
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
178
|
-
var StartApplicationRequest;
|
|
179
|
-
(function (StartApplicationRequest) {
|
|
180
|
-
StartApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
181
|
-
...obj,
|
|
182
|
-
});
|
|
183
|
-
})(StartApplicationRequest = exports.StartApplicationRequest || (exports.StartApplicationRequest = {}));
|
|
184
|
-
var StartApplicationResponse;
|
|
185
|
-
(function (StartApplicationResponse) {
|
|
186
|
-
StartApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
187
|
-
...obj,
|
|
188
|
-
});
|
|
189
|
-
})(StartApplicationResponse = exports.StartApplicationResponse || (exports.StartApplicationResponse = {}));
|
|
190
|
-
var StopApplicationRequest;
|
|
191
|
-
(function (StopApplicationRequest) {
|
|
192
|
-
StopApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
193
|
-
...obj,
|
|
194
|
-
});
|
|
195
|
-
})(StopApplicationRequest = exports.StopApplicationRequest || (exports.StopApplicationRequest = {}));
|
|
196
|
-
var StopApplicationResponse;
|
|
197
|
-
(function (StopApplicationResponse) {
|
|
198
|
-
StopApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
199
|
-
...obj,
|
|
200
|
-
});
|
|
201
|
-
})(StopApplicationResponse = exports.StopApplicationResponse || (exports.StopApplicationResponse = {}));
|
|
202
|
-
var UpdateApplicationRequest;
|
|
203
|
-
(function (UpdateApplicationRequest) {
|
|
204
|
-
UpdateApplicationRequest.filterSensitiveLog = (obj) => ({
|
|
205
|
-
...obj,
|
|
206
|
-
});
|
|
207
|
-
})(UpdateApplicationRequest = exports.UpdateApplicationRequest || (exports.UpdateApplicationRequest = {}));
|
|
208
|
-
var UpdateApplicationResponse;
|
|
209
|
-
(function (UpdateApplicationResponse) {
|
|
210
|
-
UpdateApplicationResponse.filterSensitiveLog = (obj) => ({
|
|
211
|
-
...obj,
|
|
212
|
-
});
|
|
213
|
-
})(UpdateApplicationResponse = exports.UpdateApplicationResponse || (exports.UpdateApplicationResponse = {}));
|
|
214
|
-
var CancelJobRunRequest;
|
|
215
|
-
(function (CancelJobRunRequest) {
|
|
216
|
-
CancelJobRunRequest.filterSensitiveLog = (obj) => ({
|
|
217
|
-
...obj,
|
|
218
|
-
});
|
|
219
|
-
})(CancelJobRunRequest = exports.CancelJobRunRequest || (exports.CancelJobRunRequest = {}));
|
|
220
|
-
var CancelJobRunResponse;
|
|
221
|
-
(function (CancelJobRunResponse) {
|
|
222
|
-
CancelJobRunResponse.filterSensitiveLog = (obj) => ({
|
|
223
|
-
...obj,
|
|
224
|
-
});
|
|
225
|
-
})(CancelJobRunResponse = exports.CancelJobRunResponse || (exports.CancelJobRunResponse = {}));
|
|
226
|
-
var GetJobRunRequest;
|
|
227
|
-
(function (GetJobRunRequest) {
|
|
228
|
-
GetJobRunRequest.filterSensitiveLog = (obj) => ({
|
|
229
|
-
...obj,
|
|
230
|
-
});
|
|
231
|
-
})(GetJobRunRequest = exports.GetJobRunRequest || (exports.GetJobRunRequest = {}));
|
|
232
|
-
var ManagedPersistenceMonitoringConfiguration;
|
|
233
|
-
(function (ManagedPersistenceMonitoringConfiguration) {
|
|
234
|
-
ManagedPersistenceMonitoringConfiguration.filterSensitiveLog = (obj) => ({
|
|
235
|
-
...obj,
|
|
236
|
-
});
|
|
237
|
-
})(ManagedPersistenceMonitoringConfiguration = exports.ManagedPersistenceMonitoringConfiguration || (exports.ManagedPersistenceMonitoringConfiguration = {}));
|
|
238
|
-
var S3MonitoringConfiguration;
|
|
239
|
-
(function (S3MonitoringConfiguration) {
|
|
240
|
-
S3MonitoringConfiguration.filterSensitiveLog = (obj) => ({
|
|
241
|
-
...obj,
|
|
242
|
-
});
|
|
243
|
-
})(S3MonitoringConfiguration = exports.S3MonitoringConfiguration || (exports.S3MonitoringConfiguration = {}));
|
|
244
|
-
var MonitoringConfiguration;
|
|
245
|
-
(function (MonitoringConfiguration) {
|
|
246
|
-
MonitoringConfiguration.filterSensitiveLog = (obj) => ({
|
|
247
|
-
...obj,
|
|
248
|
-
});
|
|
249
|
-
})(MonitoringConfiguration = exports.MonitoringConfiguration || (exports.MonitoringConfiguration = {}));
|
|
250
|
-
var Hive;
|
|
251
|
-
(function (Hive) {
|
|
252
|
-
Hive.filterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
...(obj.query && { query: smithy_client_1.SENSITIVE_STRING }),
|
|
255
|
-
...(obj.initQueryFile && { initQueryFile: smithy_client_1.SENSITIVE_STRING }),
|
|
256
|
-
...(obj.parameters && { parameters: smithy_client_1.SENSITIVE_STRING }),
|
|
257
|
-
});
|
|
258
|
-
})(Hive = exports.Hive || (exports.Hive = {}));
|
|
259
|
-
var SparkSubmit;
|
|
260
|
-
(function (SparkSubmit) {
|
|
261
|
-
SparkSubmit.filterSensitiveLog = (obj) => ({
|
|
262
|
-
...obj,
|
|
263
|
-
...(obj.entryPoint && { entryPoint: smithy_client_1.SENSITIVE_STRING }),
|
|
264
|
-
...(obj.entryPointArguments && { entryPointArguments: smithy_client_1.SENSITIVE_STRING }),
|
|
265
|
-
...(obj.sparkSubmitParameters && { sparkSubmitParameters: smithy_client_1.SENSITIVE_STRING }),
|
|
266
|
-
});
|
|
267
|
-
})(SparkSubmit = exports.SparkSubmit || (exports.SparkSubmit = {}));
|
|
268
82
|
var JobDriver;
|
|
269
83
|
(function (JobDriver) {
|
|
270
84
|
JobDriver.visit = (value, visitor) => {
|
|
@@ -274,14 +88,6 @@ var JobDriver;
|
|
|
274
88
|
return visitor.hive(value.hive);
|
|
275
89
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
276
90
|
};
|
|
277
|
-
JobDriver.filterSensitiveLog = (obj) => {
|
|
278
|
-
if (obj.sparkSubmit !== undefined)
|
|
279
|
-
return { sparkSubmit: SparkSubmit.filterSensitiveLog(obj.sparkSubmit) };
|
|
280
|
-
if (obj.hive !== undefined)
|
|
281
|
-
return { hive: Hive.filterSensitiveLog(obj.hive) };
|
|
282
|
-
if (obj.$unknown !== undefined)
|
|
283
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
284
|
-
};
|
|
285
91
|
})(JobDriver = exports.JobDriver || (exports.JobDriver = {}));
|
|
286
92
|
var JobRunState;
|
|
287
93
|
(function (JobRunState) {
|
|
@@ -294,115 +100,218 @@ var JobRunState;
|
|
|
294
100
|
JobRunState["SUBMITTED"] = "SUBMITTED";
|
|
295
101
|
JobRunState["SUCCESS"] = "SUCCESS";
|
|
296
102
|
})(JobRunState = exports.JobRunState || (exports.JobRunState = {}));
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
})
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
103
|
+
const AutoStartConfigFilterSensitiveLog = (obj) => ({
|
|
104
|
+
...obj,
|
|
105
|
+
});
|
|
106
|
+
exports.AutoStartConfigFilterSensitiveLog = AutoStartConfigFilterSensitiveLog;
|
|
107
|
+
const AutoStopConfigFilterSensitiveLog = (obj) => ({
|
|
108
|
+
...obj,
|
|
109
|
+
});
|
|
110
|
+
exports.AutoStopConfigFilterSensitiveLog = AutoStopConfigFilterSensitiveLog;
|
|
111
|
+
const WorkerResourceConfigFilterSensitiveLog = (obj) => ({
|
|
112
|
+
...obj,
|
|
113
|
+
});
|
|
114
|
+
exports.WorkerResourceConfigFilterSensitiveLog = WorkerResourceConfigFilterSensitiveLog;
|
|
115
|
+
const InitialCapacityConfigFilterSensitiveLog = (obj) => ({
|
|
116
|
+
...obj,
|
|
117
|
+
});
|
|
118
|
+
exports.InitialCapacityConfigFilterSensitiveLog = InitialCapacityConfigFilterSensitiveLog;
|
|
119
|
+
const MaximumAllowedResourcesFilterSensitiveLog = (obj) => ({
|
|
120
|
+
...obj,
|
|
121
|
+
});
|
|
122
|
+
exports.MaximumAllowedResourcesFilterSensitiveLog = MaximumAllowedResourcesFilterSensitiveLog;
|
|
123
|
+
const NetworkConfigurationFilterSensitiveLog = (obj) => ({
|
|
124
|
+
...obj,
|
|
125
|
+
});
|
|
126
|
+
exports.NetworkConfigurationFilterSensitiveLog = NetworkConfigurationFilterSensitiveLog;
|
|
127
|
+
const ApplicationFilterSensitiveLog = (obj) => ({
|
|
128
|
+
...obj,
|
|
129
|
+
});
|
|
130
|
+
exports.ApplicationFilterSensitiveLog = ApplicationFilterSensitiveLog;
|
|
131
|
+
const ApplicationSummaryFilterSensitiveLog = (obj) => ({
|
|
132
|
+
...obj,
|
|
133
|
+
});
|
|
134
|
+
exports.ApplicationSummaryFilterSensitiveLog = ApplicationSummaryFilterSensitiveLog;
|
|
135
|
+
const CreateApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
136
|
+
...obj,
|
|
137
|
+
});
|
|
138
|
+
exports.CreateApplicationRequestFilterSensitiveLog = CreateApplicationRequestFilterSensitiveLog;
|
|
139
|
+
const CreateApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
140
|
+
...obj,
|
|
141
|
+
});
|
|
142
|
+
exports.CreateApplicationResponseFilterSensitiveLog = CreateApplicationResponseFilterSensitiveLog;
|
|
143
|
+
const DeleteApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
144
|
+
...obj,
|
|
145
|
+
});
|
|
146
|
+
exports.DeleteApplicationRequestFilterSensitiveLog = DeleteApplicationRequestFilterSensitiveLog;
|
|
147
|
+
const DeleteApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
148
|
+
...obj,
|
|
149
|
+
});
|
|
150
|
+
exports.DeleteApplicationResponseFilterSensitiveLog = DeleteApplicationResponseFilterSensitiveLog;
|
|
151
|
+
const GetApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
152
|
+
...obj,
|
|
153
|
+
});
|
|
154
|
+
exports.GetApplicationRequestFilterSensitiveLog = GetApplicationRequestFilterSensitiveLog;
|
|
155
|
+
const GetApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
156
|
+
...obj,
|
|
157
|
+
});
|
|
158
|
+
exports.GetApplicationResponseFilterSensitiveLog = GetApplicationResponseFilterSensitiveLog;
|
|
159
|
+
const ListApplicationsRequestFilterSensitiveLog = (obj) => ({
|
|
160
|
+
...obj,
|
|
161
|
+
});
|
|
162
|
+
exports.ListApplicationsRequestFilterSensitiveLog = ListApplicationsRequestFilterSensitiveLog;
|
|
163
|
+
const ListApplicationsResponseFilterSensitiveLog = (obj) => ({
|
|
164
|
+
...obj,
|
|
165
|
+
});
|
|
166
|
+
exports.ListApplicationsResponseFilterSensitiveLog = ListApplicationsResponseFilterSensitiveLog;
|
|
167
|
+
const StartApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
168
|
+
...obj,
|
|
169
|
+
});
|
|
170
|
+
exports.StartApplicationRequestFilterSensitiveLog = StartApplicationRequestFilterSensitiveLog;
|
|
171
|
+
const StartApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
172
|
+
...obj,
|
|
173
|
+
});
|
|
174
|
+
exports.StartApplicationResponseFilterSensitiveLog = StartApplicationResponseFilterSensitiveLog;
|
|
175
|
+
const StopApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
176
|
+
...obj,
|
|
177
|
+
});
|
|
178
|
+
exports.StopApplicationRequestFilterSensitiveLog = StopApplicationRequestFilterSensitiveLog;
|
|
179
|
+
const StopApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
180
|
+
...obj,
|
|
181
|
+
});
|
|
182
|
+
exports.StopApplicationResponseFilterSensitiveLog = StopApplicationResponseFilterSensitiveLog;
|
|
183
|
+
const UpdateApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
184
|
+
...obj,
|
|
185
|
+
});
|
|
186
|
+
exports.UpdateApplicationRequestFilterSensitiveLog = UpdateApplicationRequestFilterSensitiveLog;
|
|
187
|
+
const UpdateApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
188
|
+
...obj,
|
|
189
|
+
});
|
|
190
|
+
exports.UpdateApplicationResponseFilterSensitiveLog = UpdateApplicationResponseFilterSensitiveLog;
|
|
191
|
+
const CancelJobRunRequestFilterSensitiveLog = (obj) => ({
|
|
192
|
+
...obj,
|
|
193
|
+
});
|
|
194
|
+
exports.CancelJobRunRequestFilterSensitiveLog = CancelJobRunRequestFilterSensitiveLog;
|
|
195
|
+
const CancelJobRunResponseFilterSensitiveLog = (obj) => ({
|
|
196
|
+
...obj,
|
|
197
|
+
});
|
|
198
|
+
exports.CancelJobRunResponseFilterSensitiveLog = CancelJobRunResponseFilterSensitiveLog;
|
|
199
|
+
const GetJobRunRequestFilterSensitiveLog = (obj) => ({
|
|
200
|
+
...obj,
|
|
201
|
+
});
|
|
202
|
+
exports.GetJobRunRequestFilterSensitiveLog = GetJobRunRequestFilterSensitiveLog;
|
|
203
|
+
const ManagedPersistenceMonitoringConfigurationFilterSensitiveLog = (obj) => ({
|
|
204
|
+
...obj,
|
|
205
|
+
});
|
|
206
|
+
exports.ManagedPersistenceMonitoringConfigurationFilterSensitiveLog = ManagedPersistenceMonitoringConfigurationFilterSensitiveLog;
|
|
207
|
+
const S3MonitoringConfigurationFilterSensitiveLog = (obj) => ({
|
|
208
|
+
...obj,
|
|
209
|
+
});
|
|
210
|
+
exports.S3MonitoringConfigurationFilterSensitiveLog = S3MonitoringConfigurationFilterSensitiveLog;
|
|
211
|
+
const MonitoringConfigurationFilterSensitiveLog = (obj) => ({
|
|
212
|
+
...obj,
|
|
213
|
+
});
|
|
214
|
+
exports.MonitoringConfigurationFilterSensitiveLog = MonitoringConfigurationFilterSensitiveLog;
|
|
215
|
+
const HiveFilterSensitiveLog = (obj) => ({
|
|
216
|
+
...obj,
|
|
217
|
+
...(obj.query && { query: smithy_client_1.SENSITIVE_STRING }),
|
|
218
|
+
...(obj.initQueryFile && { initQueryFile: smithy_client_1.SENSITIVE_STRING }),
|
|
219
|
+
...(obj.parameters && { parameters: smithy_client_1.SENSITIVE_STRING }),
|
|
220
|
+
});
|
|
221
|
+
exports.HiveFilterSensitiveLog = HiveFilterSensitiveLog;
|
|
222
|
+
const SparkSubmitFilterSensitiveLog = (obj) => ({
|
|
223
|
+
...obj,
|
|
224
|
+
...(obj.entryPoint && { entryPoint: smithy_client_1.SENSITIVE_STRING }),
|
|
225
|
+
...(obj.entryPointArguments && { entryPointArguments: smithy_client_1.SENSITIVE_STRING }),
|
|
226
|
+
...(obj.sparkSubmitParameters && { sparkSubmitParameters: smithy_client_1.SENSITIVE_STRING }),
|
|
227
|
+
});
|
|
228
|
+
exports.SparkSubmitFilterSensitiveLog = SparkSubmitFilterSensitiveLog;
|
|
229
|
+
const JobDriverFilterSensitiveLog = (obj) => {
|
|
230
|
+
if (obj.sparkSubmit !== undefined)
|
|
231
|
+
return { sparkSubmit: (0, exports.SparkSubmitFilterSensitiveLog)(obj.sparkSubmit) };
|
|
232
|
+
if (obj.hive !== undefined)
|
|
233
|
+
return { hive: (0, exports.HiveFilterSensitiveLog)(obj.hive) };
|
|
234
|
+
if (obj.$unknown !== undefined)
|
|
235
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
236
|
+
};
|
|
237
|
+
exports.JobDriverFilterSensitiveLog = JobDriverFilterSensitiveLog;
|
|
238
|
+
const TotalResourceUtilizationFilterSensitiveLog = (obj) => ({
|
|
239
|
+
...obj,
|
|
240
|
+
});
|
|
241
|
+
exports.TotalResourceUtilizationFilterSensitiveLog = TotalResourceUtilizationFilterSensitiveLog;
|
|
242
|
+
const ListJobRunsRequestFilterSensitiveLog = (obj) => ({
|
|
243
|
+
...obj,
|
|
244
|
+
});
|
|
245
|
+
exports.ListJobRunsRequestFilterSensitiveLog = ListJobRunsRequestFilterSensitiveLog;
|
|
246
|
+
const JobRunSummaryFilterSensitiveLog = (obj) => ({
|
|
247
|
+
...obj,
|
|
248
|
+
});
|
|
249
|
+
exports.JobRunSummaryFilterSensitiveLog = JobRunSummaryFilterSensitiveLog;
|
|
250
|
+
const ListJobRunsResponseFilterSensitiveLog = (obj) => ({
|
|
251
|
+
...obj,
|
|
252
|
+
});
|
|
253
|
+
exports.ListJobRunsResponseFilterSensitiveLog = ListJobRunsResponseFilterSensitiveLog;
|
|
254
|
+
const StartJobRunResponseFilterSensitiveLog = (obj) => ({
|
|
255
|
+
...obj,
|
|
256
|
+
});
|
|
257
|
+
exports.StartJobRunResponseFilterSensitiveLog = StartJobRunResponseFilterSensitiveLog;
|
|
258
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
259
|
+
...obj,
|
|
260
|
+
});
|
|
261
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
262
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
263
|
+
...obj,
|
|
264
|
+
});
|
|
265
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
266
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
267
|
+
...obj,
|
|
268
|
+
});
|
|
269
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
270
|
+
const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
271
|
+
...obj,
|
|
272
|
+
});
|
|
273
|
+
exports.TagResourceResponseFilterSensitiveLog = TagResourceResponseFilterSensitiveLog;
|
|
274
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
275
|
+
...obj,
|
|
276
|
+
});
|
|
277
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
278
|
+
const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
279
|
+
...obj,
|
|
280
|
+
});
|
|
281
|
+
exports.UntagResourceResponseFilterSensitiveLog = UntagResourceResponseFilterSensitiveLog;
|
|
282
|
+
const ConfigurationFilterSensitiveLog = (obj) => ({
|
|
283
|
+
...obj,
|
|
284
|
+
...(obj.properties && { properties: smithy_client_1.SENSITIVE_STRING }),
|
|
285
|
+
...(obj.configurations && {
|
|
286
|
+
configurations: obj.configurations.map((item) => (0, exports.ConfigurationFilterSensitiveLog)(item)),
|
|
287
|
+
}),
|
|
288
|
+
});
|
|
289
|
+
exports.ConfigurationFilterSensitiveLog = ConfigurationFilterSensitiveLog;
|
|
290
|
+
const ConfigurationOverridesFilterSensitiveLog = (obj) => ({
|
|
291
|
+
...obj,
|
|
292
|
+
...(obj.applicationConfiguration && {
|
|
293
|
+
applicationConfiguration: obj.applicationConfiguration.map((item) => (0, exports.ConfigurationFilterSensitiveLog)(item)),
|
|
294
|
+
}),
|
|
295
|
+
});
|
|
296
|
+
exports.ConfigurationOverridesFilterSensitiveLog = ConfigurationOverridesFilterSensitiveLog;
|
|
297
|
+
const JobRunFilterSensitiveLog = (obj) => ({
|
|
298
|
+
...obj,
|
|
299
|
+
...(obj.configurationOverrides && {
|
|
300
|
+
configurationOverrides: (0, exports.ConfigurationOverridesFilterSensitiveLog)(obj.configurationOverrides),
|
|
301
|
+
}),
|
|
302
|
+
...(obj.jobDriver && { jobDriver: (0, exports.JobDriverFilterSensitiveLog)(obj.jobDriver) }),
|
|
303
|
+
});
|
|
304
|
+
exports.JobRunFilterSensitiveLog = JobRunFilterSensitiveLog;
|
|
305
|
+
const StartJobRunRequestFilterSensitiveLog = (obj) => ({
|
|
306
|
+
...obj,
|
|
307
|
+
...(obj.jobDriver && { jobDriver: (0, exports.JobDriverFilterSensitiveLog)(obj.jobDriver) }),
|
|
308
|
+
...(obj.configurationOverrides && {
|
|
309
|
+
configurationOverrides: (0, exports.ConfigurationOverridesFilterSensitiveLog)(obj.configurationOverrides),
|
|
310
|
+
}),
|
|
311
|
+
});
|
|
312
|
+
exports.StartJobRunRequestFilterSensitiveLog = StartJobRunRequestFilterSensitiveLog;
|
|
313
|
+
const GetJobRunResponseFilterSensitiveLog = (obj) => ({
|
|
314
|
+
...obj,
|
|
315
|
+
...(obj.jobRun && { jobRun: (0, exports.JobRunFilterSensitiveLog)(obj.jobRun) }),
|
|
316
|
+
});
|
|
317
|
+
exports.GetJobRunResponseFilterSensitiveLog = GetJobRunResponseFilterSensitiveLog;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CancelJobRunRequestFilterSensitiveLog, CancelJobRunResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CancelJobRunCommand, serializeAws_restJson1CancelJobRunCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CancelJobRunCommand = (function (_super) {
|
|
7
7
|
__extends(CancelJobRunCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CancelJobRunCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CancelJobRunRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CancelJobRunResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { CreateApplicationRequestFilterSensitiveLog, CreateApplicationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1CreateApplicationCommand, serializeAws_restJson1CreateApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var CreateApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(CreateApplicationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var CreateApplicationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: CreateApplicationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: CreateApplicationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DeleteApplicationRequestFilterSensitiveLog, DeleteApplicationResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_restJson1DeleteApplicationCommand, serializeAws_restJson1DeleteApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
var DeleteApplicationCommand = (function (_super) {
|
|
7
7
|
__extends(DeleteApplicationCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DeleteApplicationCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DeleteApplicationRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DeleteApplicationResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|