@aws-sdk/client-app-mesh 3.130.0 → 3.141.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.
Files changed (83) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateGatewayRouteCommand.js +2 -2
  4. package/dist-cjs/commands/CreateMeshCommand.js +2 -2
  5. package/dist-cjs/commands/CreateRouteCommand.js +2 -2
  6. package/dist-cjs/commands/CreateVirtualGatewayCommand.js +2 -2
  7. package/dist-cjs/commands/CreateVirtualNodeCommand.js +2 -2
  8. package/dist-cjs/commands/CreateVirtualRouterCommand.js +2 -2
  9. package/dist-cjs/commands/CreateVirtualServiceCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteGatewayRouteCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteMeshCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteRouteCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteVirtualGatewayCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteVirtualNodeCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteVirtualRouterCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteVirtualServiceCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeGatewayRouteCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeMeshCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeRouteCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeVirtualGatewayCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeVirtualNodeCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeVirtualRouterCommand.js +2 -2
  23. package/dist-cjs/commands/DescribeVirtualServiceCommand.js +2 -2
  24. package/dist-cjs/commands/ListGatewayRoutesCommand.js +2 -2
  25. package/dist-cjs/commands/ListMeshesCommand.js +2 -2
  26. package/dist-cjs/commands/ListRoutesCommand.js +2 -2
  27. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  28. package/dist-cjs/commands/ListVirtualGatewaysCommand.js +2 -2
  29. package/dist-cjs/commands/ListVirtualNodesCommand.js +2 -2
  30. package/dist-cjs/commands/ListVirtualRoutersCommand.js +2 -2
  31. package/dist-cjs/commands/ListVirtualServicesCommand.js +2 -2
  32. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  33. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateGatewayRouteCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateMeshCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateRouteCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateVirtualGatewayCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateVirtualNodeCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateVirtualRouterCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateVirtualServiceCommand.js +2 -2
  41. package/dist-cjs/models/models_0.js +1053 -1429
  42. package/dist-es/commands/CreateGatewayRouteCommand.js +3 -3
  43. package/dist-es/commands/CreateMeshCommand.js +3 -3
  44. package/dist-es/commands/CreateRouteCommand.js +3 -3
  45. package/dist-es/commands/CreateVirtualGatewayCommand.js +3 -3
  46. package/dist-es/commands/CreateVirtualNodeCommand.js +3 -3
  47. package/dist-es/commands/CreateVirtualRouterCommand.js +3 -3
  48. package/dist-es/commands/CreateVirtualServiceCommand.js +3 -3
  49. package/dist-es/commands/DeleteGatewayRouteCommand.js +3 -3
  50. package/dist-es/commands/DeleteMeshCommand.js +3 -3
  51. package/dist-es/commands/DeleteRouteCommand.js +3 -3
  52. package/dist-es/commands/DeleteVirtualGatewayCommand.js +3 -3
  53. package/dist-es/commands/DeleteVirtualNodeCommand.js +3 -3
  54. package/dist-es/commands/DeleteVirtualRouterCommand.js +3 -3
  55. package/dist-es/commands/DeleteVirtualServiceCommand.js +3 -3
  56. package/dist-es/commands/DescribeGatewayRouteCommand.js +3 -3
  57. package/dist-es/commands/DescribeMeshCommand.js +3 -3
  58. package/dist-es/commands/DescribeRouteCommand.js +3 -3
  59. package/dist-es/commands/DescribeVirtualGatewayCommand.js +3 -3
  60. package/dist-es/commands/DescribeVirtualNodeCommand.js +3 -3
  61. package/dist-es/commands/DescribeVirtualRouterCommand.js +3 -3
  62. package/dist-es/commands/DescribeVirtualServiceCommand.js +3 -3
  63. package/dist-es/commands/ListGatewayRoutesCommand.js +3 -3
  64. package/dist-es/commands/ListMeshesCommand.js +3 -3
  65. package/dist-es/commands/ListRoutesCommand.js +3 -3
  66. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  67. package/dist-es/commands/ListVirtualGatewaysCommand.js +3 -3
  68. package/dist-es/commands/ListVirtualNodesCommand.js +3 -3
  69. package/dist-es/commands/ListVirtualRoutersCommand.js +3 -3
  70. package/dist-es/commands/ListVirtualServicesCommand.js +3 -3
  71. package/dist-es/commands/TagResourceCommand.js +3 -3
  72. package/dist-es/commands/UntagResourceCommand.js +3 -3
  73. package/dist-es/commands/UpdateGatewayRouteCommand.js +3 -3
  74. package/dist-es/commands/UpdateMeshCommand.js +3 -3
  75. package/dist-es/commands/UpdateRouteCommand.js +3 -3
  76. package/dist-es/commands/UpdateVirtualGatewayCommand.js +3 -3
  77. package/dist-es/commands/UpdateVirtualNodeCommand.js +3 -3
  78. package/dist-es/commands/UpdateVirtualRouterCommand.js +3 -3
  79. package/dist-es/commands/UpdateVirtualServiceCommand.js +3 -3
  80. package/dist-es/models/models_0.js +397 -989
  81. package/dist-types/models/models_0.d.ts +860 -1252
  82. package/dist-types/ts3.4/models/models_0.d.ts +430 -822
  83. package/package.json +7 -7
@@ -5,10 +5,6 @@ export interface FileAccessLog {
5
5
 
6
6
  path: string | undefined;
7
7
  }
8
- export declare namespace FileAccessLog {
9
-
10
- const filterSensitiveLog: (obj: FileAccessLog) => any;
11
- }
12
8
 
13
9
  export declare type AccessLog = AccessLog.FileMember | AccessLog.$UnknownMember;
14
10
  export declare namespace AccessLog {
@@ -29,8 +25,6 @@ export declare namespace AccessLog {
29
25
  _: (name: string, value: any) => T;
30
26
  }
31
27
  const visit: <T>(value: AccessLog, visitor: Visitor<T>) => T;
32
-
33
- const filterSensitiveLog: (obj: AccessLog) => any;
34
28
  }
35
29
 
36
30
  export declare class BadRequestException extends __BaseException {
@@ -63,10 +57,6 @@ export interface ListTagsForResourceInput {
63
57
 
64
58
  limit?: number;
65
59
  }
66
- export declare namespace ListTagsForResourceInput {
67
-
68
- const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
69
- }
70
60
 
71
61
  export interface TagRef {
72
62
 
@@ -74,10 +64,6 @@ export interface TagRef {
74
64
 
75
65
  value: string | undefined;
76
66
  }
77
- export declare namespace TagRef {
78
-
79
- const filterSensitiveLog: (obj: TagRef) => any;
80
- }
81
67
 
82
68
  export interface ListTagsForResourceOutput {
83
69
 
@@ -85,10 +71,6 @@ export interface ListTagsForResourceOutput {
85
71
 
86
72
  nextToken?: string;
87
73
  }
88
- export declare namespace ListTagsForResourceOutput {
89
-
90
- const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
91
- }
92
74
 
93
75
  export declare class NotFoundException extends __BaseException {
94
76
  readonly name: "NotFoundException";
@@ -130,10 +112,6 @@ export interface EgressFilter {
130
112
 
131
113
  type: EgressFilterType | string | undefined;
132
114
  }
133
- export declare namespace EgressFilter {
134
-
135
- const filterSensitiveLog: (obj: EgressFilter) => any;
136
- }
137
115
  export declare enum IpPreference {
138
116
  IPv4_ONLY = "IPv4_ONLY",
139
117
  IPv4_PREFERRED = "IPv4_PREFERRED",
@@ -145,10 +123,6 @@ export interface MeshServiceDiscovery {
145
123
 
146
124
  ipPreference?: IpPreference | string;
147
125
  }
148
- export declare namespace MeshServiceDiscovery {
149
-
150
- const filterSensitiveLog: (obj: MeshServiceDiscovery) => any;
151
- }
152
126
 
153
127
  export interface MeshSpec {
154
128
 
@@ -156,10 +130,6 @@ export interface MeshSpec {
156
130
 
157
131
  serviceDiscovery?: MeshServiceDiscovery;
158
132
  }
159
- export declare namespace MeshSpec {
160
-
161
- const filterSensitiveLog: (obj: MeshSpec) => any;
162
- }
163
133
 
164
134
  export interface CreateMeshInput {
165
135
 
@@ -171,10 +141,6 @@ export interface CreateMeshInput {
171
141
 
172
142
  clientToken?: string;
173
143
  }
174
- export declare namespace CreateMeshInput {
175
-
176
- const filterSensitiveLog: (obj: CreateMeshInput) => any;
177
- }
178
144
 
179
145
  export interface ResourceMetadata {
180
146
 
@@ -192,10 +158,6 @@ export interface ResourceMetadata {
192
158
 
193
159
  resourceOwner: string | undefined;
194
160
  }
195
- export declare namespace ResourceMetadata {
196
-
197
- const filterSensitiveLog: (obj: ResourceMetadata) => any;
198
- }
199
161
  export declare enum MeshStatusCode {
200
162
  ACTIVE = "ACTIVE",
201
163
  DELETED = "DELETED",
@@ -206,10 +168,6 @@ export interface MeshStatus {
206
168
 
207
169
  status?: MeshStatusCode | string;
208
170
  }
209
- export declare namespace MeshStatus {
210
-
211
- const filterSensitiveLog: (obj: MeshStatus) => any;
212
- }
213
171
 
214
172
  export interface MeshData {
215
173
 
@@ -221,19 +179,11 @@ export interface MeshData {
221
179
 
222
180
  status: MeshStatus | undefined;
223
181
  }
224
- export declare namespace MeshData {
225
-
226
- const filterSensitiveLog: (obj: MeshData) => any;
227
- }
228
182
 
229
183
  export interface CreateMeshOutput {
230
184
 
231
185
  mesh: MeshData | undefined;
232
186
  }
233
- export declare namespace CreateMeshOutput {
234
-
235
- const filterSensitiveLog: (obj: CreateMeshOutput) => any;
236
- }
237
187
 
238
188
  export declare class LimitExceededException extends __BaseException {
239
189
  readonly name: "LimitExceededException";
@@ -246,19 +196,11 @@ export interface DeleteMeshInput {
246
196
 
247
197
  meshName: string | undefined;
248
198
  }
249
- export declare namespace DeleteMeshInput {
250
-
251
- const filterSensitiveLog: (obj: DeleteMeshInput) => any;
252
- }
253
199
 
254
200
  export interface DeleteMeshOutput {
255
201
 
256
202
  mesh: MeshData | undefined;
257
203
  }
258
- export declare namespace DeleteMeshOutput {
259
-
260
- const filterSensitiveLog: (obj: DeleteMeshOutput) => any;
261
- }
262
204
 
263
205
  export declare class ResourceInUseException extends __BaseException {
264
206
  readonly name: "ResourceInUseException";
@@ -273,19 +215,11 @@ export interface DescribeMeshInput {
273
215
 
274
216
  meshOwner?: string;
275
217
  }
276
- export declare namespace DescribeMeshInput {
277
-
278
- const filterSensitiveLog: (obj: DescribeMeshInput) => any;
279
- }
280
218
 
281
219
  export interface DescribeMeshOutput {
282
220
 
283
221
  mesh: MeshData | undefined;
284
222
  }
285
- export declare namespace DescribeMeshOutput {
286
-
287
- const filterSensitiveLog: (obj: DescribeMeshOutput) => any;
288
- }
289
223
 
290
224
  export interface ListMeshesInput {
291
225
 
@@ -293,10 +227,6 @@ export interface ListMeshesInput {
293
227
 
294
228
  limit?: number;
295
229
  }
296
- export declare namespace ListMeshesInput {
297
-
298
- const filterSensitiveLog: (obj: ListMeshesInput) => any;
299
- }
300
230
 
301
231
  export interface MeshRef {
302
232
 
@@ -314,10 +244,6 @@ export interface MeshRef {
314
244
 
315
245
  lastUpdatedAt: Date | undefined;
316
246
  }
317
- export declare namespace MeshRef {
318
-
319
- const filterSensitiveLog: (obj: MeshRef) => any;
320
- }
321
247
 
322
248
  export interface ListMeshesOutput {
323
249
 
@@ -325,10 +251,6 @@ export interface ListMeshesOutput {
325
251
 
326
252
  nextToken?: string;
327
253
  }
328
- export declare namespace ListMeshesOutput {
329
-
330
- const filterSensitiveLog: (obj: ListMeshesOutput) => any;
331
- }
332
254
 
333
255
  export interface UpdateMeshInput {
334
256
 
@@ -338,19 +260,11 @@ export interface UpdateMeshInput {
338
260
 
339
261
  clientToken?: string;
340
262
  }
341
- export declare namespace UpdateMeshInput {
342
-
343
- const filterSensitiveLog: (obj: UpdateMeshInput) => any;
344
- }
345
263
 
346
264
  export interface UpdateMeshOutput {
347
265
 
348
266
  mesh: MeshData | undefined;
349
267
  }
350
- export declare namespace UpdateMeshOutput {
351
-
352
- const filterSensitiveLog: (obj: UpdateMeshOutput) => any;
353
- }
354
268
 
355
269
  export interface VirtualGatewayListenerTlsFileCertificate {
356
270
 
@@ -358,19 +272,11 @@ export interface VirtualGatewayListenerTlsFileCertificate {
358
272
 
359
273
  privateKey: string | undefined;
360
274
  }
361
- export declare namespace VirtualGatewayListenerTlsFileCertificate {
362
-
363
- const filterSensitiveLog: (obj: VirtualGatewayListenerTlsFileCertificate) => any;
364
- }
365
275
 
366
276
  export interface VirtualGatewayListenerTlsSdsCertificate {
367
277
 
368
278
  secretName: string | undefined;
369
279
  }
370
- export declare namespace VirtualGatewayListenerTlsSdsCertificate {
371
-
372
- const filterSensitiveLog: (obj: VirtualGatewayListenerTlsSdsCertificate) => any;
373
- }
374
280
 
375
281
  export declare type VirtualGatewayClientTlsCertificate = VirtualGatewayClientTlsCertificate.FileMember | VirtualGatewayClientTlsCertificate.SdsMember | VirtualGatewayClientTlsCertificate.$UnknownMember;
376
282
  export declare namespace VirtualGatewayClientTlsCertificate {
@@ -400,54 +306,32 @@ export declare namespace VirtualGatewayClientTlsCertificate {
400
306
  _: (name: string, value: any) => T;
401
307
  }
402
308
  const visit: <T>(value: VirtualGatewayClientTlsCertificate, visitor: Visitor<T>) => T;
403
-
404
- const filterSensitiveLog: (obj: VirtualGatewayClientTlsCertificate) => any;
405
309
  }
406
310
 
407
311
  export interface SubjectAlternativeNameMatchers {
408
312
 
409
313
  exact: string[] | undefined;
410
314
  }
411
- export declare namespace SubjectAlternativeNameMatchers {
412
-
413
- const filterSensitiveLog: (obj: SubjectAlternativeNameMatchers) => any;
414
- }
415
315
 
416
316
  export interface SubjectAlternativeNames {
417
317
 
418
318
  match: SubjectAlternativeNameMatchers | undefined;
419
319
  }
420
- export declare namespace SubjectAlternativeNames {
421
-
422
- const filterSensitiveLog: (obj: SubjectAlternativeNames) => any;
423
- }
424
320
 
425
321
  export interface VirtualGatewayTlsValidationContextAcmTrust {
426
322
 
427
323
  certificateAuthorityArns: string[] | undefined;
428
324
  }
429
- export declare namespace VirtualGatewayTlsValidationContextAcmTrust {
430
-
431
- const filterSensitiveLog: (obj: VirtualGatewayTlsValidationContextAcmTrust) => any;
432
- }
433
325
 
434
326
  export interface VirtualGatewayTlsValidationContextFileTrust {
435
327
 
436
328
  certificateChain: string | undefined;
437
329
  }
438
- export declare namespace VirtualGatewayTlsValidationContextFileTrust {
439
-
440
- const filterSensitiveLog: (obj: VirtualGatewayTlsValidationContextFileTrust) => any;
441
- }
442
330
 
443
331
  export interface VirtualGatewayTlsValidationContextSdsTrust {
444
332
 
445
333
  secretName: string | undefined;
446
334
  }
447
- export declare namespace VirtualGatewayTlsValidationContextSdsTrust {
448
-
449
- const filterSensitiveLog: (obj: VirtualGatewayTlsValidationContextSdsTrust) => any;
450
- }
451
335
 
452
336
  export declare type VirtualGatewayTlsValidationContextTrust = VirtualGatewayTlsValidationContextTrust.AcmMember | VirtualGatewayTlsValidationContextTrust.FileMember | VirtualGatewayTlsValidationContextTrust.SdsMember | VirtualGatewayTlsValidationContextTrust.$UnknownMember;
453
337
  export declare namespace VirtualGatewayTlsValidationContextTrust {
@@ -488,8 +372,6 @@ export declare namespace VirtualGatewayTlsValidationContextTrust {
488
372
  _: (name: string, value: any) => T;
489
373
  }
490
374
  const visit: <T>(value: VirtualGatewayTlsValidationContextTrust, visitor: Visitor<T>) => T;
491
-
492
- const filterSensitiveLog: (obj: VirtualGatewayTlsValidationContextTrust) => any;
493
375
  }
494
376
 
495
377
  export interface VirtualGatewayTlsValidationContext {
@@ -498,10 +380,6 @@ export interface VirtualGatewayTlsValidationContext {
498
380
 
499
381
  subjectAlternativeNames?: SubjectAlternativeNames;
500
382
  }
501
- export declare namespace VirtualGatewayTlsValidationContext {
502
-
503
- const filterSensitiveLog: (obj: VirtualGatewayTlsValidationContext) => any;
504
- }
505
383
 
506
384
  export interface VirtualGatewayClientPolicyTls {
507
385
 
@@ -513,37 +391,21 @@ export interface VirtualGatewayClientPolicyTls {
513
391
 
514
392
  validation: VirtualGatewayTlsValidationContext | undefined;
515
393
  }
516
- export declare namespace VirtualGatewayClientPolicyTls {
517
-
518
- const filterSensitiveLog: (obj: VirtualGatewayClientPolicyTls) => any;
519
- }
520
394
 
521
395
  export interface VirtualGatewayClientPolicy {
522
396
 
523
397
  tls?: VirtualGatewayClientPolicyTls;
524
398
  }
525
- export declare namespace VirtualGatewayClientPolicy {
526
-
527
- const filterSensitiveLog: (obj: VirtualGatewayClientPolicy) => any;
528
- }
529
399
 
530
400
  export interface VirtualGatewayBackendDefaults {
531
401
 
532
402
  clientPolicy?: VirtualGatewayClientPolicy;
533
403
  }
534
- export declare namespace VirtualGatewayBackendDefaults {
535
-
536
- const filterSensitiveLog: (obj: VirtualGatewayBackendDefaults) => any;
537
- }
538
404
 
539
405
  export interface VirtualGatewayGrpcConnectionPool {
540
406
 
541
407
  maxRequests: number | undefined;
542
408
  }
543
- export declare namespace VirtualGatewayGrpcConnectionPool {
544
-
545
- const filterSensitiveLog: (obj: VirtualGatewayGrpcConnectionPool) => any;
546
- }
547
409
 
548
410
  export interface VirtualGatewayHttpConnectionPool {
549
411
 
@@ -551,19 +413,11 @@ export interface VirtualGatewayHttpConnectionPool {
551
413
 
552
414
  maxPendingRequests?: number;
553
415
  }
554
- export declare namespace VirtualGatewayHttpConnectionPool {
555
-
556
- const filterSensitiveLog: (obj: VirtualGatewayHttpConnectionPool) => any;
557
- }
558
416
 
559
417
  export interface VirtualGatewayHttp2ConnectionPool {
560
418
 
561
419
  maxRequests: number | undefined;
562
420
  }
563
- export declare namespace VirtualGatewayHttp2ConnectionPool {
564
-
565
- const filterSensitiveLog: (obj: VirtualGatewayHttp2ConnectionPool) => any;
566
- }
567
421
 
568
422
  export declare type VirtualGatewayConnectionPool = VirtualGatewayConnectionPool.GrpcMember | VirtualGatewayConnectionPool.HttpMember | VirtualGatewayConnectionPool.Http2Member | VirtualGatewayConnectionPool.$UnknownMember;
569
423
  export declare namespace VirtualGatewayConnectionPool {
@@ -604,8 +458,6 @@ export declare namespace VirtualGatewayConnectionPool {
604
458
  _: (name: string, value: any) => T;
605
459
  }
606
460
  const visit: <T>(value: VirtualGatewayConnectionPool, visitor: Visitor<T>) => T;
607
-
608
- const filterSensitiveLog: (obj: VirtualGatewayConnectionPool) => any;
609
461
  }
610
462
  export declare enum VirtualGatewayPortProtocol {
611
463
  GRPC = "grpc",
@@ -629,10 +481,6 @@ export interface VirtualGatewayHealthCheckPolicy {
629
481
 
630
482
  unhealthyThreshold: number | undefined;
631
483
  }
632
- export declare namespace VirtualGatewayHealthCheckPolicy {
633
-
634
- const filterSensitiveLog: (obj: VirtualGatewayHealthCheckPolicy) => any;
635
- }
636
484
 
637
485
  export interface VirtualGatewayPortMapping {
638
486
 
@@ -640,19 +488,11 @@ export interface VirtualGatewayPortMapping {
640
488
 
641
489
  protocol: VirtualGatewayPortProtocol | string | undefined;
642
490
  }
643
- export declare namespace VirtualGatewayPortMapping {
644
-
645
- const filterSensitiveLog: (obj: VirtualGatewayPortMapping) => any;
646
- }
647
491
 
648
492
  export interface VirtualGatewayListenerTlsAcmCertificate {
649
493
 
650
494
  certificateArn: string | undefined;
651
495
  }
652
- export declare namespace VirtualGatewayListenerTlsAcmCertificate {
653
-
654
- const filterSensitiveLog: (obj: VirtualGatewayListenerTlsAcmCertificate) => any;
655
- }
656
496
 
657
497
  export declare type VirtualGatewayListenerTlsCertificate = VirtualGatewayListenerTlsCertificate.AcmMember | VirtualGatewayListenerTlsCertificate.FileMember | VirtualGatewayListenerTlsCertificate.SdsMember | VirtualGatewayListenerTlsCertificate.$UnknownMember;
658
498
  export declare namespace VirtualGatewayListenerTlsCertificate {
@@ -693,8 +533,6 @@ export declare namespace VirtualGatewayListenerTlsCertificate {
693
533
  _: (name: string, value: any) => T;
694
534
  }
695
535
  const visit: <T>(value: VirtualGatewayListenerTlsCertificate, visitor: Visitor<T>) => T;
696
-
697
- const filterSensitiveLog: (obj: VirtualGatewayListenerTlsCertificate) => any;
698
536
  }
699
537
  export declare enum VirtualGatewayListenerTlsMode {
700
538
  DISABLED = "DISABLED",
@@ -730,8 +568,6 @@ export declare namespace VirtualGatewayListenerTlsValidationContextTrust {
730
568
  _: (name: string, value: any) => T;
731
569
  }
732
570
  const visit: <T>(value: VirtualGatewayListenerTlsValidationContextTrust, visitor: Visitor<T>) => T;
733
-
734
- const filterSensitiveLog: (obj: VirtualGatewayListenerTlsValidationContextTrust) => any;
735
571
  }
736
572
 
737
573
  export interface VirtualGatewayListenerTlsValidationContext {
@@ -740,10 +576,6 @@ export interface VirtualGatewayListenerTlsValidationContext {
740
576
 
741
577
  subjectAlternativeNames?: SubjectAlternativeNames;
742
578
  }
743
- export declare namespace VirtualGatewayListenerTlsValidationContext {
744
-
745
- const filterSensitiveLog: (obj: VirtualGatewayListenerTlsValidationContext) => any;
746
- }
747
579
 
748
580
  export interface VirtualGatewayListenerTls {
749
581
 
@@ -753,10 +585,6 @@ export interface VirtualGatewayListenerTls {
753
585
 
754
586
  certificate: VirtualGatewayListenerTlsCertificate | undefined;
755
587
  }
756
- export declare namespace VirtualGatewayListenerTls {
757
-
758
- const filterSensitiveLog: (obj: VirtualGatewayListenerTls) => any;
759
- }
760
588
 
761
589
  export interface VirtualGatewayListener {
762
590
 
@@ -768,19 +596,11 @@ export interface VirtualGatewayListener {
768
596
 
769
597
  connectionPool?: VirtualGatewayConnectionPool;
770
598
  }
771
- export declare namespace VirtualGatewayListener {
772
-
773
- const filterSensitiveLog: (obj: VirtualGatewayListener) => any;
774
- }
775
599
 
776
600
  export interface VirtualGatewayFileAccessLog {
777
601
 
778
602
  path: string | undefined;
779
603
  }
780
- export declare namespace VirtualGatewayFileAccessLog {
781
-
782
- const filterSensitiveLog: (obj: VirtualGatewayFileAccessLog) => any;
783
- }
784
604
 
785
605
  export declare type VirtualGatewayAccessLog = VirtualGatewayAccessLog.FileMember | VirtualGatewayAccessLog.$UnknownMember;
786
606
  export declare namespace VirtualGatewayAccessLog {
@@ -801,18 +621,12 @@ export declare namespace VirtualGatewayAccessLog {
801
621
  _: (name: string, value: any) => T;
802
622
  }
803
623
  const visit: <T>(value: VirtualGatewayAccessLog, visitor: Visitor<T>) => T;
804
-
805
- const filterSensitiveLog: (obj: VirtualGatewayAccessLog) => any;
806
624
  }
807
625
 
808
626
  export interface VirtualGatewayLogging {
809
627
 
810
628
  accessLog?: VirtualGatewayAccessLog;
811
629
  }
812
- export declare namespace VirtualGatewayLogging {
813
-
814
- const filterSensitiveLog: (obj: VirtualGatewayLogging) => any;
815
- }
816
630
 
817
631
  export interface VirtualGatewaySpec {
818
632
 
@@ -822,10 +636,6 @@ export interface VirtualGatewaySpec {
822
636
 
823
637
  logging?: VirtualGatewayLogging;
824
638
  }
825
- export declare namespace VirtualGatewaySpec {
826
-
827
- const filterSensitiveLog: (obj: VirtualGatewaySpec) => any;
828
- }
829
639
  export interface CreateVirtualGatewayInput {
830
640
 
831
641
  virtualGatewayName: string | undefined;
@@ -840,10 +650,6 @@ export interface CreateVirtualGatewayInput {
840
650
 
841
651
  meshOwner?: string;
842
652
  }
843
- export declare namespace CreateVirtualGatewayInput {
844
-
845
- const filterSensitiveLog: (obj: CreateVirtualGatewayInput) => any;
846
- }
847
653
  export declare enum VirtualGatewayStatusCode {
848
654
  ACTIVE = "ACTIVE",
849
655
  DELETED = "DELETED",
@@ -854,10 +660,6 @@ export interface VirtualGatewayStatus {
854
660
 
855
661
  status: VirtualGatewayStatusCode | string | undefined;
856
662
  }
857
- export declare namespace VirtualGatewayStatus {
858
-
859
- const filterSensitiveLog: (obj: VirtualGatewayStatus) => any;
860
- }
861
663
 
862
664
  export interface VirtualGatewayData {
863
665
 
@@ -871,18 +673,10 @@ export interface VirtualGatewayData {
871
673
 
872
674
  status: VirtualGatewayStatus | undefined;
873
675
  }
874
- export declare namespace VirtualGatewayData {
875
-
876
- const filterSensitiveLog: (obj: VirtualGatewayData) => any;
877
- }
878
676
  export interface CreateVirtualGatewayOutput {
879
677
 
880
678
  virtualGateway: VirtualGatewayData | undefined;
881
679
  }
882
- export declare namespace CreateVirtualGatewayOutput {
883
-
884
- const filterSensitiveLog: (obj: CreateVirtualGatewayOutput) => any;
885
- }
886
680
  export interface DeleteVirtualGatewayInput {
887
681
 
888
682
  virtualGatewayName: string | undefined;
@@ -891,18 +685,10 @@ export interface DeleteVirtualGatewayInput {
891
685
 
892
686
  meshOwner?: string;
893
687
  }
894
- export declare namespace DeleteVirtualGatewayInput {
895
-
896
- const filterSensitiveLog: (obj: DeleteVirtualGatewayInput) => any;
897
- }
898
688
  export interface DeleteVirtualGatewayOutput {
899
689
 
900
690
  virtualGateway: VirtualGatewayData | undefined;
901
691
  }
902
- export declare namespace DeleteVirtualGatewayOutput {
903
-
904
- const filterSensitiveLog: (obj: DeleteVirtualGatewayOutput) => any;
905
- }
906
692
  export interface DescribeVirtualGatewayInput {
907
693
 
908
694
  virtualGatewayName: string | undefined;
@@ -911,18 +697,10 @@ export interface DescribeVirtualGatewayInput {
911
697
 
912
698
  meshOwner?: string;
913
699
  }
914
- export declare namespace DescribeVirtualGatewayInput {
915
-
916
- const filterSensitiveLog: (obj: DescribeVirtualGatewayInput) => any;
917
- }
918
700
  export interface DescribeVirtualGatewayOutput {
919
701
 
920
702
  virtualGateway: VirtualGatewayData | undefined;
921
703
  }
922
- export declare namespace DescribeVirtualGatewayOutput {
923
-
924
- const filterSensitiveLog: (obj: DescribeVirtualGatewayOutput) => any;
925
- }
926
704
  export declare enum DefaultGatewayRouteRewrite {
927
705
  DISABLED = "DISABLED",
928
706
  ENABLED = "ENABLED"
@@ -932,37 +710,21 @@ export interface GatewayRouteHostnameRewrite {
932
710
 
933
711
  defaultTargetHostname?: DefaultGatewayRouteRewrite | string;
934
712
  }
935
- export declare namespace GatewayRouteHostnameRewrite {
936
-
937
- const filterSensitiveLog: (obj: GatewayRouteHostnameRewrite) => any;
938
- }
939
713
 
940
714
  export interface GrpcGatewayRouteRewrite {
941
715
 
942
716
  hostname?: GatewayRouteHostnameRewrite;
943
717
  }
944
- export declare namespace GrpcGatewayRouteRewrite {
945
-
946
- const filterSensitiveLog: (obj: GrpcGatewayRouteRewrite) => any;
947
- }
948
718
 
949
719
  export interface GatewayRouteVirtualService {
950
720
 
951
721
  virtualServiceName: string | undefined;
952
722
  }
953
- export declare namespace GatewayRouteVirtualService {
954
-
955
- const filterSensitiveLog: (obj: GatewayRouteVirtualService) => any;
956
- }
957
723
 
958
724
  export interface GatewayRouteTarget {
959
725
 
960
726
  virtualService: GatewayRouteVirtualService | undefined;
961
727
  }
962
- export declare namespace GatewayRouteTarget {
963
-
964
- const filterSensitiveLog: (obj: GatewayRouteTarget) => any;
965
- }
966
728
 
967
729
  export interface GrpcGatewayRouteAction {
968
730
 
@@ -970,10 +732,6 @@ export interface GrpcGatewayRouteAction {
970
732
 
971
733
  rewrite?: GrpcGatewayRouteRewrite;
972
734
  }
973
- export declare namespace GrpcGatewayRouteAction {
974
-
975
- const filterSensitiveLog: (obj: GrpcGatewayRouteAction) => any;
976
- }
977
735
 
978
736
  export interface GatewayRouteHostnameMatch {
979
737
 
@@ -981,10 +739,6 @@ export interface GatewayRouteHostnameMatch {
981
739
 
982
740
  suffix?: string;
983
741
  }
984
- export declare namespace GatewayRouteHostnameMatch {
985
-
986
- const filterSensitiveLog: (obj: GatewayRouteHostnameMatch) => any;
987
- }
988
742
 
989
743
  export interface MatchRange {
990
744
 
@@ -992,10 +746,6 @@ export interface MatchRange {
992
746
 
993
747
  end: number | undefined;
994
748
  }
995
- export declare namespace MatchRange {
996
-
997
- const filterSensitiveLog: (obj: MatchRange) => any;
998
- }
999
749
 
1000
750
  export declare type GrpcMetadataMatchMethod = GrpcMetadataMatchMethod.ExactMember | GrpcMetadataMatchMethod.PrefixMember | GrpcMetadataMatchMethod.RangeMember | GrpcMetadataMatchMethod.RegexMember | GrpcMetadataMatchMethod.SuffixMember | GrpcMetadataMatchMethod.$UnknownMember;
1001
751
  export declare namespace GrpcMetadataMatchMethod {
@@ -1064,8 +814,6 @@ export declare namespace GrpcMetadataMatchMethod {
1064
814
  _: (name: string, value: any) => T;
1065
815
  }
1066
816
  const visit: <T>(value: GrpcMetadataMatchMethod, visitor: Visitor<T>) => T;
1067
-
1068
- const filterSensitiveLog: (obj: GrpcMetadataMatchMethod) => any;
1069
817
  }
1070
818
 
1071
819
  export interface GrpcGatewayRouteMetadata {
@@ -1076,10 +824,6 @@ export interface GrpcGatewayRouteMetadata {
1076
824
 
1077
825
  match?: GrpcMetadataMatchMethod;
1078
826
  }
1079
- export declare namespace GrpcGatewayRouteMetadata {
1080
-
1081
- const filterSensitiveLog: (obj: GrpcGatewayRouteMetadata) => any;
1082
- }
1083
827
 
1084
828
  export interface GrpcGatewayRouteMatch {
1085
829
 
@@ -1089,10 +833,6 @@ export interface GrpcGatewayRouteMatch {
1089
833
 
1090
834
  metadata?: GrpcGatewayRouteMetadata[];
1091
835
  }
1092
- export declare namespace GrpcGatewayRouteMatch {
1093
-
1094
- const filterSensitiveLog: (obj: GrpcGatewayRouteMatch) => any;
1095
- }
1096
836
 
1097
837
  export interface GrpcGatewayRoute {
1098
838
 
@@ -1100,19 +840,11 @@ export interface GrpcGatewayRoute {
1100
840
 
1101
841
  action: GrpcGatewayRouteAction | undefined;
1102
842
  }
1103
- export declare namespace GrpcGatewayRoute {
1104
-
1105
- const filterSensitiveLog: (obj: GrpcGatewayRoute) => any;
1106
- }
1107
843
 
1108
844
  export interface HttpGatewayRoutePathRewrite {
1109
845
 
1110
846
  exact?: string;
1111
847
  }
1112
- export declare namespace HttpGatewayRoutePathRewrite {
1113
-
1114
- const filterSensitiveLog: (obj: HttpGatewayRoutePathRewrite) => any;
1115
- }
1116
848
 
1117
849
  export interface HttpGatewayRoutePrefixRewrite {
1118
850
 
@@ -1120,10 +852,6 @@ export interface HttpGatewayRoutePrefixRewrite {
1120
852
 
1121
853
  value?: string;
1122
854
  }
1123
- export declare namespace HttpGatewayRoutePrefixRewrite {
1124
-
1125
- const filterSensitiveLog: (obj: HttpGatewayRoutePrefixRewrite) => any;
1126
- }
1127
855
 
1128
856
  export interface HttpGatewayRouteRewrite {
1129
857
 
@@ -1133,10 +861,6 @@ export interface HttpGatewayRouteRewrite {
1133
861
 
1134
862
  hostname?: GatewayRouteHostnameRewrite;
1135
863
  }
1136
- export declare namespace HttpGatewayRouteRewrite {
1137
-
1138
- const filterSensitiveLog: (obj: HttpGatewayRouteRewrite) => any;
1139
- }
1140
864
 
1141
865
  export interface HttpGatewayRouteAction {
1142
866
 
@@ -1144,10 +868,6 @@ export interface HttpGatewayRouteAction {
1144
868
 
1145
869
  rewrite?: HttpGatewayRouteRewrite;
1146
870
  }
1147
- export declare namespace HttpGatewayRouteAction {
1148
-
1149
- const filterSensitiveLog: (obj: HttpGatewayRouteAction) => any;
1150
- }
1151
871
 
1152
872
  export declare type HeaderMatchMethod = HeaderMatchMethod.ExactMember | HeaderMatchMethod.PrefixMember | HeaderMatchMethod.RangeMember | HeaderMatchMethod.RegexMember | HeaderMatchMethod.SuffixMember | HeaderMatchMethod.$UnknownMember;
1153
873
  export declare namespace HeaderMatchMethod {
@@ -1216,8 +936,6 @@ export declare namespace HeaderMatchMethod {
1216
936
  _: (name: string, value: any) => T;
1217
937
  }
1218
938
  const visit: <T>(value: HeaderMatchMethod, visitor: Visitor<T>) => T;
1219
-
1220
- const filterSensitiveLog: (obj: HeaderMatchMethod) => any;
1221
939
  }
1222
940
 
1223
941
  export interface HttpGatewayRouteHeader {
@@ -1228,10 +946,6 @@ export interface HttpGatewayRouteHeader {
1228
946
 
1229
947
  match?: HeaderMatchMethod;
1230
948
  }
1231
- export declare namespace HttpGatewayRouteHeader {
1232
-
1233
- const filterSensitiveLog: (obj: HttpGatewayRouteHeader) => any;
1234
- }
1235
949
  export declare enum HttpMethod {
1236
950
  CONNECT = "CONNECT",
1237
951
  DELETE = "DELETE",
@@ -1250,19 +964,11 @@ export interface HttpPathMatch {
1250
964
 
1251
965
  regex?: string;
1252
966
  }
1253
- export declare namespace HttpPathMatch {
1254
-
1255
- const filterSensitiveLog: (obj: HttpPathMatch) => any;
1256
- }
1257
967
 
1258
968
  export interface QueryParameterMatch {
1259
969
 
1260
970
  exact?: string;
1261
971
  }
1262
- export declare namespace QueryParameterMatch {
1263
-
1264
- const filterSensitiveLog: (obj: QueryParameterMatch) => any;
1265
- }
1266
972
 
1267
973
  export interface HttpQueryParameter {
1268
974
 
@@ -1270,10 +976,6 @@ export interface HttpQueryParameter {
1270
976
 
1271
977
  match?: QueryParameterMatch;
1272
978
  }
1273
- export declare namespace HttpQueryParameter {
1274
-
1275
- const filterSensitiveLog: (obj: HttpQueryParameter) => any;
1276
- }
1277
979
 
1278
980
  export interface HttpGatewayRouteMatch {
1279
981
 
@@ -1289,10 +991,6 @@ export interface HttpGatewayRouteMatch {
1289
991
 
1290
992
  headers?: HttpGatewayRouteHeader[];
1291
993
  }
1292
- export declare namespace HttpGatewayRouteMatch {
1293
-
1294
- const filterSensitiveLog: (obj: HttpGatewayRouteMatch) => any;
1295
- }
1296
994
 
1297
995
  export interface HttpGatewayRoute {
1298
996
 
@@ -1300,10 +998,6 @@ export interface HttpGatewayRoute {
1300
998
 
1301
999
  action: HttpGatewayRouteAction | undefined;
1302
1000
  }
1303
- export declare namespace HttpGatewayRoute {
1304
-
1305
- const filterSensitiveLog: (obj: HttpGatewayRoute) => any;
1306
- }
1307
1001
 
1308
1002
  export interface GatewayRouteSpec {
1309
1003
 
@@ -1315,10 +1009,6 @@ export interface GatewayRouteSpec {
1315
1009
 
1316
1010
  grpcRoute?: GrpcGatewayRoute;
1317
1011
  }
1318
- export declare namespace GatewayRouteSpec {
1319
-
1320
- const filterSensitiveLog: (obj: GatewayRouteSpec) => any;
1321
- }
1322
1012
  export interface CreateGatewayRouteInput {
1323
1013
 
1324
1014
  gatewayRouteName: string | undefined;
@@ -1335,10 +1025,6 @@ export interface CreateGatewayRouteInput {
1335
1025
 
1336
1026
  meshOwner?: string;
1337
1027
  }
1338
- export declare namespace CreateGatewayRouteInput {
1339
-
1340
- const filterSensitiveLog: (obj: CreateGatewayRouteInput) => any;
1341
- }
1342
1028
  export declare enum GatewayRouteStatusCode {
1343
1029
  ACTIVE = "ACTIVE",
1344
1030
  DELETED = "DELETED",
@@ -1349,10 +1035,6 @@ export interface GatewayRouteStatus {
1349
1035
 
1350
1036
  status: GatewayRouteStatusCode | string | undefined;
1351
1037
  }
1352
- export declare namespace GatewayRouteStatus {
1353
-
1354
- const filterSensitiveLog: (obj: GatewayRouteStatus) => any;
1355
- }
1356
1038
 
1357
1039
  export interface GatewayRouteData {
1358
1040
 
@@ -1368,18 +1050,10 @@ export interface GatewayRouteData {
1368
1050
 
1369
1051
  status: GatewayRouteStatus | undefined;
1370
1052
  }
1371
- export declare namespace GatewayRouteData {
1372
-
1373
- const filterSensitiveLog: (obj: GatewayRouteData) => any;
1374
- }
1375
1053
  export interface CreateGatewayRouteOutput {
1376
1054
 
1377
1055
  gatewayRoute: GatewayRouteData | undefined;
1378
1056
  }
1379
- export declare namespace CreateGatewayRouteOutput {
1380
-
1381
- const filterSensitiveLog: (obj: CreateGatewayRouteOutput) => any;
1382
- }
1383
1057
  export interface DeleteGatewayRouteInput {
1384
1058
 
1385
1059
  gatewayRouteName: string | undefined;
@@ -1390,18 +1064,10 @@ export interface DeleteGatewayRouteInput {
1390
1064
 
1391
1065
  meshOwner?: string;
1392
1066
  }
1393
- export declare namespace DeleteGatewayRouteInput {
1394
-
1395
- const filterSensitiveLog: (obj: DeleteGatewayRouteInput) => any;
1396
- }
1397
1067
  export interface DeleteGatewayRouteOutput {
1398
1068
 
1399
1069
  gatewayRoute: GatewayRouteData | undefined;
1400
1070
  }
1401
- export declare namespace DeleteGatewayRouteOutput {
1402
-
1403
- const filterSensitiveLog: (obj: DeleteGatewayRouteOutput) => any;
1404
- }
1405
1071
  export interface DescribeGatewayRouteInput {
1406
1072
 
1407
1073
  gatewayRouteName: string | undefined;
@@ -1412,18 +1078,10 @@ export interface DescribeGatewayRouteInput {
1412
1078
 
1413
1079
  meshOwner?: string;
1414
1080
  }
1415
- export declare namespace DescribeGatewayRouteInput {
1416
-
1417
- const filterSensitiveLog: (obj: DescribeGatewayRouteInput) => any;
1418
- }
1419
1081
  export interface DescribeGatewayRouteOutput {
1420
1082
 
1421
1083
  gatewayRoute: GatewayRouteData | undefined;
1422
1084
  }
1423
- export declare namespace DescribeGatewayRouteOutput {
1424
-
1425
- const filterSensitiveLog: (obj: DescribeGatewayRouteOutput) => any;
1426
- }
1427
1085
  export interface ListGatewayRoutesInput {
1428
1086
 
1429
1087
  meshName: string | undefined;
@@ -1436,10 +1094,6 @@ export interface ListGatewayRoutesInput {
1436
1094
 
1437
1095
  meshOwner?: string;
1438
1096
  }
1439
- export declare namespace ListGatewayRoutesInput {
1440
-
1441
- const filterSensitiveLog: (obj: ListGatewayRoutesInput) => any;
1442
- }
1443
1097
 
1444
1098
  export interface GatewayRouteRef {
1445
1099
 
@@ -1461,20 +1115,12 @@ export interface GatewayRouteRef {
1461
1115
 
1462
1116
  lastUpdatedAt: Date | undefined;
1463
1117
  }
1464
- export declare namespace GatewayRouteRef {
1465
-
1466
- const filterSensitiveLog: (obj: GatewayRouteRef) => any;
1467
- }
1468
1118
  export interface ListGatewayRoutesOutput {
1469
1119
 
1470
1120
  gatewayRoutes: GatewayRouteRef[] | undefined;
1471
1121
 
1472
1122
  nextToken?: string;
1473
1123
  }
1474
- export declare namespace ListGatewayRoutesOutput {
1475
-
1476
- const filterSensitiveLog: (obj: ListGatewayRoutesOutput) => any;
1477
- }
1478
1124
  export interface UpdateGatewayRouteInput {
1479
1125
 
1480
1126
  gatewayRouteName: string | undefined;
@@ -1489,18 +1135,10 @@ export interface UpdateGatewayRouteInput {
1489
1135
 
1490
1136
  meshOwner?: string;
1491
1137
  }
1492
- export declare namespace UpdateGatewayRouteInput {
1493
-
1494
- const filterSensitiveLog: (obj: UpdateGatewayRouteInput) => any;
1495
- }
1496
1138
  export interface UpdateGatewayRouteOutput {
1497
1139
 
1498
1140
  gatewayRoute: GatewayRouteData | undefined;
1499
1141
  }
1500
- export declare namespace UpdateGatewayRouteOutput {
1501
-
1502
- const filterSensitiveLog: (obj: UpdateGatewayRouteOutput) => any;
1503
- }
1504
1142
  export interface ListVirtualGatewaysInput {
1505
1143
 
1506
1144
  meshName: string | undefined;
@@ -1511,10 +1149,6 @@ export interface ListVirtualGatewaysInput {
1511
1149
 
1512
1150
  meshOwner?: string;
1513
1151
  }
1514
- export declare namespace ListVirtualGatewaysInput {
1515
-
1516
- const filterSensitiveLog: (obj: ListVirtualGatewaysInput) => any;
1517
- }
1518
1152
 
1519
1153
  export interface VirtualGatewayRef {
1520
1154
 
@@ -1534,20 +1168,12 @@ export interface VirtualGatewayRef {
1534
1168
 
1535
1169
  lastUpdatedAt: Date | undefined;
1536
1170
  }
1537
- export declare namespace VirtualGatewayRef {
1538
-
1539
- const filterSensitiveLog: (obj: VirtualGatewayRef) => any;
1540
- }
1541
1171
  export interface ListVirtualGatewaysOutput {
1542
1172
 
1543
1173
  virtualGateways: VirtualGatewayRef[] | undefined;
1544
1174
 
1545
1175
  nextToken?: string;
1546
1176
  }
1547
- export declare namespace ListVirtualGatewaysOutput {
1548
-
1549
- const filterSensitiveLog: (obj: ListVirtualGatewaysOutput) => any;
1550
- }
1551
1177
  export interface UpdateVirtualGatewayInput {
1552
1178
 
1553
1179
  virtualGatewayName: string | undefined;
@@ -1560,18 +1186,10 @@ export interface UpdateVirtualGatewayInput {
1560
1186
 
1561
1187
  meshOwner?: string;
1562
1188
  }
1563
- export declare namespace UpdateVirtualGatewayInput {
1564
-
1565
- const filterSensitiveLog: (obj: UpdateVirtualGatewayInput) => any;
1566
- }
1567
1189
  export interface UpdateVirtualGatewayOutput {
1568
1190
 
1569
1191
  virtualGateway: VirtualGatewayData | undefined;
1570
1192
  }
1571
- export declare namespace UpdateVirtualGatewayOutput {
1572
-
1573
- const filterSensitiveLog: (obj: UpdateVirtualGatewayOutput) => any;
1574
- }
1575
1193
 
1576
1194
  export interface ListenerTlsFileCertificate {
1577
1195
 
@@ -1579,19 +1197,11 @@ export interface ListenerTlsFileCertificate {
1579
1197
 
1580
1198
  privateKey: string | undefined;
1581
1199
  }
1582
- export declare namespace ListenerTlsFileCertificate {
1583
-
1584
- const filterSensitiveLog: (obj: ListenerTlsFileCertificate) => any;
1585
- }
1586
1200
 
1587
1201
  export interface ListenerTlsSdsCertificate {
1588
1202
 
1589
1203
  secretName: string | undefined;
1590
1204
  }
1591
- export declare namespace ListenerTlsSdsCertificate {
1592
-
1593
- const filterSensitiveLog: (obj: ListenerTlsSdsCertificate) => any;
1594
- }
1595
1205
 
1596
1206
  export declare type ClientTlsCertificate = ClientTlsCertificate.FileMember | ClientTlsCertificate.SdsMember | ClientTlsCertificate.$UnknownMember;
1597
1207
  export declare namespace ClientTlsCertificate {
@@ -1621,36 +1231,22 @@ export declare namespace ClientTlsCertificate {
1621
1231
  _: (name: string, value: any) => T;
1622
1232
  }
1623
1233
  const visit: <T>(value: ClientTlsCertificate, visitor: Visitor<T>) => T;
1624
-
1625
- const filterSensitiveLog: (obj: ClientTlsCertificate) => any;
1626
1234
  }
1627
1235
 
1628
1236
  export interface TlsValidationContextAcmTrust {
1629
1237
 
1630
1238
  certificateAuthorityArns: string[] | undefined;
1631
1239
  }
1632
- export declare namespace TlsValidationContextAcmTrust {
1633
-
1634
- const filterSensitiveLog: (obj: TlsValidationContextAcmTrust) => any;
1635
- }
1636
1240
 
1637
1241
  export interface TlsValidationContextFileTrust {
1638
1242
 
1639
1243
  certificateChain: string | undefined;
1640
1244
  }
1641
- export declare namespace TlsValidationContextFileTrust {
1642
-
1643
- const filterSensitiveLog: (obj: TlsValidationContextFileTrust) => any;
1644
- }
1645
1245
 
1646
1246
  export interface TlsValidationContextSdsTrust {
1647
1247
 
1648
1248
  secretName: string | undefined;
1649
1249
  }
1650
- export declare namespace TlsValidationContextSdsTrust {
1651
-
1652
- const filterSensitiveLog: (obj: TlsValidationContextSdsTrust) => any;
1653
- }
1654
1250
 
1655
1251
  export declare type TlsValidationContextTrust = TlsValidationContextTrust.AcmMember | TlsValidationContextTrust.FileMember | TlsValidationContextTrust.SdsMember | TlsValidationContextTrust.$UnknownMember;
1656
1252
  export declare namespace TlsValidationContextTrust {
@@ -1691,8 +1287,6 @@ export declare namespace TlsValidationContextTrust {
1691
1287
  _: (name: string, value: any) => T;
1692
1288
  }
1693
1289
  const visit: <T>(value: TlsValidationContextTrust, visitor: Visitor<T>) => T;
1694
-
1695
- const filterSensitiveLog: (obj: TlsValidationContextTrust) => any;
1696
1290
  }
1697
1291
 
1698
1292
  export interface TlsValidationContext {
@@ -1701,10 +1295,6 @@ export interface TlsValidationContext {
1701
1295
 
1702
1296
  subjectAlternativeNames?: SubjectAlternativeNames;
1703
1297
  }
1704
- export declare namespace TlsValidationContext {
1705
-
1706
- const filterSensitiveLog: (obj: TlsValidationContext) => any;
1707
- }
1708
1298
 
1709
1299
  export interface ClientPolicyTls {
1710
1300
 
@@ -1716,28 +1306,16 @@ export interface ClientPolicyTls {
1716
1306
 
1717
1307
  validation: TlsValidationContext | undefined;
1718
1308
  }
1719
- export declare namespace ClientPolicyTls {
1720
-
1721
- const filterSensitiveLog: (obj: ClientPolicyTls) => any;
1722
- }
1723
1309
 
1724
1310
  export interface ClientPolicy {
1725
1311
 
1726
1312
  tls?: ClientPolicyTls;
1727
1313
  }
1728
- export declare namespace ClientPolicy {
1729
-
1730
- const filterSensitiveLog: (obj: ClientPolicy) => any;
1731
- }
1732
1314
 
1733
1315
  export interface BackendDefaults {
1734
1316
 
1735
1317
  clientPolicy?: ClientPolicy;
1736
1318
  }
1737
- export declare namespace BackendDefaults {
1738
-
1739
- const filterSensitiveLog: (obj: BackendDefaults) => any;
1740
- }
1741
1319
 
1742
1320
  export interface VirtualServiceBackend {
1743
1321
 
@@ -1745,10 +1323,6 @@ export interface VirtualServiceBackend {
1745
1323
 
1746
1324
  clientPolicy?: ClientPolicy;
1747
1325
  }
1748
- export declare namespace VirtualServiceBackend {
1749
-
1750
- const filterSensitiveLog: (obj: VirtualServiceBackend) => any;
1751
- }
1752
1326
 
1753
1327
  export declare type Backend = Backend.VirtualServiceMember | Backend.$UnknownMember;
1754
1328
  export declare namespace Backend {
@@ -1769,18 +1343,12 @@ export declare namespace Backend {
1769
1343
  _: (name: string, value: any) => T;
1770
1344
  }
1771
1345
  const visit: <T>(value: Backend, visitor: Visitor<T>) => T;
1772
-
1773
- const filterSensitiveLog: (obj: Backend) => any;
1774
1346
  }
1775
1347
 
1776
1348
  export interface VirtualNodeGrpcConnectionPool {
1777
1349
 
1778
1350
  maxRequests: number | undefined;
1779
1351
  }
1780
- export declare namespace VirtualNodeGrpcConnectionPool {
1781
-
1782
- const filterSensitiveLog: (obj: VirtualNodeGrpcConnectionPool) => any;
1783
- }
1784
1352
 
1785
1353
  export interface VirtualNodeHttpConnectionPool {
1786
1354
 
@@ -1788,28 +1356,16 @@ export interface VirtualNodeHttpConnectionPool {
1788
1356
 
1789
1357
  maxPendingRequests?: number;
1790
1358
  }
1791
- export declare namespace VirtualNodeHttpConnectionPool {
1792
-
1793
- const filterSensitiveLog: (obj: VirtualNodeHttpConnectionPool) => any;
1794
- }
1795
1359
 
1796
1360
  export interface VirtualNodeHttp2ConnectionPool {
1797
1361
 
1798
1362
  maxRequests: number | undefined;
1799
1363
  }
1800
- export declare namespace VirtualNodeHttp2ConnectionPool {
1801
-
1802
- const filterSensitiveLog: (obj: VirtualNodeHttp2ConnectionPool) => any;
1803
- }
1804
1364
 
1805
1365
  export interface VirtualNodeTcpConnectionPool {
1806
1366
 
1807
1367
  maxConnections: number | undefined;
1808
1368
  }
1809
- export declare namespace VirtualNodeTcpConnectionPool {
1810
-
1811
- const filterSensitiveLog: (obj: VirtualNodeTcpConnectionPool) => any;
1812
- }
1813
1369
 
1814
1370
  export declare type VirtualNodeConnectionPool = VirtualNodeConnectionPool.GrpcMember | VirtualNodeConnectionPool.HttpMember | VirtualNodeConnectionPool.Http2Member | VirtualNodeConnectionPool.TcpMember | VirtualNodeConnectionPool.$UnknownMember;
1815
1371
  export declare namespace VirtualNodeConnectionPool {
@@ -1863,8 +1419,6 @@ export declare namespace VirtualNodeConnectionPool {
1863
1419
  _: (name: string, value: any) => T;
1864
1420
  }
1865
1421
  const visit: <T>(value: VirtualNodeConnectionPool, visitor: Visitor<T>) => T;
1866
-
1867
- const filterSensitiveLog: (obj: VirtualNodeConnectionPool) => any;
1868
1422
  }
1869
1423
  export declare enum PortProtocol {
1870
1424
  GRPC = "grpc",
@@ -1889,10 +1443,6 @@ export interface HealthCheckPolicy {
1889
1443
 
1890
1444
  unhealthyThreshold: number | undefined;
1891
1445
  }
1892
- export declare namespace HealthCheckPolicy {
1893
-
1894
- const filterSensitiveLog: (obj: HealthCheckPolicy) => any;
1895
- }
1896
1446
  export declare enum DurationUnit {
1897
1447
  MS = "ms",
1898
1448
  S = "s"
@@ -1904,10 +1454,6 @@ export interface Duration {
1904
1454
 
1905
1455
  unit?: DurationUnit | string;
1906
1456
  }
1907
- export declare namespace Duration {
1908
-
1909
- const filterSensitiveLog: (obj: Duration) => any;
1910
- }
1911
1457
 
1912
1458
  export interface OutlierDetection {
1913
1459
 
@@ -1919,10 +1465,6 @@ export interface OutlierDetection {
1919
1465
 
1920
1466
  maxEjectionPercent: number | undefined;
1921
1467
  }
1922
- export declare namespace OutlierDetection {
1923
-
1924
- const filterSensitiveLog: (obj: OutlierDetection) => any;
1925
- }
1926
1468
 
1927
1469
  export interface PortMapping {
1928
1470
 
@@ -1930,10 +1472,6 @@ export interface PortMapping {
1930
1472
 
1931
1473
  protocol: PortProtocol | string | undefined;
1932
1474
  }
1933
- export declare namespace PortMapping {
1934
-
1935
- const filterSensitiveLog: (obj: PortMapping) => any;
1936
- }
1937
1475
 
1938
1476
  export interface GrpcTimeout {
1939
1477
 
@@ -1941,10 +1479,6 @@ export interface GrpcTimeout {
1941
1479
 
1942
1480
  idle?: Duration;
1943
1481
  }
1944
- export declare namespace GrpcTimeout {
1945
-
1946
- const filterSensitiveLog: (obj: GrpcTimeout) => any;
1947
- }
1948
1482
 
1949
1483
  export interface HttpTimeout {
1950
1484
 
@@ -1952,19 +1486,11 @@ export interface HttpTimeout {
1952
1486
 
1953
1487
  idle?: Duration;
1954
1488
  }
1955
- export declare namespace HttpTimeout {
1956
-
1957
- const filterSensitiveLog: (obj: HttpTimeout) => any;
1958
- }
1959
1489
 
1960
1490
  export interface TcpTimeout {
1961
1491
 
1962
1492
  idle?: Duration;
1963
1493
  }
1964
- export declare namespace TcpTimeout {
1965
-
1966
- const filterSensitiveLog: (obj: TcpTimeout) => any;
1967
- }
1968
1494
 
1969
1495
  export declare type ListenerTimeout = ListenerTimeout.GrpcMember | ListenerTimeout.HttpMember | ListenerTimeout.Http2Member | ListenerTimeout.TcpMember | ListenerTimeout.$UnknownMember;
1970
1496
  export declare namespace ListenerTimeout {
@@ -2018,18 +1544,12 @@ export declare namespace ListenerTimeout {
2018
1544
  _: (name: string, value: any) => T;
2019
1545
  }
2020
1546
  const visit: <T>(value: ListenerTimeout, visitor: Visitor<T>) => T;
2021
-
2022
- const filterSensitiveLog: (obj: ListenerTimeout) => any;
2023
1547
  }
2024
1548
 
2025
1549
  export interface ListenerTlsAcmCertificate {
2026
1550
 
2027
1551
  certificateArn: string | undefined;
2028
1552
  }
2029
- export declare namespace ListenerTlsAcmCertificate {
2030
-
2031
- const filterSensitiveLog: (obj: ListenerTlsAcmCertificate) => any;
2032
- }
2033
1553
 
2034
1554
  export declare type ListenerTlsCertificate = ListenerTlsCertificate.AcmMember | ListenerTlsCertificate.FileMember | ListenerTlsCertificate.SdsMember | ListenerTlsCertificate.$UnknownMember;
2035
1555
  export declare namespace ListenerTlsCertificate {
@@ -2070,8 +1590,6 @@ export declare namespace ListenerTlsCertificate {
2070
1590
  _: (name: string, value: any) => T;
2071
1591
  }
2072
1592
  const visit: <T>(value: ListenerTlsCertificate, visitor: Visitor<T>) => T;
2073
-
2074
- const filterSensitiveLog: (obj: ListenerTlsCertificate) => any;
2075
1593
  }
2076
1594
  export declare enum ListenerTlsMode {
2077
1595
  DISABLED = "DISABLED",
@@ -2107,8 +1625,6 @@ export declare namespace ListenerTlsValidationContextTrust {
2107
1625
  _: (name: string, value: any) => T;
2108
1626
  }
2109
1627
  const visit: <T>(value: ListenerTlsValidationContextTrust, visitor: Visitor<T>) => T;
2110
-
2111
- const filterSensitiveLog: (obj: ListenerTlsValidationContextTrust) => any;
2112
1628
  }
2113
1629
 
2114
1630
  export interface ListenerTlsValidationContext {
@@ -2117,10 +1633,6 @@ export interface ListenerTlsValidationContext {
2117
1633
 
2118
1634
  subjectAlternativeNames?: SubjectAlternativeNames;
2119
1635
  }
2120
- export declare namespace ListenerTlsValidationContext {
2121
-
2122
- const filterSensitiveLog: (obj: ListenerTlsValidationContext) => any;
2123
- }
2124
1636
 
2125
1637
  export interface ListenerTls {
2126
1638
 
@@ -2130,10 +1642,6 @@ export interface ListenerTls {
2130
1642
 
2131
1643
  validation?: ListenerTlsValidationContext;
2132
1644
  }
2133
- export declare namespace ListenerTls {
2134
-
2135
- const filterSensitiveLog: (obj: ListenerTls) => any;
2136
- }
2137
1645
 
2138
1646
  export interface Listener {
2139
1647
 
@@ -2149,19 +1657,11 @@ export interface Listener {
2149
1657
 
2150
1658
  connectionPool?: VirtualNodeConnectionPool;
2151
1659
  }
2152
- export declare namespace Listener {
2153
-
2154
- const filterSensitiveLog: (obj: Listener) => any;
2155
- }
2156
1660
 
2157
1661
  export interface Logging {
2158
1662
 
2159
1663
  accessLog?: AccessLog;
2160
1664
  }
2161
- export declare namespace Logging {
2162
-
2163
- const filterSensitiveLog: (obj: Logging) => any;
2164
- }
2165
1665
 
2166
1666
  export interface AwsCloudMapInstanceAttribute {
2167
1667
 
@@ -2169,10 +1669,6 @@ export interface AwsCloudMapInstanceAttribute {
2169
1669
 
2170
1670
  value: string | undefined;
2171
1671
  }
2172
- export declare namespace AwsCloudMapInstanceAttribute {
2173
-
2174
- const filterSensitiveLog: (obj: AwsCloudMapInstanceAttribute) => any;
2175
- }
2176
1672
 
2177
1673
  export interface AwsCloudMapServiceDiscovery {
2178
1674
 
@@ -2184,10 +1680,6 @@ export interface AwsCloudMapServiceDiscovery {
2184
1680
 
2185
1681
  ipPreference?: IpPreference | string;
2186
1682
  }
2187
- export declare namespace AwsCloudMapServiceDiscovery {
2188
-
2189
- const filterSensitiveLog: (obj: AwsCloudMapServiceDiscovery) => any;
2190
- }
2191
1683
  export declare enum DnsResponseType {
2192
1684
  ENDPOINTS = "ENDPOINTS",
2193
1685
  LOADBALANCER = "LOADBALANCER"
@@ -2201,10 +1693,6 @@ export interface DnsServiceDiscovery {
2201
1693
 
2202
1694
  ipPreference?: IpPreference | string;
2203
1695
  }
2204
- export declare namespace DnsServiceDiscovery {
2205
-
2206
- const filterSensitiveLog: (obj: DnsServiceDiscovery) => any;
2207
- }
2208
1696
 
2209
1697
  export declare type ServiceDiscovery = ServiceDiscovery.AwsCloudMapMember | ServiceDiscovery.DnsMember | ServiceDiscovery.$UnknownMember;
2210
1698
  export declare namespace ServiceDiscovery {
@@ -2234,8 +1722,6 @@ export declare namespace ServiceDiscovery {
2234
1722
  _: (name: string, value: any) => T;
2235
1723
  }
2236
1724
  const visit: <T>(value: ServiceDiscovery, visitor: Visitor<T>) => T;
2237
-
2238
- const filterSensitiveLog: (obj: ServiceDiscovery) => any;
2239
1725
  }
2240
1726
 
2241
1727
  export interface VirtualNodeSpec {
@@ -2250,10 +1736,6 @@ export interface VirtualNodeSpec {
2250
1736
 
2251
1737
  logging?: Logging;
2252
1738
  }
2253
- export declare namespace VirtualNodeSpec {
2254
-
2255
- const filterSensitiveLog: (obj: VirtualNodeSpec) => any;
2256
- }
2257
1739
 
2258
1740
  export interface CreateVirtualNodeInput {
2259
1741
 
@@ -2269,10 +1751,6 @@ export interface CreateVirtualNodeInput {
2269
1751
 
2270
1752
  meshOwner?: string;
2271
1753
  }
2272
- export declare namespace CreateVirtualNodeInput {
2273
-
2274
- const filterSensitiveLog: (obj: CreateVirtualNodeInput) => any;
2275
- }
2276
1754
  export declare enum VirtualNodeStatusCode {
2277
1755
  ACTIVE = "ACTIVE",
2278
1756
  DELETED = "DELETED",
@@ -2283,10 +1761,6 @@ export interface VirtualNodeStatus {
2283
1761
 
2284
1762
  status: VirtualNodeStatusCode | string | undefined;
2285
1763
  }
2286
- export declare namespace VirtualNodeStatus {
2287
-
2288
- const filterSensitiveLog: (obj: VirtualNodeStatus) => any;
2289
- }
2290
1764
 
2291
1765
  export interface VirtualNodeData {
2292
1766
 
@@ -2300,19 +1774,11 @@ export interface VirtualNodeData {
2300
1774
 
2301
1775
  status: VirtualNodeStatus | undefined;
2302
1776
  }
2303
- export declare namespace VirtualNodeData {
2304
-
2305
- const filterSensitiveLog: (obj: VirtualNodeData) => any;
2306
- }
2307
1777
 
2308
1778
  export interface CreateVirtualNodeOutput {
2309
1779
 
2310
1780
  virtualNode: VirtualNodeData | undefined;
2311
1781
  }
2312
- export declare namespace CreateVirtualNodeOutput {
2313
-
2314
- const filterSensitiveLog: (obj: CreateVirtualNodeOutput) => any;
2315
- }
2316
1782
 
2317
1783
  export interface DeleteVirtualNodeInput {
2318
1784
 
@@ -2322,19 +1788,11 @@ export interface DeleteVirtualNodeInput {
2322
1788
 
2323
1789
  meshOwner?: string;
2324
1790
  }
2325
- export declare namespace DeleteVirtualNodeInput {
2326
-
2327
- const filterSensitiveLog: (obj: DeleteVirtualNodeInput) => any;
2328
- }
2329
1791
 
2330
1792
  export interface DeleteVirtualNodeOutput {
2331
1793
 
2332
1794
  virtualNode: VirtualNodeData | undefined;
2333
1795
  }
2334
- export declare namespace DeleteVirtualNodeOutput {
2335
-
2336
- const filterSensitiveLog: (obj: DeleteVirtualNodeOutput) => any;
2337
- }
2338
1796
 
2339
1797
  export interface DescribeVirtualNodeInput {
2340
1798
 
@@ -2344,19 +1802,11 @@ export interface DescribeVirtualNodeInput {
2344
1802
 
2345
1803
  meshOwner?: string;
2346
1804
  }
2347
- export declare namespace DescribeVirtualNodeInput {
2348
-
2349
- const filterSensitiveLog: (obj: DescribeVirtualNodeInput) => any;
2350
- }
2351
1805
 
2352
1806
  export interface DescribeVirtualNodeOutput {
2353
1807
 
2354
1808
  virtualNode: VirtualNodeData | undefined;
2355
1809
  }
2356
- export declare namespace DescribeVirtualNodeOutput {
2357
-
2358
- const filterSensitiveLog: (obj: DescribeVirtualNodeOutput) => any;
2359
- }
2360
1810
 
2361
1811
  export interface ListVirtualNodesInput {
2362
1812
 
@@ -2368,10 +1818,6 @@ export interface ListVirtualNodesInput {
2368
1818
 
2369
1819
  meshOwner?: string;
2370
1820
  }
2371
- export declare namespace ListVirtualNodesInput {
2372
-
2373
- const filterSensitiveLog: (obj: ListVirtualNodesInput) => any;
2374
- }
2375
1821
 
2376
1822
  export interface VirtualNodeRef {
2377
1823
 
@@ -2391,10 +1837,6 @@ export interface VirtualNodeRef {
2391
1837
 
2392
1838
  lastUpdatedAt: Date | undefined;
2393
1839
  }
2394
- export declare namespace VirtualNodeRef {
2395
-
2396
- const filterSensitiveLog: (obj: VirtualNodeRef) => any;
2397
- }
2398
1840
 
2399
1841
  export interface ListVirtualNodesOutput {
2400
1842
 
@@ -2402,10 +1844,6 @@ export interface ListVirtualNodesOutput {
2402
1844
 
2403
1845
  nextToken?: string;
2404
1846
  }
2405
- export declare namespace ListVirtualNodesOutput {
2406
-
2407
- const filterSensitiveLog: (obj: ListVirtualNodesOutput) => any;
2408
- }
2409
1847
 
2410
1848
  export interface UpdateVirtualNodeInput {
2411
1849
 
@@ -2419,37 +1857,21 @@ export interface UpdateVirtualNodeInput {
2419
1857
 
2420
1858
  meshOwner?: string;
2421
1859
  }
2422
- export declare namespace UpdateVirtualNodeInput {
2423
-
2424
- const filterSensitiveLog: (obj: UpdateVirtualNodeInput) => any;
2425
- }
2426
1860
 
2427
1861
  export interface UpdateVirtualNodeOutput {
2428
1862
 
2429
1863
  virtualNode: VirtualNodeData | undefined;
2430
1864
  }
2431
- export declare namespace UpdateVirtualNodeOutput {
2432
-
2433
- const filterSensitiveLog: (obj: UpdateVirtualNodeOutput) => any;
2434
- }
2435
1865
 
2436
1866
  export interface VirtualRouterListener {
2437
1867
 
2438
1868
  portMapping: PortMapping | undefined;
2439
1869
  }
2440
- export declare namespace VirtualRouterListener {
2441
-
2442
- const filterSensitiveLog: (obj: VirtualRouterListener) => any;
2443
- }
2444
1870
 
2445
1871
  export interface VirtualRouterSpec {
2446
1872
 
2447
1873
  listeners?: VirtualRouterListener[];
2448
1874
  }
2449
- export declare namespace VirtualRouterSpec {
2450
-
2451
- const filterSensitiveLog: (obj: VirtualRouterSpec) => any;
2452
- }
2453
1875
 
2454
1876
  export interface CreateVirtualRouterInput {
2455
1877
 
@@ -2465,10 +1887,6 @@ export interface CreateVirtualRouterInput {
2465
1887
 
2466
1888
  meshOwner?: string;
2467
1889
  }
2468
- export declare namespace CreateVirtualRouterInput {
2469
-
2470
- const filterSensitiveLog: (obj: CreateVirtualRouterInput) => any;
2471
- }
2472
1890
  export declare enum VirtualRouterStatusCode {
2473
1891
  ACTIVE = "ACTIVE",
2474
1892
  DELETED = "DELETED",
@@ -2479,10 +1897,6 @@ export interface VirtualRouterStatus {
2479
1897
 
2480
1898
  status: VirtualRouterStatusCode | string | undefined;
2481
1899
  }
2482
- export declare namespace VirtualRouterStatus {
2483
-
2484
- const filterSensitiveLog: (obj: VirtualRouterStatus) => any;
2485
- }
2486
1900
 
2487
1901
  export interface VirtualRouterData {
2488
1902
 
@@ -2496,19 +1910,11 @@ export interface VirtualRouterData {
2496
1910
 
2497
1911
  status: VirtualRouterStatus | undefined;
2498
1912
  }
2499
- export declare namespace VirtualRouterData {
2500
-
2501
- const filterSensitiveLog: (obj: VirtualRouterData) => any;
2502
- }
2503
1913
 
2504
1914
  export interface CreateVirtualRouterOutput {
2505
1915
 
2506
1916
  virtualRouter: VirtualRouterData | undefined;
2507
1917
  }
2508
- export declare namespace CreateVirtualRouterOutput {
2509
-
2510
- const filterSensitiveLog: (obj: CreateVirtualRouterOutput) => any;
2511
- }
2512
1918
 
2513
1919
  export interface DeleteVirtualRouterInput {
2514
1920
 
@@ -2518,19 +1924,11 @@ export interface DeleteVirtualRouterInput {
2518
1924
 
2519
1925
  meshOwner?: string;
2520
1926
  }
2521
- export declare namespace DeleteVirtualRouterInput {
2522
-
2523
- const filterSensitiveLog: (obj: DeleteVirtualRouterInput) => any;
2524
- }
2525
1927
 
2526
1928
  export interface DeleteVirtualRouterOutput {
2527
1929
 
2528
1930
  virtualRouter: VirtualRouterData | undefined;
2529
1931
  }
2530
- export declare namespace DeleteVirtualRouterOutput {
2531
-
2532
- const filterSensitiveLog: (obj: DeleteVirtualRouterOutput) => any;
2533
- }
2534
1932
 
2535
1933
  export interface DescribeVirtualRouterInput {
2536
1934
 
@@ -2540,19 +1938,11 @@ export interface DescribeVirtualRouterInput {
2540
1938
 
2541
1939
  meshOwner?: string;
2542
1940
  }
2543
- export declare namespace DescribeVirtualRouterInput {
2544
-
2545
- const filterSensitiveLog: (obj: DescribeVirtualRouterInput) => any;
2546
- }
2547
1941
 
2548
1942
  export interface DescribeVirtualRouterOutput {
2549
1943
 
2550
1944
  virtualRouter: VirtualRouterData | undefined;
2551
1945
  }
2552
- export declare namespace DescribeVirtualRouterOutput {
2553
-
2554
- const filterSensitiveLog: (obj: DescribeVirtualRouterOutput) => any;
2555
- }
2556
1946
 
2557
1947
  export interface ListVirtualRoutersInput {
2558
1948
 
@@ -2564,10 +1954,6 @@ export interface ListVirtualRoutersInput {
2564
1954
 
2565
1955
  meshOwner?: string;
2566
1956
  }
2567
- export declare namespace ListVirtualRoutersInput {
2568
-
2569
- const filterSensitiveLog: (obj: ListVirtualRoutersInput) => any;
2570
- }
2571
1957
 
2572
1958
  export interface VirtualRouterRef {
2573
1959
 
@@ -2587,10 +1973,6 @@ export interface VirtualRouterRef {
2587
1973
 
2588
1974
  lastUpdatedAt: Date | undefined;
2589
1975
  }
2590
- export declare namespace VirtualRouterRef {
2591
-
2592
- const filterSensitiveLog: (obj: VirtualRouterRef) => any;
2593
- }
2594
1976
 
2595
1977
  export interface ListVirtualRoutersOutput {
2596
1978
 
@@ -2598,10 +1980,6 @@ export interface ListVirtualRoutersOutput {
2598
1980
 
2599
1981
  nextToken?: string;
2600
1982
  }
2601
- export declare namespace ListVirtualRoutersOutput {
2602
-
2603
- const filterSensitiveLog: (obj: ListVirtualRoutersOutput) => any;
2604
- }
2605
1983
 
2606
1984
  export interface WeightedTarget {
2607
1985
 
@@ -2609,19 +1987,11 @@ export interface WeightedTarget {
2609
1987
 
2610
1988
  weight: number | undefined;
2611
1989
  }
2612
- export declare namespace WeightedTarget {
2613
-
2614
- const filterSensitiveLog: (obj: WeightedTarget) => any;
2615
- }
2616
1990
 
2617
1991
  export interface GrpcRouteAction {
2618
1992
 
2619
1993
  weightedTargets: WeightedTarget[] | undefined;
2620
1994
  }
2621
- export declare namespace GrpcRouteAction {
2622
-
2623
- const filterSensitiveLog: (obj: GrpcRouteAction) => any;
2624
- }
2625
1995
 
2626
1996
  export declare type GrpcRouteMetadataMatchMethod = GrpcRouteMetadataMatchMethod.ExactMember | GrpcRouteMetadataMatchMethod.PrefixMember | GrpcRouteMetadataMatchMethod.RangeMember | GrpcRouteMetadataMatchMethod.RegexMember | GrpcRouteMetadataMatchMethod.SuffixMember | GrpcRouteMetadataMatchMethod.$UnknownMember;
2627
1997
  export declare namespace GrpcRouteMetadataMatchMethod {
@@ -2690,8 +2060,6 @@ export declare namespace GrpcRouteMetadataMatchMethod {
2690
2060
  _: (name: string, value: any) => T;
2691
2061
  }
2692
2062
  const visit: <T>(value: GrpcRouteMetadataMatchMethod, visitor: Visitor<T>) => T;
2693
-
2694
- const filterSensitiveLog: (obj: GrpcRouteMetadataMatchMethod) => any;
2695
2063
  }
2696
2064
 
2697
2065
  export interface GrpcRouteMetadata {
@@ -2702,10 +2070,6 @@ export interface GrpcRouteMetadata {
2702
2070
 
2703
2071
  match?: GrpcRouteMetadataMatchMethod;
2704
2072
  }
2705
- export declare namespace GrpcRouteMetadata {
2706
-
2707
- const filterSensitiveLog: (obj: GrpcRouteMetadata) => any;
2708
- }
2709
2073
 
2710
2074
  export interface GrpcRouteMatch {
2711
2075
 
@@ -2715,10 +2079,6 @@ export interface GrpcRouteMatch {
2715
2079
 
2716
2080
  metadata?: GrpcRouteMetadata[];
2717
2081
  }
2718
- export declare namespace GrpcRouteMatch {
2719
-
2720
- const filterSensitiveLog: (obj: GrpcRouteMatch) => any;
2721
- }
2722
2082
  export declare enum GrpcRetryPolicyEvent {
2723
2083
  CANCELLED = "cancelled",
2724
2084
  DEADLINE_EXCEEDED = "deadline-exceeded",
@@ -2742,10 +2102,6 @@ export interface GrpcRetryPolicy {
2742
2102
 
2743
2103
  grpcRetryEvents?: (GrpcRetryPolicyEvent | string)[];
2744
2104
  }
2745
- export declare namespace GrpcRetryPolicy {
2746
-
2747
- const filterSensitiveLog: (obj: GrpcRetryPolicy) => any;
2748
- }
2749
2105
 
2750
2106
  export interface GrpcRoute {
2751
2107
 
@@ -2757,19 +2113,11 @@ export interface GrpcRoute {
2757
2113
 
2758
2114
  timeout?: GrpcTimeout;
2759
2115
  }
2760
- export declare namespace GrpcRoute {
2761
-
2762
- const filterSensitiveLog: (obj: GrpcRoute) => any;
2763
- }
2764
2116
 
2765
2117
  export interface HttpRouteAction {
2766
2118
 
2767
2119
  weightedTargets: WeightedTarget[] | undefined;
2768
2120
  }
2769
- export declare namespace HttpRouteAction {
2770
-
2771
- const filterSensitiveLog: (obj: HttpRouteAction) => any;
2772
- }
2773
2121
 
2774
2122
  export interface HttpRouteHeader {
2775
2123
 
@@ -2779,10 +2127,6 @@ export interface HttpRouteHeader {
2779
2127
 
2780
2128
  match?: HeaderMatchMethod;
2781
2129
  }
2782
- export declare namespace HttpRouteHeader {
2783
-
2784
- const filterSensitiveLog: (obj: HttpRouteHeader) => any;
2785
- }
2786
2130
  export declare enum HttpScheme {
2787
2131
  HTTP = "http",
2788
2132
  HTTPS = "https"
@@ -2802,10 +2146,6 @@ export interface HttpRouteMatch {
2802
2146
 
2803
2147
  headers?: HttpRouteHeader[];
2804
2148
  }
2805
- export declare namespace HttpRouteMatch {
2806
-
2807
- const filterSensitiveLog: (obj: HttpRouteMatch) => any;
2808
- }
2809
2149
 
2810
2150
  export interface HttpRetryPolicy {
2811
2151
 
@@ -2817,10 +2157,6 @@ export interface HttpRetryPolicy {
2817
2157
 
2818
2158
  tcpRetryEvents?: (TcpRetryPolicyEvent | string)[];
2819
2159
  }
2820
- export declare namespace HttpRetryPolicy {
2821
-
2822
- const filterSensitiveLog: (obj: HttpRetryPolicy) => any;
2823
- }
2824
2160
 
2825
2161
  export interface HttpRoute {
2826
2162
 
@@ -2832,19 +2168,11 @@ export interface HttpRoute {
2832
2168
 
2833
2169
  timeout?: HttpTimeout;
2834
2170
  }
2835
- export declare namespace HttpRoute {
2836
-
2837
- const filterSensitiveLog: (obj: HttpRoute) => any;
2838
- }
2839
2171
 
2840
2172
  export interface TcpRouteAction {
2841
2173
 
2842
2174
  weightedTargets: WeightedTarget[] | undefined;
2843
2175
  }
2844
- export declare namespace TcpRouteAction {
2845
-
2846
- const filterSensitiveLog: (obj: TcpRouteAction) => any;
2847
- }
2848
2176
 
2849
2177
  export interface TcpRoute {
2850
2178
 
@@ -2852,10 +2180,6 @@ export interface TcpRoute {
2852
2180
 
2853
2181
  timeout?: TcpTimeout;
2854
2182
  }
2855
- export declare namespace TcpRoute {
2856
-
2857
- const filterSensitiveLog: (obj: TcpRoute) => any;
2858
- }
2859
2183
 
2860
2184
  export interface RouteSpec {
2861
2185
 
@@ -2869,10 +2193,6 @@ export interface RouteSpec {
2869
2193
 
2870
2194
  grpcRoute?: GrpcRoute;
2871
2195
  }
2872
- export declare namespace RouteSpec {
2873
-
2874
- const filterSensitiveLog: (obj: RouteSpec) => any;
2875
- }
2876
2196
 
2877
2197
  export interface CreateRouteInput {
2878
2198
 
@@ -2890,10 +2210,6 @@ export interface CreateRouteInput {
2890
2210
 
2891
2211
  meshOwner?: string;
2892
2212
  }
2893
- export declare namespace CreateRouteInput {
2894
-
2895
- const filterSensitiveLog: (obj: CreateRouteInput) => any;
2896
- }
2897
2213
  export declare enum RouteStatusCode {
2898
2214
  ACTIVE = "ACTIVE",
2899
2215
  DELETED = "DELETED",
@@ -2904,10 +2220,6 @@ export interface RouteStatus {
2904
2220
 
2905
2221
  status: RouteStatusCode | string | undefined;
2906
2222
  }
2907
- export declare namespace RouteStatus {
2908
-
2909
- const filterSensitiveLog: (obj: RouteStatus) => any;
2910
- }
2911
2223
 
2912
2224
  export interface RouteData {
2913
2225
 
@@ -2923,19 +2235,11 @@ export interface RouteData {
2923
2235
 
2924
2236
  status: RouteStatus | undefined;
2925
2237
  }
2926
- export declare namespace RouteData {
2927
-
2928
- const filterSensitiveLog: (obj: RouteData) => any;
2929
- }
2930
2238
 
2931
2239
  export interface CreateRouteOutput {
2932
2240
 
2933
2241
  route: RouteData | undefined;
2934
2242
  }
2935
- export declare namespace CreateRouteOutput {
2936
-
2937
- const filterSensitiveLog: (obj: CreateRouteOutput) => any;
2938
- }
2939
2243
 
2940
2244
  export interface DeleteRouteInput {
2941
2245
 
@@ -2947,19 +2251,11 @@ export interface DeleteRouteInput {
2947
2251
 
2948
2252
  meshOwner?: string;
2949
2253
  }
2950
- export declare namespace DeleteRouteInput {
2951
-
2952
- const filterSensitiveLog: (obj: DeleteRouteInput) => any;
2953
- }
2954
2254
 
2955
2255
  export interface DeleteRouteOutput {
2956
2256
 
2957
2257
  route: RouteData | undefined;
2958
2258
  }
2959
- export declare namespace DeleteRouteOutput {
2960
-
2961
- const filterSensitiveLog: (obj: DeleteRouteOutput) => any;
2962
- }
2963
2259
 
2964
2260
  export interface DescribeRouteInput {
2965
2261
 
@@ -2971,19 +2267,11 @@ export interface DescribeRouteInput {
2971
2267
 
2972
2268
  virtualRouterName: string | undefined;
2973
2269
  }
2974
- export declare namespace DescribeRouteInput {
2975
-
2976
- const filterSensitiveLog: (obj: DescribeRouteInput) => any;
2977
- }
2978
2270
 
2979
2271
  export interface DescribeRouteOutput {
2980
2272
 
2981
2273
  route: RouteData | undefined;
2982
2274
  }
2983
- export declare namespace DescribeRouteOutput {
2984
-
2985
- const filterSensitiveLog: (obj: DescribeRouteOutput) => any;
2986
- }
2987
2275
 
2988
2276
  export interface ListRoutesInput {
2989
2277
 
@@ -2997,10 +2285,6 @@ export interface ListRoutesInput {
2997
2285
 
2998
2286
  meshOwner?: string;
2999
2287
  }
3000
- export declare namespace ListRoutesInput {
3001
-
3002
- const filterSensitiveLog: (obj: ListRoutesInput) => any;
3003
- }
3004
2288
 
3005
2289
  export interface RouteRef {
3006
2290
 
@@ -3022,10 +2306,6 @@ export interface RouteRef {
3022
2306
 
3023
2307
  lastUpdatedAt: Date | undefined;
3024
2308
  }
3025
- export declare namespace RouteRef {
3026
-
3027
- const filterSensitiveLog: (obj: RouteRef) => any;
3028
- }
3029
2309
 
3030
2310
  export interface ListRoutesOutput {
3031
2311
 
@@ -3033,10 +2313,6 @@ export interface ListRoutesOutput {
3033
2313
 
3034
2314
  nextToken?: string;
3035
2315
  }
3036
- export declare namespace ListRoutesOutput {
3037
-
3038
- const filterSensitiveLog: (obj: ListRoutesOutput) => any;
3039
- }
3040
2316
 
3041
2317
  export interface UpdateRouteInput {
3042
2318
 
@@ -3052,19 +2328,11 @@ export interface UpdateRouteInput {
3052
2328
 
3053
2329
  meshOwner?: string;
3054
2330
  }
3055
- export declare namespace UpdateRouteInput {
3056
-
3057
- const filterSensitiveLog: (obj: UpdateRouteInput) => any;
3058
- }
3059
2331
 
3060
2332
  export interface UpdateRouteOutput {
3061
2333
 
3062
2334
  route: RouteData | undefined;
3063
2335
  }
3064
- export declare namespace UpdateRouteOutput {
3065
-
3066
- const filterSensitiveLog: (obj: UpdateRouteOutput) => any;
3067
- }
3068
2336
 
3069
2337
  export interface UpdateVirtualRouterInput {
3070
2338
 
@@ -3078,37 +2346,21 @@ export interface UpdateVirtualRouterInput {
3078
2346
 
3079
2347
  meshOwner?: string;
3080
2348
  }
3081
- export declare namespace UpdateVirtualRouterInput {
3082
-
3083
- const filterSensitiveLog: (obj: UpdateVirtualRouterInput) => any;
3084
- }
3085
2349
 
3086
2350
  export interface UpdateVirtualRouterOutput {
3087
2351
 
3088
2352
  virtualRouter: VirtualRouterData | undefined;
3089
2353
  }
3090
- export declare namespace UpdateVirtualRouterOutput {
3091
-
3092
- const filterSensitiveLog: (obj: UpdateVirtualRouterOutput) => any;
3093
- }
3094
2354
 
3095
2355
  export interface VirtualNodeServiceProvider {
3096
2356
 
3097
2357
  virtualNodeName: string | undefined;
3098
2358
  }
3099
- export declare namespace VirtualNodeServiceProvider {
3100
-
3101
- const filterSensitiveLog: (obj: VirtualNodeServiceProvider) => any;
3102
- }
3103
2359
 
3104
2360
  export interface VirtualRouterServiceProvider {
3105
2361
 
3106
2362
  virtualRouterName: string | undefined;
3107
2363
  }
3108
- export declare namespace VirtualRouterServiceProvider {
3109
-
3110
- const filterSensitiveLog: (obj: VirtualRouterServiceProvider) => any;
3111
- }
3112
2364
 
3113
2365
  export declare type VirtualServiceProvider = VirtualServiceProvider.VirtualNodeMember | VirtualServiceProvider.VirtualRouterMember | VirtualServiceProvider.$UnknownMember;
3114
2366
  export declare namespace VirtualServiceProvider {
@@ -3138,18 +2390,12 @@ export declare namespace VirtualServiceProvider {
3138
2390
  _: (name: string, value: any) => T;
3139
2391
  }
3140
2392
  const visit: <T>(value: VirtualServiceProvider, visitor: Visitor<T>) => T;
3141
-
3142
- const filterSensitiveLog: (obj: VirtualServiceProvider) => any;
3143
2393
  }
3144
2394
 
3145
2395
  export interface VirtualServiceSpec {
3146
2396
 
3147
2397
  provider?: VirtualServiceProvider;
3148
2398
  }
3149
- export declare namespace VirtualServiceSpec {
3150
-
3151
- const filterSensitiveLog: (obj: VirtualServiceSpec) => any;
3152
- }
3153
2399
 
3154
2400
  export interface CreateVirtualServiceInput {
3155
2401
 
@@ -3165,10 +2411,6 @@ export interface CreateVirtualServiceInput {
3165
2411
 
3166
2412
  meshOwner?: string;
3167
2413
  }
3168
- export declare namespace CreateVirtualServiceInput {
3169
-
3170
- const filterSensitiveLog: (obj: CreateVirtualServiceInput) => any;
3171
- }
3172
2414
  export declare enum VirtualServiceStatusCode {
3173
2415
  ACTIVE = "ACTIVE",
3174
2416
  DELETED = "DELETED",
@@ -3179,10 +2421,6 @@ export interface VirtualServiceStatus {
3179
2421
 
3180
2422
  status: VirtualServiceStatusCode | string | undefined;
3181
2423
  }
3182
- export declare namespace VirtualServiceStatus {
3183
-
3184
- const filterSensitiveLog: (obj: VirtualServiceStatus) => any;
3185
- }
3186
2424
 
3187
2425
  export interface VirtualServiceData {
3188
2426
 
@@ -3196,19 +2434,11 @@ export interface VirtualServiceData {
3196
2434
 
3197
2435
  status: VirtualServiceStatus | undefined;
3198
2436
  }
3199
- export declare namespace VirtualServiceData {
3200
-
3201
- const filterSensitiveLog: (obj: VirtualServiceData) => any;
3202
- }
3203
2437
 
3204
2438
  export interface CreateVirtualServiceOutput {
3205
2439
 
3206
2440
  virtualService: VirtualServiceData | undefined;
3207
2441
  }
3208
- export declare namespace CreateVirtualServiceOutput {
3209
-
3210
- const filterSensitiveLog: (obj: CreateVirtualServiceOutput) => any;
3211
- }
3212
2442
 
3213
2443
  export interface DeleteVirtualServiceInput {
3214
2444
 
@@ -3218,19 +2448,11 @@ export interface DeleteVirtualServiceInput {
3218
2448
 
3219
2449
  meshOwner?: string;
3220
2450
  }
3221
- export declare namespace DeleteVirtualServiceInput {
3222
-
3223
- const filterSensitiveLog: (obj: DeleteVirtualServiceInput) => any;
3224
- }
3225
2451
 
3226
2452
  export interface DeleteVirtualServiceOutput {
3227
2453
 
3228
2454
  virtualService: VirtualServiceData | undefined;
3229
2455
  }
3230
- export declare namespace DeleteVirtualServiceOutput {
3231
-
3232
- const filterSensitiveLog: (obj: DeleteVirtualServiceOutput) => any;
3233
- }
3234
2456
 
3235
2457
  export interface DescribeVirtualServiceInput {
3236
2458
 
@@ -3240,19 +2462,11 @@ export interface DescribeVirtualServiceInput {
3240
2462
 
3241
2463
  meshOwner?: string;
3242
2464
  }
3243
- export declare namespace DescribeVirtualServiceInput {
3244
-
3245
- const filterSensitiveLog: (obj: DescribeVirtualServiceInput) => any;
3246
- }
3247
2465
 
3248
2466
  export interface DescribeVirtualServiceOutput {
3249
2467
 
3250
2468
  virtualService: VirtualServiceData | undefined;
3251
2469
  }
3252
- export declare namespace DescribeVirtualServiceOutput {
3253
-
3254
- const filterSensitiveLog: (obj: DescribeVirtualServiceOutput) => any;
3255
- }
3256
2470
 
3257
2471
  export interface ListVirtualServicesInput {
3258
2472
 
@@ -3264,10 +2478,6 @@ export interface ListVirtualServicesInput {
3264
2478
 
3265
2479
  meshOwner?: string;
3266
2480
  }
3267
- export declare namespace ListVirtualServicesInput {
3268
-
3269
- const filterSensitiveLog: (obj: ListVirtualServicesInput) => any;
3270
- }
3271
2481
 
3272
2482
  export interface VirtualServiceRef {
3273
2483
 
@@ -3287,10 +2497,6 @@ export interface VirtualServiceRef {
3287
2497
 
3288
2498
  lastUpdatedAt: Date | undefined;
3289
2499
  }
3290
- export declare namespace VirtualServiceRef {
3291
-
3292
- const filterSensitiveLog: (obj: VirtualServiceRef) => any;
3293
- }
3294
2500
 
3295
2501
  export interface ListVirtualServicesOutput {
3296
2502
 
@@ -3298,10 +2504,6 @@ export interface ListVirtualServicesOutput {
3298
2504
 
3299
2505
  nextToken?: string;
3300
2506
  }
3301
- export declare namespace ListVirtualServicesOutput {
3302
-
3303
- const filterSensitiveLog: (obj: ListVirtualServicesOutput) => any;
3304
- }
3305
2507
 
3306
2508
  export interface UpdateVirtualServiceInput {
3307
2509
 
@@ -3315,19 +2517,11 @@ export interface UpdateVirtualServiceInput {
3315
2517
 
3316
2518
  meshOwner?: string;
3317
2519
  }
3318
- export declare namespace UpdateVirtualServiceInput {
3319
-
3320
- const filterSensitiveLog: (obj: UpdateVirtualServiceInput) => any;
3321
- }
3322
2520
 
3323
2521
  export interface UpdateVirtualServiceOutput {
3324
2522
 
3325
2523
  virtualService: VirtualServiceData | undefined;
3326
2524
  }
3327
- export declare namespace UpdateVirtualServiceOutput {
3328
-
3329
- const filterSensitiveLog: (obj: UpdateVirtualServiceOutput) => any;
3330
- }
3331
2525
 
3332
2526
  export interface TagResourceInput {
3333
2527
 
@@ -3335,17 +2529,9 @@ export interface TagResourceInput {
3335
2529
 
3336
2530
  tags: TagRef[] | undefined;
3337
2531
  }
3338
- export declare namespace TagResourceInput {
3339
-
3340
- const filterSensitiveLog: (obj: TagResourceInput) => any;
3341
- }
3342
2532
 
3343
2533
  export interface TagResourceOutput {
3344
2534
  }
3345
- export declare namespace TagResourceOutput {
3346
-
3347
- const filterSensitiveLog: (obj: TagResourceOutput) => any;
3348
- }
3349
2535
 
3350
2536
  export declare class TooManyTagsException extends __BaseException {
3351
2537
  readonly name: "TooManyTagsException";
@@ -3360,14 +2546,436 @@ export interface UntagResourceInput {
3360
2546
 
3361
2547
  tagKeys: string[] | undefined;
3362
2548
  }
3363
- export declare namespace UntagResourceInput {
3364
-
3365
- const filterSensitiveLog: (obj: UntagResourceInput) => any;
3366
- }
3367
2549
 
3368
2550
  export interface UntagResourceOutput {
3369
2551
  }
3370
- export declare namespace UntagResourceOutput {
3371
-
3372
- const filterSensitiveLog: (obj: UntagResourceOutput) => any;
3373
- }
2552
+
2553
+ export declare const FileAccessLogFilterSensitiveLog: (obj: FileAccessLog) => any;
2554
+
2555
+ export declare const AccessLogFilterSensitiveLog: (obj: AccessLog) => any;
2556
+
2557
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
2558
+
2559
+ export declare const TagRefFilterSensitiveLog: (obj: TagRef) => any;
2560
+
2561
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
2562
+
2563
+ export declare const EgressFilterFilterSensitiveLog: (obj: EgressFilter) => any;
2564
+
2565
+ export declare const MeshServiceDiscoveryFilterSensitiveLog: (obj: MeshServiceDiscovery) => any;
2566
+
2567
+ export declare const MeshSpecFilterSensitiveLog: (obj: MeshSpec) => any;
2568
+
2569
+ export declare const CreateMeshInputFilterSensitiveLog: (obj: CreateMeshInput) => any;
2570
+
2571
+ export declare const ResourceMetadataFilterSensitiveLog: (obj: ResourceMetadata) => any;
2572
+
2573
+ export declare const MeshStatusFilterSensitiveLog: (obj: MeshStatus) => any;
2574
+
2575
+ export declare const MeshDataFilterSensitiveLog: (obj: MeshData) => any;
2576
+
2577
+ export declare const CreateMeshOutputFilterSensitiveLog: (obj: CreateMeshOutput) => any;
2578
+
2579
+ export declare const DeleteMeshInputFilterSensitiveLog: (obj: DeleteMeshInput) => any;
2580
+
2581
+ export declare const DeleteMeshOutputFilterSensitiveLog: (obj: DeleteMeshOutput) => any;
2582
+
2583
+ export declare const DescribeMeshInputFilterSensitiveLog: (obj: DescribeMeshInput) => any;
2584
+
2585
+ export declare const DescribeMeshOutputFilterSensitiveLog: (obj: DescribeMeshOutput) => any;
2586
+
2587
+ export declare const ListMeshesInputFilterSensitiveLog: (obj: ListMeshesInput) => any;
2588
+
2589
+ export declare const MeshRefFilterSensitiveLog: (obj: MeshRef) => any;
2590
+
2591
+ export declare const ListMeshesOutputFilterSensitiveLog: (obj: ListMeshesOutput) => any;
2592
+
2593
+ export declare const UpdateMeshInputFilterSensitiveLog: (obj: UpdateMeshInput) => any;
2594
+
2595
+ export declare const UpdateMeshOutputFilterSensitiveLog: (obj: UpdateMeshOutput) => any;
2596
+
2597
+ export declare const VirtualGatewayListenerTlsFileCertificateFilterSensitiveLog: (obj: VirtualGatewayListenerTlsFileCertificate) => any;
2598
+
2599
+ export declare const VirtualGatewayListenerTlsSdsCertificateFilterSensitiveLog: (obj: VirtualGatewayListenerTlsSdsCertificate) => any;
2600
+
2601
+ export declare const VirtualGatewayClientTlsCertificateFilterSensitiveLog: (obj: VirtualGatewayClientTlsCertificate) => any;
2602
+
2603
+ export declare const SubjectAlternativeNameMatchersFilterSensitiveLog: (obj: SubjectAlternativeNameMatchers) => any;
2604
+
2605
+ export declare const SubjectAlternativeNamesFilterSensitiveLog: (obj: SubjectAlternativeNames) => any;
2606
+
2607
+ export declare const VirtualGatewayTlsValidationContextAcmTrustFilterSensitiveLog: (obj: VirtualGatewayTlsValidationContextAcmTrust) => any;
2608
+
2609
+ export declare const VirtualGatewayTlsValidationContextFileTrustFilterSensitiveLog: (obj: VirtualGatewayTlsValidationContextFileTrust) => any;
2610
+
2611
+ export declare const VirtualGatewayTlsValidationContextSdsTrustFilterSensitiveLog: (obj: VirtualGatewayTlsValidationContextSdsTrust) => any;
2612
+
2613
+ export declare const VirtualGatewayTlsValidationContextTrustFilterSensitiveLog: (obj: VirtualGatewayTlsValidationContextTrust) => any;
2614
+
2615
+ export declare const VirtualGatewayTlsValidationContextFilterSensitiveLog: (obj: VirtualGatewayTlsValidationContext) => any;
2616
+
2617
+ export declare const VirtualGatewayClientPolicyTlsFilterSensitiveLog: (obj: VirtualGatewayClientPolicyTls) => any;
2618
+
2619
+ export declare const VirtualGatewayClientPolicyFilterSensitiveLog: (obj: VirtualGatewayClientPolicy) => any;
2620
+
2621
+ export declare const VirtualGatewayBackendDefaultsFilterSensitiveLog: (obj: VirtualGatewayBackendDefaults) => any;
2622
+
2623
+ export declare const VirtualGatewayGrpcConnectionPoolFilterSensitiveLog: (obj: VirtualGatewayGrpcConnectionPool) => any;
2624
+
2625
+ export declare const VirtualGatewayHttpConnectionPoolFilterSensitiveLog: (obj: VirtualGatewayHttpConnectionPool) => any;
2626
+
2627
+ export declare const VirtualGatewayHttp2ConnectionPoolFilterSensitiveLog: (obj: VirtualGatewayHttp2ConnectionPool) => any;
2628
+
2629
+ export declare const VirtualGatewayConnectionPoolFilterSensitiveLog: (obj: VirtualGatewayConnectionPool) => any;
2630
+
2631
+ export declare const VirtualGatewayHealthCheckPolicyFilterSensitiveLog: (obj: VirtualGatewayHealthCheckPolicy) => any;
2632
+
2633
+ export declare const VirtualGatewayPortMappingFilterSensitiveLog: (obj: VirtualGatewayPortMapping) => any;
2634
+
2635
+ export declare const VirtualGatewayListenerTlsAcmCertificateFilterSensitiveLog: (obj: VirtualGatewayListenerTlsAcmCertificate) => any;
2636
+
2637
+ export declare const VirtualGatewayListenerTlsCertificateFilterSensitiveLog: (obj: VirtualGatewayListenerTlsCertificate) => any;
2638
+
2639
+ export declare const VirtualGatewayListenerTlsValidationContextTrustFilterSensitiveLog: (obj: VirtualGatewayListenerTlsValidationContextTrust) => any;
2640
+
2641
+ export declare const VirtualGatewayListenerTlsValidationContextFilterSensitiveLog: (obj: VirtualGatewayListenerTlsValidationContext) => any;
2642
+
2643
+ export declare const VirtualGatewayListenerTlsFilterSensitiveLog: (obj: VirtualGatewayListenerTls) => any;
2644
+
2645
+ export declare const VirtualGatewayListenerFilterSensitiveLog: (obj: VirtualGatewayListener) => any;
2646
+
2647
+ export declare const VirtualGatewayFileAccessLogFilterSensitiveLog: (obj: VirtualGatewayFileAccessLog) => any;
2648
+
2649
+ export declare const VirtualGatewayAccessLogFilterSensitiveLog: (obj: VirtualGatewayAccessLog) => any;
2650
+
2651
+ export declare const VirtualGatewayLoggingFilterSensitiveLog: (obj: VirtualGatewayLogging) => any;
2652
+
2653
+ export declare const VirtualGatewaySpecFilterSensitiveLog: (obj: VirtualGatewaySpec) => any;
2654
+
2655
+ export declare const CreateVirtualGatewayInputFilterSensitiveLog: (obj: CreateVirtualGatewayInput) => any;
2656
+
2657
+ export declare const VirtualGatewayStatusFilterSensitiveLog: (obj: VirtualGatewayStatus) => any;
2658
+
2659
+ export declare const VirtualGatewayDataFilterSensitiveLog: (obj: VirtualGatewayData) => any;
2660
+
2661
+ export declare const CreateVirtualGatewayOutputFilterSensitiveLog: (obj: CreateVirtualGatewayOutput) => any;
2662
+
2663
+ export declare const DeleteVirtualGatewayInputFilterSensitiveLog: (obj: DeleteVirtualGatewayInput) => any;
2664
+
2665
+ export declare const DeleteVirtualGatewayOutputFilterSensitiveLog: (obj: DeleteVirtualGatewayOutput) => any;
2666
+
2667
+ export declare const DescribeVirtualGatewayInputFilterSensitiveLog: (obj: DescribeVirtualGatewayInput) => any;
2668
+
2669
+ export declare const DescribeVirtualGatewayOutputFilterSensitiveLog: (obj: DescribeVirtualGatewayOutput) => any;
2670
+
2671
+ export declare const GatewayRouteHostnameRewriteFilterSensitiveLog: (obj: GatewayRouteHostnameRewrite) => any;
2672
+
2673
+ export declare const GrpcGatewayRouteRewriteFilterSensitiveLog: (obj: GrpcGatewayRouteRewrite) => any;
2674
+
2675
+ export declare const GatewayRouteVirtualServiceFilterSensitiveLog: (obj: GatewayRouteVirtualService) => any;
2676
+
2677
+ export declare const GatewayRouteTargetFilterSensitiveLog: (obj: GatewayRouteTarget) => any;
2678
+
2679
+ export declare const GrpcGatewayRouteActionFilterSensitiveLog: (obj: GrpcGatewayRouteAction) => any;
2680
+
2681
+ export declare const GatewayRouteHostnameMatchFilterSensitiveLog: (obj: GatewayRouteHostnameMatch) => any;
2682
+
2683
+ export declare const MatchRangeFilterSensitiveLog: (obj: MatchRange) => any;
2684
+
2685
+ export declare const GrpcMetadataMatchMethodFilterSensitiveLog: (obj: GrpcMetadataMatchMethod) => any;
2686
+
2687
+ export declare const GrpcGatewayRouteMetadataFilterSensitiveLog: (obj: GrpcGatewayRouteMetadata) => any;
2688
+
2689
+ export declare const GrpcGatewayRouteMatchFilterSensitiveLog: (obj: GrpcGatewayRouteMatch) => any;
2690
+
2691
+ export declare const GrpcGatewayRouteFilterSensitiveLog: (obj: GrpcGatewayRoute) => any;
2692
+
2693
+ export declare const HttpGatewayRoutePathRewriteFilterSensitiveLog: (obj: HttpGatewayRoutePathRewrite) => any;
2694
+
2695
+ export declare const HttpGatewayRoutePrefixRewriteFilterSensitiveLog: (obj: HttpGatewayRoutePrefixRewrite) => any;
2696
+
2697
+ export declare const HttpGatewayRouteRewriteFilterSensitiveLog: (obj: HttpGatewayRouteRewrite) => any;
2698
+
2699
+ export declare const HttpGatewayRouteActionFilterSensitiveLog: (obj: HttpGatewayRouteAction) => any;
2700
+
2701
+ export declare const HeaderMatchMethodFilterSensitiveLog: (obj: HeaderMatchMethod) => any;
2702
+
2703
+ export declare const HttpGatewayRouteHeaderFilterSensitiveLog: (obj: HttpGatewayRouteHeader) => any;
2704
+
2705
+ export declare const HttpPathMatchFilterSensitiveLog: (obj: HttpPathMatch) => any;
2706
+
2707
+ export declare const QueryParameterMatchFilterSensitiveLog: (obj: QueryParameterMatch) => any;
2708
+
2709
+ export declare const HttpQueryParameterFilterSensitiveLog: (obj: HttpQueryParameter) => any;
2710
+
2711
+ export declare const HttpGatewayRouteMatchFilterSensitiveLog: (obj: HttpGatewayRouteMatch) => any;
2712
+
2713
+ export declare const HttpGatewayRouteFilterSensitiveLog: (obj: HttpGatewayRoute) => any;
2714
+
2715
+ export declare const GatewayRouteSpecFilterSensitiveLog: (obj: GatewayRouteSpec) => any;
2716
+
2717
+ export declare const CreateGatewayRouteInputFilterSensitiveLog: (obj: CreateGatewayRouteInput) => any;
2718
+
2719
+ export declare const GatewayRouteStatusFilterSensitiveLog: (obj: GatewayRouteStatus) => any;
2720
+
2721
+ export declare const GatewayRouteDataFilterSensitiveLog: (obj: GatewayRouteData) => any;
2722
+
2723
+ export declare const CreateGatewayRouteOutputFilterSensitiveLog: (obj: CreateGatewayRouteOutput) => any;
2724
+
2725
+ export declare const DeleteGatewayRouteInputFilterSensitiveLog: (obj: DeleteGatewayRouteInput) => any;
2726
+
2727
+ export declare const DeleteGatewayRouteOutputFilterSensitiveLog: (obj: DeleteGatewayRouteOutput) => any;
2728
+
2729
+ export declare const DescribeGatewayRouteInputFilterSensitiveLog: (obj: DescribeGatewayRouteInput) => any;
2730
+
2731
+ export declare const DescribeGatewayRouteOutputFilterSensitiveLog: (obj: DescribeGatewayRouteOutput) => any;
2732
+
2733
+ export declare const ListGatewayRoutesInputFilterSensitiveLog: (obj: ListGatewayRoutesInput) => any;
2734
+
2735
+ export declare const GatewayRouteRefFilterSensitiveLog: (obj: GatewayRouteRef) => any;
2736
+
2737
+ export declare const ListGatewayRoutesOutputFilterSensitiveLog: (obj: ListGatewayRoutesOutput) => any;
2738
+
2739
+ export declare const UpdateGatewayRouteInputFilterSensitiveLog: (obj: UpdateGatewayRouteInput) => any;
2740
+
2741
+ export declare const UpdateGatewayRouteOutputFilterSensitiveLog: (obj: UpdateGatewayRouteOutput) => any;
2742
+
2743
+ export declare const ListVirtualGatewaysInputFilterSensitiveLog: (obj: ListVirtualGatewaysInput) => any;
2744
+
2745
+ export declare const VirtualGatewayRefFilterSensitiveLog: (obj: VirtualGatewayRef) => any;
2746
+
2747
+ export declare const ListVirtualGatewaysOutputFilterSensitiveLog: (obj: ListVirtualGatewaysOutput) => any;
2748
+
2749
+ export declare const UpdateVirtualGatewayInputFilterSensitiveLog: (obj: UpdateVirtualGatewayInput) => any;
2750
+
2751
+ export declare const UpdateVirtualGatewayOutputFilterSensitiveLog: (obj: UpdateVirtualGatewayOutput) => any;
2752
+
2753
+ export declare const ListenerTlsFileCertificateFilterSensitiveLog: (obj: ListenerTlsFileCertificate) => any;
2754
+
2755
+ export declare const ListenerTlsSdsCertificateFilterSensitiveLog: (obj: ListenerTlsSdsCertificate) => any;
2756
+
2757
+ export declare const ClientTlsCertificateFilterSensitiveLog: (obj: ClientTlsCertificate) => any;
2758
+
2759
+ export declare const TlsValidationContextAcmTrustFilterSensitiveLog: (obj: TlsValidationContextAcmTrust) => any;
2760
+
2761
+ export declare const TlsValidationContextFileTrustFilterSensitiveLog: (obj: TlsValidationContextFileTrust) => any;
2762
+
2763
+ export declare const TlsValidationContextSdsTrustFilterSensitiveLog: (obj: TlsValidationContextSdsTrust) => any;
2764
+
2765
+ export declare const TlsValidationContextTrustFilterSensitiveLog: (obj: TlsValidationContextTrust) => any;
2766
+
2767
+ export declare const TlsValidationContextFilterSensitiveLog: (obj: TlsValidationContext) => any;
2768
+
2769
+ export declare const ClientPolicyTlsFilterSensitiveLog: (obj: ClientPolicyTls) => any;
2770
+
2771
+ export declare const ClientPolicyFilterSensitiveLog: (obj: ClientPolicy) => any;
2772
+
2773
+ export declare const BackendDefaultsFilterSensitiveLog: (obj: BackendDefaults) => any;
2774
+
2775
+ export declare const VirtualServiceBackendFilterSensitiveLog: (obj: VirtualServiceBackend) => any;
2776
+
2777
+ export declare const BackendFilterSensitiveLog: (obj: Backend) => any;
2778
+
2779
+ export declare const VirtualNodeGrpcConnectionPoolFilterSensitiveLog: (obj: VirtualNodeGrpcConnectionPool) => any;
2780
+
2781
+ export declare const VirtualNodeHttpConnectionPoolFilterSensitiveLog: (obj: VirtualNodeHttpConnectionPool) => any;
2782
+
2783
+ export declare const VirtualNodeHttp2ConnectionPoolFilterSensitiveLog: (obj: VirtualNodeHttp2ConnectionPool) => any;
2784
+
2785
+ export declare const VirtualNodeTcpConnectionPoolFilterSensitiveLog: (obj: VirtualNodeTcpConnectionPool) => any;
2786
+
2787
+ export declare const VirtualNodeConnectionPoolFilterSensitiveLog: (obj: VirtualNodeConnectionPool) => any;
2788
+
2789
+ export declare const HealthCheckPolicyFilterSensitiveLog: (obj: HealthCheckPolicy) => any;
2790
+
2791
+ export declare const DurationFilterSensitiveLog: (obj: Duration) => any;
2792
+
2793
+ export declare const OutlierDetectionFilterSensitiveLog: (obj: OutlierDetection) => any;
2794
+
2795
+ export declare const PortMappingFilterSensitiveLog: (obj: PortMapping) => any;
2796
+
2797
+ export declare const GrpcTimeoutFilterSensitiveLog: (obj: GrpcTimeout) => any;
2798
+
2799
+ export declare const HttpTimeoutFilterSensitiveLog: (obj: HttpTimeout) => any;
2800
+
2801
+ export declare const TcpTimeoutFilterSensitiveLog: (obj: TcpTimeout) => any;
2802
+
2803
+ export declare const ListenerTimeoutFilterSensitiveLog: (obj: ListenerTimeout) => any;
2804
+
2805
+ export declare const ListenerTlsAcmCertificateFilterSensitiveLog: (obj: ListenerTlsAcmCertificate) => any;
2806
+
2807
+ export declare const ListenerTlsCertificateFilterSensitiveLog: (obj: ListenerTlsCertificate) => any;
2808
+
2809
+ export declare const ListenerTlsValidationContextTrustFilterSensitiveLog: (obj: ListenerTlsValidationContextTrust) => any;
2810
+
2811
+ export declare const ListenerTlsValidationContextFilterSensitiveLog: (obj: ListenerTlsValidationContext) => any;
2812
+
2813
+ export declare const ListenerTlsFilterSensitiveLog: (obj: ListenerTls) => any;
2814
+
2815
+ export declare const ListenerFilterSensitiveLog: (obj: Listener) => any;
2816
+
2817
+ export declare const LoggingFilterSensitiveLog: (obj: Logging) => any;
2818
+
2819
+ export declare const AwsCloudMapInstanceAttributeFilterSensitiveLog: (obj: AwsCloudMapInstanceAttribute) => any;
2820
+
2821
+ export declare const AwsCloudMapServiceDiscoveryFilterSensitiveLog: (obj: AwsCloudMapServiceDiscovery) => any;
2822
+
2823
+ export declare const DnsServiceDiscoveryFilterSensitiveLog: (obj: DnsServiceDiscovery) => any;
2824
+
2825
+ export declare const ServiceDiscoveryFilterSensitiveLog: (obj: ServiceDiscovery) => any;
2826
+
2827
+ export declare const VirtualNodeSpecFilterSensitiveLog: (obj: VirtualNodeSpec) => any;
2828
+
2829
+ export declare const CreateVirtualNodeInputFilterSensitiveLog: (obj: CreateVirtualNodeInput) => any;
2830
+
2831
+ export declare const VirtualNodeStatusFilterSensitiveLog: (obj: VirtualNodeStatus) => any;
2832
+
2833
+ export declare const VirtualNodeDataFilterSensitiveLog: (obj: VirtualNodeData) => any;
2834
+
2835
+ export declare const CreateVirtualNodeOutputFilterSensitiveLog: (obj: CreateVirtualNodeOutput) => any;
2836
+
2837
+ export declare const DeleteVirtualNodeInputFilterSensitiveLog: (obj: DeleteVirtualNodeInput) => any;
2838
+
2839
+ export declare const DeleteVirtualNodeOutputFilterSensitiveLog: (obj: DeleteVirtualNodeOutput) => any;
2840
+
2841
+ export declare const DescribeVirtualNodeInputFilterSensitiveLog: (obj: DescribeVirtualNodeInput) => any;
2842
+
2843
+ export declare const DescribeVirtualNodeOutputFilterSensitiveLog: (obj: DescribeVirtualNodeOutput) => any;
2844
+
2845
+ export declare const ListVirtualNodesInputFilterSensitiveLog: (obj: ListVirtualNodesInput) => any;
2846
+
2847
+ export declare const VirtualNodeRefFilterSensitiveLog: (obj: VirtualNodeRef) => any;
2848
+
2849
+ export declare const ListVirtualNodesOutputFilterSensitiveLog: (obj: ListVirtualNodesOutput) => any;
2850
+
2851
+ export declare const UpdateVirtualNodeInputFilterSensitiveLog: (obj: UpdateVirtualNodeInput) => any;
2852
+
2853
+ export declare const UpdateVirtualNodeOutputFilterSensitiveLog: (obj: UpdateVirtualNodeOutput) => any;
2854
+
2855
+ export declare const VirtualRouterListenerFilterSensitiveLog: (obj: VirtualRouterListener) => any;
2856
+
2857
+ export declare const VirtualRouterSpecFilterSensitiveLog: (obj: VirtualRouterSpec) => any;
2858
+
2859
+ export declare const CreateVirtualRouterInputFilterSensitiveLog: (obj: CreateVirtualRouterInput) => any;
2860
+
2861
+ export declare const VirtualRouterStatusFilterSensitiveLog: (obj: VirtualRouterStatus) => any;
2862
+
2863
+ export declare const VirtualRouterDataFilterSensitiveLog: (obj: VirtualRouterData) => any;
2864
+
2865
+ export declare const CreateVirtualRouterOutputFilterSensitiveLog: (obj: CreateVirtualRouterOutput) => any;
2866
+
2867
+ export declare const DeleteVirtualRouterInputFilterSensitiveLog: (obj: DeleteVirtualRouterInput) => any;
2868
+
2869
+ export declare const DeleteVirtualRouterOutputFilterSensitiveLog: (obj: DeleteVirtualRouterOutput) => any;
2870
+
2871
+ export declare const DescribeVirtualRouterInputFilterSensitiveLog: (obj: DescribeVirtualRouterInput) => any;
2872
+
2873
+ export declare const DescribeVirtualRouterOutputFilterSensitiveLog: (obj: DescribeVirtualRouterOutput) => any;
2874
+
2875
+ export declare const ListVirtualRoutersInputFilterSensitiveLog: (obj: ListVirtualRoutersInput) => any;
2876
+
2877
+ export declare const VirtualRouterRefFilterSensitiveLog: (obj: VirtualRouterRef) => any;
2878
+
2879
+ export declare const ListVirtualRoutersOutputFilterSensitiveLog: (obj: ListVirtualRoutersOutput) => any;
2880
+
2881
+ export declare const WeightedTargetFilterSensitiveLog: (obj: WeightedTarget) => any;
2882
+
2883
+ export declare const GrpcRouteActionFilterSensitiveLog: (obj: GrpcRouteAction) => any;
2884
+
2885
+ export declare const GrpcRouteMetadataMatchMethodFilterSensitiveLog: (obj: GrpcRouteMetadataMatchMethod) => any;
2886
+
2887
+ export declare const GrpcRouteMetadataFilterSensitiveLog: (obj: GrpcRouteMetadata) => any;
2888
+
2889
+ export declare const GrpcRouteMatchFilterSensitiveLog: (obj: GrpcRouteMatch) => any;
2890
+
2891
+ export declare const GrpcRetryPolicyFilterSensitiveLog: (obj: GrpcRetryPolicy) => any;
2892
+
2893
+ export declare const GrpcRouteFilterSensitiveLog: (obj: GrpcRoute) => any;
2894
+
2895
+ export declare const HttpRouteActionFilterSensitiveLog: (obj: HttpRouteAction) => any;
2896
+
2897
+ export declare const HttpRouteHeaderFilterSensitiveLog: (obj: HttpRouteHeader) => any;
2898
+
2899
+ export declare const HttpRouteMatchFilterSensitiveLog: (obj: HttpRouteMatch) => any;
2900
+
2901
+ export declare const HttpRetryPolicyFilterSensitiveLog: (obj: HttpRetryPolicy) => any;
2902
+
2903
+ export declare const HttpRouteFilterSensitiveLog: (obj: HttpRoute) => any;
2904
+
2905
+ export declare const TcpRouteActionFilterSensitiveLog: (obj: TcpRouteAction) => any;
2906
+
2907
+ export declare const TcpRouteFilterSensitiveLog: (obj: TcpRoute) => any;
2908
+
2909
+ export declare const RouteSpecFilterSensitiveLog: (obj: RouteSpec) => any;
2910
+
2911
+ export declare const CreateRouteInputFilterSensitiveLog: (obj: CreateRouteInput) => any;
2912
+
2913
+ export declare const RouteStatusFilterSensitiveLog: (obj: RouteStatus) => any;
2914
+
2915
+ export declare const RouteDataFilterSensitiveLog: (obj: RouteData) => any;
2916
+
2917
+ export declare const CreateRouteOutputFilterSensitiveLog: (obj: CreateRouteOutput) => any;
2918
+
2919
+ export declare const DeleteRouteInputFilterSensitiveLog: (obj: DeleteRouteInput) => any;
2920
+
2921
+ export declare const DeleteRouteOutputFilterSensitiveLog: (obj: DeleteRouteOutput) => any;
2922
+
2923
+ export declare const DescribeRouteInputFilterSensitiveLog: (obj: DescribeRouteInput) => any;
2924
+
2925
+ export declare const DescribeRouteOutputFilterSensitiveLog: (obj: DescribeRouteOutput) => any;
2926
+
2927
+ export declare const ListRoutesInputFilterSensitiveLog: (obj: ListRoutesInput) => any;
2928
+
2929
+ export declare const RouteRefFilterSensitiveLog: (obj: RouteRef) => any;
2930
+
2931
+ export declare const ListRoutesOutputFilterSensitiveLog: (obj: ListRoutesOutput) => any;
2932
+
2933
+ export declare const UpdateRouteInputFilterSensitiveLog: (obj: UpdateRouteInput) => any;
2934
+
2935
+ export declare const UpdateRouteOutputFilterSensitiveLog: (obj: UpdateRouteOutput) => any;
2936
+
2937
+ export declare const UpdateVirtualRouterInputFilterSensitiveLog: (obj: UpdateVirtualRouterInput) => any;
2938
+
2939
+ export declare const UpdateVirtualRouterOutputFilterSensitiveLog: (obj: UpdateVirtualRouterOutput) => any;
2940
+
2941
+ export declare const VirtualNodeServiceProviderFilterSensitiveLog: (obj: VirtualNodeServiceProvider) => any;
2942
+
2943
+ export declare const VirtualRouterServiceProviderFilterSensitiveLog: (obj: VirtualRouterServiceProvider) => any;
2944
+
2945
+ export declare const VirtualServiceProviderFilterSensitiveLog: (obj: VirtualServiceProvider) => any;
2946
+
2947
+ export declare const VirtualServiceSpecFilterSensitiveLog: (obj: VirtualServiceSpec) => any;
2948
+
2949
+ export declare const CreateVirtualServiceInputFilterSensitiveLog: (obj: CreateVirtualServiceInput) => any;
2950
+
2951
+ export declare const VirtualServiceStatusFilterSensitiveLog: (obj: VirtualServiceStatus) => any;
2952
+
2953
+ export declare const VirtualServiceDataFilterSensitiveLog: (obj: VirtualServiceData) => any;
2954
+
2955
+ export declare const CreateVirtualServiceOutputFilterSensitiveLog: (obj: CreateVirtualServiceOutput) => any;
2956
+
2957
+ export declare const DeleteVirtualServiceInputFilterSensitiveLog: (obj: DeleteVirtualServiceInput) => any;
2958
+
2959
+ export declare const DeleteVirtualServiceOutputFilterSensitiveLog: (obj: DeleteVirtualServiceOutput) => any;
2960
+
2961
+ export declare const DescribeVirtualServiceInputFilterSensitiveLog: (obj: DescribeVirtualServiceInput) => any;
2962
+
2963
+ export declare const DescribeVirtualServiceOutputFilterSensitiveLog: (obj: DescribeVirtualServiceOutput) => any;
2964
+
2965
+ export declare const ListVirtualServicesInputFilterSensitiveLog: (obj: ListVirtualServicesInput) => any;
2966
+
2967
+ export declare const VirtualServiceRefFilterSensitiveLog: (obj: VirtualServiceRef) => any;
2968
+
2969
+ export declare const ListVirtualServicesOutputFilterSensitiveLog: (obj: ListVirtualServicesOutput) => any;
2970
+
2971
+ export declare const UpdateVirtualServiceInputFilterSensitiveLog: (obj: UpdateVirtualServiceInput) => any;
2972
+
2973
+ export declare const UpdateVirtualServiceOutputFilterSensitiveLog: (obj: UpdateVirtualServiceOutput) => any;
2974
+
2975
+ export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
2976
+
2977
+ export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
2978
+
2979
+ export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
2980
+
2981
+ export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;