@aws-sdk/client-m2 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/CancelBatchJobExecutionCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +2 -2
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -2
- package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/GetApplicationCommand.js +2 -2
- package/dist-cjs/commands/GetApplicationVersionCommand.js +2 -2
- package/dist-cjs/commands/GetBatchJobExecutionCommand.js +2 -2
- package/dist-cjs/commands/GetDataSetDetailsCommand.js +2 -2
- package/dist-cjs/commands/GetDataSetImportTaskCommand.js +2 -2
- package/dist-cjs/commands/GetDeploymentCommand.js +2 -2
- package/dist-cjs/commands/GetEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +2 -2
- package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +2 -2
- package/dist-cjs/commands/ListDataSetsCommand.js +2 -2
- package/dist-cjs/commands/ListDeploymentsCommand.js +2 -2
- package/dist-cjs/commands/ListEngineVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartApplicationCommand.js +2 -2
- package/dist-cjs/commands/StartBatchJobCommand.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/commands/UpdateEnvironmentCommand.js +2 -2
- package/dist-cjs/models/models_0.js +466 -648
- package/dist-es/commands/CancelBatchJobExecutionCommand.js +3 -3
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateDataSetImportTaskCommand.js +3 -3
- package/dist-es/commands/CreateDeploymentCommand.js +3 -3
- package/dist-es/commands/CreateEnvironmentCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +3 -3
- package/dist-es/commands/DeleteEnvironmentCommand.js +3 -3
- package/dist-es/commands/GetApplicationCommand.js +3 -3
- package/dist-es/commands/GetApplicationVersionCommand.js +3 -3
- package/dist-es/commands/GetBatchJobExecutionCommand.js +3 -3
- package/dist-es/commands/GetDataSetDetailsCommand.js +3 -3
- package/dist-es/commands/GetDataSetImportTaskCommand.js +3 -3
- package/dist-es/commands/GetDeploymentCommand.js +3 -3
- package/dist-es/commands/GetEnvironmentCommand.js +3 -3
- package/dist-es/commands/ListApplicationVersionsCommand.js +3 -3
- package/dist-es/commands/ListApplicationsCommand.js +3 -3
- package/dist-es/commands/ListBatchJobDefinitionsCommand.js +3 -3
- package/dist-es/commands/ListBatchJobExecutionsCommand.js +3 -3
- package/dist-es/commands/ListDataSetImportHistoryCommand.js +3 -3
- package/dist-es/commands/ListDataSetsCommand.js +3 -3
- package/dist-es/commands/ListDeploymentsCommand.js +3 -3
- package/dist-es/commands/ListEngineVersionsCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartApplicationCommand.js +3 -3
- package/dist-es/commands/StartBatchJobCommand.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/commands/UpdateEnvironmentCommand.js +3 -3
- package/dist-es/models/models_0.js +170 -454
- package/dist-types/models/models_0.d.ts +408 -596
- package/dist-types/ts3.4/models/models_0.d.ts +204 -392
- package/package.json +6 -6
|
@@ -12,18 +12,6 @@ var AccessDeniedException = (function (_super) {
|
|
|
12
12
|
return AccessDeniedException;
|
|
13
13
|
}(__BaseException));
|
|
14
14
|
export { AccessDeniedException };
|
|
15
|
-
export var AlternateKey;
|
|
16
|
-
(function (AlternateKey) {
|
|
17
|
-
AlternateKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
-
})(AlternateKey || (AlternateKey = {}));
|
|
19
|
-
export var CancelBatchJobExecutionRequest;
|
|
20
|
-
(function (CancelBatchJobExecutionRequest) {
|
|
21
|
-
CancelBatchJobExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
-
})(CancelBatchJobExecutionRequest || (CancelBatchJobExecutionRequest = {}));
|
|
23
|
-
export var CancelBatchJobExecutionResponse;
|
|
24
|
-
(function (CancelBatchJobExecutionResponse) {
|
|
25
|
-
CancelBatchJobExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
-
})(CancelBatchJobExecutionResponse || (CancelBatchJobExecutionResponse = {}));
|
|
27
15
|
var ConflictException = (function (_super) {
|
|
28
16
|
__extends(ConflictException, _super);
|
|
29
17
|
function ConflictException(opts) {
|
|
@@ -84,10 +72,6 @@ var ThrottlingException = (function (_super) {
|
|
|
84
72
|
return ThrottlingException;
|
|
85
73
|
}(__BaseException));
|
|
86
74
|
export { ThrottlingException };
|
|
87
|
-
export var ValidationExceptionField;
|
|
88
|
-
(function (ValidationExceptionField) {
|
|
89
|
-
ValidationExceptionField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
90
|
-
})(ValidationExceptionField || (ValidationExceptionField = {}));
|
|
91
75
|
export var ValidationExceptionReason;
|
|
92
76
|
(function (ValidationExceptionReason) {
|
|
93
77
|
ValidationExceptionReason["CANNOT_PARSE"] = "cannotParse";
|
|
@@ -118,29 +102,12 @@ export var Definition;
|
|
|
118
102
|
return visitor.content(value.content);
|
|
119
103
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
120
104
|
};
|
|
121
|
-
Definition.filterSensitiveLog = function (obj) {
|
|
122
|
-
var _a;
|
|
123
|
-
if (obj.s3Location !== undefined)
|
|
124
|
-
return { s3Location: obj.s3Location };
|
|
125
|
-
if (obj.content !== undefined)
|
|
126
|
-
return { content: obj.content };
|
|
127
|
-
if (obj.$unknown !== undefined)
|
|
128
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
129
|
-
};
|
|
130
105
|
})(Definition || (Definition = {}));
|
|
131
106
|
export var EngineType;
|
|
132
107
|
(function (EngineType) {
|
|
133
108
|
EngineType["BLUAGE"] = "bluage";
|
|
134
109
|
EngineType["MICROFOCUS"] = "microfocus";
|
|
135
110
|
})(EngineType || (EngineType = {}));
|
|
136
|
-
export var CreateApplicationRequest;
|
|
137
|
-
(function (CreateApplicationRequest) {
|
|
138
|
-
CreateApplicationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.definition && { definition: Definition.filterSensitiveLog(obj.definition) }))); };
|
|
139
|
-
})(CreateApplicationRequest || (CreateApplicationRequest = {}));
|
|
140
|
-
export var CreateApplicationResponse;
|
|
141
|
-
(function (CreateApplicationResponse) {
|
|
142
|
-
CreateApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
143
|
-
})(CreateApplicationResponse || (CreateApplicationResponse = {}));
|
|
144
111
|
var ServiceQuotaExceededException = (function (_super) {
|
|
145
112
|
__extends(ServiceQuotaExceededException, _super);
|
|
146
113
|
function ServiceQuotaExceededException(opts) {
|
|
@@ -157,18 +124,6 @@ var ServiceQuotaExceededException = (function (_super) {
|
|
|
157
124
|
return ServiceQuotaExceededException;
|
|
158
125
|
}(__BaseException));
|
|
159
126
|
export { ServiceQuotaExceededException };
|
|
160
|
-
export var GdgAttributes;
|
|
161
|
-
(function (GdgAttributes) {
|
|
162
|
-
GdgAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
-
})(GdgAttributes || (GdgAttributes = {}));
|
|
164
|
-
export var PrimaryKey;
|
|
165
|
-
(function (PrimaryKey) {
|
|
166
|
-
PrimaryKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
-
})(PrimaryKey || (PrimaryKey = {}));
|
|
168
|
-
export var VsamAttributes;
|
|
169
|
-
(function (VsamAttributes) {
|
|
170
|
-
VsamAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
-
})(VsamAttributes || (VsamAttributes = {}));
|
|
172
127
|
export var DatasetOrgAttributes;
|
|
173
128
|
(function (DatasetOrgAttributes) {
|
|
174
129
|
DatasetOrgAttributes.visit = function (value, visitor) {
|
|
@@ -178,24 +133,7 @@ export var DatasetOrgAttributes;
|
|
|
178
133
|
return visitor.gdg(value.gdg);
|
|
179
134
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
180
135
|
};
|
|
181
|
-
DatasetOrgAttributes.filterSensitiveLog = function (obj) {
|
|
182
|
-
var _a;
|
|
183
|
-
if (obj.vsam !== undefined)
|
|
184
|
-
return { vsam: VsamAttributes.filterSensitiveLog(obj.vsam) };
|
|
185
|
-
if (obj.gdg !== undefined)
|
|
186
|
-
return { gdg: GdgAttributes.filterSensitiveLog(obj.gdg) };
|
|
187
|
-
if (obj.$unknown !== undefined)
|
|
188
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
189
|
-
};
|
|
190
136
|
})(DatasetOrgAttributes || (DatasetOrgAttributes = {}));
|
|
191
|
-
export var RecordLength;
|
|
192
|
-
(function (RecordLength) {
|
|
193
|
-
RecordLength.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
-
})(RecordLength || (RecordLength = {}));
|
|
195
|
-
export var DataSet;
|
|
196
|
-
(function (DataSet) {
|
|
197
|
-
DataSet.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.datasetOrg && { datasetOrg: DatasetOrgAttributes.filterSensitiveLog(obj.datasetOrg) }))); };
|
|
198
|
-
})(DataSet || (DataSet = {}));
|
|
199
137
|
export var ExternalLocation;
|
|
200
138
|
(function (ExternalLocation) {
|
|
201
139
|
ExternalLocation.visit = function (value, visitor) {
|
|
@@ -203,18 +141,7 @@ export var ExternalLocation;
|
|
|
203
141
|
return visitor.s3Location(value.s3Location);
|
|
204
142
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
205
143
|
};
|
|
206
|
-
ExternalLocation.filterSensitiveLog = function (obj) {
|
|
207
|
-
var _a;
|
|
208
|
-
if (obj.s3Location !== undefined)
|
|
209
|
-
return { s3Location: obj.s3Location };
|
|
210
|
-
if (obj.$unknown !== undefined)
|
|
211
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
212
|
-
};
|
|
213
144
|
})(ExternalLocation || (ExternalLocation = {}));
|
|
214
|
-
export var DataSetImportItem;
|
|
215
|
-
(function (DataSetImportItem) {
|
|
216
|
-
DataSetImportItem.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.dataSet && { dataSet: DataSet.filterSensitiveLog(obj.dataSet) })), (obj.externalLocation && { externalLocation: ExternalLocation.filterSensitiveLog(obj.externalLocation) }))); };
|
|
217
|
-
})(DataSetImportItem || (DataSetImportItem = {}));
|
|
218
145
|
export var DataSetImportConfig;
|
|
219
146
|
(function (DataSetImportConfig) {
|
|
220
147
|
DataSetImportConfig.visit = function (value, visitor) {
|
|
@@ -224,76 +151,19 @@ export var DataSetImportConfig;
|
|
|
224
151
|
return visitor.dataSets(value.dataSets);
|
|
225
152
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
226
153
|
};
|
|
227
|
-
DataSetImportConfig.filterSensitiveLog = function (obj) {
|
|
228
|
-
var _a;
|
|
229
|
-
if (obj.s3Location !== undefined)
|
|
230
|
-
return { s3Location: obj.s3Location };
|
|
231
|
-
if (obj.dataSets !== undefined)
|
|
232
|
-
return { dataSets: obj.dataSets.map(function (item) { return DataSetImportItem.filterSensitiveLog(item); }) };
|
|
233
|
-
if (obj.$unknown !== undefined)
|
|
234
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
235
|
-
};
|
|
236
154
|
})(DataSetImportConfig || (DataSetImportConfig = {}));
|
|
237
|
-
export var CreateDataSetImportTaskRequest;
|
|
238
|
-
(function (CreateDataSetImportTaskRequest) {
|
|
239
|
-
CreateDataSetImportTaskRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.importConfig && { importConfig: DataSetImportConfig.filterSensitiveLog(obj.importConfig) }))); };
|
|
240
|
-
})(CreateDataSetImportTaskRequest || (CreateDataSetImportTaskRequest = {}));
|
|
241
|
-
export var CreateDataSetImportTaskResponse;
|
|
242
|
-
(function (CreateDataSetImportTaskResponse) {
|
|
243
|
-
CreateDataSetImportTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
-
})(CreateDataSetImportTaskResponse || (CreateDataSetImportTaskResponse = {}));
|
|
245
|
-
export var CreateDeploymentRequest;
|
|
246
|
-
(function (CreateDeploymentRequest) {
|
|
247
|
-
CreateDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
-
})(CreateDeploymentRequest || (CreateDeploymentRequest = {}));
|
|
249
|
-
export var CreateDeploymentResponse;
|
|
250
|
-
(function (CreateDeploymentResponse) {
|
|
251
|
-
CreateDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
-
})(CreateDeploymentResponse || (CreateDeploymentResponse = {}));
|
|
253
|
-
export var DeleteApplicationRequest;
|
|
254
|
-
(function (DeleteApplicationRequest) {
|
|
255
|
-
DeleteApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
-
})(DeleteApplicationRequest || (DeleteApplicationRequest = {}));
|
|
257
|
-
export var DeleteApplicationResponse;
|
|
258
|
-
(function (DeleteApplicationResponse) {
|
|
259
|
-
DeleteApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
-
})(DeleteApplicationResponse || (DeleteApplicationResponse = {}));
|
|
261
|
-
export var DeleteApplicationFromEnvironmentRequest;
|
|
262
|
-
(function (DeleteApplicationFromEnvironmentRequest) {
|
|
263
|
-
DeleteApplicationFromEnvironmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
-
})(DeleteApplicationFromEnvironmentRequest || (DeleteApplicationFromEnvironmentRequest = {}));
|
|
265
|
-
export var DeleteApplicationFromEnvironmentResponse;
|
|
266
|
-
(function (DeleteApplicationFromEnvironmentResponse) {
|
|
267
|
-
DeleteApplicationFromEnvironmentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
-
})(DeleteApplicationFromEnvironmentResponse || (DeleteApplicationFromEnvironmentResponse = {}));
|
|
269
|
-
export var GetApplicationRequest;
|
|
270
|
-
(function (GetApplicationRequest) {
|
|
271
|
-
GetApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
-
})(GetApplicationRequest || (GetApplicationRequest = {}));
|
|
273
155
|
export var DeploymentLifecycle;
|
|
274
156
|
(function (DeploymentLifecycle) {
|
|
275
157
|
DeploymentLifecycle["DEPLOYING"] = "Deploying";
|
|
276
158
|
DeploymentLifecycle["FAILED"] = "Failed";
|
|
277
159
|
DeploymentLifecycle["SUCCEEDED"] = "Succeeded";
|
|
278
160
|
})(DeploymentLifecycle || (DeploymentLifecycle = {}));
|
|
279
|
-
export var DeployedVersionSummary;
|
|
280
|
-
(function (DeployedVersionSummary) {
|
|
281
|
-
DeployedVersionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
-
})(DeployedVersionSummary || (DeployedVersionSummary = {}));
|
|
283
161
|
export var ApplicationVersionLifecycle;
|
|
284
162
|
(function (ApplicationVersionLifecycle) {
|
|
285
163
|
ApplicationVersionLifecycle["AVAILABLE"] = "Available";
|
|
286
164
|
ApplicationVersionLifecycle["CREATING"] = "Creating";
|
|
287
165
|
ApplicationVersionLifecycle["FAILED"] = "Failed";
|
|
288
166
|
})(ApplicationVersionLifecycle || (ApplicationVersionLifecycle = {}));
|
|
289
|
-
export var ApplicationVersionSummary;
|
|
290
|
-
(function (ApplicationVersionSummary) {
|
|
291
|
-
ApplicationVersionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
-
})(ApplicationVersionSummary || (ApplicationVersionSummary = {}));
|
|
293
|
-
export var LogGroupSummary;
|
|
294
|
-
(function (LogGroupSummary) {
|
|
295
|
-
LogGroupSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
-
})(LogGroupSummary || (LogGroupSummary = {}));
|
|
297
167
|
export var ApplicationLifecycle;
|
|
298
168
|
(function (ApplicationLifecycle) {
|
|
299
169
|
ApplicationLifecycle["AVAILABLE"] = "Available";
|
|
@@ -307,22 +177,6 @@ export var ApplicationLifecycle;
|
|
|
307
177
|
ApplicationLifecycle["STOPPED"] = "Stopped";
|
|
308
178
|
ApplicationLifecycle["STOPPING"] = "Stopping";
|
|
309
179
|
})(ApplicationLifecycle || (ApplicationLifecycle = {}));
|
|
310
|
-
export var GetApplicationResponse;
|
|
311
|
-
(function (GetApplicationResponse) {
|
|
312
|
-
GetApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
-
})(GetApplicationResponse || (GetApplicationResponse = {}));
|
|
314
|
-
export var GetApplicationVersionRequest;
|
|
315
|
-
(function (GetApplicationVersionRequest) {
|
|
316
|
-
GetApplicationVersionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
-
})(GetApplicationVersionRequest || (GetApplicationVersionRequest = {}));
|
|
318
|
-
export var GetApplicationVersionResponse;
|
|
319
|
-
(function (GetApplicationVersionResponse) {
|
|
320
|
-
GetApplicationVersionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
-
})(GetApplicationVersionResponse || (GetApplicationVersionResponse = {}));
|
|
322
|
-
export var GetBatchJobExecutionRequest;
|
|
323
|
-
(function (GetBatchJobExecutionRequest) {
|
|
324
|
-
GetBatchJobExecutionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
-
})(GetBatchJobExecutionRequest || (GetBatchJobExecutionRequest = {}));
|
|
326
180
|
export var BatchJobType;
|
|
327
181
|
(function (BatchJobType) {
|
|
328
182
|
BatchJobType["JES2"] = "JES2";
|
|
@@ -341,22 +195,6 @@ export var BatchJobExecutionStatus;
|
|
|
341
195
|
BatchJobExecutionStatus["SUCCEEDED"] = "Succeeded";
|
|
342
196
|
BatchJobExecutionStatus["SUCCEEDED_WITH_WARNING"] = "Succeeded With Warning";
|
|
343
197
|
})(BatchJobExecutionStatus || (BatchJobExecutionStatus = {}));
|
|
344
|
-
export var GetBatchJobExecutionResponse;
|
|
345
|
-
(function (GetBatchJobExecutionResponse) {
|
|
346
|
-
GetBatchJobExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
-
})(GetBatchJobExecutionResponse || (GetBatchJobExecutionResponse = {}));
|
|
348
|
-
export var GetDataSetDetailsRequest;
|
|
349
|
-
(function (GetDataSetDetailsRequest) {
|
|
350
|
-
GetDataSetDetailsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
-
})(GetDataSetDetailsRequest || (GetDataSetDetailsRequest = {}));
|
|
352
|
-
export var GdgDetailAttributes;
|
|
353
|
-
(function (GdgDetailAttributes) {
|
|
354
|
-
GdgDetailAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
-
})(GdgDetailAttributes || (GdgDetailAttributes = {}));
|
|
356
|
-
export var VsamDetailAttributes;
|
|
357
|
-
(function (VsamDetailAttributes) {
|
|
358
|
-
VsamDetailAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
-
})(VsamDetailAttributes || (VsamDetailAttributes = {}));
|
|
360
198
|
export var DatasetDetailOrgAttributes;
|
|
361
199
|
(function (DatasetDetailOrgAttributes) {
|
|
362
200
|
DatasetDetailOrgAttributes.visit = function (value, visitor) {
|
|
@@ -366,83 +204,18 @@ export var DatasetDetailOrgAttributes;
|
|
|
366
204
|
return visitor.gdg(value.gdg);
|
|
367
205
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
368
206
|
};
|
|
369
|
-
DatasetDetailOrgAttributes.filterSensitiveLog = function (obj) {
|
|
370
|
-
var _a;
|
|
371
|
-
if (obj.vsam !== undefined)
|
|
372
|
-
return { vsam: VsamDetailAttributes.filterSensitiveLog(obj.vsam) };
|
|
373
|
-
if (obj.gdg !== undefined)
|
|
374
|
-
return { gdg: GdgDetailAttributes.filterSensitiveLog(obj.gdg) };
|
|
375
|
-
if (obj.$unknown !== undefined)
|
|
376
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
377
|
-
};
|
|
378
207
|
})(DatasetDetailOrgAttributes || (DatasetDetailOrgAttributes = {}));
|
|
379
|
-
export var GetDataSetDetailsResponse;
|
|
380
|
-
(function (GetDataSetDetailsResponse) {
|
|
381
|
-
GetDataSetDetailsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.dataSetOrg && { dataSetOrg: DatasetDetailOrgAttributes.filterSensitiveLog(obj.dataSetOrg) }))); };
|
|
382
|
-
})(GetDataSetDetailsResponse || (GetDataSetDetailsResponse = {}));
|
|
383
|
-
export var GetDataSetImportTaskRequest;
|
|
384
|
-
(function (GetDataSetImportTaskRequest) {
|
|
385
|
-
GetDataSetImportTaskRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
-
})(GetDataSetImportTaskRequest || (GetDataSetImportTaskRequest = {}));
|
|
387
208
|
export var DataSetTaskLifecycle;
|
|
388
209
|
(function (DataSetTaskLifecycle) {
|
|
389
210
|
DataSetTaskLifecycle["COMPLETED"] = "Completed";
|
|
390
211
|
DataSetTaskLifecycle["CREATING"] = "Creating";
|
|
391
212
|
DataSetTaskLifecycle["RUNNING"] = "Running";
|
|
392
213
|
})(DataSetTaskLifecycle || (DataSetTaskLifecycle = {}));
|
|
393
|
-
export var DataSetImportSummary;
|
|
394
|
-
(function (DataSetImportSummary) {
|
|
395
|
-
DataSetImportSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
-
})(DataSetImportSummary || (DataSetImportSummary = {}));
|
|
397
|
-
export var GetDataSetImportTaskResponse;
|
|
398
|
-
(function (GetDataSetImportTaskResponse) {
|
|
399
|
-
GetDataSetImportTaskResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
-
})(GetDataSetImportTaskResponse || (GetDataSetImportTaskResponse = {}));
|
|
401
|
-
export var GetDeploymentRequest;
|
|
402
|
-
(function (GetDeploymentRequest) {
|
|
403
|
-
GetDeploymentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
-
})(GetDeploymentRequest || (GetDeploymentRequest = {}));
|
|
405
|
-
export var GetDeploymentResponse;
|
|
406
|
-
(function (GetDeploymentResponse) {
|
|
407
|
-
GetDeploymentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
-
})(GetDeploymentResponse || (GetDeploymentResponse = {}));
|
|
409
|
-
export var ListApplicationsRequest;
|
|
410
|
-
(function (ListApplicationsRequest) {
|
|
411
|
-
ListApplicationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
-
})(ListApplicationsRequest || (ListApplicationsRequest = {}));
|
|
413
214
|
export var ApplicationDeploymentLifecycle;
|
|
414
215
|
(function (ApplicationDeploymentLifecycle) {
|
|
415
216
|
ApplicationDeploymentLifecycle["DEPLOYED"] = "Deployed";
|
|
416
217
|
ApplicationDeploymentLifecycle["DEPLOYING"] = "Deploying";
|
|
417
218
|
})(ApplicationDeploymentLifecycle || (ApplicationDeploymentLifecycle = {}));
|
|
418
|
-
export var ApplicationSummary;
|
|
419
|
-
(function (ApplicationSummary) {
|
|
420
|
-
ApplicationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
-
})(ApplicationSummary || (ApplicationSummary = {}));
|
|
422
|
-
export var ListApplicationsResponse;
|
|
423
|
-
(function (ListApplicationsResponse) {
|
|
424
|
-
ListApplicationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
-
})(ListApplicationsResponse || (ListApplicationsResponse = {}));
|
|
426
|
-
export var ListApplicationVersionsRequest;
|
|
427
|
-
(function (ListApplicationVersionsRequest) {
|
|
428
|
-
ListApplicationVersionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
-
})(ListApplicationVersionsRequest || (ListApplicationVersionsRequest = {}));
|
|
430
|
-
export var ListApplicationVersionsResponse;
|
|
431
|
-
(function (ListApplicationVersionsResponse) {
|
|
432
|
-
ListApplicationVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
-
})(ListApplicationVersionsResponse || (ListApplicationVersionsResponse = {}));
|
|
434
|
-
export var ListBatchJobDefinitionsRequest;
|
|
435
|
-
(function (ListBatchJobDefinitionsRequest) {
|
|
436
|
-
ListBatchJobDefinitionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
-
})(ListBatchJobDefinitionsRequest || (ListBatchJobDefinitionsRequest = {}));
|
|
438
|
-
export var FileBatchJobDefinition;
|
|
439
|
-
(function (FileBatchJobDefinition) {
|
|
440
|
-
FileBatchJobDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
-
})(FileBatchJobDefinition || (FileBatchJobDefinition = {}));
|
|
442
|
-
export var ScriptBatchJobDefinition;
|
|
443
|
-
(function (ScriptBatchJobDefinition) {
|
|
444
|
-
ScriptBatchJobDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
-
})(ScriptBatchJobDefinition || (ScriptBatchJobDefinition = {}));
|
|
446
219
|
export var BatchJobDefinition;
|
|
447
220
|
(function (BatchJobDefinition) {
|
|
448
221
|
BatchJobDefinition.visit = function (value, visitor) {
|
|
@@ -452,86 +225,7 @@ export var BatchJobDefinition;
|
|
|
452
225
|
return visitor.scriptBatchJobDefinition(value.scriptBatchJobDefinition);
|
|
453
226
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
454
227
|
};
|
|
455
|
-
BatchJobDefinition.filterSensitiveLog = function (obj) {
|
|
456
|
-
var _a;
|
|
457
|
-
if (obj.fileBatchJobDefinition !== undefined)
|
|
458
|
-
return { fileBatchJobDefinition: FileBatchJobDefinition.filterSensitiveLog(obj.fileBatchJobDefinition) };
|
|
459
|
-
if (obj.scriptBatchJobDefinition !== undefined)
|
|
460
|
-
return { scriptBatchJobDefinition: ScriptBatchJobDefinition.filterSensitiveLog(obj.scriptBatchJobDefinition) };
|
|
461
|
-
if (obj.$unknown !== undefined)
|
|
462
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
463
|
-
};
|
|
464
228
|
})(BatchJobDefinition || (BatchJobDefinition = {}));
|
|
465
|
-
export var ListBatchJobDefinitionsResponse;
|
|
466
|
-
(function (ListBatchJobDefinitionsResponse) {
|
|
467
|
-
ListBatchJobDefinitionsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.batchJobDefinitions && {
|
|
468
|
-
batchJobDefinitions: obj.batchJobDefinitions.map(function (item) { return BatchJobDefinition.filterSensitiveLog(item); }),
|
|
469
|
-
}))); };
|
|
470
|
-
})(ListBatchJobDefinitionsResponse || (ListBatchJobDefinitionsResponse = {}));
|
|
471
|
-
export var ListBatchJobExecutionsRequest;
|
|
472
|
-
(function (ListBatchJobExecutionsRequest) {
|
|
473
|
-
ListBatchJobExecutionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
-
})(ListBatchJobExecutionsRequest || (ListBatchJobExecutionsRequest = {}));
|
|
475
|
-
export var BatchJobExecutionSummary;
|
|
476
|
-
(function (BatchJobExecutionSummary) {
|
|
477
|
-
BatchJobExecutionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
-
})(BatchJobExecutionSummary || (BatchJobExecutionSummary = {}));
|
|
479
|
-
export var ListBatchJobExecutionsResponse;
|
|
480
|
-
(function (ListBatchJobExecutionsResponse) {
|
|
481
|
-
ListBatchJobExecutionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
-
})(ListBatchJobExecutionsResponse || (ListBatchJobExecutionsResponse = {}));
|
|
483
|
-
export var ListDataSetImportHistoryRequest;
|
|
484
|
-
(function (ListDataSetImportHistoryRequest) {
|
|
485
|
-
ListDataSetImportHistoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
-
})(ListDataSetImportHistoryRequest || (ListDataSetImportHistoryRequest = {}));
|
|
487
|
-
export var DataSetImportTask;
|
|
488
|
-
(function (DataSetImportTask) {
|
|
489
|
-
DataSetImportTask.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
-
})(DataSetImportTask || (DataSetImportTask = {}));
|
|
491
|
-
export var ListDataSetImportHistoryResponse;
|
|
492
|
-
(function (ListDataSetImportHistoryResponse) {
|
|
493
|
-
ListDataSetImportHistoryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
-
})(ListDataSetImportHistoryResponse || (ListDataSetImportHistoryResponse = {}));
|
|
495
|
-
export var ListDataSetsRequest;
|
|
496
|
-
(function (ListDataSetsRequest) {
|
|
497
|
-
ListDataSetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
-
})(ListDataSetsRequest || (ListDataSetsRequest = {}));
|
|
499
|
-
export var DataSetSummary;
|
|
500
|
-
(function (DataSetSummary) {
|
|
501
|
-
DataSetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
-
})(DataSetSummary || (DataSetSummary = {}));
|
|
503
|
-
export var ListDataSetsResponse;
|
|
504
|
-
(function (ListDataSetsResponse) {
|
|
505
|
-
ListDataSetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
-
})(ListDataSetsResponse || (ListDataSetsResponse = {}));
|
|
507
|
-
export var ListDeploymentsRequest;
|
|
508
|
-
(function (ListDeploymentsRequest) {
|
|
509
|
-
ListDeploymentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
-
})(ListDeploymentsRequest || (ListDeploymentsRequest = {}));
|
|
511
|
-
export var DeploymentSummary;
|
|
512
|
-
(function (DeploymentSummary) {
|
|
513
|
-
DeploymentSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
-
})(DeploymentSummary || (DeploymentSummary = {}));
|
|
515
|
-
export var ListDeploymentsResponse;
|
|
516
|
-
(function (ListDeploymentsResponse) {
|
|
517
|
-
ListDeploymentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
-
})(ListDeploymentsResponse || (ListDeploymentsResponse = {}));
|
|
519
|
-
export var StartApplicationRequest;
|
|
520
|
-
(function (StartApplicationRequest) {
|
|
521
|
-
StartApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
-
})(StartApplicationRequest || (StartApplicationRequest = {}));
|
|
523
|
-
export var StartApplicationResponse;
|
|
524
|
-
(function (StartApplicationResponse) {
|
|
525
|
-
StartApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
-
})(StartApplicationResponse || (StartApplicationResponse = {}));
|
|
527
|
-
export var FileBatchJobIdentifier;
|
|
528
|
-
(function (FileBatchJobIdentifier) {
|
|
529
|
-
FileBatchJobIdentifier.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
-
})(FileBatchJobIdentifier || (FileBatchJobIdentifier = {}));
|
|
531
|
-
export var ScriptBatchJobIdentifier;
|
|
532
|
-
(function (ScriptBatchJobIdentifier) {
|
|
533
|
-
ScriptBatchJobIdentifier.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
-
})(ScriptBatchJobIdentifier || (ScriptBatchJobIdentifier = {}));
|
|
535
229
|
export var BatchJobIdentifier;
|
|
536
230
|
(function (BatchJobIdentifier) {
|
|
537
231
|
BatchJobIdentifier.visit = function (value, visitor) {
|
|
@@ -541,54 +235,7 @@ export var BatchJobIdentifier;
|
|
|
541
235
|
return visitor.scriptBatchJobIdentifier(value.scriptBatchJobIdentifier);
|
|
542
236
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
543
237
|
};
|
|
544
|
-
BatchJobIdentifier.filterSensitiveLog = function (obj) {
|
|
545
|
-
var _a;
|
|
546
|
-
if (obj.fileBatchJobIdentifier !== undefined)
|
|
547
|
-
return { fileBatchJobIdentifier: FileBatchJobIdentifier.filterSensitiveLog(obj.fileBatchJobIdentifier) };
|
|
548
|
-
if (obj.scriptBatchJobIdentifier !== undefined)
|
|
549
|
-
return { scriptBatchJobIdentifier: ScriptBatchJobIdentifier.filterSensitiveLog(obj.scriptBatchJobIdentifier) };
|
|
550
|
-
if (obj.$unknown !== undefined)
|
|
551
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
552
|
-
};
|
|
553
238
|
})(BatchJobIdentifier || (BatchJobIdentifier = {}));
|
|
554
|
-
export var StartBatchJobRequest;
|
|
555
|
-
(function (StartBatchJobRequest) {
|
|
556
|
-
StartBatchJobRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.batchJobIdentifier && {
|
|
557
|
-
batchJobIdentifier: BatchJobIdentifier.filterSensitiveLog(obj.batchJobIdentifier),
|
|
558
|
-
}))); };
|
|
559
|
-
})(StartBatchJobRequest || (StartBatchJobRequest = {}));
|
|
560
|
-
export var StartBatchJobResponse;
|
|
561
|
-
(function (StartBatchJobResponse) {
|
|
562
|
-
StartBatchJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
-
})(StartBatchJobResponse || (StartBatchJobResponse = {}));
|
|
564
|
-
export var StopApplicationRequest;
|
|
565
|
-
(function (StopApplicationRequest) {
|
|
566
|
-
StopApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
-
})(StopApplicationRequest || (StopApplicationRequest = {}));
|
|
568
|
-
export var StopApplicationResponse;
|
|
569
|
-
(function (StopApplicationResponse) {
|
|
570
|
-
StopApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
-
})(StopApplicationResponse || (StopApplicationResponse = {}));
|
|
572
|
-
export var UpdateApplicationRequest;
|
|
573
|
-
(function (UpdateApplicationRequest) {
|
|
574
|
-
UpdateApplicationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.definition && { definition: Definition.filterSensitiveLog(obj.definition) }))); };
|
|
575
|
-
})(UpdateApplicationRequest || (UpdateApplicationRequest = {}));
|
|
576
|
-
export var UpdateApplicationResponse;
|
|
577
|
-
(function (UpdateApplicationResponse) {
|
|
578
|
-
UpdateApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
-
})(UpdateApplicationResponse || (UpdateApplicationResponse = {}));
|
|
580
|
-
export var HighAvailabilityConfig;
|
|
581
|
-
(function (HighAvailabilityConfig) {
|
|
582
|
-
HighAvailabilityConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
-
})(HighAvailabilityConfig || (HighAvailabilityConfig = {}));
|
|
584
|
-
export var EfsStorageConfiguration;
|
|
585
|
-
(function (EfsStorageConfiguration) {
|
|
586
|
-
EfsStorageConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
-
})(EfsStorageConfiguration || (EfsStorageConfiguration = {}));
|
|
588
|
-
export var FsxStorageConfiguration;
|
|
589
|
-
(function (FsxStorageConfiguration) {
|
|
590
|
-
FsxStorageConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
-
})(FsxStorageConfiguration || (FsxStorageConfiguration = {}));
|
|
592
239
|
export var StorageConfiguration;
|
|
593
240
|
(function (StorageConfiguration) {
|
|
594
241
|
StorageConfiguration.visit = function (value, visitor) {
|
|
@@ -598,46 +245,7 @@ export var StorageConfiguration;
|
|
|
598
245
|
return visitor.fsx(value.fsx);
|
|
599
246
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
600
247
|
};
|
|
601
|
-
StorageConfiguration.filterSensitiveLog = function (obj) {
|
|
602
|
-
var _a;
|
|
603
|
-
if (obj.efs !== undefined)
|
|
604
|
-
return { efs: EfsStorageConfiguration.filterSensitiveLog(obj.efs) };
|
|
605
|
-
if (obj.fsx !== undefined)
|
|
606
|
-
return { fsx: FsxStorageConfiguration.filterSensitiveLog(obj.fsx) };
|
|
607
|
-
if (obj.$unknown !== undefined)
|
|
608
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
609
|
-
};
|
|
610
248
|
})(StorageConfiguration || (StorageConfiguration = {}));
|
|
611
|
-
export var CreateEnvironmentRequest;
|
|
612
|
-
(function (CreateEnvironmentRequest) {
|
|
613
|
-
CreateEnvironmentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.storageConfigurations && {
|
|
614
|
-
storageConfigurations: obj.storageConfigurations.map(function (item) { return StorageConfiguration.filterSensitiveLog(item); }),
|
|
615
|
-
}))); };
|
|
616
|
-
})(CreateEnvironmentRequest || (CreateEnvironmentRequest = {}));
|
|
617
|
-
export var CreateEnvironmentResponse;
|
|
618
|
-
(function (CreateEnvironmentResponse) {
|
|
619
|
-
CreateEnvironmentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
-
})(CreateEnvironmentResponse || (CreateEnvironmentResponse = {}));
|
|
621
|
-
export var DeleteEnvironmentRequest;
|
|
622
|
-
(function (DeleteEnvironmentRequest) {
|
|
623
|
-
DeleteEnvironmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
-
})(DeleteEnvironmentRequest || (DeleteEnvironmentRequest = {}));
|
|
625
|
-
export var DeleteEnvironmentResponse;
|
|
626
|
-
(function (DeleteEnvironmentResponse) {
|
|
627
|
-
DeleteEnvironmentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
-
})(DeleteEnvironmentResponse || (DeleteEnvironmentResponse = {}));
|
|
629
|
-
export var GetEnvironmentRequest;
|
|
630
|
-
(function (GetEnvironmentRequest) {
|
|
631
|
-
GetEnvironmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
-
})(GetEnvironmentRequest || (GetEnvironmentRequest = {}));
|
|
633
|
-
export var MaintenanceSchedule;
|
|
634
|
-
(function (MaintenanceSchedule) {
|
|
635
|
-
MaintenanceSchedule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
-
})(MaintenanceSchedule || (MaintenanceSchedule = {}));
|
|
637
|
-
export var PendingMaintenance;
|
|
638
|
-
(function (PendingMaintenance) {
|
|
639
|
-
PendingMaintenance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
-
})(PendingMaintenance || (PendingMaintenance = {}));
|
|
641
249
|
export var EnvironmentLifecycle;
|
|
642
250
|
(function (EnvironmentLifecycle) {
|
|
643
251
|
EnvironmentLifecycle["AVAILABLE"] = "Available";
|
|
@@ -645,65 +253,173 @@ export var EnvironmentLifecycle;
|
|
|
645
253
|
EnvironmentLifecycle["DELETING"] = "Deleting";
|
|
646
254
|
EnvironmentLifecycle["FAILED"] = "Failed";
|
|
647
255
|
})(EnvironmentLifecycle || (EnvironmentLifecycle = {}));
|
|
648
|
-
export var
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
export var
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
export var
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
(
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
(
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
(
|
|
692
|
-
|
|
693
|
-
}
|
|
694
|
-
export var
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
export var
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
export var
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
export var
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
256
|
+
export var AlternateKeyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
+
export var CancelBatchJobExecutionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
+
export var CancelBatchJobExecutionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var ValidationExceptionFieldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
export var DefinitionFilterSensitiveLog = function (obj) {
|
|
261
|
+
var _a;
|
|
262
|
+
if (obj.s3Location !== undefined)
|
|
263
|
+
return { s3Location: obj.s3Location };
|
|
264
|
+
if (obj.content !== undefined)
|
|
265
|
+
return { content: obj.content };
|
|
266
|
+
if (obj.$unknown !== undefined)
|
|
267
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
268
|
+
};
|
|
269
|
+
export var CreateApplicationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.definition && { definition: DefinitionFilterSensitiveLog(obj.definition) }))); };
|
|
270
|
+
export var CreateApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var GdgAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var PrimaryKeyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var VsamAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var DatasetOrgAttributesFilterSensitiveLog = function (obj) {
|
|
275
|
+
var _a;
|
|
276
|
+
if (obj.vsam !== undefined)
|
|
277
|
+
return { vsam: VsamAttributesFilterSensitiveLog(obj.vsam) };
|
|
278
|
+
if (obj.gdg !== undefined)
|
|
279
|
+
return { gdg: GdgAttributesFilterSensitiveLog(obj.gdg) };
|
|
280
|
+
if (obj.$unknown !== undefined)
|
|
281
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
282
|
+
};
|
|
283
|
+
export var RecordLengthFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var DataSetFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.datasetOrg && { datasetOrg: DatasetOrgAttributesFilterSensitiveLog(obj.datasetOrg) }))); };
|
|
285
|
+
export var ExternalLocationFilterSensitiveLog = function (obj) {
|
|
286
|
+
var _a;
|
|
287
|
+
if (obj.s3Location !== undefined)
|
|
288
|
+
return { s3Location: obj.s3Location };
|
|
289
|
+
if (obj.$unknown !== undefined)
|
|
290
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
291
|
+
};
|
|
292
|
+
export var DataSetImportItemFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.dataSet && { dataSet: DataSetFilterSensitiveLog(obj.dataSet) })), (obj.externalLocation && { externalLocation: ExternalLocationFilterSensitiveLog(obj.externalLocation) }))); };
|
|
293
|
+
export var DataSetImportConfigFilterSensitiveLog = function (obj) {
|
|
294
|
+
var _a;
|
|
295
|
+
if (obj.s3Location !== undefined)
|
|
296
|
+
return { s3Location: obj.s3Location };
|
|
297
|
+
if (obj.dataSets !== undefined)
|
|
298
|
+
return { dataSets: obj.dataSets.map(function (item) { return DataSetImportItemFilterSensitiveLog(item); }) };
|
|
299
|
+
if (obj.$unknown !== undefined)
|
|
300
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
301
|
+
};
|
|
302
|
+
export var CreateDataSetImportTaskRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.importConfig && { importConfig: DataSetImportConfigFilterSensitiveLog(obj.importConfig) }))); };
|
|
303
|
+
export var CreateDataSetImportTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var CreateDeploymentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var CreateDeploymentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var DeleteApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
export var DeleteApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var DeleteApplicationFromEnvironmentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
export var DeleteApplicationFromEnvironmentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
export var GetApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
+
export var DeployedVersionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
export var ApplicationVersionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
+
export var LogGroupSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
+
export var GetApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
export var GetApplicationVersionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
export var GetApplicationVersionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
export var GetBatchJobExecutionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
export var GetBatchJobExecutionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
export var GetDataSetDetailsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
export var GdgDetailAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
export var VsamDetailAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
+
export var DatasetDetailOrgAttributesFilterSensitiveLog = function (obj) {
|
|
323
|
+
var _a;
|
|
324
|
+
if (obj.vsam !== undefined)
|
|
325
|
+
return { vsam: VsamDetailAttributesFilterSensitiveLog(obj.vsam) };
|
|
326
|
+
if (obj.gdg !== undefined)
|
|
327
|
+
return { gdg: GdgDetailAttributesFilterSensitiveLog(obj.gdg) };
|
|
328
|
+
if (obj.$unknown !== undefined)
|
|
329
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
330
|
+
};
|
|
331
|
+
export var GetDataSetDetailsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.dataSetOrg && { dataSetOrg: DatasetDetailOrgAttributesFilterSensitiveLog(obj.dataSetOrg) }))); };
|
|
332
|
+
export var GetDataSetImportTaskRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
+
export var DataSetImportSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
+
export var GetDataSetImportTaskResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
+
export var GetDeploymentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
+
export var GetDeploymentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
+
export var ListApplicationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
+
export var ApplicationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
+
export var ListApplicationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
+
export var ListApplicationVersionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
+
export var ListApplicationVersionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
+
export var ListBatchJobDefinitionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
export var FileBatchJobDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
+
export var ScriptBatchJobDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
+
export var BatchJobDefinitionFilterSensitiveLog = function (obj) {
|
|
346
|
+
var _a;
|
|
347
|
+
if (obj.fileBatchJobDefinition !== undefined)
|
|
348
|
+
return { fileBatchJobDefinition: FileBatchJobDefinitionFilterSensitiveLog(obj.fileBatchJobDefinition) };
|
|
349
|
+
if (obj.scriptBatchJobDefinition !== undefined)
|
|
350
|
+
return { scriptBatchJobDefinition: ScriptBatchJobDefinitionFilterSensitiveLog(obj.scriptBatchJobDefinition) };
|
|
351
|
+
if (obj.$unknown !== undefined)
|
|
352
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
353
|
+
};
|
|
354
|
+
export var ListBatchJobDefinitionsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.batchJobDefinitions && {
|
|
355
|
+
batchJobDefinitions: obj.batchJobDefinitions.map(function (item) { return BatchJobDefinitionFilterSensitiveLog(item); }),
|
|
356
|
+
}))); };
|
|
357
|
+
export var ListBatchJobExecutionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
+
export var BatchJobExecutionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
export var ListBatchJobExecutionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
+
export var ListDataSetImportHistoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
+
export var DataSetImportTaskFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
+
export var ListDataSetImportHistoryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
+
export var ListDataSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
+
export var DataSetSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
+
export var ListDataSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
+
export var ListDeploymentsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
+
export var DeploymentSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
+
export var ListDeploymentsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
+
export var StartApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
+
export var StartApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
+
export var FileBatchJobIdentifierFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
+
export var ScriptBatchJobIdentifierFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
+
export var BatchJobIdentifierFilterSensitiveLog = function (obj) {
|
|
374
|
+
var _a;
|
|
375
|
+
if (obj.fileBatchJobIdentifier !== undefined)
|
|
376
|
+
return { fileBatchJobIdentifier: FileBatchJobIdentifierFilterSensitiveLog(obj.fileBatchJobIdentifier) };
|
|
377
|
+
if (obj.scriptBatchJobIdentifier !== undefined)
|
|
378
|
+
return { scriptBatchJobIdentifier: ScriptBatchJobIdentifierFilterSensitiveLog(obj.scriptBatchJobIdentifier) };
|
|
379
|
+
if (obj.$unknown !== undefined)
|
|
380
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
381
|
+
};
|
|
382
|
+
export var StartBatchJobRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.batchJobIdentifier && { batchJobIdentifier: BatchJobIdentifierFilterSensitiveLog(obj.batchJobIdentifier) }))); };
|
|
383
|
+
export var StartBatchJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
+
export var StopApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
+
export var StopApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
+
export var UpdateApplicationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.definition && { definition: DefinitionFilterSensitiveLog(obj.definition) }))); };
|
|
387
|
+
export var UpdateApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
+
export var HighAvailabilityConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
+
export var EfsStorageConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
+
export var FsxStorageConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
+
export var StorageConfigurationFilterSensitiveLog = function (obj) {
|
|
392
|
+
var _a;
|
|
393
|
+
if (obj.efs !== undefined)
|
|
394
|
+
return { efs: EfsStorageConfigurationFilterSensitiveLog(obj.efs) };
|
|
395
|
+
if (obj.fsx !== undefined)
|
|
396
|
+
return { fsx: FsxStorageConfigurationFilterSensitiveLog(obj.fsx) };
|
|
397
|
+
if (obj.$unknown !== undefined)
|
|
398
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
399
|
+
};
|
|
400
|
+
export var CreateEnvironmentRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.storageConfigurations && {
|
|
401
|
+
storageConfigurations: obj.storageConfigurations.map(function (item) { return StorageConfigurationFilterSensitiveLog(item); }),
|
|
402
|
+
}))); };
|
|
403
|
+
export var CreateEnvironmentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
+
export var DeleteEnvironmentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
+
export var DeleteEnvironmentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
+
export var GetEnvironmentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
|
+
export var MaintenanceScheduleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
+
export var PendingMaintenanceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
+
export var GetEnvironmentResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.storageConfigurations && {
|
|
410
|
+
storageConfigurations: obj.storageConfigurations.map(function (item) { return StorageConfigurationFilterSensitiveLog(item); }),
|
|
411
|
+
}))); };
|
|
412
|
+
export var ListEnvironmentsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
+
export var EnvironmentSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
+
export var ListEnvironmentsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
+
export var UpdateEnvironmentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
+
export var UpdateEnvironmentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
+
export var ListEngineVersionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
+
export var EngineVersionsSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
+
export var ListEngineVersionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|