@aws-sdk/client-migration-hub-refactor-spaces 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/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/CreateRouteCommand.js +2 -2
- package/dist-cjs/commands/CreateServiceCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteRouteCommand.js +2 -2
- package/dist-cjs/commands/DeleteServiceCommand.js +2 -2
- package/dist-cjs/commands/GetApplicationCommand.js +2 -2
- package/dist-cjs/commands/GetEnvironmentCommand.js +2 -2
- package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/GetRouteCommand.js +2 -2
- package/dist-cjs/commands/GetServiceCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentVpcsCommand.js +2 -2
- package/dist-cjs/commands/ListEnvironmentsCommand.js +2 -2
- package/dist-cjs/commands/ListRoutesCommand.js +2 -2
- package/dist-cjs/commands/ListServicesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateRouteCommand.js +2 -2
- package/dist-cjs/models/models_0.js +293 -423
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateEnvironmentCommand.js +3 -3
- package/dist-es/commands/CreateRouteCommand.js +3 -3
- package/dist-es/commands/CreateServiceCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteEnvironmentCommand.js +3 -3
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
- package/dist-es/commands/DeleteRouteCommand.js +3 -3
- package/dist-es/commands/DeleteServiceCommand.js +3 -3
- package/dist-es/commands/GetApplicationCommand.js +3 -3
- package/dist-es/commands/GetEnvironmentCommand.js +3 -3
- package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
- package/dist-es/commands/GetRouteCommand.js +3 -3
- package/dist-es/commands/GetServiceCommand.js +3 -3
- package/dist-es/commands/ListApplicationsCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentVpcsCommand.js +3 -3
- package/dist-es/commands/ListEnvironmentsCommand.js +3 -3
- package/dist-es/commands/ListRoutesCommand.js +3 -3
- package/dist-es/commands/ListServicesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateRouteCommand.js +3 -3
- package/dist-es/models/models_0.js +73 -268
- package/dist-types/models/models_0.d.ts +260 -390
- package/dist-types/ts3.4/models/models_0.d.ts +130 -260
- package/package.json +6 -6
|
@@ -19,18 +19,6 @@ export var ApiGatewayEndpointType;
|
|
|
19
19
|
ApiGatewayEndpointType["PRIVATE"] = "PRIVATE";
|
|
20
20
|
ApiGatewayEndpointType["REGIONAL"] = "REGIONAL";
|
|
21
21
|
})(ApiGatewayEndpointType || (ApiGatewayEndpointType = {}));
|
|
22
|
-
export var ApiGatewayProxyConfig;
|
|
23
|
-
(function (ApiGatewayProxyConfig) {
|
|
24
|
-
ApiGatewayProxyConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
-
})(ApiGatewayProxyConfig || (ApiGatewayProxyConfig = {}));
|
|
26
|
-
export var ApiGatewayProxyInput;
|
|
27
|
-
(function (ApiGatewayProxyInput) {
|
|
28
|
-
ApiGatewayProxyInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
|
-
})(ApiGatewayProxyInput || (ApiGatewayProxyInput = {}));
|
|
30
|
-
export var ApiGatewayProxySummary;
|
|
31
|
-
(function (ApiGatewayProxySummary) {
|
|
32
|
-
ApiGatewayProxySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
33
|
-
})(ApiGatewayProxySummary || (ApiGatewayProxySummary = {}));
|
|
34
22
|
export var ApplicationState;
|
|
35
23
|
(function (ApplicationState) {
|
|
36
24
|
ApplicationState["ACTIVE"] = "ACTIVE";
|
|
@@ -76,18 +64,10 @@ export var ErrorResourceType;
|
|
|
76
64
|
ErrorResourceType["VPC_ENDPOINT_SERVICE_CONFIGURATION"] = "VPC_ENDPOINT_SERVICE_CONFIGURATION";
|
|
77
65
|
ErrorResourceType["VPC_LINK"] = "VPC_LINK";
|
|
78
66
|
})(ErrorResourceType || (ErrorResourceType = {}));
|
|
79
|
-
export var ErrorResponse;
|
|
80
|
-
(function (ErrorResponse) {
|
|
81
|
-
ErrorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
-
})(ErrorResponse || (ErrorResponse = {}));
|
|
83
67
|
export var ProxyType;
|
|
84
68
|
(function (ProxyType) {
|
|
85
69
|
ProxyType["API_GATEWAY"] = "API_GATEWAY";
|
|
86
70
|
})(ProxyType || (ProxyType = {}));
|
|
87
|
-
export var ApplicationSummary;
|
|
88
|
-
(function (ApplicationSummary) {
|
|
89
|
-
ApplicationSummary.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
90
|
-
})(ApplicationSummary || (ApplicationSummary = {}));
|
|
91
71
|
var ConflictException = (function (_super) {
|
|
92
72
|
__extends(ConflictException, _super);
|
|
93
73
|
function ConflictException(opts) {
|
|
@@ -103,14 +83,6 @@ var ConflictException = (function (_super) {
|
|
|
103
83
|
return ConflictException;
|
|
104
84
|
}(__BaseException));
|
|
105
85
|
export { ConflictException };
|
|
106
|
-
export var CreateApplicationRequest;
|
|
107
|
-
(function (CreateApplicationRequest) {
|
|
108
|
-
CreateApplicationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
109
|
-
})(CreateApplicationRequest || (CreateApplicationRequest = {}));
|
|
110
|
-
export var CreateApplicationResponse;
|
|
111
|
-
(function (CreateApplicationResponse) {
|
|
112
|
-
CreateApplicationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
113
|
-
})(CreateApplicationResponse || (CreateApplicationResponse = {}));
|
|
114
86
|
var InternalServerException = (function (_super) {
|
|
115
87
|
__extends(InternalServerException, _super);
|
|
116
88
|
function InternalServerException(opts) {
|
|
@@ -189,10 +161,6 @@ export var NetworkFabricType;
|
|
|
189
161
|
(function (NetworkFabricType) {
|
|
190
162
|
NetworkFabricType["TRANSIT_GATEWAY"] = "TRANSIT_GATEWAY";
|
|
191
163
|
})(NetworkFabricType || (NetworkFabricType = {}));
|
|
192
|
-
export var CreateEnvironmentRequest;
|
|
193
|
-
(function (CreateEnvironmentRequest) {
|
|
194
|
-
CreateEnvironmentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
195
|
-
})(CreateEnvironmentRequest || (CreateEnvironmentRequest = {}));
|
|
196
164
|
export var EnvironmentState;
|
|
197
165
|
(function (EnvironmentState) {
|
|
198
166
|
EnvironmentState["ACTIVE"] = "ACTIVE";
|
|
@@ -200,19 +168,11 @@ export var EnvironmentState;
|
|
|
200
168
|
EnvironmentState["DELETING"] = "DELETING";
|
|
201
169
|
EnvironmentState["FAILED"] = "FAILED";
|
|
202
170
|
})(EnvironmentState || (EnvironmentState = {}));
|
|
203
|
-
export var CreateEnvironmentResponse;
|
|
204
|
-
(function (CreateEnvironmentResponse) {
|
|
205
|
-
CreateEnvironmentResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
206
|
-
})(CreateEnvironmentResponse || (CreateEnvironmentResponse = {}));
|
|
207
171
|
export var RouteActivationState;
|
|
208
172
|
(function (RouteActivationState) {
|
|
209
173
|
RouteActivationState["ACTIVE"] = "ACTIVE";
|
|
210
174
|
RouteActivationState["INACTIVE"] = "INACTIVE";
|
|
211
175
|
})(RouteActivationState || (RouteActivationState = {}));
|
|
212
|
-
export var DefaultRouteInput;
|
|
213
|
-
(function (DefaultRouteInput) {
|
|
214
|
-
DefaultRouteInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
-
})(DefaultRouteInput || (DefaultRouteInput = {}));
|
|
216
176
|
export var RouteType;
|
|
217
177
|
(function (RouteType) {
|
|
218
178
|
RouteType["DEFAULT"] = "DEFAULT";
|
|
@@ -228,14 +188,6 @@ export var HttpMethod;
|
|
|
228
188
|
HttpMethod["POST"] = "POST";
|
|
229
189
|
HttpMethod["PUT"] = "PUT";
|
|
230
190
|
})(HttpMethod || (HttpMethod = {}));
|
|
231
|
-
export var UriPathRouteInput;
|
|
232
|
-
(function (UriPathRouteInput) {
|
|
233
|
-
UriPathRouteInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
-
})(UriPathRouteInput || (UriPathRouteInput = {}));
|
|
235
|
-
export var CreateRouteRequest;
|
|
236
|
-
(function (CreateRouteRequest) {
|
|
237
|
-
CreateRouteRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
238
|
-
})(CreateRouteRequest || (CreateRouteRequest = {}));
|
|
239
191
|
export var RouteState;
|
|
240
192
|
(function (RouteState) {
|
|
241
193
|
RouteState["ACTIVE"] = "ACTIVE";
|
|
@@ -245,27 +197,11 @@ export var RouteState;
|
|
|
245
197
|
RouteState["INACTIVE"] = "INACTIVE";
|
|
246
198
|
RouteState["UPDATING"] = "UPDATING";
|
|
247
199
|
})(RouteState || (RouteState = {}));
|
|
248
|
-
export var CreateRouteResponse;
|
|
249
|
-
(function (CreateRouteResponse) {
|
|
250
|
-
CreateRouteResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
251
|
-
})(CreateRouteResponse || (CreateRouteResponse = {}));
|
|
252
200
|
export var ServiceEndpointType;
|
|
253
201
|
(function (ServiceEndpointType) {
|
|
254
202
|
ServiceEndpointType["LAMBDA"] = "LAMBDA";
|
|
255
203
|
ServiceEndpointType["URL"] = "URL";
|
|
256
204
|
})(ServiceEndpointType || (ServiceEndpointType = {}));
|
|
257
|
-
export var LambdaEndpointInput;
|
|
258
|
-
(function (LambdaEndpointInput) {
|
|
259
|
-
LambdaEndpointInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
-
})(LambdaEndpointInput || (LambdaEndpointInput = {}));
|
|
261
|
-
export var UrlEndpointInput;
|
|
262
|
-
(function (UrlEndpointInput) {
|
|
263
|
-
UrlEndpointInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
-
})(UrlEndpointInput || (UrlEndpointInput = {}));
|
|
265
|
-
export var CreateServiceRequest;
|
|
266
|
-
(function (CreateServiceRequest) {
|
|
267
|
-
CreateServiceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
268
|
-
})(CreateServiceRequest || (CreateServiceRequest = {}));
|
|
269
205
|
export var ServiceState;
|
|
270
206
|
(function (ServiceState) {
|
|
271
207
|
ServiceState["ACTIVE"] = "ACTIVE";
|
|
@@ -273,106 +209,6 @@ export var ServiceState;
|
|
|
273
209
|
ServiceState["DELETING"] = "DELETING";
|
|
274
210
|
ServiceState["FAILED"] = "FAILED";
|
|
275
211
|
})(ServiceState || (ServiceState = {}));
|
|
276
|
-
export var CreateServiceResponse;
|
|
277
|
-
(function (CreateServiceResponse) {
|
|
278
|
-
CreateServiceResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
279
|
-
})(CreateServiceResponse || (CreateServiceResponse = {}));
|
|
280
|
-
export var DeleteApplicationRequest;
|
|
281
|
-
(function (DeleteApplicationRequest) {
|
|
282
|
-
DeleteApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
-
})(DeleteApplicationRequest || (DeleteApplicationRequest = {}));
|
|
284
|
-
export var DeleteApplicationResponse;
|
|
285
|
-
(function (DeleteApplicationResponse) {
|
|
286
|
-
DeleteApplicationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
-
})(DeleteApplicationResponse || (DeleteApplicationResponse = {}));
|
|
288
|
-
export var DeleteEnvironmentRequest;
|
|
289
|
-
(function (DeleteEnvironmentRequest) {
|
|
290
|
-
DeleteEnvironmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
-
})(DeleteEnvironmentRequest || (DeleteEnvironmentRequest = {}));
|
|
292
|
-
export var DeleteEnvironmentResponse;
|
|
293
|
-
(function (DeleteEnvironmentResponse) {
|
|
294
|
-
DeleteEnvironmentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
-
})(DeleteEnvironmentResponse || (DeleteEnvironmentResponse = {}));
|
|
296
|
-
export var DeleteResourcePolicyRequest;
|
|
297
|
-
(function (DeleteResourcePolicyRequest) {
|
|
298
|
-
DeleteResourcePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
-
})(DeleteResourcePolicyRequest || (DeleteResourcePolicyRequest = {}));
|
|
300
|
-
export var DeleteResourcePolicyResponse;
|
|
301
|
-
(function (DeleteResourcePolicyResponse) {
|
|
302
|
-
DeleteResourcePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
-
})(DeleteResourcePolicyResponse || (DeleteResourcePolicyResponse = {}));
|
|
304
|
-
export var DeleteRouteRequest;
|
|
305
|
-
(function (DeleteRouteRequest) {
|
|
306
|
-
DeleteRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
-
})(DeleteRouteRequest || (DeleteRouteRequest = {}));
|
|
308
|
-
export var DeleteRouteResponse;
|
|
309
|
-
(function (DeleteRouteResponse) {
|
|
310
|
-
DeleteRouteResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
-
})(DeleteRouteResponse || (DeleteRouteResponse = {}));
|
|
312
|
-
export var DeleteServiceRequest;
|
|
313
|
-
(function (DeleteServiceRequest) {
|
|
314
|
-
DeleteServiceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
-
})(DeleteServiceRequest || (DeleteServiceRequest = {}));
|
|
316
|
-
export var DeleteServiceResponse;
|
|
317
|
-
(function (DeleteServiceResponse) {
|
|
318
|
-
DeleteServiceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
-
})(DeleteServiceResponse || (DeleteServiceResponse = {}));
|
|
320
|
-
export var EnvironmentSummary;
|
|
321
|
-
(function (EnvironmentSummary) {
|
|
322
|
-
EnvironmentSummary.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
323
|
-
})(EnvironmentSummary || (EnvironmentSummary = {}));
|
|
324
|
-
export var EnvironmentVpc;
|
|
325
|
-
(function (EnvironmentVpc) {
|
|
326
|
-
EnvironmentVpc.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
-
})(EnvironmentVpc || (EnvironmentVpc = {}));
|
|
328
|
-
export var GetApplicationRequest;
|
|
329
|
-
(function (GetApplicationRequest) {
|
|
330
|
-
GetApplicationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
-
})(GetApplicationRequest || (GetApplicationRequest = {}));
|
|
332
|
-
export var GetApplicationResponse;
|
|
333
|
-
(function (GetApplicationResponse) {
|
|
334
|
-
GetApplicationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
335
|
-
})(GetApplicationResponse || (GetApplicationResponse = {}));
|
|
336
|
-
export var GetEnvironmentRequest;
|
|
337
|
-
(function (GetEnvironmentRequest) {
|
|
338
|
-
GetEnvironmentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
-
})(GetEnvironmentRequest || (GetEnvironmentRequest = {}));
|
|
340
|
-
export var GetEnvironmentResponse;
|
|
341
|
-
(function (GetEnvironmentResponse) {
|
|
342
|
-
GetEnvironmentResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
343
|
-
})(GetEnvironmentResponse || (GetEnvironmentResponse = {}));
|
|
344
|
-
export var GetResourcePolicyRequest;
|
|
345
|
-
(function (GetResourcePolicyRequest) {
|
|
346
|
-
GetResourcePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
-
})(GetResourcePolicyRequest || (GetResourcePolicyRequest = {}));
|
|
348
|
-
export var GetResourcePolicyResponse;
|
|
349
|
-
(function (GetResourcePolicyResponse) {
|
|
350
|
-
GetResourcePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
-
})(GetResourcePolicyResponse || (GetResourcePolicyResponse = {}));
|
|
352
|
-
export var GetRouteRequest;
|
|
353
|
-
(function (GetRouteRequest) {
|
|
354
|
-
GetRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
-
})(GetRouteRequest || (GetRouteRequest = {}));
|
|
356
|
-
export var GetRouteResponse;
|
|
357
|
-
(function (GetRouteResponse) {
|
|
358
|
-
GetRouteResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
359
|
-
})(GetRouteResponse || (GetRouteResponse = {}));
|
|
360
|
-
export var GetServiceRequest;
|
|
361
|
-
(function (GetServiceRequest) {
|
|
362
|
-
GetServiceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
-
})(GetServiceRequest || (GetServiceRequest = {}));
|
|
364
|
-
export var LambdaEndpointConfig;
|
|
365
|
-
(function (LambdaEndpointConfig) {
|
|
366
|
-
LambdaEndpointConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
-
})(LambdaEndpointConfig || (LambdaEndpointConfig = {}));
|
|
368
|
-
export var UrlEndpointConfig;
|
|
369
|
-
(function (UrlEndpointConfig) {
|
|
370
|
-
UrlEndpointConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
-
})(UrlEndpointConfig || (UrlEndpointConfig = {}));
|
|
372
|
-
export var GetServiceResponse;
|
|
373
|
-
(function (GetServiceResponse) {
|
|
374
|
-
GetServiceResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
375
|
-
})(GetServiceResponse || (GetServiceResponse = {}));
|
|
376
212
|
var InvalidResourcePolicyException = (function (_super) {
|
|
377
213
|
__extends(InvalidResourcePolicyException, _super);
|
|
378
214
|
function InvalidResourcePolicyException(opts) {
|
|
@@ -386,107 +222,76 @@ var InvalidResourcePolicyException = (function (_super) {
|
|
|
386
222
|
return InvalidResourcePolicyException;
|
|
387
223
|
}(__BaseException));
|
|
388
224
|
export { InvalidResourcePolicyException };
|
|
389
|
-
export var
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
export var
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
export var
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
export var
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
export var
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
export var
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
export var
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
export var
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
export var
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
export var
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
})
|
|
435
|
-
export var
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
})
|
|
439
|
-
export var
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
export var
|
|
444
|
-
(function (
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
export var
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
export var
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
export var
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
export var
|
|
462
|
-
(function (PutResourcePolicyRequest) {
|
|
463
|
-
PutResourcePolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
-
})(PutResourcePolicyRequest || (PutResourcePolicyRequest = {}));
|
|
465
|
-
export var PutResourcePolicyResponse;
|
|
466
|
-
(function (PutResourcePolicyResponse) {
|
|
467
|
-
PutResourcePolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
468
|
-
})(PutResourcePolicyResponse || (PutResourcePolicyResponse = {}));
|
|
469
|
-
export var TagResourceRequest;
|
|
470
|
-
(function (TagResourceRequest) {
|
|
471
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
472
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
473
|
-
export var TagResourceResponse;
|
|
474
|
-
(function (TagResourceResponse) {
|
|
475
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
476
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
477
|
-
export var UntagResourceRequest;
|
|
478
|
-
(function (UntagResourceRequest) {
|
|
479
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TagKeys && { TagKeys: SENSITIVE_STRING }))); };
|
|
480
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
481
|
-
export var UntagResourceResponse;
|
|
482
|
-
(function (UntagResourceResponse) {
|
|
483
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
485
|
-
export var UpdateRouteRequest;
|
|
486
|
-
(function (UpdateRouteRequest) {
|
|
487
|
-
UpdateRouteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
-
})(UpdateRouteRequest || (UpdateRouteRequest = {}));
|
|
489
|
-
export var UpdateRouteResponse;
|
|
490
|
-
(function (UpdateRouteResponse) {
|
|
491
|
-
UpdateRouteResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
-
})(UpdateRouteResponse || (UpdateRouteResponse = {}));
|
|
225
|
+
export var ApiGatewayProxyConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
export var ApiGatewayProxyInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
+
export var ApiGatewayProxySummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
+
export var ErrorResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
+
export var ApplicationSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
230
|
+
export var CreateApplicationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
231
|
+
export var CreateApplicationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
232
|
+
export var CreateEnvironmentRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
233
|
+
export var CreateEnvironmentResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
234
|
+
export var DefaultRouteInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
+
export var UriPathRouteInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
+
export var CreateRouteRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
237
|
+
export var CreateRouteResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
238
|
+
export var LambdaEndpointInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
+
export var UrlEndpointInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
export var CreateServiceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
241
|
+
export var CreateServiceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
242
|
+
export var DeleteApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
export var DeleteApplicationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
export var DeleteEnvironmentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
+
export var DeleteEnvironmentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
export var DeleteResourcePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
export var DeleteResourcePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
export var DeleteRouteRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
+
export var DeleteRouteResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
+
export var DeleteServiceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
export var DeleteServiceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
export var EnvironmentSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
253
|
+
export var EnvironmentVpcFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
export var GetApplicationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
export var GetApplicationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
256
|
+
export var GetEnvironmentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
+
export var GetEnvironmentResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
258
|
+
export var GetResourcePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var GetResourcePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
export var GetRouteRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
+
export var GetRouteResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
262
|
+
export var GetServiceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
+
export var LambdaEndpointConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
export var UrlEndpointConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
+
export var GetServiceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
266
|
+
export var LambdaEndpointSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
+
export var ListApplicationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
export var ListApplicationsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ApplicationSummaryList && {
|
|
269
|
+
ApplicationSummaryList: obj.ApplicationSummaryList.map(function (item) { return ApplicationSummaryFilterSensitiveLog(item); }),
|
|
270
|
+
}))); };
|
|
271
|
+
export var ListEnvironmentsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var ListEnvironmentsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EnvironmentSummaryList && {
|
|
273
|
+
EnvironmentSummaryList: obj.EnvironmentSummaryList.map(function (item) { return EnvironmentSummaryFilterSensitiveLog(item); }),
|
|
274
|
+
}))); };
|
|
275
|
+
export var ListEnvironmentVpcsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
export var ListEnvironmentVpcsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var ListRoutesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var RouteSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
279
|
+
export var ListRoutesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.RouteSummaryList && {
|
|
280
|
+
RouteSummaryList: obj.RouteSummaryList.map(function (item) { return RouteSummaryFilterSensitiveLog(item); }),
|
|
281
|
+
}))); };
|
|
282
|
+
export var ListServicesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var UrlEndpointSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var ServiceSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
285
|
+
export var ListServicesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ServiceSummaryList && {
|
|
286
|
+
ServiceSummaryList: obj.ServiceSummaryList.map(function (item) { return ServiceSummaryFilterSensitiveLog(item); }),
|
|
287
|
+
}))); };
|
|
288
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
290
|
+
export var PutResourcePolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var PutResourcePolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: SENSITIVE_STRING }))); };
|
|
293
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TagKeys && { TagKeys: SENSITIVE_STRING }))); };
|
|
295
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var UpdateRouteRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var UpdateRouteResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|