@aws-sdk/client-app-mesh 3.50.0 → 3.53.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 (74) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/AppMeshServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +141 -5
  5. package/dist-cjs/protocols/Aws_restJson1.js +529 -2068
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/AppMeshServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +127 -1
  9. package/dist-es/protocols/Aws_restJson1.js +1078 -2232
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/AppMeshServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +73 -42
  13. package/dist-types/ts3.4/AppMesh.d.ts +195 -0
  14. package/dist-types/ts3.4/AppMeshClient.d.ts +111 -0
  15. package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/index.d.ts +38 -0
  54. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  55. package/dist-types/ts3.4/index.d.ts +6 -0
  56. package/dist-types/ts3.4/models/AppMeshServiceException.d.ts +6 -0
  57. package/dist-types/ts3.4/models/index.d.ts +1 -0
  58. package/dist-types/ts3.4/models/models_0.d.ts +3352 -0
  59. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  60. package/dist-types/ts3.4/pagination/ListGatewayRoutesPaginator.d.ts +4 -0
  61. package/dist-types/ts3.4/pagination/ListMeshesPaginator.d.ts +4 -0
  62. package/dist-types/ts3.4/pagination/ListRoutesPaginator.d.ts +4 -0
  63. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
  64. package/dist-types/ts3.4/pagination/ListVirtualGatewaysPaginator.d.ts +4 -0
  65. package/dist-types/ts3.4/pagination/ListVirtualNodesPaginator.d.ts +4 -0
  66. package/dist-types/ts3.4/pagination/ListVirtualRoutersPaginator.d.ts +4 -0
  67. package/dist-types/ts3.4/pagination/ListVirtualServicesPaginator.d.ts +4 -0
  68. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  69. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +116 -0
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  74. package/package.json +33 -33
@@ -0,0 +1,3352 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { AppMeshServiceException as __BaseException } from "./AppMeshServiceException";
3
+
4
+ export interface FileAccessLog {
5
+
6
+ path: string | undefined;
7
+ }
8
+ export declare namespace FileAccessLog {
9
+
10
+ const filterSensitiveLog: (obj: FileAccessLog) => any;
11
+ }
12
+
13
+ export declare type AccessLog = AccessLog.FileMember | AccessLog.$UnknownMember;
14
+ export declare namespace AccessLog {
15
+
16
+ interface FileMember {
17
+ file: FileAccessLog;
18
+ $unknown?: never;
19
+ }
20
+ interface $UnknownMember {
21
+ file?: never;
22
+ $unknown: [
23
+ string,
24
+ any
25
+ ];
26
+ }
27
+ interface Visitor<T> {
28
+ file: (value: FileAccessLog) => T;
29
+ _: (name: string, value: any) => T;
30
+ }
31
+ const visit: <T>(value: AccessLog, visitor: Visitor<T>) => T;
32
+
33
+ const filterSensitiveLog: (obj: AccessLog) => any;
34
+ }
35
+
36
+ export declare class BadRequestException extends __BaseException {
37
+ readonly name: "BadRequestException";
38
+ readonly $fault: "client";
39
+
40
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
41
+ }
42
+
43
+ export declare class ForbiddenException extends __BaseException {
44
+ readonly name: "ForbiddenException";
45
+ readonly $fault: "client";
46
+
47
+ constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
48
+ }
49
+
50
+ export declare class InternalServerErrorException extends __BaseException {
51
+ readonly name: "InternalServerErrorException";
52
+ readonly $fault: "server";
53
+ $retryable: {};
54
+
55
+ constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
56
+ }
57
+
58
+ export interface ListTagsForResourceInput {
59
+
60
+ resourceArn: string | undefined;
61
+
62
+ nextToken?: string;
63
+
64
+ limit?: number;
65
+ }
66
+ export declare namespace ListTagsForResourceInput {
67
+
68
+ const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
69
+ }
70
+
71
+ export interface TagRef {
72
+
73
+ key: string | undefined;
74
+
75
+ value: string | undefined;
76
+ }
77
+ export declare namespace TagRef {
78
+
79
+ const filterSensitiveLog: (obj: TagRef) => any;
80
+ }
81
+
82
+ export interface ListTagsForResourceOutput {
83
+
84
+ tags: TagRef[] | undefined;
85
+
86
+ nextToken?: string;
87
+ }
88
+ export declare namespace ListTagsForResourceOutput {
89
+
90
+ const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
91
+ }
92
+
93
+ export declare class NotFoundException extends __BaseException {
94
+ readonly name: "NotFoundException";
95
+ readonly $fault: "client";
96
+
97
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
98
+ }
99
+
100
+ export declare class ServiceUnavailableException extends __BaseException {
101
+ readonly name: "ServiceUnavailableException";
102
+ readonly $fault: "server";
103
+ $retryable: {};
104
+
105
+ constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
106
+ }
107
+
108
+ export declare class TooManyRequestsException extends __BaseException {
109
+ readonly name: "TooManyRequestsException";
110
+ readonly $fault: "client";
111
+ $retryable: {
112
+ throttling: boolean;
113
+ };
114
+
115
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
116
+ }
117
+
118
+ export declare class ConflictException extends __BaseException {
119
+ readonly name: "ConflictException";
120
+ readonly $fault: "client";
121
+
122
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
123
+ }
124
+ export declare enum EgressFilterType {
125
+ ALLOW_ALL = "ALLOW_ALL",
126
+ DROP_ALL = "DROP_ALL"
127
+ }
128
+
129
+ export interface EgressFilter {
130
+
131
+ type: EgressFilterType | string | undefined;
132
+ }
133
+ export declare namespace EgressFilter {
134
+
135
+ const filterSensitiveLog: (obj: EgressFilter) => any;
136
+ }
137
+
138
+ export interface MeshSpec {
139
+
140
+ egressFilter?: EgressFilter;
141
+ }
142
+ export declare namespace MeshSpec {
143
+
144
+ const filterSensitiveLog: (obj: MeshSpec) => any;
145
+ }
146
+
147
+ export interface CreateMeshInput {
148
+
149
+ meshName: string | undefined;
150
+
151
+ spec?: MeshSpec;
152
+
153
+ tags?: TagRef[];
154
+
155
+ clientToken?: string;
156
+ }
157
+ export declare namespace CreateMeshInput {
158
+
159
+ const filterSensitiveLog: (obj: CreateMeshInput) => any;
160
+ }
161
+
162
+ export interface ResourceMetadata {
163
+
164
+ arn: string | undefined;
165
+
166
+ version: number | undefined;
167
+
168
+ uid: string | undefined;
169
+
170
+ createdAt: Date | undefined;
171
+
172
+ lastUpdatedAt: Date | undefined;
173
+
174
+ meshOwner: string | undefined;
175
+
176
+ resourceOwner: string | undefined;
177
+ }
178
+ export declare namespace ResourceMetadata {
179
+
180
+ const filterSensitiveLog: (obj: ResourceMetadata) => any;
181
+ }
182
+ export declare enum MeshStatusCode {
183
+ ACTIVE = "ACTIVE",
184
+ DELETED = "DELETED",
185
+ INACTIVE = "INACTIVE"
186
+ }
187
+
188
+ export interface MeshStatus {
189
+
190
+ status?: MeshStatusCode | string;
191
+ }
192
+ export declare namespace MeshStatus {
193
+
194
+ const filterSensitiveLog: (obj: MeshStatus) => any;
195
+ }
196
+
197
+ export interface MeshData {
198
+
199
+ meshName: string | undefined;
200
+
201
+ spec: MeshSpec | undefined;
202
+
203
+ metadata: ResourceMetadata | undefined;
204
+
205
+ status: MeshStatus | undefined;
206
+ }
207
+ export declare namespace MeshData {
208
+
209
+ const filterSensitiveLog: (obj: MeshData) => any;
210
+ }
211
+
212
+ export interface CreateMeshOutput {
213
+
214
+ mesh: MeshData | undefined;
215
+ }
216
+ export declare namespace CreateMeshOutput {
217
+
218
+ const filterSensitiveLog: (obj: CreateMeshOutput) => any;
219
+ }
220
+
221
+ export declare class LimitExceededException extends __BaseException {
222
+ readonly name: "LimitExceededException";
223
+ readonly $fault: "client";
224
+
225
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
226
+ }
227
+
228
+ export interface DeleteMeshInput {
229
+
230
+ meshName: string | undefined;
231
+ }
232
+ export declare namespace DeleteMeshInput {
233
+
234
+ const filterSensitiveLog: (obj: DeleteMeshInput) => any;
235
+ }
236
+
237
+ export interface DeleteMeshOutput {
238
+
239
+ mesh: MeshData | undefined;
240
+ }
241
+ export declare namespace DeleteMeshOutput {
242
+
243
+ const filterSensitiveLog: (obj: DeleteMeshOutput) => any;
244
+ }
245
+
246
+ export declare class ResourceInUseException extends __BaseException {
247
+ readonly name: "ResourceInUseException";
248
+ readonly $fault: "client";
249
+
250
+ constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
251
+ }
252
+
253
+ export interface DescribeMeshInput {
254
+
255
+ meshName: string | undefined;
256
+
257
+ meshOwner?: string;
258
+ }
259
+ export declare namespace DescribeMeshInput {
260
+
261
+ const filterSensitiveLog: (obj: DescribeMeshInput) => any;
262
+ }
263
+
264
+ export interface DescribeMeshOutput {
265
+
266
+ mesh: MeshData | undefined;
267
+ }
268
+ export declare namespace DescribeMeshOutput {
269
+
270
+ const filterSensitiveLog: (obj: DescribeMeshOutput) => any;
271
+ }
272
+
273
+ export interface ListMeshesInput {
274
+
275
+ nextToken?: string;
276
+
277
+ limit?: number;
278
+ }
279
+ export declare namespace ListMeshesInput {
280
+
281
+ const filterSensitiveLog: (obj: ListMeshesInput) => any;
282
+ }
283
+
284
+ export interface MeshRef {
285
+
286
+ meshName: string | undefined;
287
+
288
+ meshOwner: string | undefined;
289
+
290
+ resourceOwner: string | undefined;
291
+
292
+ arn: string | undefined;
293
+
294
+ version: number | undefined;
295
+
296
+ createdAt: Date | undefined;
297
+
298
+ lastUpdatedAt: Date | undefined;
299
+ }
300
+ export declare namespace MeshRef {
301
+
302
+ const filterSensitiveLog: (obj: MeshRef) => any;
303
+ }
304
+
305
+ export interface ListMeshesOutput {
306
+
307
+ meshes: MeshRef[] | undefined;
308
+
309
+ nextToken?: string;
310
+ }
311
+ export declare namespace ListMeshesOutput {
312
+
313
+ const filterSensitiveLog: (obj: ListMeshesOutput) => any;
314
+ }
315
+
316
+ export interface UpdateMeshInput {
317
+
318
+ meshName: string | undefined;
319
+
320
+ spec?: MeshSpec;
321
+
322
+ clientToken?: string;
323
+ }
324
+ export declare namespace UpdateMeshInput {
325
+
326
+ const filterSensitiveLog: (obj: UpdateMeshInput) => any;
327
+ }
328
+
329
+ export interface UpdateMeshOutput {
330
+
331
+ mesh: MeshData | undefined;
332
+ }
333
+ export declare namespace UpdateMeshOutput {
334
+
335
+ const filterSensitiveLog: (obj: UpdateMeshOutput) => any;
336
+ }
337
+
338
+ export interface VirtualGatewayListenerTlsFileCertificate {
339
+
340
+ certificateChain: string | undefined;
341
+
342
+ privateKey: string | undefined;
343
+ }
344
+ export declare namespace VirtualGatewayListenerTlsFileCertificate {
345
+
346
+ const filterSensitiveLog: (obj: VirtualGatewayListenerTlsFileCertificate) => any;
347
+ }
348
+
349
+ export interface VirtualGatewayListenerTlsSdsCertificate {
350
+
351
+ secretName: string | undefined;
352
+ }
353
+ export declare namespace VirtualGatewayListenerTlsSdsCertificate {
354
+
355
+ const filterSensitiveLog: (obj: VirtualGatewayListenerTlsSdsCertificate) => any;
356
+ }
357
+
358
+ export declare type VirtualGatewayClientTlsCertificate = VirtualGatewayClientTlsCertificate.FileMember | VirtualGatewayClientTlsCertificate.SdsMember | VirtualGatewayClientTlsCertificate.$UnknownMember;
359
+ export declare namespace VirtualGatewayClientTlsCertificate {
360
+
361
+ interface FileMember {
362
+ file: VirtualGatewayListenerTlsFileCertificate;
363
+ sds?: never;
364
+ $unknown?: never;
365
+ }
366
+
367
+ interface SdsMember {
368
+ file?: never;
369
+ sds: VirtualGatewayListenerTlsSdsCertificate;
370
+ $unknown?: never;
371
+ }
372
+ interface $UnknownMember {
373
+ file?: never;
374
+ sds?: never;
375
+ $unknown: [
376
+ string,
377
+ any
378
+ ];
379
+ }
380
+ interface Visitor<T> {
381
+ file: (value: VirtualGatewayListenerTlsFileCertificate) => T;
382
+ sds: (value: VirtualGatewayListenerTlsSdsCertificate) => T;
383
+ _: (name: string, value: any) => T;
384
+ }
385
+ const visit: <T>(value: VirtualGatewayClientTlsCertificate, visitor: Visitor<T>) => T;
386
+
387
+ const filterSensitiveLog: (obj: VirtualGatewayClientTlsCertificate) => any;
388
+ }
389
+
390
+ export interface SubjectAlternativeNameMatchers {
391
+
392
+ exact: string[] | undefined;
393
+ }
394
+ export declare namespace SubjectAlternativeNameMatchers {
395
+
396
+ const filterSensitiveLog: (obj: SubjectAlternativeNameMatchers) => any;
397
+ }
398
+
399
+ export interface SubjectAlternativeNames {
400
+
401
+ match: SubjectAlternativeNameMatchers | undefined;
402
+ }
403
+ export declare namespace SubjectAlternativeNames {
404
+
405
+ const filterSensitiveLog: (obj: SubjectAlternativeNames) => any;
406
+ }
407
+
408
+ export interface VirtualGatewayTlsValidationContextAcmTrust {
409
+
410
+ certificateAuthorityArns: string[] | undefined;
411
+ }
412
+ export declare namespace VirtualGatewayTlsValidationContextAcmTrust {
413
+
414
+ const filterSensitiveLog: (obj: VirtualGatewayTlsValidationContextAcmTrust) => any;
415
+ }
416
+
417
+ export interface VirtualGatewayTlsValidationContextFileTrust {
418
+
419
+ certificateChain: string | undefined;
420
+ }
421
+ export declare namespace VirtualGatewayTlsValidationContextFileTrust {
422
+
423
+ const filterSensitiveLog: (obj: VirtualGatewayTlsValidationContextFileTrust) => any;
424
+ }
425
+
426
+ export interface VirtualGatewayTlsValidationContextSdsTrust {
427
+
428
+ secretName: string | undefined;
429
+ }
430
+ export declare namespace VirtualGatewayTlsValidationContextSdsTrust {
431
+
432
+ const filterSensitiveLog: (obj: VirtualGatewayTlsValidationContextSdsTrust) => any;
433
+ }
434
+
435
+ export declare type VirtualGatewayTlsValidationContextTrust = VirtualGatewayTlsValidationContextTrust.AcmMember | VirtualGatewayTlsValidationContextTrust.FileMember | VirtualGatewayTlsValidationContextTrust.SdsMember | VirtualGatewayTlsValidationContextTrust.$UnknownMember;
436
+ export declare namespace VirtualGatewayTlsValidationContextTrust {
437
+
438
+ interface AcmMember {
439
+ acm: VirtualGatewayTlsValidationContextAcmTrust;
440
+ file?: never;
441
+ sds?: never;
442
+ $unknown?: never;
443
+ }
444
+
445
+ interface FileMember {
446
+ acm?: never;
447
+ file: VirtualGatewayTlsValidationContextFileTrust;
448
+ sds?: never;
449
+ $unknown?: never;
450
+ }
451
+
452
+ interface SdsMember {
453
+ acm?: never;
454
+ file?: never;
455
+ sds: VirtualGatewayTlsValidationContextSdsTrust;
456
+ $unknown?: never;
457
+ }
458
+ interface $UnknownMember {
459
+ acm?: never;
460
+ file?: never;
461
+ sds?: never;
462
+ $unknown: [
463
+ string,
464
+ any
465
+ ];
466
+ }
467
+ interface Visitor<T> {
468
+ acm: (value: VirtualGatewayTlsValidationContextAcmTrust) => T;
469
+ file: (value: VirtualGatewayTlsValidationContextFileTrust) => T;
470
+ sds: (value: VirtualGatewayTlsValidationContextSdsTrust) => T;
471
+ _: (name: string, value: any) => T;
472
+ }
473
+ const visit: <T>(value: VirtualGatewayTlsValidationContextTrust, visitor: Visitor<T>) => T;
474
+
475
+ const filterSensitiveLog: (obj: VirtualGatewayTlsValidationContextTrust) => any;
476
+ }
477
+
478
+ export interface VirtualGatewayTlsValidationContext {
479
+
480
+ trust: VirtualGatewayTlsValidationContextTrust | undefined;
481
+
482
+ subjectAlternativeNames?: SubjectAlternativeNames;
483
+ }
484
+ export declare namespace VirtualGatewayTlsValidationContext {
485
+
486
+ const filterSensitiveLog: (obj: VirtualGatewayTlsValidationContext) => any;
487
+ }
488
+
489
+ export interface VirtualGatewayClientPolicyTls {
490
+
491
+ enforce?: boolean;
492
+
493
+ ports?: number[];
494
+
495
+ certificate?: VirtualGatewayClientTlsCertificate;
496
+
497
+ validation: VirtualGatewayTlsValidationContext | undefined;
498
+ }
499
+ export declare namespace VirtualGatewayClientPolicyTls {
500
+
501
+ const filterSensitiveLog: (obj: VirtualGatewayClientPolicyTls) => any;
502
+ }
503
+
504
+ export interface VirtualGatewayClientPolicy {
505
+
506
+ tls?: VirtualGatewayClientPolicyTls;
507
+ }
508
+ export declare namespace VirtualGatewayClientPolicy {
509
+
510
+ const filterSensitiveLog: (obj: VirtualGatewayClientPolicy) => any;
511
+ }
512
+
513
+ export interface VirtualGatewayBackendDefaults {
514
+
515
+ clientPolicy?: VirtualGatewayClientPolicy;
516
+ }
517
+ export declare namespace VirtualGatewayBackendDefaults {
518
+
519
+ const filterSensitiveLog: (obj: VirtualGatewayBackendDefaults) => any;
520
+ }
521
+
522
+ export interface VirtualGatewayGrpcConnectionPool {
523
+
524
+ maxRequests: number | undefined;
525
+ }
526
+ export declare namespace VirtualGatewayGrpcConnectionPool {
527
+
528
+ const filterSensitiveLog: (obj: VirtualGatewayGrpcConnectionPool) => any;
529
+ }
530
+
531
+ export interface VirtualGatewayHttpConnectionPool {
532
+
533
+ maxConnections: number | undefined;
534
+
535
+ maxPendingRequests?: number;
536
+ }
537
+ export declare namespace VirtualGatewayHttpConnectionPool {
538
+
539
+ const filterSensitiveLog: (obj: VirtualGatewayHttpConnectionPool) => any;
540
+ }
541
+
542
+ export interface VirtualGatewayHttp2ConnectionPool {
543
+
544
+ maxRequests: number | undefined;
545
+ }
546
+ export declare namespace VirtualGatewayHttp2ConnectionPool {
547
+
548
+ const filterSensitiveLog: (obj: VirtualGatewayHttp2ConnectionPool) => any;
549
+ }
550
+
551
+ export declare type VirtualGatewayConnectionPool = VirtualGatewayConnectionPool.GrpcMember | VirtualGatewayConnectionPool.HttpMember | VirtualGatewayConnectionPool.Http2Member | VirtualGatewayConnectionPool.$UnknownMember;
552
+ export declare namespace VirtualGatewayConnectionPool {
553
+
554
+ interface HttpMember {
555
+ http: VirtualGatewayHttpConnectionPool;
556
+ http2?: never;
557
+ grpc?: never;
558
+ $unknown?: never;
559
+ }
560
+
561
+ interface Http2Member {
562
+ http?: never;
563
+ http2: VirtualGatewayHttp2ConnectionPool;
564
+ grpc?: never;
565
+ $unknown?: never;
566
+ }
567
+
568
+ interface GrpcMember {
569
+ http?: never;
570
+ http2?: never;
571
+ grpc: VirtualGatewayGrpcConnectionPool;
572
+ $unknown?: never;
573
+ }
574
+ interface $UnknownMember {
575
+ http?: never;
576
+ http2?: never;
577
+ grpc?: never;
578
+ $unknown: [
579
+ string,
580
+ any
581
+ ];
582
+ }
583
+ interface Visitor<T> {
584
+ http: (value: VirtualGatewayHttpConnectionPool) => T;
585
+ http2: (value: VirtualGatewayHttp2ConnectionPool) => T;
586
+ grpc: (value: VirtualGatewayGrpcConnectionPool) => T;
587
+ _: (name: string, value: any) => T;
588
+ }
589
+ const visit: <T>(value: VirtualGatewayConnectionPool, visitor: Visitor<T>) => T;
590
+
591
+ const filterSensitiveLog: (obj: VirtualGatewayConnectionPool) => any;
592
+ }
593
+ export declare enum VirtualGatewayPortProtocol {
594
+ GRPC = "grpc",
595
+ HTTP = "http",
596
+ HTTP2 = "http2"
597
+ }
598
+
599
+ export interface VirtualGatewayHealthCheckPolicy {
600
+
601
+ timeoutMillis: number | undefined;
602
+
603
+ intervalMillis: number | undefined;
604
+
605
+ protocol: VirtualGatewayPortProtocol | string | undefined;
606
+
607
+ port?: number;
608
+
609
+ path?: string;
610
+
611
+ healthyThreshold: number | undefined;
612
+
613
+ unhealthyThreshold: number | undefined;
614
+ }
615
+ export declare namespace VirtualGatewayHealthCheckPolicy {
616
+
617
+ const filterSensitiveLog: (obj: VirtualGatewayHealthCheckPolicy) => any;
618
+ }
619
+
620
+ export interface VirtualGatewayPortMapping {
621
+
622
+ port: number | undefined;
623
+
624
+ protocol: VirtualGatewayPortProtocol | string | undefined;
625
+ }
626
+ export declare namespace VirtualGatewayPortMapping {
627
+
628
+ const filterSensitiveLog: (obj: VirtualGatewayPortMapping) => any;
629
+ }
630
+
631
+ export interface VirtualGatewayListenerTlsAcmCertificate {
632
+
633
+ certificateArn: string | undefined;
634
+ }
635
+ export declare namespace VirtualGatewayListenerTlsAcmCertificate {
636
+
637
+ const filterSensitiveLog: (obj: VirtualGatewayListenerTlsAcmCertificate) => any;
638
+ }
639
+
640
+ export declare type VirtualGatewayListenerTlsCertificate = VirtualGatewayListenerTlsCertificate.AcmMember | VirtualGatewayListenerTlsCertificate.FileMember | VirtualGatewayListenerTlsCertificate.SdsMember | VirtualGatewayListenerTlsCertificate.$UnknownMember;
641
+ export declare namespace VirtualGatewayListenerTlsCertificate {
642
+
643
+ interface AcmMember {
644
+ acm: VirtualGatewayListenerTlsAcmCertificate;
645
+ file?: never;
646
+ sds?: never;
647
+ $unknown?: never;
648
+ }
649
+
650
+ interface FileMember {
651
+ acm?: never;
652
+ file: VirtualGatewayListenerTlsFileCertificate;
653
+ sds?: never;
654
+ $unknown?: never;
655
+ }
656
+
657
+ interface SdsMember {
658
+ acm?: never;
659
+ file?: never;
660
+ sds: VirtualGatewayListenerTlsSdsCertificate;
661
+ $unknown?: never;
662
+ }
663
+ interface $UnknownMember {
664
+ acm?: never;
665
+ file?: never;
666
+ sds?: never;
667
+ $unknown: [
668
+ string,
669
+ any
670
+ ];
671
+ }
672
+ interface Visitor<T> {
673
+ acm: (value: VirtualGatewayListenerTlsAcmCertificate) => T;
674
+ file: (value: VirtualGatewayListenerTlsFileCertificate) => T;
675
+ sds: (value: VirtualGatewayListenerTlsSdsCertificate) => T;
676
+ _: (name: string, value: any) => T;
677
+ }
678
+ const visit: <T>(value: VirtualGatewayListenerTlsCertificate, visitor: Visitor<T>) => T;
679
+
680
+ const filterSensitiveLog: (obj: VirtualGatewayListenerTlsCertificate) => any;
681
+ }
682
+ export declare enum VirtualGatewayListenerTlsMode {
683
+ DISABLED = "DISABLED",
684
+ PERMISSIVE = "PERMISSIVE",
685
+ STRICT = "STRICT"
686
+ }
687
+
688
+ export declare type VirtualGatewayListenerTlsValidationContextTrust = VirtualGatewayListenerTlsValidationContextTrust.FileMember | VirtualGatewayListenerTlsValidationContextTrust.SdsMember | VirtualGatewayListenerTlsValidationContextTrust.$UnknownMember;
689
+ export declare namespace VirtualGatewayListenerTlsValidationContextTrust {
690
+
691
+ interface FileMember {
692
+ file: VirtualGatewayTlsValidationContextFileTrust;
693
+ sds?: never;
694
+ $unknown?: never;
695
+ }
696
+
697
+ interface SdsMember {
698
+ file?: never;
699
+ sds: VirtualGatewayTlsValidationContextSdsTrust;
700
+ $unknown?: never;
701
+ }
702
+ interface $UnknownMember {
703
+ file?: never;
704
+ sds?: never;
705
+ $unknown: [
706
+ string,
707
+ any
708
+ ];
709
+ }
710
+ interface Visitor<T> {
711
+ file: (value: VirtualGatewayTlsValidationContextFileTrust) => T;
712
+ sds: (value: VirtualGatewayTlsValidationContextSdsTrust) => T;
713
+ _: (name: string, value: any) => T;
714
+ }
715
+ const visit: <T>(value: VirtualGatewayListenerTlsValidationContextTrust, visitor: Visitor<T>) => T;
716
+
717
+ const filterSensitiveLog: (obj: VirtualGatewayListenerTlsValidationContextTrust) => any;
718
+ }
719
+
720
+ export interface VirtualGatewayListenerTlsValidationContext {
721
+
722
+ trust: VirtualGatewayListenerTlsValidationContextTrust | undefined;
723
+
724
+ subjectAlternativeNames?: SubjectAlternativeNames;
725
+ }
726
+ export declare namespace VirtualGatewayListenerTlsValidationContext {
727
+
728
+ const filterSensitiveLog: (obj: VirtualGatewayListenerTlsValidationContext) => any;
729
+ }
730
+
731
+ export interface VirtualGatewayListenerTls {
732
+
733
+ mode: VirtualGatewayListenerTlsMode | string | undefined;
734
+
735
+ validation?: VirtualGatewayListenerTlsValidationContext;
736
+
737
+ certificate: VirtualGatewayListenerTlsCertificate | undefined;
738
+ }
739
+ export declare namespace VirtualGatewayListenerTls {
740
+
741
+ const filterSensitiveLog: (obj: VirtualGatewayListenerTls) => any;
742
+ }
743
+
744
+ export interface VirtualGatewayListener {
745
+
746
+ healthCheck?: VirtualGatewayHealthCheckPolicy;
747
+
748
+ portMapping: VirtualGatewayPortMapping | undefined;
749
+
750
+ tls?: VirtualGatewayListenerTls;
751
+
752
+ connectionPool?: VirtualGatewayConnectionPool;
753
+ }
754
+ export declare namespace VirtualGatewayListener {
755
+
756
+ const filterSensitiveLog: (obj: VirtualGatewayListener) => any;
757
+ }
758
+
759
+ export interface VirtualGatewayFileAccessLog {
760
+
761
+ path: string | undefined;
762
+ }
763
+ export declare namespace VirtualGatewayFileAccessLog {
764
+
765
+ const filterSensitiveLog: (obj: VirtualGatewayFileAccessLog) => any;
766
+ }
767
+
768
+ export declare type VirtualGatewayAccessLog = VirtualGatewayAccessLog.FileMember | VirtualGatewayAccessLog.$UnknownMember;
769
+ export declare namespace VirtualGatewayAccessLog {
770
+
771
+ interface FileMember {
772
+ file: VirtualGatewayFileAccessLog;
773
+ $unknown?: never;
774
+ }
775
+ interface $UnknownMember {
776
+ file?: never;
777
+ $unknown: [
778
+ string,
779
+ any
780
+ ];
781
+ }
782
+ interface Visitor<T> {
783
+ file: (value: VirtualGatewayFileAccessLog) => T;
784
+ _: (name: string, value: any) => T;
785
+ }
786
+ const visit: <T>(value: VirtualGatewayAccessLog, visitor: Visitor<T>) => T;
787
+
788
+ const filterSensitiveLog: (obj: VirtualGatewayAccessLog) => any;
789
+ }
790
+
791
+ export interface VirtualGatewayLogging {
792
+
793
+ accessLog?: VirtualGatewayAccessLog;
794
+ }
795
+ export declare namespace VirtualGatewayLogging {
796
+
797
+ const filterSensitiveLog: (obj: VirtualGatewayLogging) => any;
798
+ }
799
+
800
+ export interface VirtualGatewaySpec {
801
+
802
+ backendDefaults?: VirtualGatewayBackendDefaults;
803
+
804
+ listeners: VirtualGatewayListener[] | undefined;
805
+
806
+ logging?: VirtualGatewayLogging;
807
+ }
808
+ export declare namespace VirtualGatewaySpec {
809
+
810
+ const filterSensitiveLog: (obj: VirtualGatewaySpec) => any;
811
+ }
812
+ export interface CreateVirtualGatewayInput {
813
+
814
+ virtualGatewayName: string | undefined;
815
+
816
+ meshName: string | undefined;
817
+
818
+ spec: VirtualGatewaySpec | undefined;
819
+
820
+ tags?: TagRef[];
821
+
822
+ clientToken?: string;
823
+
824
+ meshOwner?: string;
825
+ }
826
+ export declare namespace CreateVirtualGatewayInput {
827
+
828
+ const filterSensitiveLog: (obj: CreateVirtualGatewayInput) => any;
829
+ }
830
+ export declare enum VirtualGatewayStatusCode {
831
+ ACTIVE = "ACTIVE",
832
+ DELETED = "DELETED",
833
+ INACTIVE = "INACTIVE"
834
+ }
835
+
836
+ export interface VirtualGatewayStatus {
837
+
838
+ status: VirtualGatewayStatusCode | string | undefined;
839
+ }
840
+ export declare namespace VirtualGatewayStatus {
841
+
842
+ const filterSensitiveLog: (obj: VirtualGatewayStatus) => any;
843
+ }
844
+
845
+ export interface VirtualGatewayData {
846
+
847
+ meshName: string | undefined;
848
+
849
+ virtualGatewayName: string | undefined;
850
+
851
+ spec: VirtualGatewaySpec | undefined;
852
+
853
+ metadata: ResourceMetadata | undefined;
854
+
855
+ status: VirtualGatewayStatus | undefined;
856
+ }
857
+ export declare namespace VirtualGatewayData {
858
+
859
+ const filterSensitiveLog: (obj: VirtualGatewayData) => any;
860
+ }
861
+ export interface CreateVirtualGatewayOutput {
862
+
863
+ virtualGateway: VirtualGatewayData | undefined;
864
+ }
865
+ export declare namespace CreateVirtualGatewayOutput {
866
+
867
+ const filterSensitiveLog: (obj: CreateVirtualGatewayOutput) => any;
868
+ }
869
+ export interface DeleteVirtualGatewayInput {
870
+
871
+ virtualGatewayName: string | undefined;
872
+
873
+ meshName: string | undefined;
874
+
875
+ meshOwner?: string;
876
+ }
877
+ export declare namespace DeleteVirtualGatewayInput {
878
+
879
+ const filterSensitiveLog: (obj: DeleteVirtualGatewayInput) => any;
880
+ }
881
+ export interface DeleteVirtualGatewayOutput {
882
+
883
+ virtualGateway: VirtualGatewayData | undefined;
884
+ }
885
+ export declare namespace DeleteVirtualGatewayOutput {
886
+
887
+ const filterSensitiveLog: (obj: DeleteVirtualGatewayOutput) => any;
888
+ }
889
+ export interface DescribeVirtualGatewayInput {
890
+
891
+ virtualGatewayName: string | undefined;
892
+
893
+ meshName: string | undefined;
894
+
895
+ meshOwner?: string;
896
+ }
897
+ export declare namespace DescribeVirtualGatewayInput {
898
+
899
+ const filterSensitiveLog: (obj: DescribeVirtualGatewayInput) => any;
900
+ }
901
+ export interface DescribeVirtualGatewayOutput {
902
+
903
+ virtualGateway: VirtualGatewayData | undefined;
904
+ }
905
+ export declare namespace DescribeVirtualGatewayOutput {
906
+
907
+ const filterSensitiveLog: (obj: DescribeVirtualGatewayOutput) => any;
908
+ }
909
+ export declare enum DefaultGatewayRouteRewrite {
910
+ DISABLED = "DISABLED",
911
+ ENABLED = "ENABLED"
912
+ }
913
+
914
+ export interface GatewayRouteHostnameRewrite {
915
+
916
+ defaultTargetHostname?: DefaultGatewayRouteRewrite | string;
917
+ }
918
+ export declare namespace GatewayRouteHostnameRewrite {
919
+
920
+ const filterSensitiveLog: (obj: GatewayRouteHostnameRewrite) => any;
921
+ }
922
+
923
+ export interface GrpcGatewayRouteRewrite {
924
+
925
+ hostname?: GatewayRouteHostnameRewrite;
926
+ }
927
+ export declare namespace GrpcGatewayRouteRewrite {
928
+
929
+ const filterSensitiveLog: (obj: GrpcGatewayRouteRewrite) => any;
930
+ }
931
+
932
+ export interface GatewayRouteVirtualService {
933
+
934
+ virtualServiceName: string | undefined;
935
+ }
936
+ export declare namespace GatewayRouteVirtualService {
937
+
938
+ const filterSensitiveLog: (obj: GatewayRouteVirtualService) => any;
939
+ }
940
+
941
+ export interface GatewayRouteTarget {
942
+
943
+ virtualService: GatewayRouteVirtualService | undefined;
944
+ }
945
+ export declare namespace GatewayRouteTarget {
946
+
947
+ const filterSensitiveLog: (obj: GatewayRouteTarget) => any;
948
+ }
949
+
950
+ export interface GrpcGatewayRouteAction {
951
+
952
+ target: GatewayRouteTarget | undefined;
953
+
954
+ rewrite?: GrpcGatewayRouteRewrite;
955
+ }
956
+ export declare namespace GrpcGatewayRouteAction {
957
+
958
+ const filterSensitiveLog: (obj: GrpcGatewayRouteAction) => any;
959
+ }
960
+
961
+ export interface GatewayRouteHostnameMatch {
962
+
963
+ exact?: string;
964
+
965
+ suffix?: string;
966
+ }
967
+ export declare namespace GatewayRouteHostnameMatch {
968
+
969
+ const filterSensitiveLog: (obj: GatewayRouteHostnameMatch) => any;
970
+ }
971
+
972
+ export interface MatchRange {
973
+
974
+ start: number | undefined;
975
+
976
+ end: number | undefined;
977
+ }
978
+ export declare namespace MatchRange {
979
+
980
+ const filterSensitiveLog: (obj: MatchRange) => any;
981
+ }
982
+
983
+ export declare type GrpcMetadataMatchMethod = GrpcMetadataMatchMethod.ExactMember | GrpcMetadataMatchMethod.PrefixMember | GrpcMetadataMatchMethod.RangeMember | GrpcMetadataMatchMethod.RegexMember | GrpcMetadataMatchMethod.SuffixMember | GrpcMetadataMatchMethod.$UnknownMember;
984
+ export declare namespace GrpcMetadataMatchMethod {
985
+
986
+ interface ExactMember {
987
+ exact: string;
988
+ regex?: never;
989
+ range?: never;
990
+ prefix?: never;
991
+ suffix?: never;
992
+ $unknown?: never;
993
+ }
994
+
995
+ interface RegexMember {
996
+ exact?: never;
997
+ regex: string;
998
+ range?: never;
999
+ prefix?: never;
1000
+ suffix?: never;
1001
+ $unknown?: never;
1002
+ }
1003
+
1004
+ interface RangeMember {
1005
+ exact?: never;
1006
+ regex?: never;
1007
+ range: MatchRange;
1008
+ prefix?: never;
1009
+ suffix?: never;
1010
+ $unknown?: never;
1011
+ }
1012
+
1013
+ interface PrefixMember {
1014
+ exact?: never;
1015
+ regex?: never;
1016
+ range?: never;
1017
+ prefix: string;
1018
+ suffix?: never;
1019
+ $unknown?: never;
1020
+ }
1021
+
1022
+ interface SuffixMember {
1023
+ exact?: never;
1024
+ regex?: never;
1025
+ range?: never;
1026
+ prefix?: never;
1027
+ suffix: string;
1028
+ $unknown?: never;
1029
+ }
1030
+ interface $UnknownMember {
1031
+ exact?: never;
1032
+ regex?: never;
1033
+ range?: never;
1034
+ prefix?: never;
1035
+ suffix?: never;
1036
+ $unknown: [
1037
+ string,
1038
+ any
1039
+ ];
1040
+ }
1041
+ interface Visitor<T> {
1042
+ exact: (value: string) => T;
1043
+ regex: (value: string) => T;
1044
+ range: (value: MatchRange) => T;
1045
+ prefix: (value: string) => T;
1046
+ suffix: (value: string) => T;
1047
+ _: (name: string, value: any) => T;
1048
+ }
1049
+ const visit: <T>(value: GrpcMetadataMatchMethod, visitor: Visitor<T>) => T;
1050
+
1051
+ const filterSensitiveLog: (obj: GrpcMetadataMatchMethod) => any;
1052
+ }
1053
+
1054
+ export interface GrpcGatewayRouteMetadata {
1055
+
1056
+ name: string | undefined;
1057
+
1058
+ invert?: boolean;
1059
+
1060
+ match?: GrpcMetadataMatchMethod;
1061
+ }
1062
+ export declare namespace GrpcGatewayRouteMetadata {
1063
+
1064
+ const filterSensitiveLog: (obj: GrpcGatewayRouteMetadata) => any;
1065
+ }
1066
+
1067
+ export interface GrpcGatewayRouteMatch {
1068
+
1069
+ serviceName?: string;
1070
+
1071
+ hostname?: GatewayRouteHostnameMatch;
1072
+
1073
+ metadata?: GrpcGatewayRouteMetadata[];
1074
+ }
1075
+ export declare namespace GrpcGatewayRouteMatch {
1076
+
1077
+ const filterSensitiveLog: (obj: GrpcGatewayRouteMatch) => any;
1078
+ }
1079
+
1080
+ export interface GrpcGatewayRoute {
1081
+
1082
+ match: GrpcGatewayRouteMatch | undefined;
1083
+
1084
+ action: GrpcGatewayRouteAction | undefined;
1085
+ }
1086
+ export declare namespace GrpcGatewayRoute {
1087
+
1088
+ const filterSensitiveLog: (obj: GrpcGatewayRoute) => any;
1089
+ }
1090
+
1091
+ export interface HttpGatewayRoutePathRewrite {
1092
+
1093
+ exact?: string;
1094
+ }
1095
+ export declare namespace HttpGatewayRoutePathRewrite {
1096
+
1097
+ const filterSensitiveLog: (obj: HttpGatewayRoutePathRewrite) => any;
1098
+ }
1099
+
1100
+ export interface HttpGatewayRoutePrefixRewrite {
1101
+
1102
+ defaultPrefix?: DefaultGatewayRouteRewrite | string;
1103
+
1104
+ value?: string;
1105
+ }
1106
+ export declare namespace HttpGatewayRoutePrefixRewrite {
1107
+
1108
+ const filterSensitiveLog: (obj: HttpGatewayRoutePrefixRewrite) => any;
1109
+ }
1110
+
1111
+ export interface HttpGatewayRouteRewrite {
1112
+
1113
+ prefix?: HttpGatewayRoutePrefixRewrite;
1114
+
1115
+ path?: HttpGatewayRoutePathRewrite;
1116
+
1117
+ hostname?: GatewayRouteHostnameRewrite;
1118
+ }
1119
+ export declare namespace HttpGatewayRouteRewrite {
1120
+
1121
+ const filterSensitiveLog: (obj: HttpGatewayRouteRewrite) => any;
1122
+ }
1123
+
1124
+ export interface HttpGatewayRouteAction {
1125
+
1126
+ target: GatewayRouteTarget | undefined;
1127
+
1128
+ rewrite?: HttpGatewayRouteRewrite;
1129
+ }
1130
+ export declare namespace HttpGatewayRouteAction {
1131
+
1132
+ const filterSensitiveLog: (obj: HttpGatewayRouteAction) => any;
1133
+ }
1134
+
1135
+ export declare type HeaderMatchMethod = HeaderMatchMethod.ExactMember | HeaderMatchMethod.PrefixMember | HeaderMatchMethod.RangeMember | HeaderMatchMethod.RegexMember | HeaderMatchMethod.SuffixMember | HeaderMatchMethod.$UnknownMember;
1136
+ export declare namespace HeaderMatchMethod {
1137
+
1138
+ interface ExactMember {
1139
+ exact: string;
1140
+ regex?: never;
1141
+ range?: never;
1142
+ prefix?: never;
1143
+ suffix?: never;
1144
+ $unknown?: never;
1145
+ }
1146
+
1147
+ interface RegexMember {
1148
+ exact?: never;
1149
+ regex: string;
1150
+ range?: never;
1151
+ prefix?: never;
1152
+ suffix?: never;
1153
+ $unknown?: never;
1154
+ }
1155
+
1156
+ interface RangeMember {
1157
+ exact?: never;
1158
+ regex?: never;
1159
+ range: MatchRange;
1160
+ prefix?: never;
1161
+ suffix?: never;
1162
+ $unknown?: never;
1163
+ }
1164
+
1165
+ interface PrefixMember {
1166
+ exact?: never;
1167
+ regex?: never;
1168
+ range?: never;
1169
+ prefix: string;
1170
+ suffix?: never;
1171
+ $unknown?: never;
1172
+ }
1173
+
1174
+ interface SuffixMember {
1175
+ exact?: never;
1176
+ regex?: never;
1177
+ range?: never;
1178
+ prefix?: never;
1179
+ suffix: string;
1180
+ $unknown?: never;
1181
+ }
1182
+ interface $UnknownMember {
1183
+ exact?: never;
1184
+ regex?: never;
1185
+ range?: never;
1186
+ prefix?: never;
1187
+ suffix?: never;
1188
+ $unknown: [
1189
+ string,
1190
+ any
1191
+ ];
1192
+ }
1193
+ interface Visitor<T> {
1194
+ exact: (value: string) => T;
1195
+ regex: (value: string) => T;
1196
+ range: (value: MatchRange) => T;
1197
+ prefix: (value: string) => T;
1198
+ suffix: (value: string) => T;
1199
+ _: (name: string, value: any) => T;
1200
+ }
1201
+ const visit: <T>(value: HeaderMatchMethod, visitor: Visitor<T>) => T;
1202
+
1203
+ const filterSensitiveLog: (obj: HeaderMatchMethod) => any;
1204
+ }
1205
+
1206
+ export interface HttpGatewayRouteHeader {
1207
+
1208
+ name: string | undefined;
1209
+
1210
+ invert?: boolean;
1211
+
1212
+ match?: HeaderMatchMethod;
1213
+ }
1214
+ export declare namespace HttpGatewayRouteHeader {
1215
+
1216
+ const filterSensitiveLog: (obj: HttpGatewayRouteHeader) => any;
1217
+ }
1218
+ export declare enum HttpMethod {
1219
+ CONNECT = "CONNECT",
1220
+ DELETE = "DELETE",
1221
+ GET = "GET",
1222
+ HEAD = "HEAD",
1223
+ OPTIONS = "OPTIONS",
1224
+ PATCH = "PATCH",
1225
+ POST = "POST",
1226
+ PUT = "PUT",
1227
+ TRACE = "TRACE"
1228
+ }
1229
+
1230
+ export interface HttpPathMatch {
1231
+
1232
+ exact?: string;
1233
+
1234
+ regex?: string;
1235
+ }
1236
+ export declare namespace HttpPathMatch {
1237
+
1238
+ const filterSensitiveLog: (obj: HttpPathMatch) => any;
1239
+ }
1240
+
1241
+ export interface QueryParameterMatch {
1242
+
1243
+ exact?: string;
1244
+ }
1245
+ export declare namespace QueryParameterMatch {
1246
+
1247
+ const filterSensitiveLog: (obj: QueryParameterMatch) => any;
1248
+ }
1249
+
1250
+ export interface HttpQueryParameter {
1251
+
1252
+ name: string | undefined;
1253
+
1254
+ match?: QueryParameterMatch;
1255
+ }
1256
+ export declare namespace HttpQueryParameter {
1257
+
1258
+ const filterSensitiveLog: (obj: HttpQueryParameter) => any;
1259
+ }
1260
+
1261
+ export interface HttpGatewayRouteMatch {
1262
+
1263
+ prefix?: string;
1264
+
1265
+ path?: HttpPathMatch;
1266
+
1267
+ queryParameters?: HttpQueryParameter[];
1268
+
1269
+ method?: HttpMethod | string;
1270
+
1271
+ hostname?: GatewayRouteHostnameMatch;
1272
+
1273
+ headers?: HttpGatewayRouteHeader[];
1274
+ }
1275
+ export declare namespace HttpGatewayRouteMatch {
1276
+
1277
+ const filterSensitiveLog: (obj: HttpGatewayRouteMatch) => any;
1278
+ }
1279
+
1280
+ export interface HttpGatewayRoute {
1281
+
1282
+ match: HttpGatewayRouteMatch | undefined;
1283
+
1284
+ action: HttpGatewayRouteAction | undefined;
1285
+ }
1286
+ export declare namespace HttpGatewayRoute {
1287
+
1288
+ const filterSensitiveLog: (obj: HttpGatewayRoute) => any;
1289
+ }
1290
+
1291
+ export interface GatewayRouteSpec {
1292
+
1293
+ priority?: number;
1294
+
1295
+ httpRoute?: HttpGatewayRoute;
1296
+
1297
+ http2Route?: HttpGatewayRoute;
1298
+
1299
+ grpcRoute?: GrpcGatewayRoute;
1300
+ }
1301
+ export declare namespace GatewayRouteSpec {
1302
+
1303
+ const filterSensitiveLog: (obj: GatewayRouteSpec) => any;
1304
+ }
1305
+ export interface CreateGatewayRouteInput {
1306
+
1307
+ gatewayRouteName: string | undefined;
1308
+
1309
+ meshName: string | undefined;
1310
+
1311
+ virtualGatewayName: string | undefined;
1312
+
1313
+ spec: GatewayRouteSpec | undefined;
1314
+
1315
+ tags?: TagRef[];
1316
+
1317
+ clientToken?: string;
1318
+
1319
+ meshOwner?: string;
1320
+ }
1321
+ export declare namespace CreateGatewayRouteInput {
1322
+
1323
+ const filterSensitiveLog: (obj: CreateGatewayRouteInput) => any;
1324
+ }
1325
+ export declare enum GatewayRouteStatusCode {
1326
+ ACTIVE = "ACTIVE",
1327
+ DELETED = "DELETED",
1328
+ INACTIVE = "INACTIVE"
1329
+ }
1330
+
1331
+ export interface GatewayRouteStatus {
1332
+
1333
+ status: GatewayRouteStatusCode | string | undefined;
1334
+ }
1335
+ export declare namespace GatewayRouteStatus {
1336
+
1337
+ const filterSensitiveLog: (obj: GatewayRouteStatus) => any;
1338
+ }
1339
+
1340
+ export interface GatewayRouteData {
1341
+
1342
+ meshName: string | undefined;
1343
+
1344
+ gatewayRouteName: string | undefined;
1345
+
1346
+ virtualGatewayName: string | undefined;
1347
+
1348
+ spec: GatewayRouteSpec | undefined;
1349
+
1350
+ metadata: ResourceMetadata | undefined;
1351
+
1352
+ status: GatewayRouteStatus | undefined;
1353
+ }
1354
+ export declare namespace GatewayRouteData {
1355
+
1356
+ const filterSensitiveLog: (obj: GatewayRouteData) => any;
1357
+ }
1358
+ export interface CreateGatewayRouteOutput {
1359
+
1360
+ gatewayRoute: GatewayRouteData | undefined;
1361
+ }
1362
+ export declare namespace CreateGatewayRouteOutput {
1363
+
1364
+ const filterSensitiveLog: (obj: CreateGatewayRouteOutput) => any;
1365
+ }
1366
+ export interface DeleteGatewayRouteInput {
1367
+
1368
+ gatewayRouteName: string | undefined;
1369
+
1370
+ meshName: string | undefined;
1371
+
1372
+ virtualGatewayName: string | undefined;
1373
+
1374
+ meshOwner?: string;
1375
+ }
1376
+ export declare namespace DeleteGatewayRouteInput {
1377
+
1378
+ const filterSensitiveLog: (obj: DeleteGatewayRouteInput) => any;
1379
+ }
1380
+ export interface DeleteGatewayRouteOutput {
1381
+
1382
+ gatewayRoute: GatewayRouteData | undefined;
1383
+ }
1384
+ export declare namespace DeleteGatewayRouteOutput {
1385
+
1386
+ const filterSensitiveLog: (obj: DeleteGatewayRouteOutput) => any;
1387
+ }
1388
+ export interface DescribeGatewayRouteInput {
1389
+
1390
+ gatewayRouteName: string | undefined;
1391
+
1392
+ meshName: string | undefined;
1393
+
1394
+ virtualGatewayName: string | undefined;
1395
+
1396
+ meshOwner?: string;
1397
+ }
1398
+ export declare namespace DescribeGatewayRouteInput {
1399
+
1400
+ const filterSensitiveLog: (obj: DescribeGatewayRouteInput) => any;
1401
+ }
1402
+ export interface DescribeGatewayRouteOutput {
1403
+
1404
+ gatewayRoute: GatewayRouteData | undefined;
1405
+ }
1406
+ export declare namespace DescribeGatewayRouteOutput {
1407
+
1408
+ const filterSensitiveLog: (obj: DescribeGatewayRouteOutput) => any;
1409
+ }
1410
+ export interface ListGatewayRoutesInput {
1411
+
1412
+ meshName: string | undefined;
1413
+
1414
+ virtualGatewayName: string | undefined;
1415
+
1416
+ nextToken?: string;
1417
+
1418
+ limit?: number;
1419
+
1420
+ meshOwner?: string;
1421
+ }
1422
+ export declare namespace ListGatewayRoutesInput {
1423
+
1424
+ const filterSensitiveLog: (obj: ListGatewayRoutesInput) => any;
1425
+ }
1426
+
1427
+ export interface GatewayRouteRef {
1428
+
1429
+ meshName: string | undefined;
1430
+
1431
+ gatewayRouteName: string | undefined;
1432
+
1433
+ virtualGatewayName: string | undefined;
1434
+
1435
+ meshOwner: string | undefined;
1436
+
1437
+ resourceOwner: string | undefined;
1438
+
1439
+ arn: string | undefined;
1440
+
1441
+ version: number | undefined;
1442
+
1443
+ createdAt: Date | undefined;
1444
+
1445
+ lastUpdatedAt: Date | undefined;
1446
+ }
1447
+ export declare namespace GatewayRouteRef {
1448
+
1449
+ const filterSensitiveLog: (obj: GatewayRouteRef) => any;
1450
+ }
1451
+ export interface ListGatewayRoutesOutput {
1452
+
1453
+ gatewayRoutes: GatewayRouteRef[] | undefined;
1454
+
1455
+ nextToken?: string;
1456
+ }
1457
+ export declare namespace ListGatewayRoutesOutput {
1458
+
1459
+ const filterSensitiveLog: (obj: ListGatewayRoutesOutput) => any;
1460
+ }
1461
+ export interface UpdateGatewayRouteInput {
1462
+
1463
+ gatewayRouteName: string | undefined;
1464
+
1465
+ meshName: string | undefined;
1466
+
1467
+ virtualGatewayName: string | undefined;
1468
+
1469
+ spec: GatewayRouteSpec | undefined;
1470
+
1471
+ clientToken?: string;
1472
+
1473
+ meshOwner?: string;
1474
+ }
1475
+ export declare namespace UpdateGatewayRouteInput {
1476
+
1477
+ const filterSensitiveLog: (obj: UpdateGatewayRouteInput) => any;
1478
+ }
1479
+ export interface UpdateGatewayRouteOutput {
1480
+
1481
+ gatewayRoute: GatewayRouteData | undefined;
1482
+ }
1483
+ export declare namespace UpdateGatewayRouteOutput {
1484
+
1485
+ const filterSensitiveLog: (obj: UpdateGatewayRouteOutput) => any;
1486
+ }
1487
+ export interface ListVirtualGatewaysInput {
1488
+
1489
+ meshName: string | undefined;
1490
+
1491
+ nextToken?: string;
1492
+
1493
+ limit?: number;
1494
+
1495
+ meshOwner?: string;
1496
+ }
1497
+ export declare namespace ListVirtualGatewaysInput {
1498
+
1499
+ const filterSensitiveLog: (obj: ListVirtualGatewaysInput) => any;
1500
+ }
1501
+
1502
+ export interface VirtualGatewayRef {
1503
+
1504
+ meshName: string | undefined;
1505
+
1506
+ virtualGatewayName: string | undefined;
1507
+
1508
+ meshOwner: string | undefined;
1509
+
1510
+ resourceOwner: string | undefined;
1511
+
1512
+ arn: string | undefined;
1513
+
1514
+ version: number | undefined;
1515
+
1516
+ createdAt: Date | undefined;
1517
+
1518
+ lastUpdatedAt: Date | undefined;
1519
+ }
1520
+ export declare namespace VirtualGatewayRef {
1521
+
1522
+ const filterSensitiveLog: (obj: VirtualGatewayRef) => any;
1523
+ }
1524
+ export interface ListVirtualGatewaysOutput {
1525
+
1526
+ virtualGateways: VirtualGatewayRef[] | undefined;
1527
+
1528
+ nextToken?: string;
1529
+ }
1530
+ export declare namespace ListVirtualGatewaysOutput {
1531
+
1532
+ const filterSensitiveLog: (obj: ListVirtualGatewaysOutput) => any;
1533
+ }
1534
+ export interface UpdateVirtualGatewayInput {
1535
+
1536
+ virtualGatewayName: string | undefined;
1537
+
1538
+ meshName: string | undefined;
1539
+
1540
+ spec: VirtualGatewaySpec | undefined;
1541
+
1542
+ clientToken?: string;
1543
+
1544
+ meshOwner?: string;
1545
+ }
1546
+ export declare namespace UpdateVirtualGatewayInput {
1547
+
1548
+ const filterSensitiveLog: (obj: UpdateVirtualGatewayInput) => any;
1549
+ }
1550
+ export interface UpdateVirtualGatewayOutput {
1551
+
1552
+ virtualGateway: VirtualGatewayData | undefined;
1553
+ }
1554
+ export declare namespace UpdateVirtualGatewayOutput {
1555
+
1556
+ const filterSensitiveLog: (obj: UpdateVirtualGatewayOutput) => any;
1557
+ }
1558
+
1559
+ export interface ListenerTlsFileCertificate {
1560
+
1561
+ certificateChain: string | undefined;
1562
+
1563
+ privateKey: string | undefined;
1564
+ }
1565
+ export declare namespace ListenerTlsFileCertificate {
1566
+
1567
+ const filterSensitiveLog: (obj: ListenerTlsFileCertificate) => any;
1568
+ }
1569
+
1570
+ export interface ListenerTlsSdsCertificate {
1571
+
1572
+ secretName: string | undefined;
1573
+ }
1574
+ export declare namespace ListenerTlsSdsCertificate {
1575
+
1576
+ const filterSensitiveLog: (obj: ListenerTlsSdsCertificate) => any;
1577
+ }
1578
+
1579
+ export declare type ClientTlsCertificate = ClientTlsCertificate.FileMember | ClientTlsCertificate.SdsMember | ClientTlsCertificate.$UnknownMember;
1580
+ export declare namespace ClientTlsCertificate {
1581
+
1582
+ interface FileMember {
1583
+ file: ListenerTlsFileCertificate;
1584
+ sds?: never;
1585
+ $unknown?: never;
1586
+ }
1587
+
1588
+ interface SdsMember {
1589
+ file?: never;
1590
+ sds: ListenerTlsSdsCertificate;
1591
+ $unknown?: never;
1592
+ }
1593
+ interface $UnknownMember {
1594
+ file?: never;
1595
+ sds?: never;
1596
+ $unknown: [
1597
+ string,
1598
+ any
1599
+ ];
1600
+ }
1601
+ interface Visitor<T> {
1602
+ file: (value: ListenerTlsFileCertificate) => T;
1603
+ sds: (value: ListenerTlsSdsCertificate) => T;
1604
+ _: (name: string, value: any) => T;
1605
+ }
1606
+ const visit: <T>(value: ClientTlsCertificate, visitor: Visitor<T>) => T;
1607
+
1608
+ const filterSensitiveLog: (obj: ClientTlsCertificate) => any;
1609
+ }
1610
+
1611
+ export interface TlsValidationContextAcmTrust {
1612
+
1613
+ certificateAuthorityArns: string[] | undefined;
1614
+ }
1615
+ export declare namespace TlsValidationContextAcmTrust {
1616
+
1617
+ const filterSensitiveLog: (obj: TlsValidationContextAcmTrust) => any;
1618
+ }
1619
+
1620
+ export interface TlsValidationContextFileTrust {
1621
+
1622
+ certificateChain: string | undefined;
1623
+ }
1624
+ export declare namespace TlsValidationContextFileTrust {
1625
+
1626
+ const filterSensitiveLog: (obj: TlsValidationContextFileTrust) => any;
1627
+ }
1628
+
1629
+ export interface TlsValidationContextSdsTrust {
1630
+
1631
+ secretName: string | undefined;
1632
+ }
1633
+ export declare namespace TlsValidationContextSdsTrust {
1634
+
1635
+ const filterSensitiveLog: (obj: TlsValidationContextSdsTrust) => any;
1636
+ }
1637
+
1638
+ export declare type TlsValidationContextTrust = TlsValidationContextTrust.AcmMember | TlsValidationContextTrust.FileMember | TlsValidationContextTrust.SdsMember | TlsValidationContextTrust.$UnknownMember;
1639
+ export declare namespace TlsValidationContextTrust {
1640
+
1641
+ interface AcmMember {
1642
+ acm: TlsValidationContextAcmTrust;
1643
+ file?: never;
1644
+ sds?: never;
1645
+ $unknown?: never;
1646
+ }
1647
+
1648
+ interface FileMember {
1649
+ acm?: never;
1650
+ file: TlsValidationContextFileTrust;
1651
+ sds?: never;
1652
+ $unknown?: never;
1653
+ }
1654
+
1655
+ interface SdsMember {
1656
+ acm?: never;
1657
+ file?: never;
1658
+ sds: TlsValidationContextSdsTrust;
1659
+ $unknown?: never;
1660
+ }
1661
+ interface $UnknownMember {
1662
+ acm?: never;
1663
+ file?: never;
1664
+ sds?: never;
1665
+ $unknown: [
1666
+ string,
1667
+ any
1668
+ ];
1669
+ }
1670
+ interface Visitor<T> {
1671
+ acm: (value: TlsValidationContextAcmTrust) => T;
1672
+ file: (value: TlsValidationContextFileTrust) => T;
1673
+ sds: (value: TlsValidationContextSdsTrust) => T;
1674
+ _: (name: string, value: any) => T;
1675
+ }
1676
+ const visit: <T>(value: TlsValidationContextTrust, visitor: Visitor<T>) => T;
1677
+
1678
+ const filterSensitiveLog: (obj: TlsValidationContextTrust) => any;
1679
+ }
1680
+
1681
+ export interface TlsValidationContext {
1682
+
1683
+ trust: TlsValidationContextTrust | undefined;
1684
+
1685
+ subjectAlternativeNames?: SubjectAlternativeNames;
1686
+ }
1687
+ export declare namespace TlsValidationContext {
1688
+
1689
+ const filterSensitiveLog: (obj: TlsValidationContext) => any;
1690
+ }
1691
+
1692
+ export interface ClientPolicyTls {
1693
+
1694
+ enforce?: boolean;
1695
+
1696
+ ports?: number[];
1697
+
1698
+ certificate?: ClientTlsCertificate;
1699
+
1700
+ validation: TlsValidationContext | undefined;
1701
+ }
1702
+ export declare namespace ClientPolicyTls {
1703
+
1704
+ const filterSensitiveLog: (obj: ClientPolicyTls) => any;
1705
+ }
1706
+
1707
+ export interface ClientPolicy {
1708
+
1709
+ tls?: ClientPolicyTls;
1710
+ }
1711
+ export declare namespace ClientPolicy {
1712
+
1713
+ const filterSensitiveLog: (obj: ClientPolicy) => any;
1714
+ }
1715
+
1716
+ export interface BackendDefaults {
1717
+
1718
+ clientPolicy?: ClientPolicy;
1719
+ }
1720
+ export declare namespace BackendDefaults {
1721
+
1722
+ const filterSensitiveLog: (obj: BackendDefaults) => any;
1723
+ }
1724
+
1725
+ export interface VirtualServiceBackend {
1726
+
1727
+ virtualServiceName: string | undefined;
1728
+
1729
+ clientPolicy?: ClientPolicy;
1730
+ }
1731
+ export declare namespace VirtualServiceBackend {
1732
+
1733
+ const filterSensitiveLog: (obj: VirtualServiceBackend) => any;
1734
+ }
1735
+
1736
+ export declare type Backend = Backend.VirtualServiceMember | Backend.$UnknownMember;
1737
+ export declare namespace Backend {
1738
+
1739
+ interface VirtualServiceMember {
1740
+ virtualService: VirtualServiceBackend;
1741
+ $unknown?: never;
1742
+ }
1743
+ interface $UnknownMember {
1744
+ virtualService?: never;
1745
+ $unknown: [
1746
+ string,
1747
+ any
1748
+ ];
1749
+ }
1750
+ interface Visitor<T> {
1751
+ virtualService: (value: VirtualServiceBackend) => T;
1752
+ _: (name: string, value: any) => T;
1753
+ }
1754
+ const visit: <T>(value: Backend, visitor: Visitor<T>) => T;
1755
+
1756
+ const filterSensitiveLog: (obj: Backend) => any;
1757
+ }
1758
+
1759
+ export interface VirtualNodeGrpcConnectionPool {
1760
+
1761
+ maxRequests: number | undefined;
1762
+ }
1763
+ export declare namespace VirtualNodeGrpcConnectionPool {
1764
+
1765
+ const filterSensitiveLog: (obj: VirtualNodeGrpcConnectionPool) => any;
1766
+ }
1767
+
1768
+ export interface VirtualNodeHttpConnectionPool {
1769
+
1770
+ maxConnections: number | undefined;
1771
+
1772
+ maxPendingRequests?: number;
1773
+ }
1774
+ export declare namespace VirtualNodeHttpConnectionPool {
1775
+
1776
+ const filterSensitiveLog: (obj: VirtualNodeHttpConnectionPool) => any;
1777
+ }
1778
+
1779
+ export interface VirtualNodeHttp2ConnectionPool {
1780
+
1781
+ maxRequests: number | undefined;
1782
+ }
1783
+ export declare namespace VirtualNodeHttp2ConnectionPool {
1784
+
1785
+ const filterSensitiveLog: (obj: VirtualNodeHttp2ConnectionPool) => any;
1786
+ }
1787
+
1788
+ export interface VirtualNodeTcpConnectionPool {
1789
+
1790
+ maxConnections: number | undefined;
1791
+ }
1792
+ export declare namespace VirtualNodeTcpConnectionPool {
1793
+
1794
+ const filterSensitiveLog: (obj: VirtualNodeTcpConnectionPool) => any;
1795
+ }
1796
+
1797
+ export declare type VirtualNodeConnectionPool = VirtualNodeConnectionPool.GrpcMember | VirtualNodeConnectionPool.HttpMember | VirtualNodeConnectionPool.Http2Member | VirtualNodeConnectionPool.TcpMember | VirtualNodeConnectionPool.$UnknownMember;
1798
+ export declare namespace VirtualNodeConnectionPool {
1799
+
1800
+ interface TcpMember {
1801
+ tcp: VirtualNodeTcpConnectionPool;
1802
+ http?: never;
1803
+ http2?: never;
1804
+ grpc?: never;
1805
+ $unknown?: never;
1806
+ }
1807
+
1808
+ interface HttpMember {
1809
+ tcp?: never;
1810
+ http: VirtualNodeHttpConnectionPool;
1811
+ http2?: never;
1812
+ grpc?: never;
1813
+ $unknown?: never;
1814
+ }
1815
+
1816
+ interface Http2Member {
1817
+ tcp?: never;
1818
+ http?: never;
1819
+ http2: VirtualNodeHttp2ConnectionPool;
1820
+ grpc?: never;
1821
+ $unknown?: never;
1822
+ }
1823
+
1824
+ interface GrpcMember {
1825
+ tcp?: never;
1826
+ http?: never;
1827
+ http2?: never;
1828
+ grpc: VirtualNodeGrpcConnectionPool;
1829
+ $unknown?: never;
1830
+ }
1831
+ interface $UnknownMember {
1832
+ tcp?: never;
1833
+ http?: never;
1834
+ http2?: never;
1835
+ grpc?: never;
1836
+ $unknown: [
1837
+ string,
1838
+ any
1839
+ ];
1840
+ }
1841
+ interface Visitor<T> {
1842
+ tcp: (value: VirtualNodeTcpConnectionPool) => T;
1843
+ http: (value: VirtualNodeHttpConnectionPool) => T;
1844
+ http2: (value: VirtualNodeHttp2ConnectionPool) => T;
1845
+ grpc: (value: VirtualNodeGrpcConnectionPool) => T;
1846
+ _: (name: string, value: any) => T;
1847
+ }
1848
+ const visit: <T>(value: VirtualNodeConnectionPool, visitor: Visitor<T>) => T;
1849
+
1850
+ const filterSensitiveLog: (obj: VirtualNodeConnectionPool) => any;
1851
+ }
1852
+ export declare enum PortProtocol {
1853
+ GRPC = "grpc",
1854
+ HTTP = "http",
1855
+ HTTP2 = "http2",
1856
+ TCP = "tcp"
1857
+ }
1858
+
1859
+ export interface HealthCheckPolicy {
1860
+
1861
+ timeoutMillis: number | undefined;
1862
+
1863
+ intervalMillis: number | undefined;
1864
+
1865
+ protocol: PortProtocol | string | undefined;
1866
+
1867
+ port?: number;
1868
+
1869
+ path?: string;
1870
+
1871
+ healthyThreshold: number | undefined;
1872
+
1873
+ unhealthyThreshold: number | undefined;
1874
+ }
1875
+ export declare namespace HealthCheckPolicy {
1876
+
1877
+ const filterSensitiveLog: (obj: HealthCheckPolicy) => any;
1878
+ }
1879
+ export declare enum DurationUnit {
1880
+ MS = "ms",
1881
+ S = "s"
1882
+ }
1883
+
1884
+ export interface Duration {
1885
+
1886
+ value?: number;
1887
+
1888
+ unit?: DurationUnit | string;
1889
+ }
1890
+ export declare namespace Duration {
1891
+
1892
+ const filterSensitiveLog: (obj: Duration) => any;
1893
+ }
1894
+
1895
+ export interface OutlierDetection {
1896
+
1897
+ maxServerErrors: number | undefined;
1898
+
1899
+ interval: Duration | undefined;
1900
+
1901
+ baseEjectionDuration: Duration | undefined;
1902
+
1903
+ maxEjectionPercent: number | undefined;
1904
+ }
1905
+ export declare namespace OutlierDetection {
1906
+
1907
+ const filterSensitiveLog: (obj: OutlierDetection) => any;
1908
+ }
1909
+
1910
+ export interface PortMapping {
1911
+
1912
+ port: number | undefined;
1913
+
1914
+ protocol: PortProtocol | string | undefined;
1915
+ }
1916
+ export declare namespace PortMapping {
1917
+
1918
+ const filterSensitiveLog: (obj: PortMapping) => any;
1919
+ }
1920
+
1921
+ export interface GrpcTimeout {
1922
+
1923
+ perRequest?: Duration;
1924
+
1925
+ idle?: Duration;
1926
+ }
1927
+ export declare namespace GrpcTimeout {
1928
+
1929
+ const filterSensitiveLog: (obj: GrpcTimeout) => any;
1930
+ }
1931
+
1932
+ export interface HttpTimeout {
1933
+
1934
+ perRequest?: Duration;
1935
+
1936
+ idle?: Duration;
1937
+ }
1938
+ export declare namespace HttpTimeout {
1939
+
1940
+ const filterSensitiveLog: (obj: HttpTimeout) => any;
1941
+ }
1942
+
1943
+ export interface TcpTimeout {
1944
+
1945
+ idle?: Duration;
1946
+ }
1947
+ export declare namespace TcpTimeout {
1948
+
1949
+ const filterSensitiveLog: (obj: TcpTimeout) => any;
1950
+ }
1951
+
1952
+ export declare type ListenerTimeout = ListenerTimeout.GrpcMember | ListenerTimeout.HttpMember | ListenerTimeout.Http2Member | ListenerTimeout.TcpMember | ListenerTimeout.$UnknownMember;
1953
+ export declare namespace ListenerTimeout {
1954
+
1955
+ interface TcpMember {
1956
+ tcp: TcpTimeout;
1957
+ http?: never;
1958
+ http2?: never;
1959
+ grpc?: never;
1960
+ $unknown?: never;
1961
+ }
1962
+
1963
+ interface HttpMember {
1964
+ tcp?: never;
1965
+ http: HttpTimeout;
1966
+ http2?: never;
1967
+ grpc?: never;
1968
+ $unknown?: never;
1969
+ }
1970
+
1971
+ interface Http2Member {
1972
+ tcp?: never;
1973
+ http?: never;
1974
+ http2: HttpTimeout;
1975
+ grpc?: never;
1976
+ $unknown?: never;
1977
+ }
1978
+
1979
+ interface GrpcMember {
1980
+ tcp?: never;
1981
+ http?: never;
1982
+ http2?: never;
1983
+ grpc: GrpcTimeout;
1984
+ $unknown?: never;
1985
+ }
1986
+ interface $UnknownMember {
1987
+ tcp?: never;
1988
+ http?: never;
1989
+ http2?: never;
1990
+ grpc?: never;
1991
+ $unknown: [
1992
+ string,
1993
+ any
1994
+ ];
1995
+ }
1996
+ interface Visitor<T> {
1997
+ tcp: (value: TcpTimeout) => T;
1998
+ http: (value: HttpTimeout) => T;
1999
+ http2: (value: HttpTimeout) => T;
2000
+ grpc: (value: GrpcTimeout) => T;
2001
+ _: (name: string, value: any) => T;
2002
+ }
2003
+ const visit: <T>(value: ListenerTimeout, visitor: Visitor<T>) => T;
2004
+
2005
+ const filterSensitiveLog: (obj: ListenerTimeout) => any;
2006
+ }
2007
+
2008
+ export interface ListenerTlsAcmCertificate {
2009
+
2010
+ certificateArn: string | undefined;
2011
+ }
2012
+ export declare namespace ListenerTlsAcmCertificate {
2013
+
2014
+ const filterSensitiveLog: (obj: ListenerTlsAcmCertificate) => any;
2015
+ }
2016
+
2017
+ export declare type ListenerTlsCertificate = ListenerTlsCertificate.AcmMember | ListenerTlsCertificate.FileMember | ListenerTlsCertificate.SdsMember | ListenerTlsCertificate.$UnknownMember;
2018
+ export declare namespace ListenerTlsCertificate {
2019
+
2020
+ interface AcmMember {
2021
+ acm: ListenerTlsAcmCertificate;
2022
+ file?: never;
2023
+ sds?: never;
2024
+ $unknown?: never;
2025
+ }
2026
+
2027
+ interface FileMember {
2028
+ acm?: never;
2029
+ file: ListenerTlsFileCertificate;
2030
+ sds?: never;
2031
+ $unknown?: never;
2032
+ }
2033
+
2034
+ interface SdsMember {
2035
+ acm?: never;
2036
+ file?: never;
2037
+ sds: ListenerTlsSdsCertificate;
2038
+ $unknown?: never;
2039
+ }
2040
+ interface $UnknownMember {
2041
+ acm?: never;
2042
+ file?: never;
2043
+ sds?: never;
2044
+ $unknown: [
2045
+ string,
2046
+ any
2047
+ ];
2048
+ }
2049
+ interface Visitor<T> {
2050
+ acm: (value: ListenerTlsAcmCertificate) => T;
2051
+ file: (value: ListenerTlsFileCertificate) => T;
2052
+ sds: (value: ListenerTlsSdsCertificate) => T;
2053
+ _: (name: string, value: any) => T;
2054
+ }
2055
+ const visit: <T>(value: ListenerTlsCertificate, visitor: Visitor<T>) => T;
2056
+
2057
+ const filterSensitiveLog: (obj: ListenerTlsCertificate) => any;
2058
+ }
2059
+ export declare enum ListenerTlsMode {
2060
+ DISABLED = "DISABLED",
2061
+ PERMISSIVE = "PERMISSIVE",
2062
+ STRICT = "STRICT"
2063
+ }
2064
+
2065
+ export declare type ListenerTlsValidationContextTrust = ListenerTlsValidationContextTrust.FileMember | ListenerTlsValidationContextTrust.SdsMember | ListenerTlsValidationContextTrust.$UnknownMember;
2066
+ export declare namespace ListenerTlsValidationContextTrust {
2067
+
2068
+ interface FileMember {
2069
+ file: TlsValidationContextFileTrust;
2070
+ sds?: never;
2071
+ $unknown?: never;
2072
+ }
2073
+
2074
+ interface SdsMember {
2075
+ file?: never;
2076
+ sds: TlsValidationContextSdsTrust;
2077
+ $unknown?: never;
2078
+ }
2079
+ interface $UnknownMember {
2080
+ file?: never;
2081
+ sds?: never;
2082
+ $unknown: [
2083
+ string,
2084
+ any
2085
+ ];
2086
+ }
2087
+ interface Visitor<T> {
2088
+ file: (value: TlsValidationContextFileTrust) => T;
2089
+ sds: (value: TlsValidationContextSdsTrust) => T;
2090
+ _: (name: string, value: any) => T;
2091
+ }
2092
+ const visit: <T>(value: ListenerTlsValidationContextTrust, visitor: Visitor<T>) => T;
2093
+
2094
+ const filterSensitiveLog: (obj: ListenerTlsValidationContextTrust) => any;
2095
+ }
2096
+
2097
+ export interface ListenerTlsValidationContext {
2098
+
2099
+ trust: ListenerTlsValidationContextTrust | undefined;
2100
+
2101
+ subjectAlternativeNames?: SubjectAlternativeNames;
2102
+ }
2103
+ export declare namespace ListenerTlsValidationContext {
2104
+
2105
+ const filterSensitiveLog: (obj: ListenerTlsValidationContext) => any;
2106
+ }
2107
+
2108
+ export interface ListenerTls {
2109
+
2110
+ mode: ListenerTlsMode | string | undefined;
2111
+
2112
+ certificate: ListenerTlsCertificate | undefined;
2113
+
2114
+ validation?: ListenerTlsValidationContext;
2115
+ }
2116
+ export declare namespace ListenerTls {
2117
+
2118
+ const filterSensitiveLog: (obj: ListenerTls) => any;
2119
+ }
2120
+
2121
+ export interface Listener {
2122
+
2123
+ portMapping: PortMapping | undefined;
2124
+
2125
+ tls?: ListenerTls;
2126
+
2127
+ healthCheck?: HealthCheckPolicy;
2128
+
2129
+ timeout?: ListenerTimeout;
2130
+
2131
+ outlierDetection?: OutlierDetection;
2132
+
2133
+ connectionPool?: VirtualNodeConnectionPool;
2134
+ }
2135
+ export declare namespace Listener {
2136
+
2137
+ const filterSensitiveLog: (obj: Listener) => any;
2138
+ }
2139
+
2140
+ export interface Logging {
2141
+
2142
+ accessLog?: AccessLog;
2143
+ }
2144
+ export declare namespace Logging {
2145
+
2146
+ const filterSensitiveLog: (obj: Logging) => any;
2147
+ }
2148
+
2149
+ export interface AwsCloudMapInstanceAttribute {
2150
+
2151
+ key: string | undefined;
2152
+
2153
+ value: string | undefined;
2154
+ }
2155
+ export declare namespace AwsCloudMapInstanceAttribute {
2156
+
2157
+ const filterSensitiveLog: (obj: AwsCloudMapInstanceAttribute) => any;
2158
+ }
2159
+
2160
+ export interface AwsCloudMapServiceDiscovery {
2161
+
2162
+ namespaceName: string | undefined;
2163
+
2164
+ serviceName: string | undefined;
2165
+
2166
+ attributes?: AwsCloudMapInstanceAttribute[];
2167
+ }
2168
+ export declare namespace AwsCloudMapServiceDiscovery {
2169
+
2170
+ const filterSensitiveLog: (obj: AwsCloudMapServiceDiscovery) => any;
2171
+ }
2172
+ export declare enum DnsResponseType {
2173
+ ENDPOINTS = "ENDPOINTS",
2174
+ LOADBALANCER = "LOADBALANCER"
2175
+ }
2176
+
2177
+ export interface DnsServiceDiscovery {
2178
+
2179
+ hostname: string | undefined;
2180
+
2181
+ responseType?: DnsResponseType | string;
2182
+ }
2183
+ export declare namespace DnsServiceDiscovery {
2184
+
2185
+ const filterSensitiveLog: (obj: DnsServiceDiscovery) => any;
2186
+ }
2187
+
2188
+ export declare type ServiceDiscovery = ServiceDiscovery.AwsCloudMapMember | ServiceDiscovery.DnsMember | ServiceDiscovery.$UnknownMember;
2189
+ export declare namespace ServiceDiscovery {
2190
+
2191
+ interface DnsMember {
2192
+ dns: DnsServiceDiscovery;
2193
+ awsCloudMap?: never;
2194
+ $unknown?: never;
2195
+ }
2196
+
2197
+ interface AwsCloudMapMember {
2198
+ dns?: never;
2199
+ awsCloudMap: AwsCloudMapServiceDiscovery;
2200
+ $unknown?: never;
2201
+ }
2202
+ interface $UnknownMember {
2203
+ dns?: never;
2204
+ awsCloudMap?: never;
2205
+ $unknown: [
2206
+ string,
2207
+ any
2208
+ ];
2209
+ }
2210
+ interface Visitor<T> {
2211
+ dns: (value: DnsServiceDiscovery) => T;
2212
+ awsCloudMap: (value: AwsCloudMapServiceDiscovery) => T;
2213
+ _: (name: string, value: any) => T;
2214
+ }
2215
+ const visit: <T>(value: ServiceDiscovery, visitor: Visitor<T>) => T;
2216
+
2217
+ const filterSensitiveLog: (obj: ServiceDiscovery) => any;
2218
+ }
2219
+
2220
+ export interface VirtualNodeSpec {
2221
+
2222
+ serviceDiscovery?: ServiceDiscovery;
2223
+
2224
+ listeners?: Listener[];
2225
+
2226
+ backends?: Backend[];
2227
+
2228
+ backendDefaults?: BackendDefaults;
2229
+
2230
+ logging?: Logging;
2231
+ }
2232
+ export declare namespace VirtualNodeSpec {
2233
+
2234
+ const filterSensitiveLog: (obj: VirtualNodeSpec) => any;
2235
+ }
2236
+
2237
+ export interface CreateVirtualNodeInput {
2238
+
2239
+ virtualNodeName: string | undefined;
2240
+
2241
+ meshName: string | undefined;
2242
+
2243
+ spec: VirtualNodeSpec | undefined;
2244
+
2245
+ tags?: TagRef[];
2246
+
2247
+ clientToken?: string;
2248
+
2249
+ meshOwner?: string;
2250
+ }
2251
+ export declare namespace CreateVirtualNodeInput {
2252
+
2253
+ const filterSensitiveLog: (obj: CreateVirtualNodeInput) => any;
2254
+ }
2255
+ export declare enum VirtualNodeStatusCode {
2256
+ ACTIVE = "ACTIVE",
2257
+ DELETED = "DELETED",
2258
+ INACTIVE = "INACTIVE"
2259
+ }
2260
+
2261
+ export interface VirtualNodeStatus {
2262
+
2263
+ status: VirtualNodeStatusCode | string | undefined;
2264
+ }
2265
+ export declare namespace VirtualNodeStatus {
2266
+
2267
+ const filterSensitiveLog: (obj: VirtualNodeStatus) => any;
2268
+ }
2269
+
2270
+ export interface VirtualNodeData {
2271
+
2272
+ meshName: string | undefined;
2273
+
2274
+ virtualNodeName: string | undefined;
2275
+
2276
+ spec: VirtualNodeSpec | undefined;
2277
+
2278
+ metadata: ResourceMetadata | undefined;
2279
+
2280
+ status: VirtualNodeStatus | undefined;
2281
+ }
2282
+ export declare namespace VirtualNodeData {
2283
+
2284
+ const filterSensitiveLog: (obj: VirtualNodeData) => any;
2285
+ }
2286
+
2287
+ export interface CreateVirtualNodeOutput {
2288
+
2289
+ virtualNode: VirtualNodeData | undefined;
2290
+ }
2291
+ export declare namespace CreateVirtualNodeOutput {
2292
+
2293
+ const filterSensitiveLog: (obj: CreateVirtualNodeOutput) => any;
2294
+ }
2295
+
2296
+ export interface DeleteVirtualNodeInput {
2297
+
2298
+ virtualNodeName: string | undefined;
2299
+
2300
+ meshName: string | undefined;
2301
+
2302
+ meshOwner?: string;
2303
+ }
2304
+ export declare namespace DeleteVirtualNodeInput {
2305
+
2306
+ const filterSensitiveLog: (obj: DeleteVirtualNodeInput) => any;
2307
+ }
2308
+
2309
+ export interface DeleteVirtualNodeOutput {
2310
+
2311
+ virtualNode: VirtualNodeData | undefined;
2312
+ }
2313
+ export declare namespace DeleteVirtualNodeOutput {
2314
+
2315
+ const filterSensitiveLog: (obj: DeleteVirtualNodeOutput) => any;
2316
+ }
2317
+
2318
+ export interface DescribeVirtualNodeInput {
2319
+
2320
+ virtualNodeName: string | undefined;
2321
+
2322
+ meshName: string | undefined;
2323
+
2324
+ meshOwner?: string;
2325
+ }
2326
+ export declare namespace DescribeVirtualNodeInput {
2327
+
2328
+ const filterSensitiveLog: (obj: DescribeVirtualNodeInput) => any;
2329
+ }
2330
+
2331
+ export interface DescribeVirtualNodeOutput {
2332
+
2333
+ virtualNode: VirtualNodeData | undefined;
2334
+ }
2335
+ export declare namespace DescribeVirtualNodeOutput {
2336
+
2337
+ const filterSensitiveLog: (obj: DescribeVirtualNodeOutput) => any;
2338
+ }
2339
+
2340
+ export interface ListVirtualNodesInput {
2341
+
2342
+ meshName: string | undefined;
2343
+
2344
+ nextToken?: string;
2345
+
2346
+ limit?: number;
2347
+
2348
+ meshOwner?: string;
2349
+ }
2350
+ export declare namespace ListVirtualNodesInput {
2351
+
2352
+ const filterSensitiveLog: (obj: ListVirtualNodesInput) => any;
2353
+ }
2354
+
2355
+ export interface VirtualNodeRef {
2356
+
2357
+ meshName: string | undefined;
2358
+
2359
+ virtualNodeName: string | undefined;
2360
+
2361
+ meshOwner: string | undefined;
2362
+
2363
+ resourceOwner: string | undefined;
2364
+
2365
+ arn: string | undefined;
2366
+
2367
+ version: number | undefined;
2368
+
2369
+ createdAt: Date | undefined;
2370
+
2371
+ lastUpdatedAt: Date | undefined;
2372
+ }
2373
+ export declare namespace VirtualNodeRef {
2374
+
2375
+ const filterSensitiveLog: (obj: VirtualNodeRef) => any;
2376
+ }
2377
+
2378
+ export interface ListVirtualNodesOutput {
2379
+
2380
+ virtualNodes: VirtualNodeRef[] | undefined;
2381
+
2382
+ nextToken?: string;
2383
+ }
2384
+ export declare namespace ListVirtualNodesOutput {
2385
+
2386
+ const filterSensitiveLog: (obj: ListVirtualNodesOutput) => any;
2387
+ }
2388
+
2389
+ export interface UpdateVirtualNodeInput {
2390
+
2391
+ virtualNodeName: string | undefined;
2392
+
2393
+ meshName: string | undefined;
2394
+
2395
+ spec: VirtualNodeSpec | undefined;
2396
+
2397
+ clientToken?: string;
2398
+
2399
+ meshOwner?: string;
2400
+ }
2401
+ export declare namespace UpdateVirtualNodeInput {
2402
+
2403
+ const filterSensitiveLog: (obj: UpdateVirtualNodeInput) => any;
2404
+ }
2405
+
2406
+ export interface UpdateVirtualNodeOutput {
2407
+
2408
+ virtualNode: VirtualNodeData | undefined;
2409
+ }
2410
+ export declare namespace UpdateVirtualNodeOutput {
2411
+
2412
+ const filterSensitiveLog: (obj: UpdateVirtualNodeOutput) => any;
2413
+ }
2414
+
2415
+ export interface VirtualRouterListener {
2416
+
2417
+ portMapping: PortMapping | undefined;
2418
+ }
2419
+ export declare namespace VirtualRouterListener {
2420
+
2421
+ const filterSensitiveLog: (obj: VirtualRouterListener) => any;
2422
+ }
2423
+
2424
+ export interface VirtualRouterSpec {
2425
+
2426
+ listeners?: VirtualRouterListener[];
2427
+ }
2428
+ export declare namespace VirtualRouterSpec {
2429
+
2430
+ const filterSensitiveLog: (obj: VirtualRouterSpec) => any;
2431
+ }
2432
+
2433
+ export interface CreateVirtualRouterInput {
2434
+
2435
+ virtualRouterName: string | undefined;
2436
+
2437
+ meshName: string | undefined;
2438
+
2439
+ spec: VirtualRouterSpec | undefined;
2440
+
2441
+ tags?: TagRef[];
2442
+
2443
+ clientToken?: string;
2444
+
2445
+ meshOwner?: string;
2446
+ }
2447
+ export declare namespace CreateVirtualRouterInput {
2448
+
2449
+ const filterSensitiveLog: (obj: CreateVirtualRouterInput) => any;
2450
+ }
2451
+ export declare enum VirtualRouterStatusCode {
2452
+ ACTIVE = "ACTIVE",
2453
+ DELETED = "DELETED",
2454
+ INACTIVE = "INACTIVE"
2455
+ }
2456
+
2457
+ export interface VirtualRouterStatus {
2458
+
2459
+ status: VirtualRouterStatusCode | string | undefined;
2460
+ }
2461
+ export declare namespace VirtualRouterStatus {
2462
+
2463
+ const filterSensitiveLog: (obj: VirtualRouterStatus) => any;
2464
+ }
2465
+
2466
+ export interface VirtualRouterData {
2467
+
2468
+ meshName: string | undefined;
2469
+
2470
+ virtualRouterName: string | undefined;
2471
+
2472
+ spec: VirtualRouterSpec | undefined;
2473
+
2474
+ metadata: ResourceMetadata | undefined;
2475
+
2476
+ status: VirtualRouterStatus | undefined;
2477
+ }
2478
+ export declare namespace VirtualRouterData {
2479
+
2480
+ const filterSensitiveLog: (obj: VirtualRouterData) => any;
2481
+ }
2482
+
2483
+ export interface CreateVirtualRouterOutput {
2484
+
2485
+ virtualRouter: VirtualRouterData | undefined;
2486
+ }
2487
+ export declare namespace CreateVirtualRouterOutput {
2488
+
2489
+ const filterSensitiveLog: (obj: CreateVirtualRouterOutput) => any;
2490
+ }
2491
+
2492
+ export interface DeleteVirtualRouterInput {
2493
+
2494
+ virtualRouterName: string | undefined;
2495
+
2496
+ meshName: string | undefined;
2497
+
2498
+ meshOwner?: string;
2499
+ }
2500
+ export declare namespace DeleteVirtualRouterInput {
2501
+
2502
+ const filterSensitiveLog: (obj: DeleteVirtualRouterInput) => any;
2503
+ }
2504
+
2505
+ export interface DeleteVirtualRouterOutput {
2506
+
2507
+ virtualRouter: VirtualRouterData | undefined;
2508
+ }
2509
+ export declare namespace DeleteVirtualRouterOutput {
2510
+
2511
+ const filterSensitiveLog: (obj: DeleteVirtualRouterOutput) => any;
2512
+ }
2513
+
2514
+ export interface DescribeVirtualRouterInput {
2515
+
2516
+ virtualRouterName: string | undefined;
2517
+
2518
+ meshName: string | undefined;
2519
+
2520
+ meshOwner?: string;
2521
+ }
2522
+ export declare namespace DescribeVirtualRouterInput {
2523
+
2524
+ const filterSensitiveLog: (obj: DescribeVirtualRouterInput) => any;
2525
+ }
2526
+
2527
+ export interface DescribeVirtualRouterOutput {
2528
+
2529
+ virtualRouter: VirtualRouterData | undefined;
2530
+ }
2531
+ export declare namespace DescribeVirtualRouterOutput {
2532
+
2533
+ const filterSensitiveLog: (obj: DescribeVirtualRouterOutput) => any;
2534
+ }
2535
+
2536
+ export interface ListVirtualRoutersInput {
2537
+
2538
+ meshName: string | undefined;
2539
+
2540
+ nextToken?: string;
2541
+
2542
+ limit?: number;
2543
+
2544
+ meshOwner?: string;
2545
+ }
2546
+ export declare namespace ListVirtualRoutersInput {
2547
+
2548
+ const filterSensitiveLog: (obj: ListVirtualRoutersInput) => any;
2549
+ }
2550
+
2551
+ export interface VirtualRouterRef {
2552
+
2553
+ meshName: string | undefined;
2554
+
2555
+ virtualRouterName: string | undefined;
2556
+
2557
+ meshOwner: string | undefined;
2558
+
2559
+ resourceOwner: string | undefined;
2560
+
2561
+ arn: string | undefined;
2562
+
2563
+ version: number | undefined;
2564
+
2565
+ createdAt: Date | undefined;
2566
+
2567
+ lastUpdatedAt: Date | undefined;
2568
+ }
2569
+ export declare namespace VirtualRouterRef {
2570
+
2571
+ const filterSensitiveLog: (obj: VirtualRouterRef) => any;
2572
+ }
2573
+
2574
+ export interface ListVirtualRoutersOutput {
2575
+
2576
+ virtualRouters: VirtualRouterRef[] | undefined;
2577
+
2578
+ nextToken?: string;
2579
+ }
2580
+ export declare namespace ListVirtualRoutersOutput {
2581
+
2582
+ const filterSensitiveLog: (obj: ListVirtualRoutersOutput) => any;
2583
+ }
2584
+
2585
+ export interface WeightedTarget {
2586
+
2587
+ virtualNode: string | undefined;
2588
+
2589
+ weight: number | undefined;
2590
+ }
2591
+ export declare namespace WeightedTarget {
2592
+
2593
+ const filterSensitiveLog: (obj: WeightedTarget) => any;
2594
+ }
2595
+
2596
+ export interface GrpcRouteAction {
2597
+
2598
+ weightedTargets: WeightedTarget[] | undefined;
2599
+ }
2600
+ export declare namespace GrpcRouteAction {
2601
+
2602
+ const filterSensitiveLog: (obj: GrpcRouteAction) => any;
2603
+ }
2604
+
2605
+ export declare type GrpcRouteMetadataMatchMethod = GrpcRouteMetadataMatchMethod.ExactMember | GrpcRouteMetadataMatchMethod.PrefixMember | GrpcRouteMetadataMatchMethod.RangeMember | GrpcRouteMetadataMatchMethod.RegexMember | GrpcRouteMetadataMatchMethod.SuffixMember | GrpcRouteMetadataMatchMethod.$UnknownMember;
2606
+ export declare namespace GrpcRouteMetadataMatchMethod {
2607
+
2608
+ interface ExactMember {
2609
+ exact: string;
2610
+ regex?: never;
2611
+ range?: never;
2612
+ prefix?: never;
2613
+ suffix?: never;
2614
+ $unknown?: never;
2615
+ }
2616
+
2617
+ interface RegexMember {
2618
+ exact?: never;
2619
+ regex: string;
2620
+ range?: never;
2621
+ prefix?: never;
2622
+ suffix?: never;
2623
+ $unknown?: never;
2624
+ }
2625
+
2626
+ interface RangeMember {
2627
+ exact?: never;
2628
+ regex?: never;
2629
+ range: MatchRange;
2630
+ prefix?: never;
2631
+ suffix?: never;
2632
+ $unknown?: never;
2633
+ }
2634
+
2635
+ interface PrefixMember {
2636
+ exact?: never;
2637
+ regex?: never;
2638
+ range?: never;
2639
+ prefix: string;
2640
+ suffix?: never;
2641
+ $unknown?: never;
2642
+ }
2643
+
2644
+ interface SuffixMember {
2645
+ exact?: never;
2646
+ regex?: never;
2647
+ range?: never;
2648
+ prefix?: never;
2649
+ suffix: string;
2650
+ $unknown?: never;
2651
+ }
2652
+ interface $UnknownMember {
2653
+ exact?: never;
2654
+ regex?: never;
2655
+ range?: never;
2656
+ prefix?: never;
2657
+ suffix?: never;
2658
+ $unknown: [
2659
+ string,
2660
+ any
2661
+ ];
2662
+ }
2663
+ interface Visitor<T> {
2664
+ exact: (value: string) => T;
2665
+ regex: (value: string) => T;
2666
+ range: (value: MatchRange) => T;
2667
+ prefix: (value: string) => T;
2668
+ suffix: (value: string) => T;
2669
+ _: (name: string, value: any) => T;
2670
+ }
2671
+ const visit: <T>(value: GrpcRouteMetadataMatchMethod, visitor: Visitor<T>) => T;
2672
+
2673
+ const filterSensitiveLog: (obj: GrpcRouteMetadataMatchMethod) => any;
2674
+ }
2675
+
2676
+ export interface GrpcRouteMetadata {
2677
+
2678
+ name: string | undefined;
2679
+
2680
+ invert?: boolean;
2681
+
2682
+ match?: GrpcRouteMetadataMatchMethod;
2683
+ }
2684
+ export declare namespace GrpcRouteMetadata {
2685
+
2686
+ const filterSensitiveLog: (obj: GrpcRouteMetadata) => any;
2687
+ }
2688
+
2689
+ export interface GrpcRouteMatch {
2690
+
2691
+ serviceName?: string;
2692
+
2693
+ methodName?: string;
2694
+
2695
+ metadata?: GrpcRouteMetadata[];
2696
+ }
2697
+ export declare namespace GrpcRouteMatch {
2698
+
2699
+ const filterSensitiveLog: (obj: GrpcRouteMatch) => any;
2700
+ }
2701
+ export declare enum GrpcRetryPolicyEvent {
2702
+ CANCELLED = "cancelled",
2703
+ DEADLINE_EXCEEDED = "deadline-exceeded",
2704
+ INTERNAL = "internal",
2705
+ RESOURCE_EXHAUSTED = "resource-exhausted",
2706
+ UNAVAILABLE = "unavailable"
2707
+ }
2708
+ export declare enum TcpRetryPolicyEvent {
2709
+ CONNECTION_ERROR = "connection-error"
2710
+ }
2711
+
2712
+ export interface GrpcRetryPolicy {
2713
+
2714
+ perRetryTimeout: Duration | undefined;
2715
+
2716
+ maxRetries: number | undefined;
2717
+
2718
+ httpRetryEvents?: string[];
2719
+
2720
+ tcpRetryEvents?: (TcpRetryPolicyEvent | string)[];
2721
+
2722
+ grpcRetryEvents?: (GrpcRetryPolicyEvent | string)[];
2723
+ }
2724
+ export declare namespace GrpcRetryPolicy {
2725
+
2726
+ const filterSensitiveLog: (obj: GrpcRetryPolicy) => any;
2727
+ }
2728
+
2729
+ export interface GrpcRoute {
2730
+
2731
+ action: GrpcRouteAction | undefined;
2732
+
2733
+ match: GrpcRouteMatch | undefined;
2734
+
2735
+ retryPolicy?: GrpcRetryPolicy;
2736
+
2737
+ timeout?: GrpcTimeout;
2738
+ }
2739
+ export declare namespace GrpcRoute {
2740
+
2741
+ const filterSensitiveLog: (obj: GrpcRoute) => any;
2742
+ }
2743
+
2744
+ export interface HttpRouteAction {
2745
+
2746
+ weightedTargets: WeightedTarget[] | undefined;
2747
+ }
2748
+ export declare namespace HttpRouteAction {
2749
+
2750
+ const filterSensitiveLog: (obj: HttpRouteAction) => any;
2751
+ }
2752
+
2753
+ export interface HttpRouteHeader {
2754
+
2755
+ name: string | undefined;
2756
+
2757
+ invert?: boolean;
2758
+
2759
+ match?: HeaderMatchMethod;
2760
+ }
2761
+ export declare namespace HttpRouteHeader {
2762
+
2763
+ const filterSensitiveLog: (obj: HttpRouteHeader) => any;
2764
+ }
2765
+ export declare enum HttpScheme {
2766
+ HTTP = "http",
2767
+ HTTPS = "https"
2768
+ }
2769
+
2770
+ export interface HttpRouteMatch {
2771
+
2772
+ prefix?: string;
2773
+
2774
+ path?: HttpPathMatch;
2775
+
2776
+ queryParameters?: HttpQueryParameter[];
2777
+
2778
+ method?: HttpMethod | string;
2779
+
2780
+ scheme?: HttpScheme | string;
2781
+
2782
+ headers?: HttpRouteHeader[];
2783
+ }
2784
+ export declare namespace HttpRouteMatch {
2785
+
2786
+ const filterSensitiveLog: (obj: HttpRouteMatch) => any;
2787
+ }
2788
+
2789
+ export interface HttpRetryPolicy {
2790
+
2791
+ perRetryTimeout: Duration | undefined;
2792
+
2793
+ maxRetries: number | undefined;
2794
+
2795
+ httpRetryEvents?: string[];
2796
+
2797
+ tcpRetryEvents?: (TcpRetryPolicyEvent | string)[];
2798
+ }
2799
+ export declare namespace HttpRetryPolicy {
2800
+
2801
+ const filterSensitiveLog: (obj: HttpRetryPolicy) => any;
2802
+ }
2803
+
2804
+ export interface HttpRoute {
2805
+
2806
+ match: HttpRouteMatch | undefined;
2807
+
2808
+ action: HttpRouteAction | undefined;
2809
+
2810
+ retryPolicy?: HttpRetryPolicy;
2811
+
2812
+ timeout?: HttpTimeout;
2813
+ }
2814
+ export declare namespace HttpRoute {
2815
+
2816
+ const filterSensitiveLog: (obj: HttpRoute) => any;
2817
+ }
2818
+
2819
+ export interface TcpRouteAction {
2820
+
2821
+ weightedTargets: WeightedTarget[] | undefined;
2822
+ }
2823
+ export declare namespace TcpRouteAction {
2824
+
2825
+ const filterSensitiveLog: (obj: TcpRouteAction) => any;
2826
+ }
2827
+
2828
+ export interface TcpRoute {
2829
+
2830
+ action: TcpRouteAction | undefined;
2831
+
2832
+ timeout?: TcpTimeout;
2833
+ }
2834
+ export declare namespace TcpRoute {
2835
+
2836
+ const filterSensitiveLog: (obj: TcpRoute) => any;
2837
+ }
2838
+
2839
+ export interface RouteSpec {
2840
+
2841
+ priority?: number;
2842
+
2843
+ httpRoute?: HttpRoute;
2844
+
2845
+ tcpRoute?: TcpRoute;
2846
+
2847
+ http2Route?: HttpRoute;
2848
+
2849
+ grpcRoute?: GrpcRoute;
2850
+ }
2851
+ export declare namespace RouteSpec {
2852
+
2853
+ const filterSensitiveLog: (obj: RouteSpec) => any;
2854
+ }
2855
+
2856
+ export interface CreateRouteInput {
2857
+
2858
+ routeName: string | undefined;
2859
+
2860
+ meshName: string | undefined;
2861
+
2862
+ virtualRouterName: string | undefined;
2863
+
2864
+ spec: RouteSpec | undefined;
2865
+
2866
+ tags?: TagRef[];
2867
+
2868
+ clientToken?: string;
2869
+
2870
+ meshOwner?: string;
2871
+ }
2872
+ export declare namespace CreateRouteInput {
2873
+
2874
+ const filterSensitiveLog: (obj: CreateRouteInput) => any;
2875
+ }
2876
+ export declare enum RouteStatusCode {
2877
+ ACTIVE = "ACTIVE",
2878
+ DELETED = "DELETED",
2879
+ INACTIVE = "INACTIVE"
2880
+ }
2881
+
2882
+ export interface RouteStatus {
2883
+
2884
+ status: RouteStatusCode | string | undefined;
2885
+ }
2886
+ export declare namespace RouteStatus {
2887
+
2888
+ const filterSensitiveLog: (obj: RouteStatus) => any;
2889
+ }
2890
+
2891
+ export interface RouteData {
2892
+
2893
+ meshName: string | undefined;
2894
+
2895
+ virtualRouterName: string | undefined;
2896
+
2897
+ routeName: string | undefined;
2898
+
2899
+ spec: RouteSpec | undefined;
2900
+
2901
+ metadata: ResourceMetadata | undefined;
2902
+
2903
+ status: RouteStatus | undefined;
2904
+ }
2905
+ export declare namespace RouteData {
2906
+
2907
+ const filterSensitiveLog: (obj: RouteData) => any;
2908
+ }
2909
+
2910
+ export interface CreateRouteOutput {
2911
+
2912
+ route: RouteData | undefined;
2913
+ }
2914
+ export declare namespace CreateRouteOutput {
2915
+
2916
+ const filterSensitiveLog: (obj: CreateRouteOutput) => any;
2917
+ }
2918
+
2919
+ export interface DeleteRouteInput {
2920
+
2921
+ routeName: string | undefined;
2922
+
2923
+ meshName: string | undefined;
2924
+
2925
+ virtualRouterName: string | undefined;
2926
+
2927
+ meshOwner?: string;
2928
+ }
2929
+ export declare namespace DeleteRouteInput {
2930
+
2931
+ const filterSensitiveLog: (obj: DeleteRouteInput) => any;
2932
+ }
2933
+
2934
+ export interface DeleteRouteOutput {
2935
+
2936
+ route: RouteData | undefined;
2937
+ }
2938
+ export declare namespace DeleteRouteOutput {
2939
+
2940
+ const filterSensitiveLog: (obj: DeleteRouteOutput) => any;
2941
+ }
2942
+
2943
+ export interface DescribeRouteInput {
2944
+
2945
+ routeName: string | undefined;
2946
+
2947
+ meshName: string | undefined;
2948
+
2949
+ meshOwner?: string;
2950
+
2951
+ virtualRouterName: string | undefined;
2952
+ }
2953
+ export declare namespace DescribeRouteInput {
2954
+
2955
+ const filterSensitiveLog: (obj: DescribeRouteInput) => any;
2956
+ }
2957
+
2958
+ export interface DescribeRouteOutput {
2959
+
2960
+ route: RouteData | undefined;
2961
+ }
2962
+ export declare namespace DescribeRouteOutput {
2963
+
2964
+ const filterSensitiveLog: (obj: DescribeRouteOutput) => any;
2965
+ }
2966
+
2967
+ export interface ListRoutesInput {
2968
+
2969
+ meshName: string | undefined;
2970
+
2971
+ virtualRouterName: string | undefined;
2972
+
2973
+ nextToken?: string;
2974
+
2975
+ limit?: number;
2976
+
2977
+ meshOwner?: string;
2978
+ }
2979
+ export declare namespace ListRoutesInput {
2980
+
2981
+ const filterSensitiveLog: (obj: ListRoutesInput) => any;
2982
+ }
2983
+
2984
+ export interface RouteRef {
2985
+
2986
+ meshName: string | undefined;
2987
+
2988
+ virtualRouterName: string | undefined;
2989
+
2990
+ routeName: string | undefined;
2991
+
2992
+ meshOwner: string | undefined;
2993
+
2994
+ resourceOwner: string | undefined;
2995
+
2996
+ arn: string | undefined;
2997
+
2998
+ version: number | undefined;
2999
+
3000
+ createdAt: Date | undefined;
3001
+
3002
+ lastUpdatedAt: Date | undefined;
3003
+ }
3004
+ export declare namespace RouteRef {
3005
+
3006
+ const filterSensitiveLog: (obj: RouteRef) => any;
3007
+ }
3008
+
3009
+ export interface ListRoutesOutput {
3010
+
3011
+ routes: RouteRef[] | undefined;
3012
+
3013
+ nextToken?: string;
3014
+ }
3015
+ export declare namespace ListRoutesOutput {
3016
+
3017
+ const filterSensitiveLog: (obj: ListRoutesOutput) => any;
3018
+ }
3019
+
3020
+ export interface UpdateRouteInput {
3021
+
3022
+ routeName: string | undefined;
3023
+
3024
+ meshName: string | undefined;
3025
+
3026
+ virtualRouterName: string | undefined;
3027
+
3028
+ spec: RouteSpec | undefined;
3029
+
3030
+ clientToken?: string;
3031
+
3032
+ meshOwner?: string;
3033
+ }
3034
+ export declare namespace UpdateRouteInput {
3035
+
3036
+ const filterSensitiveLog: (obj: UpdateRouteInput) => any;
3037
+ }
3038
+
3039
+ export interface UpdateRouteOutput {
3040
+
3041
+ route: RouteData | undefined;
3042
+ }
3043
+ export declare namespace UpdateRouteOutput {
3044
+
3045
+ const filterSensitiveLog: (obj: UpdateRouteOutput) => any;
3046
+ }
3047
+
3048
+ export interface UpdateVirtualRouterInput {
3049
+
3050
+ virtualRouterName: string | undefined;
3051
+
3052
+ meshName: string | undefined;
3053
+
3054
+ spec: VirtualRouterSpec | undefined;
3055
+
3056
+ clientToken?: string;
3057
+
3058
+ meshOwner?: string;
3059
+ }
3060
+ export declare namespace UpdateVirtualRouterInput {
3061
+
3062
+ const filterSensitiveLog: (obj: UpdateVirtualRouterInput) => any;
3063
+ }
3064
+
3065
+ export interface UpdateVirtualRouterOutput {
3066
+
3067
+ virtualRouter: VirtualRouterData | undefined;
3068
+ }
3069
+ export declare namespace UpdateVirtualRouterOutput {
3070
+
3071
+ const filterSensitiveLog: (obj: UpdateVirtualRouterOutput) => any;
3072
+ }
3073
+
3074
+ export interface VirtualNodeServiceProvider {
3075
+
3076
+ virtualNodeName: string | undefined;
3077
+ }
3078
+ export declare namespace VirtualNodeServiceProvider {
3079
+
3080
+ const filterSensitiveLog: (obj: VirtualNodeServiceProvider) => any;
3081
+ }
3082
+
3083
+ export interface VirtualRouterServiceProvider {
3084
+
3085
+ virtualRouterName: string | undefined;
3086
+ }
3087
+ export declare namespace VirtualRouterServiceProvider {
3088
+
3089
+ const filterSensitiveLog: (obj: VirtualRouterServiceProvider) => any;
3090
+ }
3091
+
3092
+ export declare type VirtualServiceProvider = VirtualServiceProvider.VirtualNodeMember | VirtualServiceProvider.VirtualRouterMember | VirtualServiceProvider.$UnknownMember;
3093
+ export declare namespace VirtualServiceProvider {
3094
+
3095
+ interface VirtualNodeMember {
3096
+ virtualNode: VirtualNodeServiceProvider;
3097
+ virtualRouter?: never;
3098
+ $unknown?: never;
3099
+ }
3100
+
3101
+ interface VirtualRouterMember {
3102
+ virtualNode?: never;
3103
+ virtualRouter: VirtualRouterServiceProvider;
3104
+ $unknown?: never;
3105
+ }
3106
+ interface $UnknownMember {
3107
+ virtualNode?: never;
3108
+ virtualRouter?: never;
3109
+ $unknown: [
3110
+ string,
3111
+ any
3112
+ ];
3113
+ }
3114
+ interface Visitor<T> {
3115
+ virtualNode: (value: VirtualNodeServiceProvider) => T;
3116
+ virtualRouter: (value: VirtualRouterServiceProvider) => T;
3117
+ _: (name: string, value: any) => T;
3118
+ }
3119
+ const visit: <T>(value: VirtualServiceProvider, visitor: Visitor<T>) => T;
3120
+
3121
+ const filterSensitiveLog: (obj: VirtualServiceProvider) => any;
3122
+ }
3123
+
3124
+ export interface VirtualServiceSpec {
3125
+
3126
+ provider?: VirtualServiceProvider;
3127
+ }
3128
+ export declare namespace VirtualServiceSpec {
3129
+
3130
+ const filterSensitiveLog: (obj: VirtualServiceSpec) => any;
3131
+ }
3132
+
3133
+ export interface CreateVirtualServiceInput {
3134
+
3135
+ virtualServiceName: string | undefined;
3136
+
3137
+ meshName: string | undefined;
3138
+
3139
+ spec: VirtualServiceSpec | undefined;
3140
+
3141
+ tags?: TagRef[];
3142
+
3143
+ clientToken?: string;
3144
+
3145
+ meshOwner?: string;
3146
+ }
3147
+ export declare namespace CreateVirtualServiceInput {
3148
+
3149
+ const filterSensitiveLog: (obj: CreateVirtualServiceInput) => any;
3150
+ }
3151
+ export declare enum VirtualServiceStatusCode {
3152
+ ACTIVE = "ACTIVE",
3153
+ DELETED = "DELETED",
3154
+ INACTIVE = "INACTIVE"
3155
+ }
3156
+
3157
+ export interface VirtualServiceStatus {
3158
+
3159
+ status: VirtualServiceStatusCode | string | undefined;
3160
+ }
3161
+ export declare namespace VirtualServiceStatus {
3162
+
3163
+ const filterSensitiveLog: (obj: VirtualServiceStatus) => any;
3164
+ }
3165
+
3166
+ export interface VirtualServiceData {
3167
+
3168
+ meshName: string | undefined;
3169
+
3170
+ virtualServiceName: string | undefined;
3171
+
3172
+ spec: VirtualServiceSpec | undefined;
3173
+
3174
+ metadata: ResourceMetadata | undefined;
3175
+
3176
+ status: VirtualServiceStatus | undefined;
3177
+ }
3178
+ export declare namespace VirtualServiceData {
3179
+
3180
+ const filterSensitiveLog: (obj: VirtualServiceData) => any;
3181
+ }
3182
+
3183
+ export interface CreateVirtualServiceOutput {
3184
+
3185
+ virtualService: VirtualServiceData | undefined;
3186
+ }
3187
+ export declare namespace CreateVirtualServiceOutput {
3188
+
3189
+ const filterSensitiveLog: (obj: CreateVirtualServiceOutput) => any;
3190
+ }
3191
+
3192
+ export interface DeleteVirtualServiceInput {
3193
+
3194
+ virtualServiceName: string | undefined;
3195
+
3196
+ meshName: string | undefined;
3197
+
3198
+ meshOwner?: string;
3199
+ }
3200
+ export declare namespace DeleteVirtualServiceInput {
3201
+
3202
+ const filterSensitiveLog: (obj: DeleteVirtualServiceInput) => any;
3203
+ }
3204
+
3205
+ export interface DeleteVirtualServiceOutput {
3206
+
3207
+ virtualService: VirtualServiceData | undefined;
3208
+ }
3209
+ export declare namespace DeleteVirtualServiceOutput {
3210
+
3211
+ const filterSensitiveLog: (obj: DeleteVirtualServiceOutput) => any;
3212
+ }
3213
+
3214
+ export interface DescribeVirtualServiceInput {
3215
+
3216
+ virtualServiceName: string | undefined;
3217
+
3218
+ meshName: string | undefined;
3219
+
3220
+ meshOwner?: string;
3221
+ }
3222
+ export declare namespace DescribeVirtualServiceInput {
3223
+
3224
+ const filterSensitiveLog: (obj: DescribeVirtualServiceInput) => any;
3225
+ }
3226
+
3227
+ export interface DescribeVirtualServiceOutput {
3228
+
3229
+ virtualService: VirtualServiceData | undefined;
3230
+ }
3231
+ export declare namespace DescribeVirtualServiceOutput {
3232
+
3233
+ const filterSensitiveLog: (obj: DescribeVirtualServiceOutput) => any;
3234
+ }
3235
+
3236
+ export interface ListVirtualServicesInput {
3237
+
3238
+ meshName: string | undefined;
3239
+
3240
+ nextToken?: string;
3241
+
3242
+ limit?: number;
3243
+
3244
+ meshOwner?: string;
3245
+ }
3246
+ export declare namespace ListVirtualServicesInput {
3247
+
3248
+ const filterSensitiveLog: (obj: ListVirtualServicesInput) => any;
3249
+ }
3250
+
3251
+ export interface VirtualServiceRef {
3252
+
3253
+ meshName: string | undefined;
3254
+
3255
+ virtualServiceName: string | undefined;
3256
+
3257
+ meshOwner: string | undefined;
3258
+
3259
+ resourceOwner: string | undefined;
3260
+
3261
+ arn: string | undefined;
3262
+
3263
+ version: number | undefined;
3264
+
3265
+ createdAt: Date | undefined;
3266
+
3267
+ lastUpdatedAt: Date | undefined;
3268
+ }
3269
+ export declare namespace VirtualServiceRef {
3270
+
3271
+ const filterSensitiveLog: (obj: VirtualServiceRef) => any;
3272
+ }
3273
+
3274
+ export interface ListVirtualServicesOutput {
3275
+
3276
+ virtualServices: VirtualServiceRef[] | undefined;
3277
+
3278
+ nextToken?: string;
3279
+ }
3280
+ export declare namespace ListVirtualServicesOutput {
3281
+
3282
+ const filterSensitiveLog: (obj: ListVirtualServicesOutput) => any;
3283
+ }
3284
+
3285
+ export interface UpdateVirtualServiceInput {
3286
+
3287
+ virtualServiceName: string | undefined;
3288
+
3289
+ meshName: string | undefined;
3290
+
3291
+ spec: VirtualServiceSpec | undefined;
3292
+
3293
+ clientToken?: string;
3294
+
3295
+ meshOwner?: string;
3296
+ }
3297
+ export declare namespace UpdateVirtualServiceInput {
3298
+
3299
+ const filterSensitiveLog: (obj: UpdateVirtualServiceInput) => any;
3300
+ }
3301
+
3302
+ export interface UpdateVirtualServiceOutput {
3303
+
3304
+ virtualService: VirtualServiceData | undefined;
3305
+ }
3306
+ export declare namespace UpdateVirtualServiceOutput {
3307
+
3308
+ const filterSensitiveLog: (obj: UpdateVirtualServiceOutput) => any;
3309
+ }
3310
+
3311
+ export interface TagResourceInput {
3312
+
3313
+ resourceArn: string | undefined;
3314
+
3315
+ tags: TagRef[] | undefined;
3316
+ }
3317
+ export declare namespace TagResourceInput {
3318
+
3319
+ const filterSensitiveLog: (obj: TagResourceInput) => any;
3320
+ }
3321
+
3322
+ export interface TagResourceOutput {
3323
+ }
3324
+ export declare namespace TagResourceOutput {
3325
+
3326
+ const filterSensitiveLog: (obj: TagResourceOutput) => any;
3327
+ }
3328
+
3329
+ export declare class TooManyTagsException extends __BaseException {
3330
+ readonly name: "TooManyTagsException";
3331
+ readonly $fault: "client";
3332
+
3333
+ constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
3334
+ }
3335
+
3336
+ export interface UntagResourceInput {
3337
+
3338
+ resourceArn: string | undefined;
3339
+
3340
+ tagKeys: string[] | undefined;
3341
+ }
3342
+ export declare namespace UntagResourceInput {
3343
+
3344
+ const filterSensitiveLog: (obj: UntagResourceInput) => any;
3345
+ }
3346
+
3347
+ export interface UntagResourceOutput {
3348
+ }
3349
+ export declare namespace UntagResourceOutput {
3350
+
3351
+ const filterSensitiveLog: (obj: UntagResourceOutput) => any;
3352
+ }