@aws-sdk/client-app-mesh 3.128.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/commands/CreateGatewayRouteCommand.js +2 -2
- package/dist-cjs/commands/CreateMeshCommand.js +2 -2
- package/dist-cjs/commands/CreateRouteCommand.js +2 -2
- package/dist-cjs/commands/CreateVirtualGatewayCommand.js +2 -2
- package/dist-cjs/commands/CreateVirtualNodeCommand.js +2 -2
- package/dist-cjs/commands/CreateVirtualRouterCommand.js +2 -2
- package/dist-cjs/commands/CreateVirtualServiceCommand.js +2 -2
- package/dist-cjs/commands/DeleteGatewayRouteCommand.js +2 -2
- package/dist-cjs/commands/DeleteMeshCommand.js +2 -2
- package/dist-cjs/commands/DeleteRouteCommand.js +2 -2
- package/dist-cjs/commands/DeleteVirtualGatewayCommand.js +2 -2
- package/dist-cjs/commands/DeleteVirtualNodeCommand.js +2 -2
- package/dist-cjs/commands/DeleteVirtualRouterCommand.js +2 -2
- package/dist-cjs/commands/DeleteVirtualServiceCommand.js +2 -2
- package/dist-cjs/commands/DescribeGatewayRouteCommand.js +2 -2
- package/dist-cjs/commands/DescribeMeshCommand.js +2 -2
- package/dist-cjs/commands/DescribeRouteCommand.js +2 -2
- package/dist-cjs/commands/DescribeVirtualGatewayCommand.js +2 -2
- package/dist-cjs/commands/DescribeVirtualNodeCommand.js +2 -2
- package/dist-cjs/commands/DescribeVirtualRouterCommand.js +2 -2
- package/dist-cjs/commands/DescribeVirtualServiceCommand.js +2 -2
- package/dist-cjs/commands/ListGatewayRoutesCommand.js +2 -2
- package/dist-cjs/commands/ListMeshesCommand.js +2 -2
- package/dist-cjs/commands/ListRoutesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListVirtualGatewaysCommand.js +2 -2
- package/dist-cjs/commands/ListVirtualNodesCommand.js +2 -2
- package/dist-cjs/commands/ListVirtualRoutersCommand.js +2 -2
- package/dist-cjs/commands/ListVirtualServicesCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateGatewayRouteCommand.js +2 -2
- package/dist-cjs/commands/UpdateMeshCommand.js +2 -2
- package/dist-cjs/commands/UpdateRouteCommand.js +2 -2
- package/dist-cjs/commands/UpdateVirtualGatewayCommand.js +2 -2
- package/dist-cjs/commands/UpdateVirtualNodeCommand.js +2 -2
- package/dist-cjs/commands/UpdateVirtualRouterCommand.js +2 -2
- package/dist-cjs/commands/UpdateVirtualServiceCommand.js +2 -2
- package/dist-cjs/models/models_0.js +1053 -1429
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/CreateGatewayRouteCommand.js +3 -3
- package/dist-es/commands/CreateMeshCommand.js +3 -3
- package/dist-es/commands/CreateRouteCommand.js +3 -3
- package/dist-es/commands/CreateVirtualGatewayCommand.js +3 -3
- package/dist-es/commands/CreateVirtualNodeCommand.js +3 -3
- package/dist-es/commands/CreateVirtualRouterCommand.js +3 -3
- package/dist-es/commands/CreateVirtualServiceCommand.js +3 -3
- package/dist-es/commands/DeleteGatewayRouteCommand.js +3 -3
- package/dist-es/commands/DeleteMeshCommand.js +3 -3
- package/dist-es/commands/DeleteRouteCommand.js +3 -3
- package/dist-es/commands/DeleteVirtualGatewayCommand.js +3 -3
- package/dist-es/commands/DeleteVirtualNodeCommand.js +3 -3
- package/dist-es/commands/DeleteVirtualRouterCommand.js +3 -3
- package/dist-es/commands/DeleteVirtualServiceCommand.js +3 -3
- package/dist-es/commands/DescribeGatewayRouteCommand.js +3 -3
- package/dist-es/commands/DescribeMeshCommand.js +3 -3
- package/dist-es/commands/DescribeRouteCommand.js +3 -3
- package/dist-es/commands/DescribeVirtualGatewayCommand.js +3 -3
- package/dist-es/commands/DescribeVirtualNodeCommand.js +3 -3
- package/dist-es/commands/DescribeVirtualRouterCommand.js +3 -3
- package/dist-es/commands/DescribeVirtualServiceCommand.js +3 -3
- package/dist-es/commands/ListGatewayRoutesCommand.js +3 -3
- package/dist-es/commands/ListMeshesCommand.js +3 -3
- package/dist-es/commands/ListRoutesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListVirtualGatewaysCommand.js +3 -3
- package/dist-es/commands/ListVirtualNodesCommand.js +3 -3
- package/dist-es/commands/ListVirtualRoutersCommand.js +3 -3
- package/dist-es/commands/ListVirtualServicesCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateGatewayRouteCommand.js +3 -3
- package/dist-es/commands/UpdateMeshCommand.js +3 -3
- package/dist-es/commands/UpdateRouteCommand.js +3 -3
- package/dist-es/commands/UpdateVirtualGatewayCommand.js +3 -3
- package/dist-es/commands/UpdateVirtualNodeCommand.js +3 -3
- package/dist-es/commands/UpdateVirtualRouterCommand.js +3 -3
- package/dist-es/commands/UpdateVirtualServiceCommand.js +3 -3
- package/dist-es/models/models_0.js +397 -989
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +860 -1252
- package/dist-types/ts3.4/models/models_0.d.ts +430 -822
- package/package.json +9 -9
|
@@ -18,12 +18,6 @@ export interface FileAccessLog {
|
|
|
18
18
|
*/
|
|
19
19
|
path: string | undefined;
|
|
20
20
|
}
|
|
21
|
-
export declare namespace FileAccessLog {
|
|
22
|
-
/**
|
|
23
|
-
* @internal
|
|
24
|
-
*/
|
|
25
|
-
const filterSensitiveLog: (obj: FileAccessLog) => any;
|
|
26
|
-
}
|
|
27
21
|
/**
|
|
28
22
|
* <p>An object that represents the access logging information for a virtual node.</p>
|
|
29
23
|
*/
|
|
@@ -45,10 +39,6 @@ export declare namespace AccessLog {
|
|
|
45
39
|
_: (name: string, value: any) => T;
|
|
46
40
|
}
|
|
47
41
|
const visit: <T>(value: AccessLog, visitor: Visitor<T>) => T;
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
|
-
const filterSensitiveLog: (obj: AccessLog) => any;
|
|
52
42
|
}
|
|
53
43
|
/**
|
|
54
44
|
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
@@ -112,12 +102,6 @@ export interface ListTagsForResourceInput {
|
|
|
112
102
|
*/
|
|
113
103
|
limit?: number;
|
|
114
104
|
}
|
|
115
|
-
export declare namespace ListTagsForResourceInput {
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
|
-
const filterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
120
|
-
}
|
|
121
105
|
/**
|
|
122
106
|
* <p>Optional metadata that you apply to a resource to assist with categorization and
|
|
123
107
|
* organization. Each tag consists of a key and an optional value, both of which you define.
|
|
@@ -136,12 +120,6 @@ export interface TagRef {
|
|
|
136
120
|
*/
|
|
137
121
|
value: string | undefined;
|
|
138
122
|
}
|
|
139
|
-
export declare namespace TagRef {
|
|
140
|
-
/**
|
|
141
|
-
* @internal
|
|
142
|
-
*/
|
|
143
|
-
const filterSensitiveLog: (obj: TagRef) => any;
|
|
144
|
-
}
|
|
145
123
|
/**
|
|
146
124
|
*
|
|
147
125
|
*/
|
|
@@ -158,12 +136,6 @@ export interface ListTagsForResourceOutput {
|
|
|
158
136
|
*/
|
|
159
137
|
nextToken?: string;
|
|
160
138
|
}
|
|
161
|
-
export declare namespace ListTagsForResourceOutput {
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
const filterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
166
|
-
}
|
|
167
139
|
/**
|
|
168
140
|
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
169
141
|
*/
|
|
@@ -232,12 +204,6 @@ export interface EgressFilter {
|
|
|
232
204
|
*/
|
|
233
205
|
type: EgressFilterType | string | undefined;
|
|
234
206
|
}
|
|
235
|
-
export declare namespace EgressFilter {
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
|
-
const filterSensitiveLog: (obj: EgressFilter) => any;
|
|
240
|
-
}
|
|
241
207
|
export declare enum IpPreference {
|
|
242
208
|
IPv4_ONLY = "IPv4_ONLY",
|
|
243
209
|
IPv4_PREFERRED = "IPv4_PREFERRED",
|
|
@@ -253,12 +219,6 @@ export interface MeshServiceDiscovery {
|
|
|
253
219
|
*/
|
|
254
220
|
ipPreference?: IpPreference | string;
|
|
255
221
|
}
|
|
256
|
-
export declare namespace MeshServiceDiscovery {
|
|
257
|
-
/**
|
|
258
|
-
* @internal
|
|
259
|
-
*/
|
|
260
|
-
const filterSensitiveLog: (obj: MeshServiceDiscovery) => any;
|
|
261
|
-
}
|
|
262
222
|
/**
|
|
263
223
|
* <p>An object that represents the specification of a service mesh.</p>
|
|
264
224
|
*/
|
|
@@ -272,12 +232,6 @@ export interface MeshSpec {
|
|
|
272
232
|
*/
|
|
273
233
|
serviceDiscovery?: MeshServiceDiscovery;
|
|
274
234
|
}
|
|
275
|
-
export declare namespace MeshSpec {
|
|
276
|
-
/**
|
|
277
|
-
* @internal
|
|
278
|
-
*/
|
|
279
|
-
const filterSensitiveLog: (obj: MeshSpec) => any;
|
|
280
|
-
}
|
|
281
235
|
/**
|
|
282
236
|
*
|
|
283
237
|
*/
|
|
@@ -303,12 +257,6 @@ export interface CreateMeshInput {
|
|
|
303
257
|
*/
|
|
304
258
|
clientToken?: string;
|
|
305
259
|
}
|
|
306
|
-
export declare namespace CreateMeshInput {
|
|
307
|
-
/**
|
|
308
|
-
* @internal
|
|
309
|
-
*/
|
|
310
|
-
const filterSensitiveLog: (obj: CreateMeshInput) => any;
|
|
311
|
-
}
|
|
312
260
|
/**
|
|
313
261
|
* <p>An object that represents metadata for a resource.</p>
|
|
314
262
|
*/
|
|
@@ -344,12 +292,6 @@ export interface ResourceMetadata {
|
|
|
344
292
|
*/
|
|
345
293
|
resourceOwner: string | undefined;
|
|
346
294
|
}
|
|
347
|
-
export declare namespace ResourceMetadata {
|
|
348
|
-
/**
|
|
349
|
-
* @internal
|
|
350
|
-
*/
|
|
351
|
-
const filterSensitiveLog: (obj: ResourceMetadata) => any;
|
|
352
|
-
}
|
|
353
295
|
export declare enum MeshStatusCode {
|
|
354
296
|
ACTIVE = "ACTIVE",
|
|
355
297
|
DELETED = "DELETED",
|
|
@@ -364,12 +306,6 @@ export interface MeshStatus {
|
|
|
364
306
|
*/
|
|
365
307
|
status?: MeshStatusCode | string;
|
|
366
308
|
}
|
|
367
|
-
export declare namespace MeshStatus {
|
|
368
|
-
/**
|
|
369
|
-
* @internal
|
|
370
|
-
*/
|
|
371
|
-
const filterSensitiveLog: (obj: MeshStatus) => any;
|
|
372
|
-
}
|
|
373
309
|
/**
|
|
374
310
|
* <p>An object that represents a service mesh returned by a describe operation.</p>
|
|
375
311
|
*/
|
|
@@ -391,12 +327,6 @@ export interface MeshData {
|
|
|
391
327
|
*/
|
|
392
328
|
status: MeshStatus | undefined;
|
|
393
329
|
}
|
|
394
|
-
export declare namespace MeshData {
|
|
395
|
-
/**
|
|
396
|
-
* @internal
|
|
397
|
-
*/
|
|
398
|
-
const filterSensitiveLog: (obj: MeshData) => any;
|
|
399
|
-
}
|
|
400
330
|
/**
|
|
401
331
|
*
|
|
402
332
|
*/
|
|
@@ -406,12 +336,6 @@ export interface CreateMeshOutput {
|
|
|
406
336
|
*/
|
|
407
337
|
mesh: MeshData | undefined;
|
|
408
338
|
}
|
|
409
|
-
export declare namespace CreateMeshOutput {
|
|
410
|
-
/**
|
|
411
|
-
* @internal
|
|
412
|
-
*/
|
|
413
|
-
const filterSensitiveLog: (obj: CreateMeshOutput) => any;
|
|
414
|
-
}
|
|
415
339
|
/**
|
|
416
340
|
* <p>You have exceeded a service limit for your account. For more information, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/service-quotas.html">Service
|
|
417
341
|
* Limits</a> in the <i>App Mesh User Guide</i>.</p>
|
|
@@ -433,12 +357,6 @@ export interface DeleteMeshInput {
|
|
|
433
357
|
*/
|
|
434
358
|
meshName: string | undefined;
|
|
435
359
|
}
|
|
436
|
-
export declare namespace DeleteMeshInput {
|
|
437
|
-
/**
|
|
438
|
-
* @internal
|
|
439
|
-
*/
|
|
440
|
-
const filterSensitiveLog: (obj: DeleteMeshInput) => any;
|
|
441
|
-
}
|
|
442
360
|
/**
|
|
443
361
|
*
|
|
444
362
|
*/
|
|
@@ -448,12 +366,6 @@ export interface DeleteMeshOutput {
|
|
|
448
366
|
*/
|
|
449
367
|
mesh: MeshData | undefined;
|
|
450
368
|
}
|
|
451
|
-
export declare namespace DeleteMeshOutput {
|
|
452
|
-
/**
|
|
453
|
-
* @internal
|
|
454
|
-
*/
|
|
455
|
-
const filterSensitiveLog: (obj: DeleteMeshOutput) => any;
|
|
456
|
-
}
|
|
457
369
|
/**
|
|
458
370
|
* <p>You can't delete the specified resource because it's in use or required by another
|
|
459
371
|
* resource.</p>
|
|
@@ -480,12 +392,6 @@ export interface DescribeMeshInput {
|
|
|
480
392
|
*/
|
|
481
393
|
meshOwner?: string;
|
|
482
394
|
}
|
|
483
|
-
export declare namespace DescribeMeshInput {
|
|
484
|
-
/**
|
|
485
|
-
* @internal
|
|
486
|
-
*/
|
|
487
|
-
const filterSensitiveLog: (obj: DescribeMeshInput) => any;
|
|
488
|
-
}
|
|
489
395
|
/**
|
|
490
396
|
*
|
|
491
397
|
*/
|
|
@@ -495,12 +401,6 @@ export interface DescribeMeshOutput {
|
|
|
495
401
|
*/
|
|
496
402
|
mesh: MeshData | undefined;
|
|
497
403
|
}
|
|
498
|
-
export declare namespace DescribeMeshOutput {
|
|
499
|
-
/**
|
|
500
|
-
* @internal
|
|
501
|
-
*/
|
|
502
|
-
const filterSensitiveLog: (obj: DescribeMeshOutput) => any;
|
|
503
|
-
}
|
|
504
404
|
/**
|
|
505
405
|
*
|
|
506
406
|
*/
|
|
@@ -528,12 +428,6 @@ export interface ListMeshesInput {
|
|
|
528
428
|
*/
|
|
529
429
|
limit?: number;
|
|
530
430
|
}
|
|
531
|
-
export declare namespace ListMeshesInput {
|
|
532
|
-
/**
|
|
533
|
-
* @internal
|
|
534
|
-
*/
|
|
535
|
-
const filterSensitiveLog: (obj: ListMeshesInput) => any;
|
|
536
|
-
}
|
|
537
431
|
/**
|
|
538
432
|
* <p>An object that represents a service mesh returned by a list operation.</p>
|
|
539
433
|
*/
|
|
@@ -569,12 +463,6 @@ export interface MeshRef {
|
|
|
569
463
|
*/
|
|
570
464
|
lastUpdatedAt: Date | undefined;
|
|
571
465
|
}
|
|
572
|
-
export declare namespace MeshRef {
|
|
573
|
-
/**
|
|
574
|
-
* @internal
|
|
575
|
-
*/
|
|
576
|
-
const filterSensitiveLog: (obj: MeshRef) => any;
|
|
577
|
-
}
|
|
578
466
|
/**
|
|
579
467
|
*
|
|
580
468
|
*/
|
|
@@ -591,12 +479,6 @@ export interface ListMeshesOutput {
|
|
|
591
479
|
*/
|
|
592
480
|
nextToken?: string;
|
|
593
481
|
}
|
|
594
|
-
export declare namespace ListMeshesOutput {
|
|
595
|
-
/**
|
|
596
|
-
* @internal
|
|
597
|
-
*/
|
|
598
|
-
const filterSensitiveLog: (obj: ListMeshesOutput) => any;
|
|
599
|
-
}
|
|
600
482
|
/**
|
|
601
483
|
*
|
|
602
484
|
*/
|
|
@@ -615,12 +497,6 @@ export interface UpdateMeshInput {
|
|
|
615
497
|
*/
|
|
616
498
|
clientToken?: string;
|
|
617
499
|
}
|
|
618
|
-
export declare namespace UpdateMeshInput {
|
|
619
|
-
/**
|
|
620
|
-
* @internal
|
|
621
|
-
*/
|
|
622
|
-
const filterSensitiveLog: (obj: UpdateMeshInput) => any;
|
|
623
|
-
}
|
|
624
500
|
/**
|
|
625
501
|
*
|
|
626
502
|
*/
|
|
@@ -630,12 +506,6 @@ export interface UpdateMeshOutput {
|
|
|
630
506
|
*/
|
|
631
507
|
mesh: MeshData | undefined;
|
|
632
508
|
}
|
|
633
|
-
export declare namespace UpdateMeshOutput {
|
|
634
|
-
/**
|
|
635
|
-
* @internal
|
|
636
|
-
*/
|
|
637
|
-
const filterSensitiveLog: (obj: UpdateMeshOutput) => any;
|
|
638
|
-
}
|
|
639
509
|
/**
|
|
640
510
|
* <p>An object that represents a local file certificate.
|
|
641
511
|
* The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/tls.html#virtual-node-tls-prerequisites">Transport Layer Security (TLS)</a>.</p>
|
|
@@ -651,12 +521,6 @@ export interface VirtualGatewayListenerTlsFileCertificate {
|
|
|
651
521
|
*/
|
|
652
522
|
privateKey: string | undefined;
|
|
653
523
|
}
|
|
654
|
-
export declare namespace VirtualGatewayListenerTlsFileCertificate {
|
|
655
|
-
/**
|
|
656
|
-
* @internal
|
|
657
|
-
*/
|
|
658
|
-
const filterSensitiveLog: (obj: VirtualGatewayListenerTlsFileCertificate) => any;
|
|
659
|
-
}
|
|
660
524
|
/**
|
|
661
525
|
* <p>An object that represents the virtual gateway's listener's Secret Discovery Service
|
|
662
526
|
* certificate.The proxy must be configured with a local SDS provider via a Unix Domain
|
|
@@ -671,12 +535,6 @@ export interface VirtualGatewayListenerTlsSdsCertificate {
|
|
|
671
535
|
*/
|
|
672
536
|
secretName: string | undefined;
|
|
673
537
|
}
|
|
674
|
-
export declare namespace VirtualGatewayListenerTlsSdsCertificate {
|
|
675
|
-
/**
|
|
676
|
-
* @internal
|
|
677
|
-
*/
|
|
678
|
-
const filterSensitiveLog: (obj: VirtualGatewayListenerTlsSdsCertificate) => any;
|
|
679
|
-
}
|
|
680
538
|
/**
|
|
681
539
|
* <p>An object that represents the virtual gateway's client's Transport Layer Security (TLS) certificate.</p>
|
|
682
540
|
*/
|
|
@@ -713,10 +571,6 @@ export declare namespace VirtualGatewayClientTlsCertificate {
|
|
|
713
571
|
_: (name: string, value: any) => T;
|
|
714
572
|
}
|
|
715
573
|
const visit: <T>(value: VirtualGatewayClientTlsCertificate, visitor: Visitor<T>) => T;
|
|
716
|
-
/**
|
|
717
|
-
* @internal
|
|
718
|
-
*/
|
|
719
|
-
const filterSensitiveLog: (obj: VirtualGatewayClientTlsCertificate) => any;
|
|
720
574
|
}
|
|
721
575
|
/**
|
|
722
576
|
* <p>An object that represents the methods by which a subject alternative name on a peer
|
|
@@ -728,12 +582,6 @@ export interface SubjectAlternativeNameMatchers {
|
|
|
728
582
|
*/
|
|
729
583
|
exact: string[] | undefined;
|
|
730
584
|
}
|
|
731
|
-
export declare namespace SubjectAlternativeNameMatchers {
|
|
732
|
-
/**
|
|
733
|
-
* @internal
|
|
734
|
-
*/
|
|
735
|
-
const filterSensitiveLog: (obj: SubjectAlternativeNameMatchers) => any;
|
|
736
|
-
}
|
|
737
585
|
/**
|
|
738
586
|
* <p>An object that represents the subject alternative names secured by the
|
|
739
587
|
* certificate.</p>
|
|
@@ -744,12 +592,6 @@ export interface SubjectAlternativeNames {
|
|
|
744
592
|
*/
|
|
745
593
|
match: SubjectAlternativeNameMatchers | undefined;
|
|
746
594
|
}
|
|
747
|
-
export declare namespace SubjectAlternativeNames {
|
|
748
|
-
/**
|
|
749
|
-
* @internal
|
|
750
|
-
*/
|
|
751
|
-
const filterSensitiveLog: (obj: SubjectAlternativeNames) => any;
|
|
752
|
-
}
|
|
753
595
|
/**
|
|
754
596
|
* <p>An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager
|
|
755
597
|
* certificate.</p>
|
|
@@ -760,12 +602,6 @@ export interface VirtualGatewayTlsValidationContextAcmTrust {
|
|
|
760
602
|
*/
|
|
761
603
|
certificateAuthorityArns: string[] | undefined;
|
|
762
604
|
}
|
|
763
|
-
export declare namespace VirtualGatewayTlsValidationContextAcmTrust {
|
|
764
|
-
/**
|
|
765
|
-
* @internal
|
|
766
|
-
*/
|
|
767
|
-
const filterSensitiveLog: (obj: VirtualGatewayTlsValidationContextAcmTrust) => any;
|
|
768
|
-
}
|
|
769
605
|
/**
|
|
770
606
|
* <p>An object that represents a Transport Layer Security (TLS) validation context trust for a local file.</p>
|
|
771
607
|
*/
|
|
@@ -776,12 +612,6 @@ export interface VirtualGatewayTlsValidationContextFileTrust {
|
|
|
776
612
|
*/
|
|
777
613
|
certificateChain: string | undefined;
|
|
778
614
|
}
|
|
779
|
-
export declare namespace VirtualGatewayTlsValidationContextFileTrust {
|
|
780
|
-
/**
|
|
781
|
-
* @internal
|
|
782
|
-
*/
|
|
783
|
-
const filterSensitiveLog: (obj: VirtualGatewayTlsValidationContextFileTrust) => any;
|
|
784
|
-
}
|
|
785
615
|
/**
|
|
786
616
|
* <p>An object that represents a virtual gateway's listener's Transport Layer Security (TLS) Secret Discovery Service
|
|
787
617
|
* validation context trust. The proxy must be configured with a local SDS provider via a Unix
|
|
@@ -796,12 +626,6 @@ export interface VirtualGatewayTlsValidationContextSdsTrust {
|
|
|
796
626
|
*/
|
|
797
627
|
secretName: string | undefined;
|
|
798
628
|
}
|
|
799
|
-
export declare namespace VirtualGatewayTlsValidationContextSdsTrust {
|
|
800
|
-
/**
|
|
801
|
-
* @internal
|
|
802
|
-
*/
|
|
803
|
-
const filterSensitiveLog: (obj: VirtualGatewayTlsValidationContextSdsTrust) => any;
|
|
804
|
-
}
|
|
805
629
|
/**
|
|
806
630
|
* <p>An object that represents a Transport Layer Security (TLS) validation context trust.</p>
|
|
807
631
|
*/
|
|
@@ -848,10 +672,6 @@ export declare namespace VirtualGatewayTlsValidationContextTrust {
|
|
|
848
672
|
_: (name: string, value: any) => T;
|
|
849
673
|
}
|
|
850
674
|
const visit: <T>(value: VirtualGatewayTlsValidationContextTrust, visitor: Visitor<T>) => T;
|
|
851
|
-
/**
|
|
852
|
-
* @internal
|
|
853
|
-
*/
|
|
854
|
-
const filterSensitiveLog: (obj: VirtualGatewayTlsValidationContextTrust) => any;
|
|
855
675
|
}
|
|
856
676
|
/**
|
|
857
677
|
* <p>An object that represents a Transport Layer Security (TLS) validation context.</p>
|
|
@@ -868,12 +688,6 @@ export interface VirtualGatewayTlsValidationContext {
|
|
|
868
688
|
*/
|
|
869
689
|
subjectAlternativeNames?: SubjectAlternativeNames;
|
|
870
690
|
}
|
|
871
|
-
export declare namespace VirtualGatewayTlsValidationContext {
|
|
872
|
-
/**
|
|
873
|
-
* @internal
|
|
874
|
-
*/
|
|
875
|
-
const filterSensitiveLog: (obj: VirtualGatewayTlsValidationContext) => any;
|
|
876
|
-
}
|
|
877
691
|
/**
|
|
878
692
|
* <p>An object that represents a Transport Layer Security (TLS) client policy.</p>
|
|
879
693
|
*/
|
|
@@ -897,12 +711,6 @@ export interface VirtualGatewayClientPolicyTls {
|
|
|
897
711
|
*/
|
|
898
712
|
validation: VirtualGatewayTlsValidationContext | undefined;
|
|
899
713
|
}
|
|
900
|
-
export declare namespace VirtualGatewayClientPolicyTls {
|
|
901
|
-
/**
|
|
902
|
-
* @internal
|
|
903
|
-
*/
|
|
904
|
-
const filterSensitiveLog: (obj: VirtualGatewayClientPolicyTls) => any;
|
|
905
|
-
}
|
|
906
714
|
/**
|
|
907
715
|
* <p>An object that represents a client policy.</p>
|
|
908
716
|
*/
|
|
@@ -912,12 +720,6 @@ export interface VirtualGatewayClientPolicy {
|
|
|
912
720
|
*/
|
|
913
721
|
tls?: VirtualGatewayClientPolicyTls;
|
|
914
722
|
}
|
|
915
|
-
export declare namespace VirtualGatewayClientPolicy {
|
|
916
|
-
/**
|
|
917
|
-
* @internal
|
|
918
|
-
*/
|
|
919
|
-
const filterSensitiveLog: (obj: VirtualGatewayClientPolicy) => any;
|
|
920
|
-
}
|
|
921
723
|
/**
|
|
922
724
|
* <p>An object that represents the default properties for a backend.</p>
|
|
923
725
|
*/
|
|
@@ -927,12 +729,6 @@ export interface VirtualGatewayBackendDefaults {
|
|
|
927
729
|
*/
|
|
928
730
|
clientPolicy?: VirtualGatewayClientPolicy;
|
|
929
731
|
}
|
|
930
|
-
export declare namespace VirtualGatewayBackendDefaults {
|
|
931
|
-
/**
|
|
932
|
-
* @internal
|
|
933
|
-
*/
|
|
934
|
-
const filterSensitiveLog: (obj: VirtualGatewayBackendDefaults) => any;
|
|
935
|
-
}
|
|
936
732
|
/**
|
|
937
733
|
* <p>An object that represents a type of connection pool.</p>
|
|
938
734
|
*/
|
|
@@ -943,12 +739,6 @@ export interface VirtualGatewayGrpcConnectionPool {
|
|
|
943
739
|
*/
|
|
944
740
|
maxRequests: number | undefined;
|
|
945
741
|
}
|
|
946
|
-
export declare namespace VirtualGatewayGrpcConnectionPool {
|
|
947
|
-
/**
|
|
948
|
-
* @internal
|
|
949
|
-
*/
|
|
950
|
-
const filterSensitiveLog: (obj: VirtualGatewayGrpcConnectionPool) => any;
|
|
951
|
-
}
|
|
952
742
|
/**
|
|
953
743
|
* <p>An object that represents a type of connection pool.</p>
|
|
954
744
|
*/
|
|
@@ -964,12 +754,6 @@ export interface VirtualGatewayHttpConnectionPool {
|
|
|
964
754
|
*/
|
|
965
755
|
maxPendingRequests?: number;
|
|
966
756
|
}
|
|
967
|
-
export declare namespace VirtualGatewayHttpConnectionPool {
|
|
968
|
-
/**
|
|
969
|
-
* @internal
|
|
970
|
-
*/
|
|
971
|
-
const filterSensitiveLog: (obj: VirtualGatewayHttpConnectionPool) => any;
|
|
972
|
-
}
|
|
973
757
|
/**
|
|
974
758
|
* <p>An object that represents a type of connection pool.</p>
|
|
975
759
|
*/
|
|
@@ -980,12 +764,6 @@ export interface VirtualGatewayHttp2ConnectionPool {
|
|
|
980
764
|
*/
|
|
981
765
|
maxRequests: number | undefined;
|
|
982
766
|
}
|
|
983
|
-
export declare namespace VirtualGatewayHttp2ConnectionPool {
|
|
984
|
-
/**
|
|
985
|
-
* @internal
|
|
986
|
-
*/
|
|
987
|
-
const filterSensitiveLog: (obj: VirtualGatewayHttp2ConnectionPool) => any;
|
|
988
|
-
}
|
|
989
767
|
/**
|
|
990
768
|
* <p>An object that represents the type of virtual gateway connection pool.</p>
|
|
991
769
|
* <p>Only one protocol is used at a time and should be the same protocol as the one chosen
|
|
@@ -1035,10 +813,6 @@ export declare namespace VirtualGatewayConnectionPool {
|
|
|
1035
813
|
_: (name: string, value: any) => T;
|
|
1036
814
|
}
|
|
1037
815
|
const visit: <T>(value: VirtualGatewayConnectionPool, visitor: Visitor<T>) => T;
|
|
1038
|
-
/**
|
|
1039
|
-
* @internal
|
|
1040
|
-
*/
|
|
1041
|
-
const filterSensitiveLog: (obj: VirtualGatewayConnectionPool) => any;
|
|
1042
816
|
}
|
|
1043
817
|
export declare enum VirtualGatewayPortProtocol {
|
|
1044
818
|
GRPC = "grpc",
|
|
@@ -1086,12 +860,6 @@ export interface VirtualGatewayHealthCheckPolicy {
|
|
|
1086
860
|
*/
|
|
1087
861
|
unhealthyThreshold: number | undefined;
|
|
1088
862
|
}
|
|
1089
|
-
export declare namespace VirtualGatewayHealthCheckPolicy {
|
|
1090
|
-
/**
|
|
1091
|
-
* @internal
|
|
1092
|
-
*/
|
|
1093
|
-
const filterSensitiveLog: (obj: VirtualGatewayHealthCheckPolicy) => any;
|
|
1094
|
-
}
|
|
1095
863
|
/**
|
|
1096
864
|
* <p>An object that represents a port mapping.</p>
|
|
1097
865
|
*/
|
|
@@ -1105,12 +873,6 @@ export interface VirtualGatewayPortMapping {
|
|
|
1105
873
|
*/
|
|
1106
874
|
protocol: VirtualGatewayPortProtocol | string | undefined;
|
|
1107
875
|
}
|
|
1108
|
-
export declare namespace VirtualGatewayPortMapping {
|
|
1109
|
-
/**
|
|
1110
|
-
* @internal
|
|
1111
|
-
*/
|
|
1112
|
-
const filterSensitiveLog: (obj: VirtualGatewayPortMapping) => any;
|
|
1113
|
-
}
|
|
1114
876
|
/**
|
|
1115
877
|
* <p>An object that represents an Certificate Manager certificate.</p>
|
|
1116
878
|
*/
|
|
@@ -1120,12 +882,6 @@ export interface VirtualGatewayListenerTlsAcmCertificate {
|
|
|
1120
882
|
*/
|
|
1121
883
|
certificateArn: string | undefined;
|
|
1122
884
|
}
|
|
1123
|
-
export declare namespace VirtualGatewayListenerTlsAcmCertificate {
|
|
1124
|
-
/**
|
|
1125
|
-
* @internal
|
|
1126
|
-
*/
|
|
1127
|
-
const filterSensitiveLog: (obj: VirtualGatewayListenerTlsAcmCertificate) => any;
|
|
1128
|
-
}
|
|
1129
885
|
/**
|
|
1130
886
|
* <p>An object that represents a listener's Transport Layer Security (TLS) certificate.</p>
|
|
1131
887
|
*/
|
|
@@ -1172,10 +928,6 @@ export declare namespace VirtualGatewayListenerTlsCertificate {
|
|
|
1172
928
|
_: (name: string, value: any) => T;
|
|
1173
929
|
}
|
|
1174
930
|
const visit: <T>(value: VirtualGatewayListenerTlsCertificate, visitor: Visitor<T>) => T;
|
|
1175
|
-
/**
|
|
1176
|
-
* @internal
|
|
1177
|
-
*/
|
|
1178
|
-
const filterSensitiveLog: (obj: VirtualGatewayListenerTlsCertificate) => any;
|
|
1179
931
|
}
|
|
1180
932
|
export declare enum VirtualGatewayListenerTlsMode {
|
|
1181
933
|
DISABLED = "DISABLED",
|
|
@@ -1216,10 +968,6 @@ export declare namespace VirtualGatewayListenerTlsValidationContextTrust {
|
|
|
1216
968
|
_: (name: string, value: any) => T;
|
|
1217
969
|
}
|
|
1218
970
|
const visit: <T>(value: VirtualGatewayListenerTlsValidationContextTrust, visitor: Visitor<T>) => T;
|
|
1219
|
-
/**
|
|
1220
|
-
* @internal
|
|
1221
|
-
*/
|
|
1222
|
-
const filterSensitiveLog: (obj: VirtualGatewayListenerTlsValidationContextTrust) => any;
|
|
1223
971
|
}
|
|
1224
972
|
/**
|
|
1225
973
|
* <p>An object that represents a virtual gateway's listener's Transport Layer Security (TLS) validation
|
|
@@ -1237,12 +985,6 @@ export interface VirtualGatewayListenerTlsValidationContext {
|
|
|
1237
985
|
*/
|
|
1238
986
|
subjectAlternativeNames?: SubjectAlternativeNames;
|
|
1239
987
|
}
|
|
1240
|
-
export declare namespace VirtualGatewayListenerTlsValidationContext {
|
|
1241
|
-
/**
|
|
1242
|
-
* @internal
|
|
1243
|
-
*/
|
|
1244
|
-
const filterSensitiveLog: (obj: VirtualGatewayListenerTlsValidationContext) => any;
|
|
1245
|
-
}
|
|
1246
988
|
/**
|
|
1247
989
|
* <p>An object that represents the Transport Layer Security (TLS) properties for a listener.</p>
|
|
1248
990
|
*/
|
|
@@ -1278,12 +1020,6 @@ export interface VirtualGatewayListenerTls {
|
|
|
1278
1020
|
*/
|
|
1279
1021
|
certificate: VirtualGatewayListenerTlsCertificate | undefined;
|
|
1280
1022
|
}
|
|
1281
|
-
export declare namespace VirtualGatewayListenerTls {
|
|
1282
|
-
/**
|
|
1283
|
-
* @internal
|
|
1284
|
-
*/
|
|
1285
|
-
const filterSensitiveLog: (obj: VirtualGatewayListenerTls) => any;
|
|
1286
|
-
}
|
|
1287
1023
|
/**
|
|
1288
1024
|
* <p>An object that represents a listener for a virtual gateway.</p>
|
|
1289
1025
|
*/
|
|
@@ -1305,12 +1041,6 @@ export interface VirtualGatewayListener {
|
|
|
1305
1041
|
*/
|
|
1306
1042
|
connectionPool?: VirtualGatewayConnectionPool;
|
|
1307
1043
|
}
|
|
1308
|
-
export declare namespace VirtualGatewayListener {
|
|
1309
|
-
/**
|
|
1310
|
-
* @internal
|
|
1311
|
-
*/
|
|
1312
|
-
const filterSensitiveLog: (obj: VirtualGatewayListener) => any;
|
|
1313
|
-
}
|
|
1314
1044
|
/**
|
|
1315
1045
|
* <p>An object that represents an access log file.</p>
|
|
1316
1046
|
*/
|
|
@@ -1324,12 +1054,6 @@ export interface VirtualGatewayFileAccessLog {
|
|
|
1324
1054
|
*/
|
|
1325
1055
|
path: string | undefined;
|
|
1326
1056
|
}
|
|
1327
|
-
export declare namespace VirtualGatewayFileAccessLog {
|
|
1328
|
-
/**
|
|
1329
|
-
* @internal
|
|
1330
|
-
*/
|
|
1331
|
-
const filterSensitiveLog: (obj: VirtualGatewayFileAccessLog) => any;
|
|
1332
|
-
}
|
|
1333
1057
|
/**
|
|
1334
1058
|
* <p>The access log configuration for a virtual gateway.</p>
|
|
1335
1059
|
*/
|
|
@@ -1351,10 +1075,6 @@ export declare namespace VirtualGatewayAccessLog {
|
|
|
1351
1075
|
_: (name: string, value: any) => T;
|
|
1352
1076
|
}
|
|
1353
1077
|
const visit: <T>(value: VirtualGatewayAccessLog, visitor: Visitor<T>) => T;
|
|
1354
|
-
/**
|
|
1355
|
-
* @internal
|
|
1356
|
-
*/
|
|
1357
|
-
const filterSensitiveLog: (obj: VirtualGatewayAccessLog) => any;
|
|
1358
1078
|
}
|
|
1359
1079
|
/**
|
|
1360
1080
|
* <p>An object that represents logging information.</p>
|
|
@@ -1365,12 +1085,6 @@ export interface VirtualGatewayLogging {
|
|
|
1365
1085
|
*/
|
|
1366
1086
|
accessLog?: VirtualGatewayAccessLog;
|
|
1367
1087
|
}
|
|
1368
|
-
export declare namespace VirtualGatewayLogging {
|
|
1369
|
-
/**
|
|
1370
|
-
* @internal
|
|
1371
|
-
*/
|
|
1372
|
-
const filterSensitiveLog: (obj: VirtualGatewayLogging) => any;
|
|
1373
|
-
}
|
|
1374
1088
|
/**
|
|
1375
1089
|
* <p>An object that represents the specification of a service mesh resource.</p>
|
|
1376
1090
|
*/
|
|
@@ -1389,12 +1103,6 @@ export interface VirtualGatewaySpec {
|
|
|
1389
1103
|
*/
|
|
1390
1104
|
logging?: VirtualGatewayLogging;
|
|
1391
1105
|
}
|
|
1392
|
-
export declare namespace VirtualGatewaySpec {
|
|
1393
|
-
/**
|
|
1394
|
-
* @internal
|
|
1395
|
-
*/
|
|
1396
|
-
const filterSensitiveLog: (obj: VirtualGatewaySpec) => any;
|
|
1397
|
-
}
|
|
1398
1106
|
export interface CreateVirtualGatewayInput {
|
|
1399
1107
|
/**
|
|
1400
1108
|
* <p>The name to use for the virtual gateway.</p>
|
|
@@ -1427,12 +1135,6 @@ export interface CreateVirtualGatewayInput {
|
|
|
1427
1135
|
*/
|
|
1428
1136
|
meshOwner?: string;
|
|
1429
1137
|
}
|
|
1430
|
-
export declare namespace CreateVirtualGatewayInput {
|
|
1431
|
-
/**
|
|
1432
|
-
* @internal
|
|
1433
|
-
*/
|
|
1434
|
-
const filterSensitiveLog: (obj: CreateVirtualGatewayInput) => any;
|
|
1435
|
-
}
|
|
1436
1138
|
export declare enum VirtualGatewayStatusCode {
|
|
1437
1139
|
ACTIVE = "ACTIVE",
|
|
1438
1140
|
DELETED = "DELETED",
|
|
@@ -1447,12 +1149,6 @@ export interface VirtualGatewayStatus {
|
|
|
1447
1149
|
*/
|
|
1448
1150
|
status: VirtualGatewayStatusCode | string | undefined;
|
|
1449
1151
|
}
|
|
1450
|
-
export declare namespace VirtualGatewayStatus {
|
|
1451
|
-
/**
|
|
1452
|
-
* @internal
|
|
1453
|
-
*/
|
|
1454
|
-
const filterSensitiveLog: (obj: VirtualGatewayStatus) => any;
|
|
1455
|
-
}
|
|
1456
1152
|
/**
|
|
1457
1153
|
* <p>An object that represents a virtual gateway returned by a describe operation.</p>
|
|
1458
1154
|
*/
|
|
@@ -1478,24 +1174,12 @@ export interface VirtualGatewayData {
|
|
|
1478
1174
|
*/
|
|
1479
1175
|
status: VirtualGatewayStatus | undefined;
|
|
1480
1176
|
}
|
|
1481
|
-
export declare namespace VirtualGatewayData {
|
|
1482
|
-
/**
|
|
1483
|
-
* @internal
|
|
1484
|
-
*/
|
|
1485
|
-
const filterSensitiveLog: (obj: VirtualGatewayData) => any;
|
|
1486
|
-
}
|
|
1487
1177
|
export interface CreateVirtualGatewayOutput {
|
|
1488
1178
|
/**
|
|
1489
1179
|
* <p>The full description of your virtual gateway following the create call.</p>
|
|
1490
1180
|
*/
|
|
1491
1181
|
virtualGateway: VirtualGatewayData | undefined;
|
|
1492
1182
|
}
|
|
1493
|
-
export declare namespace CreateVirtualGatewayOutput {
|
|
1494
|
-
/**
|
|
1495
|
-
* @internal
|
|
1496
|
-
*/
|
|
1497
|
-
const filterSensitiveLog: (obj: CreateVirtualGatewayOutput) => any;
|
|
1498
|
-
}
|
|
1499
1183
|
export interface DeleteVirtualGatewayInput {
|
|
1500
1184
|
/**
|
|
1501
1185
|
* <p>The name of the virtual gateway to delete.</p>
|
|
@@ -1511,24 +1195,12 @@ export interface DeleteVirtualGatewayInput {
|
|
|
1511
1195
|
*/
|
|
1512
1196
|
meshOwner?: string;
|
|
1513
1197
|
}
|
|
1514
|
-
export declare namespace DeleteVirtualGatewayInput {
|
|
1515
|
-
/**
|
|
1516
|
-
* @internal
|
|
1517
|
-
*/
|
|
1518
|
-
const filterSensitiveLog: (obj: DeleteVirtualGatewayInput) => any;
|
|
1519
|
-
}
|
|
1520
1198
|
export interface DeleteVirtualGatewayOutput {
|
|
1521
1199
|
/**
|
|
1522
1200
|
* <p>The virtual gateway that was deleted.</p>
|
|
1523
1201
|
*/
|
|
1524
1202
|
virtualGateway: VirtualGatewayData | undefined;
|
|
1525
1203
|
}
|
|
1526
|
-
export declare namespace DeleteVirtualGatewayOutput {
|
|
1527
|
-
/**
|
|
1528
|
-
* @internal
|
|
1529
|
-
*/
|
|
1530
|
-
const filterSensitiveLog: (obj: DeleteVirtualGatewayOutput) => any;
|
|
1531
|
-
}
|
|
1532
1204
|
export interface DescribeVirtualGatewayInput {
|
|
1533
1205
|
/**
|
|
1534
1206
|
* <p>The name of the virtual gateway to describe.</p>
|
|
@@ -1544,24 +1216,12 @@ export interface DescribeVirtualGatewayInput {
|
|
|
1544
1216
|
*/
|
|
1545
1217
|
meshOwner?: string;
|
|
1546
1218
|
}
|
|
1547
|
-
export declare namespace DescribeVirtualGatewayInput {
|
|
1548
|
-
/**
|
|
1549
|
-
* @internal
|
|
1550
|
-
*/
|
|
1551
|
-
const filterSensitiveLog: (obj: DescribeVirtualGatewayInput) => any;
|
|
1552
|
-
}
|
|
1553
1219
|
export interface DescribeVirtualGatewayOutput {
|
|
1554
1220
|
/**
|
|
1555
1221
|
* <p>The full description of your virtual gateway.</p>
|
|
1556
1222
|
*/
|
|
1557
1223
|
virtualGateway: VirtualGatewayData | undefined;
|
|
1558
1224
|
}
|
|
1559
|
-
export declare namespace DescribeVirtualGatewayOutput {
|
|
1560
|
-
/**
|
|
1561
|
-
* @internal
|
|
1562
|
-
*/
|
|
1563
|
-
const filterSensitiveLog: (obj: DescribeVirtualGatewayOutput) => any;
|
|
1564
|
-
}
|
|
1565
1225
|
export declare enum DefaultGatewayRouteRewrite {
|
|
1566
1226
|
DISABLED = "DISABLED",
|
|
1567
1227
|
ENABLED = "ENABLED"
|
|
@@ -1575,12 +1235,6 @@ export interface GatewayRouteHostnameRewrite {
|
|
|
1575
1235
|
*/
|
|
1576
1236
|
defaultTargetHostname?: DefaultGatewayRouteRewrite | string;
|
|
1577
1237
|
}
|
|
1578
|
-
export declare namespace GatewayRouteHostnameRewrite {
|
|
1579
|
-
/**
|
|
1580
|
-
* @internal
|
|
1581
|
-
*/
|
|
1582
|
-
const filterSensitiveLog: (obj: GatewayRouteHostnameRewrite) => any;
|
|
1583
|
-
}
|
|
1584
1238
|
/**
|
|
1585
1239
|
* <p>An object that represents the gateway route to rewrite.</p>
|
|
1586
1240
|
*/
|
|
@@ -1590,12 +1244,6 @@ export interface GrpcGatewayRouteRewrite {
|
|
|
1590
1244
|
*/
|
|
1591
1245
|
hostname?: GatewayRouteHostnameRewrite;
|
|
1592
1246
|
}
|
|
1593
|
-
export declare namespace GrpcGatewayRouteRewrite {
|
|
1594
|
-
/**
|
|
1595
|
-
* @internal
|
|
1596
|
-
*/
|
|
1597
|
-
const filterSensitiveLog: (obj: GrpcGatewayRouteRewrite) => any;
|
|
1598
|
-
}
|
|
1599
1247
|
/**
|
|
1600
1248
|
* <p>An object that represents the virtual service that traffic is routed to.</p>
|
|
1601
1249
|
*/
|
|
@@ -1605,12 +1253,6 @@ export interface GatewayRouteVirtualService {
|
|
|
1605
1253
|
*/
|
|
1606
1254
|
virtualServiceName: string | undefined;
|
|
1607
1255
|
}
|
|
1608
|
-
export declare namespace GatewayRouteVirtualService {
|
|
1609
|
-
/**
|
|
1610
|
-
* @internal
|
|
1611
|
-
*/
|
|
1612
|
-
const filterSensitiveLog: (obj: GatewayRouteVirtualService) => any;
|
|
1613
|
-
}
|
|
1614
1256
|
/**
|
|
1615
1257
|
* <p>An object that represents a gateway route target.</p>
|
|
1616
1258
|
*/
|
|
@@ -1620,12 +1262,6 @@ export interface GatewayRouteTarget {
|
|
|
1620
1262
|
*/
|
|
1621
1263
|
virtualService: GatewayRouteVirtualService | undefined;
|
|
1622
1264
|
}
|
|
1623
|
-
export declare namespace GatewayRouteTarget {
|
|
1624
|
-
/**
|
|
1625
|
-
* @internal
|
|
1626
|
-
*/
|
|
1627
|
-
const filterSensitiveLog: (obj: GatewayRouteTarget) => any;
|
|
1628
|
-
}
|
|
1629
1265
|
/**
|
|
1630
1266
|
* <p>An object that represents the action to take if a match is determined.</p>
|
|
1631
1267
|
*/
|
|
@@ -1639,12 +1275,6 @@ export interface GrpcGatewayRouteAction {
|
|
|
1639
1275
|
*/
|
|
1640
1276
|
rewrite?: GrpcGatewayRouteRewrite;
|
|
1641
1277
|
}
|
|
1642
|
-
export declare namespace GrpcGatewayRouteAction {
|
|
1643
|
-
/**
|
|
1644
|
-
* @internal
|
|
1645
|
-
*/
|
|
1646
|
-
const filterSensitiveLog: (obj: GrpcGatewayRouteAction) => any;
|
|
1647
|
-
}
|
|
1648
1278
|
/**
|
|
1649
1279
|
* <p>An object representing the gateway route host name to match.</p>
|
|
1650
1280
|
*/
|
|
@@ -1658,12 +1288,6 @@ export interface GatewayRouteHostnameMatch {
|
|
|
1658
1288
|
*/
|
|
1659
1289
|
suffix?: string;
|
|
1660
1290
|
}
|
|
1661
|
-
export declare namespace GatewayRouteHostnameMatch {
|
|
1662
|
-
/**
|
|
1663
|
-
* @internal
|
|
1664
|
-
*/
|
|
1665
|
-
const filterSensitiveLog: (obj: GatewayRouteHostnameMatch) => any;
|
|
1666
|
-
}
|
|
1667
1291
|
/**
|
|
1668
1292
|
* <p>An object that represents the range of values to match on. The first character of the range is included in the range, though the last character is not. For example, if the range specified were 1-100, only values 1-99 would be matched.</p>
|
|
1669
1293
|
*/
|
|
@@ -1677,12 +1301,6 @@ export interface MatchRange {
|
|
|
1677
1301
|
*/
|
|
1678
1302
|
end: number | undefined;
|
|
1679
1303
|
}
|
|
1680
|
-
export declare namespace MatchRange {
|
|
1681
|
-
/**
|
|
1682
|
-
* @internal
|
|
1683
|
-
*/
|
|
1684
|
-
const filterSensitiveLog: (obj: MatchRange) => any;
|
|
1685
|
-
}
|
|
1686
1304
|
/**
|
|
1687
1305
|
* <p>An object representing the method header to be matched.</p>
|
|
1688
1306
|
*/
|
|
@@ -1760,10 +1378,6 @@ export declare namespace GrpcMetadataMatchMethod {
|
|
|
1760
1378
|
_: (name: string, value: any) => T;
|
|
1761
1379
|
}
|
|
1762
1380
|
const visit: <T>(value: GrpcMetadataMatchMethod, visitor: Visitor<T>) => T;
|
|
1763
|
-
/**
|
|
1764
|
-
* @internal
|
|
1765
|
-
*/
|
|
1766
|
-
const filterSensitiveLog: (obj: GrpcMetadataMatchMethod) => any;
|
|
1767
1381
|
}
|
|
1768
1382
|
/**
|
|
1769
1383
|
* <p>An object representing the metadata of the gateway route.</p>
|
|
@@ -1783,12 +1397,6 @@ export interface GrpcGatewayRouteMetadata {
|
|
|
1783
1397
|
*/
|
|
1784
1398
|
match?: GrpcMetadataMatchMethod;
|
|
1785
1399
|
}
|
|
1786
|
-
export declare namespace GrpcGatewayRouteMetadata {
|
|
1787
|
-
/**
|
|
1788
|
-
* @internal
|
|
1789
|
-
*/
|
|
1790
|
-
const filterSensitiveLog: (obj: GrpcGatewayRouteMetadata) => any;
|
|
1791
|
-
}
|
|
1792
1400
|
/**
|
|
1793
1401
|
* <p>An object that represents the criteria for determining a request match.</p>
|
|
1794
1402
|
*/
|
|
@@ -1806,12 +1414,6 @@ export interface GrpcGatewayRouteMatch {
|
|
|
1806
1414
|
*/
|
|
1807
1415
|
metadata?: GrpcGatewayRouteMetadata[];
|
|
1808
1416
|
}
|
|
1809
|
-
export declare namespace GrpcGatewayRouteMatch {
|
|
1810
|
-
/**
|
|
1811
|
-
* @internal
|
|
1812
|
-
*/
|
|
1813
|
-
const filterSensitiveLog: (obj: GrpcGatewayRouteMatch) => any;
|
|
1814
|
-
}
|
|
1815
1417
|
/**
|
|
1816
1418
|
* <p>An object that represents a gRPC gateway route.</p>
|
|
1817
1419
|
*/
|
|
@@ -1825,12 +1427,6 @@ export interface GrpcGatewayRoute {
|
|
|
1825
1427
|
*/
|
|
1826
1428
|
action: GrpcGatewayRouteAction | undefined;
|
|
1827
1429
|
}
|
|
1828
|
-
export declare namespace GrpcGatewayRoute {
|
|
1829
|
-
/**
|
|
1830
|
-
* @internal
|
|
1831
|
-
*/
|
|
1832
|
-
const filterSensitiveLog: (obj: GrpcGatewayRoute) => any;
|
|
1833
|
-
}
|
|
1834
1430
|
/**
|
|
1835
1431
|
* <p>An object that represents the path to rewrite.</p>
|
|
1836
1432
|
*/
|
|
@@ -1840,12 +1436,6 @@ export interface HttpGatewayRoutePathRewrite {
|
|
|
1840
1436
|
*/
|
|
1841
1437
|
exact?: string;
|
|
1842
1438
|
}
|
|
1843
|
-
export declare namespace HttpGatewayRoutePathRewrite {
|
|
1844
|
-
/**
|
|
1845
|
-
* @internal
|
|
1846
|
-
*/
|
|
1847
|
-
const filterSensitiveLog: (obj: HttpGatewayRoutePathRewrite) => any;
|
|
1848
|
-
}
|
|
1849
1439
|
/**
|
|
1850
1440
|
* <p>An object representing the beginning characters of the route to rewrite.</p>
|
|
1851
1441
|
*/
|
|
@@ -1859,12 +1449,6 @@ export interface HttpGatewayRoutePrefixRewrite {
|
|
|
1859
1449
|
*/
|
|
1860
1450
|
value?: string;
|
|
1861
1451
|
}
|
|
1862
|
-
export declare namespace HttpGatewayRoutePrefixRewrite {
|
|
1863
|
-
/**
|
|
1864
|
-
* @internal
|
|
1865
|
-
*/
|
|
1866
|
-
const filterSensitiveLog: (obj: HttpGatewayRoutePrefixRewrite) => any;
|
|
1867
|
-
}
|
|
1868
1452
|
/**
|
|
1869
1453
|
* <p>An object representing the gateway route to rewrite.</p>
|
|
1870
1454
|
*/
|
|
@@ -1882,12 +1466,6 @@ export interface HttpGatewayRouteRewrite {
|
|
|
1882
1466
|
*/
|
|
1883
1467
|
hostname?: GatewayRouteHostnameRewrite;
|
|
1884
1468
|
}
|
|
1885
|
-
export declare namespace HttpGatewayRouteRewrite {
|
|
1886
|
-
/**
|
|
1887
|
-
* @internal
|
|
1888
|
-
*/
|
|
1889
|
-
const filterSensitiveLog: (obj: HttpGatewayRouteRewrite) => any;
|
|
1890
|
-
}
|
|
1891
1469
|
/**
|
|
1892
1470
|
* <p>An object that represents the action to take if a match is determined.</p>
|
|
1893
1471
|
*/
|
|
@@ -1901,12 +1479,6 @@ export interface HttpGatewayRouteAction {
|
|
|
1901
1479
|
*/
|
|
1902
1480
|
rewrite?: HttpGatewayRouteRewrite;
|
|
1903
1481
|
}
|
|
1904
|
-
export declare namespace HttpGatewayRouteAction {
|
|
1905
|
-
/**
|
|
1906
|
-
* @internal
|
|
1907
|
-
*/
|
|
1908
|
-
const filterSensitiveLog: (obj: HttpGatewayRouteAction) => any;
|
|
1909
|
-
}
|
|
1910
1482
|
/**
|
|
1911
1483
|
* <p>An object that represents the method and value to match with the header value sent in a
|
|
1912
1484
|
* request. Specify one match method.</p>
|
|
@@ -1985,10 +1557,6 @@ export declare namespace HeaderMatchMethod {
|
|
|
1985
1557
|
_: (name: string, value: any) => T;
|
|
1986
1558
|
}
|
|
1987
1559
|
const visit: <T>(value: HeaderMatchMethod, visitor: Visitor<T>) => T;
|
|
1988
|
-
/**
|
|
1989
|
-
* @internal
|
|
1990
|
-
*/
|
|
1991
|
-
const filterSensitiveLog: (obj: HeaderMatchMethod) => any;
|
|
1992
1560
|
}
|
|
1993
1561
|
/**
|
|
1994
1562
|
* <p>An object that represents the HTTP header in the gateway route.</p>
|
|
@@ -2009,12 +1577,6 @@ export interface HttpGatewayRouteHeader {
|
|
|
2009
1577
|
*/
|
|
2010
1578
|
match?: HeaderMatchMethod;
|
|
2011
1579
|
}
|
|
2012
|
-
export declare namespace HttpGatewayRouteHeader {
|
|
2013
|
-
/**
|
|
2014
|
-
* @internal
|
|
2015
|
-
*/
|
|
2016
|
-
const filterSensitiveLog: (obj: HttpGatewayRouteHeader) => any;
|
|
2017
|
-
}
|
|
2018
1580
|
export declare enum HttpMethod {
|
|
2019
1581
|
CONNECT = "CONNECT",
|
|
2020
1582
|
DELETE = "DELETE",
|
|
@@ -2039,12 +1601,6 @@ export interface HttpPathMatch {
|
|
|
2039
1601
|
*/
|
|
2040
1602
|
regex?: string;
|
|
2041
1603
|
}
|
|
2042
|
-
export declare namespace HttpPathMatch {
|
|
2043
|
-
/**
|
|
2044
|
-
* @internal
|
|
2045
|
-
*/
|
|
2046
|
-
const filterSensitiveLog: (obj: HttpPathMatch) => any;
|
|
2047
|
-
}
|
|
2048
1604
|
/**
|
|
2049
1605
|
* <p>An object representing the query parameter to match.</p>
|
|
2050
1606
|
*/
|
|
@@ -2054,12 +1610,6 @@ export interface QueryParameterMatch {
|
|
|
2054
1610
|
*/
|
|
2055
1611
|
exact?: string;
|
|
2056
1612
|
}
|
|
2057
|
-
export declare namespace QueryParameterMatch {
|
|
2058
|
-
/**
|
|
2059
|
-
* @internal
|
|
2060
|
-
*/
|
|
2061
|
-
const filterSensitiveLog: (obj: QueryParameterMatch) => any;
|
|
2062
|
-
}
|
|
2063
1613
|
/**
|
|
2064
1614
|
* <p>An object that represents the query parameter in the request.</p>
|
|
2065
1615
|
*/
|
|
@@ -2073,12 +1623,6 @@ export interface HttpQueryParameter {
|
|
|
2073
1623
|
*/
|
|
2074
1624
|
match?: QueryParameterMatch;
|
|
2075
1625
|
}
|
|
2076
|
-
export declare namespace HttpQueryParameter {
|
|
2077
|
-
/**
|
|
2078
|
-
* @internal
|
|
2079
|
-
*/
|
|
2080
|
-
const filterSensitiveLog: (obj: HttpQueryParameter) => any;
|
|
2081
|
-
}
|
|
2082
1626
|
/**
|
|
2083
1627
|
* <p>An object that represents the criteria for determining a request match.</p>
|
|
2084
1628
|
*/
|
|
@@ -2113,12 +1657,6 @@ export interface HttpGatewayRouteMatch {
|
|
|
2113
1657
|
*/
|
|
2114
1658
|
headers?: HttpGatewayRouteHeader[];
|
|
2115
1659
|
}
|
|
2116
|
-
export declare namespace HttpGatewayRouteMatch {
|
|
2117
|
-
/**
|
|
2118
|
-
* @internal
|
|
2119
|
-
*/
|
|
2120
|
-
const filterSensitiveLog: (obj: HttpGatewayRouteMatch) => any;
|
|
2121
|
-
}
|
|
2122
1660
|
/**
|
|
2123
1661
|
* <p>An object that represents an HTTP gateway route.</p>
|
|
2124
1662
|
*/
|
|
@@ -2132,12 +1670,6 @@ export interface HttpGatewayRoute {
|
|
|
2132
1670
|
*/
|
|
2133
1671
|
action: HttpGatewayRouteAction | undefined;
|
|
2134
1672
|
}
|
|
2135
|
-
export declare namespace HttpGatewayRoute {
|
|
2136
|
-
/**
|
|
2137
|
-
* @internal
|
|
2138
|
-
*/
|
|
2139
|
-
const filterSensitiveLog: (obj: HttpGatewayRoute) => any;
|
|
2140
|
-
}
|
|
2141
1673
|
/**
|
|
2142
1674
|
* <p>An object that represents a gateway route specification. Specify one gateway route
|
|
2143
1675
|
* type.</p>
|
|
@@ -2160,12 +1692,6 @@ export interface GatewayRouteSpec {
|
|
|
2160
1692
|
*/
|
|
2161
1693
|
grpcRoute?: GrpcGatewayRoute;
|
|
2162
1694
|
}
|
|
2163
|
-
export declare namespace GatewayRouteSpec {
|
|
2164
|
-
/**
|
|
2165
|
-
* @internal
|
|
2166
|
-
*/
|
|
2167
|
-
const filterSensitiveLog: (obj: GatewayRouteSpec) => any;
|
|
2168
|
-
}
|
|
2169
1695
|
export interface CreateGatewayRouteInput {
|
|
2170
1696
|
/**
|
|
2171
1697
|
* <p>The name to use for the gateway route.</p>
|
|
@@ -2204,12 +1730,6 @@ export interface CreateGatewayRouteInput {
|
|
|
2204
1730
|
*/
|
|
2205
1731
|
meshOwner?: string;
|
|
2206
1732
|
}
|
|
2207
|
-
export declare namespace CreateGatewayRouteInput {
|
|
2208
|
-
/**
|
|
2209
|
-
* @internal
|
|
2210
|
-
*/
|
|
2211
|
-
const filterSensitiveLog: (obj: CreateGatewayRouteInput) => any;
|
|
2212
|
-
}
|
|
2213
1733
|
export declare enum GatewayRouteStatusCode {
|
|
2214
1734
|
ACTIVE = "ACTIVE",
|
|
2215
1735
|
DELETED = "DELETED",
|
|
@@ -2224,12 +1744,6 @@ export interface GatewayRouteStatus {
|
|
|
2224
1744
|
*/
|
|
2225
1745
|
status: GatewayRouteStatusCode | string | undefined;
|
|
2226
1746
|
}
|
|
2227
|
-
export declare namespace GatewayRouteStatus {
|
|
2228
|
-
/**
|
|
2229
|
-
* @internal
|
|
2230
|
-
*/
|
|
2231
|
-
const filterSensitiveLog: (obj: GatewayRouteStatus) => any;
|
|
2232
|
-
}
|
|
2233
1747
|
/**
|
|
2234
1748
|
* <p>An object that represents a gateway route returned by a describe operation.</p>
|
|
2235
1749
|
*/
|
|
@@ -2259,24 +1773,12 @@ export interface GatewayRouteData {
|
|
|
2259
1773
|
*/
|
|
2260
1774
|
status: GatewayRouteStatus | undefined;
|
|
2261
1775
|
}
|
|
2262
|
-
export declare namespace GatewayRouteData {
|
|
2263
|
-
/**
|
|
2264
|
-
* @internal
|
|
2265
|
-
*/
|
|
2266
|
-
const filterSensitiveLog: (obj: GatewayRouteData) => any;
|
|
2267
|
-
}
|
|
2268
1776
|
export interface CreateGatewayRouteOutput {
|
|
2269
1777
|
/**
|
|
2270
1778
|
* <p>The full description of your gateway route following the create call.</p>
|
|
2271
1779
|
*/
|
|
2272
1780
|
gatewayRoute: GatewayRouteData | undefined;
|
|
2273
1781
|
}
|
|
2274
|
-
export declare namespace CreateGatewayRouteOutput {
|
|
2275
|
-
/**
|
|
2276
|
-
* @internal
|
|
2277
|
-
*/
|
|
2278
|
-
const filterSensitiveLog: (obj: CreateGatewayRouteOutput) => any;
|
|
2279
|
-
}
|
|
2280
1782
|
export interface DeleteGatewayRouteInput {
|
|
2281
1783
|
/**
|
|
2282
1784
|
* <p>The name of the gateway route to delete.</p>
|
|
@@ -2296,24 +1798,12 @@ export interface DeleteGatewayRouteInput {
|
|
|
2296
1798
|
*/
|
|
2297
1799
|
meshOwner?: string;
|
|
2298
1800
|
}
|
|
2299
|
-
export declare namespace DeleteGatewayRouteInput {
|
|
2300
|
-
/**
|
|
2301
|
-
* @internal
|
|
2302
|
-
*/
|
|
2303
|
-
const filterSensitiveLog: (obj: DeleteGatewayRouteInput) => any;
|
|
2304
|
-
}
|
|
2305
1801
|
export interface DeleteGatewayRouteOutput {
|
|
2306
1802
|
/**
|
|
2307
1803
|
* <p>The gateway route that was deleted.</p>
|
|
2308
1804
|
*/
|
|
2309
1805
|
gatewayRoute: GatewayRouteData | undefined;
|
|
2310
1806
|
}
|
|
2311
|
-
export declare namespace DeleteGatewayRouteOutput {
|
|
2312
|
-
/**
|
|
2313
|
-
* @internal
|
|
2314
|
-
*/
|
|
2315
|
-
const filterSensitiveLog: (obj: DeleteGatewayRouteOutput) => any;
|
|
2316
|
-
}
|
|
2317
1807
|
export interface DescribeGatewayRouteInput {
|
|
2318
1808
|
/**
|
|
2319
1809
|
* <p>The name of the gateway route to describe.</p>
|
|
@@ -2333,24 +1823,12 @@ export interface DescribeGatewayRouteInput {
|
|
|
2333
1823
|
*/
|
|
2334
1824
|
meshOwner?: string;
|
|
2335
1825
|
}
|
|
2336
|
-
export declare namespace DescribeGatewayRouteInput {
|
|
2337
|
-
/**
|
|
2338
|
-
* @internal
|
|
2339
|
-
*/
|
|
2340
|
-
const filterSensitiveLog: (obj: DescribeGatewayRouteInput) => any;
|
|
2341
|
-
}
|
|
2342
1826
|
export interface DescribeGatewayRouteOutput {
|
|
2343
1827
|
/**
|
|
2344
1828
|
* <p>The full description of your gateway route.</p>
|
|
2345
1829
|
*/
|
|
2346
1830
|
gatewayRoute: GatewayRouteData | undefined;
|
|
2347
1831
|
}
|
|
2348
|
-
export declare namespace DescribeGatewayRouteOutput {
|
|
2349
|
-
/**
|
|
2350
|
-
* @internal
|
|
2351
|
-
*/
|
|
2352
|
-
const filterSensitiveLog: (obj: DescribeGatewayRouteOutput) => any;
|
|
2353
|
-
}
|
|
2354
1832
|
export interface ListGatewayRoutesInput {
|
|
2355
1833
|
/**
|
|
2356
1834
|
* <p>The name of the service mesh to list gateway routes in.</p>
|
|
@@ -2384,12 +1862,6 @@ export interface ListGatewayRoutesInput {
|
|
|
2384
1862
|
*/
|
|
2385
1863
|
meshOwner?: string;
|
|
2386
1864
|
}
|
|
2387
|
-
export declare namespace ListGatewayRoutesInput {
|
|
2388
|
-
/**
|
|
2389
|
-
* @internal
|
|
2390
|
-
*/
|
|
2391
|
-
const filterSensitiveLog: (obj: ListGatewayRoutesInput) => any;
|
|
2392
|
-
}
|
|
2393
1865
|
/**
|
|
2394
1866
|
* <p>An object that represents a gateway route returned by a list operation.</p>
|
|
2395
1867
|
*/
|
|
@@ -2433,12 +1905,6 @@ export interface GatewayRouteRef {
|
|
|
2433
1905
|
*/
|
|
2434
1906
|
lastUpdatedAt: Date | undefined;
|
|
2435
1907
|
}
|
|
2436
|
-
export declare namespace GatewayRouteRef {
|
|
2437
|
-
/**
|
|
2438
|
-
* @internal
|
|
2439
|
-
*/
|
|
2440
|
-
const filterSensitiveLog: (obj: GatewayRouteRef) => any;
|
|
2441
|
-
}
|
|
2442
1908
|
export interface ListGatewayRoutesOutput {
|
|
2443
1909
|
/**
|
|
2444
1910
|
* <p>The list of existing gateway routes for the specified service mesh and virtual
|
|
@@ -2453,12 +1919,6 @@ export interface ListGatewayRoutesOutput {
|
|
|
2453
1919
|
*/
|
|
2454
1920
|
nextToken?: string;
|
|
2455
1921
|
}
|
|
2456
|
-
export declare namespace ListGatewayRoutesOutput {
|
|
2457
|
-
/**
|
|
2458
|
-
* @internal
|
|
2459
|
-
*/
|
|
2460
|
-
const filterSensitiveLog: (obj: ListGatewayRoutesOutput) => any;
|
|
2461
|
-
}
|
|
2462
1922
|
export interface UpdateGatewayRouteInput {
|
|
2463
1923
|
/**
|
|
2464
1924
|
* <p>The name of the gateway route to update.</p>
|
|
@@ -2487,24 +1947,12 @@ export interface UpdateGatewayRouteInput {
|
|
|
2487
1947
|
*/
|
|
2488
1948
|
meshOwner?: string;
|
|
2489
1949
|
}
|
|
2490
|
-
export declare namespace UpdateGatewayRouteInput {
|
|
2491
|
-
/**
|
|
2492
|
-
* @internal
|
|
2493
|
-
*/
|
|
2494
|
-
const filterSensitiveLog: (obj: UpdateGatewayRouteInput) => any;
|
|
2495
|
-
}
|
|
2496
1950
|
export interface UpdateGatewayRouteOutput {
|
|
2497
1951
|
/**
|
|
2498
1952
|
* <p>A full description of the gateway route that was updated.</p>
|
|
2499
1953
|
*/
|
|
2500
1954
|
gatewayRoute: GatewayRouteData | undefined;
|
|
2501
1955
|
}
|
|
2502
|
-
export declare namespace UpdateGatewayRouteOutput {
|
|
2503
|
-
/**
|
|
2504
|
-
* @internal
|
|
2505
|
-
*/
|
|
2506
|
-
const filterSensitiveLog: (obj: UpdateGatewayRouteOutput) => any;
|
|
2507
|
-
}
|
|
2508
1956
|
export interface ListVirtualGatewaysInput {
|
|
2509
1957
|
/**
|
|
2510
1958
|
* <p>The name of the service mesh to list virtual gateways in.</p>
|
|
@@ -2534,12 +1982,6 @@ export interface ListVirtualGatewaysInput {
|
|
|
2534
1982
|
*/
|
|
2535
1983
|
meshOwner?: string;
|
|
2536
1984
|
}
|
|
2537
|
-
export declare namespace ListVirtualGatewaysInput {
|
|
2538
|
-
/**
|
|
2539
|
-
* @internal
|
|
2540
|
-
*/
|
|
2541
|
-
const filterSensitiveLog: (obj: ListVirtualGatewaysInput) => any;
|
|
2542
|
-
}
|
|
2543
1985
|
/**
|
|
2544
1986
|
* <p>An object that represents a virtual gateway returned by a list operation.</p>
|
|
2545
1987
|
*/
|
|
@@ -2579,12 +2021,6 @@ export interface VirtualGatewayRef {
|
|
|
2579
2021
|
*/
|
|
2580
2022
|
lastUpdatedAt: Date | undefined;
|
|
2581
2023
|
}
|
|
2582
|
-
export declare namespace VirtualGatewayRef {
|
|
2583
|
-
/**
|
|
2584
|
-
* @internal
|
|
2585
|
-
*/
|
|
2586
|
-
const filterSensitiveLog: (obj: VirtualGatewayRef) => any;
|
|
2587
|
-
}
|
|
2588
2024
|
export interface ListVirtualGatewaysOutput {
|
|
2589
2025
|
/**
|
|
2590
2026
|
* <p>The list of existing virtual gateways for the specified service mesh.</p>
|
|
@@ -2598,12 +2034,6 @@ export interface ListVirtualGatewaysOutput {
|
|
|
2598
2034
|
*/
|
|
2599
2035
|
nextToken?: string;
|
|
2600
2036
|
}
|
|
2601
|
-
export declare namespace ListVirtualGatewaysOutput {
|
|
2602
|
-
/**
|
|
2603
|
-
* @internal
|
|
2604
|
-
*/
|
|
2605
|
-
const filterSensitiveLog: (obj: ListVirtualGatewaysOutput) => any;
|
|
2606
|
-
}
|
|
2607
2037
|
export interface UpdateVirtualGatewayInput {
|
|
2608
2038
|
/**
|
|
2609
2039
|
* <p>The name of the virtual gateway to update.</p>
|
|
@@ -2629,24 +2059,12 @@ export interface UpdateVirtualGatewayInput {
|
|
|
2629
2059
|
*/
|
|
2630
2060
|
meshOwner?: string;
|
|
2631
2061
|
}
|
|
2632
|
-
export declare namespace UpdateVirtualGatewayInput {
|
|
2633
|
-
/**
|
|
2634
|
-
* @internal
|
|
2635
|
-
*/
|
|
2636
|
-
const filterSensitiveLog: (obj: UpdateVirtualGatewayInput) => any;
|
|
2637
|
-
}
|
|
2638
2062
|
export interface UpdateVirtualGatewayOutput {
|
|
2639
2063
|
/**
|
|
2640
2064
|
* <p>A full description of the virtual gateway that was updated.</p>
|
|
2641
2065
|
*/
|
|
2642
2066
|
virtualGateway: VirtualGatewayData | undefined;
|
|
2643
2067
|
}
|
|
2644
|
-
export declare namespace UpdateVirtualGatewayOutput {
|
|
2645
|
-
/**
|
|
2646
|
-
* @internal
|
|
2647
|
-
*/
|
|
2648
|
-
const filterSensitiveLog: (obj: UpdateVirtualGatewayOutput) => any;
|
|
2649
|
-
}
|
|
2650
2068
|
/**
|
|
2651
2069
|
* <p>An object that represents a local file certificate.
|
|
2652
2070
|
* The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/tls.html#virtual-node-tls-prerequisites">Transport Layer Security (TLS)</a>.</p>
|
|
@@ -2662,12 +2080,6 @@ export interface ListenerTlsFileCertificate {
|
|
|
2662
2080
|
*/
|
|
2663
2081
|
privateKey: string | undefined;
|
|
2664
2082
|
}
|
|
2665
|
-
export declare namespace ListenerTlsFileCertificate {
|
|
2666
|
-
/**
|
|
2667
|
-
* @internal
|
|
2668
|
-
*/
|
|
2669
|
-
const filterSensitiveLog: (obj: ListenerTlsFileCertificate) => any;
|
|
2670
|
-
}
|
|
2671
2083
|
/**
|
|
2672
2084
|
* <p>An object that represents the listener's Secret Discovery Service certificate. The proxy
|
|
2673
2085
|
* must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh
|
|
@@ -2682,12 +2094,6 @@ export interface ListenerTlsSdsCertificate {
|
|
|
2682
2094
|
*/
|
|
2683
2095
|
secretName: string | undefined;
|
|
2684
2096
|
}
|
|
2685
|
-
export declare namespace ListenerTlsSdsCertificate {
|
|
2686
|
-
/**
|
|
2687
|
-
* @internal
|
|
2688
|
-
*/
|
|
2689
|
-
const filterSensitiveLog: (obj: ListenerTlsSdsCertificate) => any;
|
|
2690
|
-
}
|
|
2691
2097
|
/**
|
|
2692
2098
|
* <p>An object that represents the client's certificate.</p>
|
|
2693
2099
|
*/
|
|
@@ -2723,10 +2129,6 @@ export declare namespace ClientTlsCertificate {
|
|
|
2723
2129
|
_: (name: string, value: any) => T;
|
|
2724
2130
|
}
|
|
2725
2131
|
const visit: <T>(value: ClientTlsCertificate, visitor: Visitor<T>) => T;
|
|
2726
|
-
/**
|
|
2727
|
-
* @internal
|
|
2728
|
-
*/
|
|
2729
|
-
const filterSensitiveLog: (obj: ClientTlsCertificate) => any;
|
|
2730
2132
|
}
|
|
2731
2133
|
/**
|
|
2732
2134
|
* <p>An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager
|
|
@@ -2738,12 +2140,6 @@ export interface TlsValidationContextAcmTrust {
|
|
|
2738
2140
|
*/
|
|
2739
2141
|
certificateAuthorityArns: string[] | undefined;
|
|
2740
2142
|
}
|
|
2741
|
-
export declare namespace TlsValidationContextAcmTrust {
|
|
2742
|
-
/**
|
|
2743
|
-
* @internal
|
|
2744
|
-
*/
|
|
2745
|
-
const filterSensitiveLog: (obj: TlsValidationContextAcmTrust) => any;
|
|
2746
|
-
}
|
|
2747
2143
|
/**
|
|
2748
2144
|
* <p>An object that represents a Transport Layer Security (TLS) validation context trust for a local file.</p>
|
|
2749
2145
|
*/
|
|
@@ -2754,12 +2150,6 @@ export interface TlsValidationContextFileTrust {
|
|
|
2754
2150
|
*/
|
|
2755
2151
|
certificateChain: string | undefined;
|
|
2756
2152
|
}
|
|
2757
|
-
export declare namespace TlsValidationContextFileTrust {
|
|
2758
|
-
/**
|
|
2759
|
-
* @internal
|
|
2760
|
-
*/
|
|
2761
|
-
const filterSensitiveLog: (obj: TlsValidationContextFileTrust) => any;
|
|
2762
|
-
}
|
|
2763
2153
|
/**
|
|
2764
2154
|
* <p>An object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust. The
|
|
2765
2155
|
* proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh
|
|
@@ -2773,12 +2163,6 @@ export interface TlsValidationContextSdsTrust {
|
|
|
2773
2163
|
*/
|
|
2774
2164
|
secretName: string | undefined;
|
|
2775
2165
|
}
|
|
2776
|
-
export declare namespace TlsValidationContextSdsTrust {
|
|
2777
|
-
/**
|
|
2778
|
-
* @internal
|
|
2779
|
-
*/
|
|
2780
|
-
const filterSensitiveLog: (obj: TlsValidationContextSdsTrust) => any;
|
|
2781
|
-
}
|
|
2782
2166
|
/**
|
|
2783
2167
|
* <p>An object that represents a Transport Layer Security (TLS) validation context trust.</p>
|
|
2784
2168
|
*/
|
|
@@ -2825,10 +2209,6 @@ export declare namespace TlsValidationContextTrust {
|
|
|
2825
2209
|
_: (name: string, value: any) => T;
|
|
2826
2210
|
}
|
|
2827
2211
|
const visit: <T>(value: TlsValidationContextTrust, visitor: Visitor<T>) => T;
|
|
2828
|
-
/**
|
|
2829
|
-
* @internal
|
|
2830
|
-
*/
|
|
2831
|
-
const filterSensitiveLog: (obj: TlsValidationContextTrust) => any;
|
|
2832
2212
|
}
|
|
2833
2213
|
/**
|
|
2834
2214
|
* <p>An object that represents how the proxy will validate its peer during Transport Layer Security (TLS)
|
|
@@ -2845,12 +2225,6 @@ export interface TlsValidationContext {
|
|
|
2845
2225
|
*/
|
|
2846
2226
|
subjectAlternativeNames?: SubjectAlternativeNames;
|
|
2847
2227
|
}
|
|
2848
|
-
export declare namespace TlsValidationContext {
|
|
2849
|
-
/**
|
|
2850
|
-
* @internal
|
|
2851
|
-
*/
|
|
2852
|
-
const filterSensitiveLog: (obj: TlsValidationContext) => any;
|
|
2853
|
-
}
|
|
2854
2228
|
/**
|
|
2855
2229
|
* <p>A reference to an object that represents a Transport Layer Security (TLS) client policy.</p>
|
|
2856
2230
|
*/
|
|
@@ -2872,12 +2246,6 @@ export interface ClientPolicyTls {
|
|
|
2872
2246
|
*/
|
|
2873
2247
|
validation: TlsValidationContext | undefined;
|
|
2874
2248
|
}
|
|
2875
|
-
export declare namespace ClientPolicyTls {
|
|
2876
|
-
/**
|
|
2877
|
-
* @internal
|
|
2878
|
-
*/
|
|
2879
|
-
const filterSensitiveLog: (obj: ClientPolicyTls) => any;
|
|
2880
|
-
}
|
|
2881
2249
|
/**
|
|
2882
2250
|
* <p>An object that represents a client policy.</p>
|
|
2883
2251
|
*/
|
|
@@ -2887,12 +2255,6 @@ export interface ClientPolicy {
|
|
|
2887
2255
|
*/
|
|
2888
2256
|
tls?: ClientPolicyTls;
|
|
2889
2257
|
}
|
|
2890
|
-
export declare namespace ClientPolicy {
|
|
2891
|
-
/**
|
|
2892
|
-
* @internal
|
|
2893
|
-
*/
|
|
2894
|
-
const filterSensitiveLog: (obj: ClientPolicy) => any;
|
|
2895
|
-
}
|
|
2896
2258
|
/**
|
|
2897
2259
|
* <p>An object that represents the default properties for a backend.</p>
|
|
2898
2260
|
*/
|
|
@@ -2902,12 +2264,6 @@ export interface BackendDefaults {
|
|
|
2902
2264
|
*/
|
|
2903
2265
|
clientPolicy?: ClientPolicy;
|
|
2904
2266
|
}
|
|
2905
|
-
export declare namespace BackendDefaults {
|
|
2906
|
-
/**
|
|
2907
|
-
* @internal
|
|
2908
|
-
*/
|
|
2909
|
-
const filterSensitiveLog: (obj: BackendDefaults) => any;
|
|
2910
|
-
}
|
|
2911
2267
|
/**
|
|
2912
2268
|
* <p>An object that represents a virtual service backend for a virtual node.</p>
|
|
2913
2269
|
*/
|
|
@@ -2921,12 +2277,6 @@ export interface VirtualServiceBackend {
|
|
|
2921
2277
|
*/
|
|
2922
2278
|
clientPolicy?: ClientPolicy;
|
|
2923
2279
|
}
|
|
2924
|
-
export declare namespace VirtualServiceBackend {
|
|
2925
|
-
/**
|
|
2926
|
-
* @internal
|
|
2927
|
-
*/
|
|
2928
|
-
const filterSensitiveLog: (obj: VirtualServiceBackend) => any;
|
|
2929
|
-
}
|
|
2930
2280
|
/**
|
|
2931
2281
|
* <p>An object that represents the backends that a virtual node is expected to send outbound
|
|
2932
2282
|
* traffic to.</p>
|
|
@@ -2949,10 +2299,6 @@ export declare namespace Backend {
|
|
|
2949
2299
|
_: (name: string, value: any) => T;
|
|
2950
2300
|
}
|
|
2951
2301
|
const visit: <T>(value: Backend, visitor: Visitor<T>) => T;
|
|
2952
|
-
/**
|
|
2953
|
-
* @internal
|
|
2954
|
-
*/
|
|
2955
|
-
const filterSensitiveLog: (obj: Backend) => any;
|
|
2956
2302
|
}
|
|
2957
2303
|
/**
|
|
2958
2304
|
* <p>An object that represents a type of connection pool.</p>
|
|
@@ -2964,12 +2310,6 @@ export interface VirtualNodeGrpcConnectionPool {
|
|
|
2964
2310
|
*/
|
|
2965
2311
|
maxRequests: number | undefined;
|
|
2966
2312
|
}
|
|
2967
|
-
export declare namespace VirtualNodeGrpcConnectionPool {
|
|
2968
|
-
/**
|
|
2969
|
-
* @internal
|
|
2970
|
-
*/
|
|
2971
|
-
const filterSensitiveLog: (obj: VirtualNodeGrpcConnectionPool) => any;
|
|
2972
|
-
}
|
|
2973
2313
|
/**
|
|
2974
2314
|
* <p>An object that represents a type of connection pool.</p>
|
|
2975
2315
|
*/
|
|
@@ -2985,12 +2325,6 @@ export interface VirtualNodeHttpConnectionPool {
|
|
|
2985
2325
|
*/
|
|
2986
2326
|
maxPendingRequests?: number;
|
|
2987
2327
|
}
|
|
2988
|
-
export declare namespace VirtualNodeHttpConnectionPool {
|
|
2989
|
-
/**
|
|
2990
|
-
* @internal
|
|
2991
|
-
*/
|
|
2992
|
-
const filterSensitiveLog: (obj: VirtualNodeHttpConnectionPool) => any;
|
|
2993
|
-
}
|
|
2994
2328
|
/**
|
|
2995
2329
|
* <p>An object that represents a type of connection pool.</p>
|
|
2996
2330
|
*/
|
|
@@ -3001,12 +2335,6 @@ export interface VirtualNodeHttp2ConnectionPool {
|
|
|
3001
2335
|
*/
|
|
3002
2336
|
maxRequests: number | undefined;
|
|
3003
2337
|
}
|
|
3004
|
-
export declare namespace VirtualNodeHttp2ConnectionPool {
|
|
3005
|
-
/**
|
|
3006
|
-
* @internal
|
|
3007
|
-
*/
|
|
3008
|
-
const filterSensitiveLog: (obj: VirtualNodeHttp2ConnectionPool) => any;
|
|
3009
|
-
}
|
|
3010
2338
|
/**
|
|
3011
2339
|
* <p>An object that represents a type of connection pool.</p>
|
|
3012
2340
|
*/
|
|
@@ -3017,12 +2345,6 @@ export interface VirtualNodeTcpConnectionPool {
|
|
|
3017
2345
|
*/
|
|
3018
2346
|
maxConnections: number | undefined;
|
|
3019
2347
|
}
|
|
3020
|
-
export declare namespace VirtualNodeTcpConnectionPool {
|
|
3021
|
-
/**
|
|
3022
|
-
* @internal
|
|
3023
|
-
*/
|
|
3024
|
-
const filterSensitiveLog: (obj: VirtualNodeTcpConnectionPool) => any;
|
|
3025
|
-
}
|
|
3026
2348
|
/**
|
|
3027
2349
|
* <p>An object that represents the type of virtual node connection pool.</p>
|
|
3028
2350
|
* <p>Only one protocol is used at a time and should be the same protocol as the one chosen
|
|
@@ -3088,10 +2410,6 @@ export declare namespace VirtualNodeConnectionPool {
|
|
|
3088
2410
|
_: (name: string, value: any) => T;
|
|
3089
2411
|
}
|
|
3090
2412
|
const visit: <T>(value: VirtualNodeConnectionPool, visitor: Visitor<T>) => T;
|
|
3091
|
-
/**
|
|
3092
|
-
* @internal
|
|
3093
|
-
*/
|
|
3094
|
-
const filterSensitiveLog: (obj: VirtualNodeConnectionPool) => any;
|
|
3095
2413
|
}
|
|
3096
2414
|
export declare enum PortProtocol {
|
|
3097
2415
|
GRPC = "grpc",
|
|
@@ -3139,12 +2457,6 @@ export interface HealthCheckPolicy {
|
|
|
3139
2457
|
*/
|
|
3140
2458
|
unhealthyThreshold: number | undefined;
|
|
3141
2459
|
}
|
|
3142
|
-
export declare namespace HealthCheckPolicy {
|
|
3143
|
-
/**
|
|
3144
|
-
* @internal
|
|
3145
|
-
*/
|
|
3146
|
-
const filterSensitiveLog: (obj: HealthCheckPolicy) => any;
|
|
3147
|
-
}
|
|
3148
2460
|
export declare enum DurationUnit {
|
|
3149
2461
|
MS = "ms",
|
|
3150
2462
|
S = "s"
|
|
@@ -3162,12 +2474,6 @@ export interface Duration {
|
|
|
3162
2474
|
*/
|
|
3163
2475
|
unit?: DurationUnit | string;
|
|
3164
2476
|
}
|
|
3165
|
-
export declare namespace Duration {
|
|
3166
|
-
/**
|
|
3167
|
-
* @internal
|
|
3168
|
-
*/
|
|
3169
|
-
const filterSensitiveLog: (obj: Duration) => any;
|
|
3170
|
-
}
|
|
3171
2477
|
/**
|
|
3172
2478
|
* <p>An object that represents the outlier detection for a virtual node's listener.</p>
|
|
3173
2479
|
*/
|
|
@@ -3190,12 +2496,6 @@ export interface OutlierDetection {
|
|
|
3190
2496
|
*/
|
|
3191
2497
|
maxEjectionPercent: number | undefined;
|
|
3192
2498
|
}
|
|
3193
|
-
export declare namespace OutlierDetection {
|
|
3194
|
-
/**
|
|
3195
|
-
* @internal
|
|
3196
|
-
*/
|
|
3197
|
-
const filterSensitiveLog: (obj: OutlierDetection) => any;
|
|
3198
|
-
}
|
|
3199
2499
|
/**
|
|
3200
2500
|
* <p>An object that represents a port mapping.</p>
|
|
3201
2501
|
*/
|
|
@@ -3209,12 +2509,6 @@ export interface PortMapping {
|
|
|
3209
2509
|
*/
|
|
3210
2510
|
protocol: PortProtocol | string | undefined;
|
|
3211
2511
|
}
|
|
3212
|
-
export declare namespace PortMapping {
|
|
3213
|
-
/**
|
|
3214
|
-
* @internal
|
|
3215
|
-
*/
|
|
3216
|
-
const filterSensitiveLog: (obj: PortMapping) => any;
|
|
3217
|
-
}
|
|
3218
2512
|
/**
|
|
3219
2513
|
* <p>An object that represents types of timeouts. </p>
|
|
3220
2514
|
*/
|
|
@@ -3230,12 +2524,6 @@ export interface GrpcTimeout {
|
|
|
3230
2524
|
*/
|
|
3231
2525
|
idle?: Duration;
|
|
3232
2526
|
}
|
|
3233
|
-
export declare namespace GrpcTimeout {
|
|
3234
|
-
/**
|
|
3235
|
-
* @internal
|
|
3236
|
-
*/
|
|
3237
|
-
const filterSensitiveLog: (obj: GrpcTimeout) => any;
|
|
3238
|
-
}
|
|
3239
2527
|
/**
|
|
3240
2528
|
* <p>An object that represents types of timeouts. </p>
|
|
3241
2529
|
*/
|
|
@@ -3251,12 +2539,6 @@ export interface HttpTimeout {
|
|
|
3251
2539
|
*/
|
|
3252
2540
|
idle?: Duration;
|
|
3253
2541
|
}
|
|
3254
|
-
export declare namespace HttpTimeout {
|
|
3255
|
-
/**
|
|
3256
|
-
* @internal
|
|
3257
|
-
*/
|
|
3258
|
-
const filterSensitiveLog: (obj: HttpTimeout) => any;
|
|
3259
|
-
}
|
|
3260
2542
|
/**
|
|
3261
2543
|
* <p>An object that represents types of timeouts. </p>
|
|
3262
2544
|
*/
|
|
@@ -3266,12 +2548,6 @@ export interface TcpTimeout {
|
|
|
3266
2548
|
*/
|
|
3267
2549
|
idle?: Duration;
|
|
3268
2550
|
}
|
|
3269
|
-
export declare namespace TcpTimeout {
|
|
3270
|
-
/**
|
|
3271
|
-
* @internal
|
|
3272
|
-
*/
|
|
3273
|
-
const filterSensitiveLog: (obj: TcpTimeout) => any;
|
|
3274
|
-
}
|
|
3275
2551
|
/**
|
|
3276
2552
|
* <p>An object that represents timeouts for different protocols.</p>
|
|
3277
2553
|
*/
|
|
@@ -3332,10 +2608,6 @@ export declare namespace ListenerTimeout {
|
|
|
3332
2608
|
_: (name: string, value: any) => T;
|
|
3333
2609
|
}
|
|
3334
2610
|
const visit: <T>(value: ListenerTimeout, visitor: Visitor<T>) => T;
|
|
3335
|
-
/**
|
|
3336
|
-
* @internal
|
|
3337
|
-
*/
|
|
3338
|
-
const filterSensitiveLog: (obj: ListenerTimeout) => any;
|
|
3339
2611
|
}
|
|
3340
2612
|
/**
|
|
3341
2613
|
* <p>An object that represents an Certificate Manager certificate.</p>
|
|
@@ -3346,12 +2618,6 @@ export interface ListenerTlsAcmCertificate {
|
|
|
3346
2618
|
*/
|
|
3347
2619
|
certificateArn: string | undefined;
|
|
3348
2620
|
}
|
|
3349
|
-
export declare namespace ListenerTlsAcmCertificate {
|
|
3350
|
-
/**
|
|
3351
|
-
* @internal
|
|
3352
|
-
*/
|
|
3353
|
-
const filterSensitiveLog: (obj: ListenerTlsAcmCertificate) => any;
|
|
3354
|
-
}
|
|
3355
2621
|
/**
|
|
3356
2622
|
* <p>An object that represents a listener's Transport Layer Security (TLS) certificate.</p>
|
|
3357
2623
|
*/
|
|
@@ -3398,10 +2664,6 @@ export declare namespace ListenerTlsCertificate {
|
|
|
3398
2664
|
_: (name: string, value: any) => T;
|
|
3399
2665
|
}
|
|
3400
2666
|
const visit: <T>(value: ListenerTlsCertificate, visitor: Visitor<T>) => T;
|
|
3401
|
-
/**
|
|
3402
|
-
* @internal
|
|
3403
|
-
*/
|
|
3404
|
-
const filterSensitiveLog: (obj: ListenerTlsCertificate) => any;
|
|
3405
2667
|
}
|
|
3406
2668
|
export declare enum ListenerTlsMode {
|
|
3407
2669
|
DISABLED = "DISABLED",
|
|
@@ -3441,10 +2703,6 @@ export declare namespace ListenerTlsValidationContextTrust {
|
|
|
3441
2703
|
_: (name: string, value: any) => T;
|
|
3442
2704
|
}
|
|
3443
2705
|
const visit: <T>(value: ListenerTlsValidationContextTrust, visitor: Visitor<T>) => T;
|
|
3444
|
-
/**
|
|
3445
|
-
* @internal
|
|
3446
|
-
*/
|
|
3447
|
-
const filterSensitiveLog: (obj: ListenerTlsValidationContextTrust) => any;
|
|
3448
2706
|
}
|
|
3449
2707
|
/**
|
|
3450
2708
|
* <p>An object that represents a listener's Transport Layer Security (TLS) validation context.</p>
|
|
@@ -3461,12 +2719,6 @@ export interface ListenerTlsValidationContext {
|
|
|
3461
2719
|
*/
|
|
3462
2720
|
subjectAlternativeNames?: SubjectAlternativeNames;
|
|
3463
2721
|
}
|
|
3464
|
-
export declare namespace ListenerTlsValidationContext {
|
|
3465
|
-
/**
|
|
3466
|
-
* @internal
|
|
3467
|
-
*/
|
|
3468
|
-
const filterSensitiveLog: (obj: ListenerTlsValidationContext) => any;
|
|
3469
|
-
}
|
|
3470
2722
|
/**
|
|
3471
2723
|
* <p>An object that represents the Transport Layer Security (TLS) properties for a listener.</p>
|
|
3472
2724
|
*/
|
|
@@ -3501,12 +2753,6 @@ export interface ListenerTls {
|
|
|
3501
2753
|
*/
|
|
3502
2754
|
validation?: ListenerTlsValidationContext;
|
|
3503
2755
|
}
|
|
3504
|
-
export declare namespace ListenerTls {
|
|
3505
|
-
/**
|
|
3506
|
-
* @internal
|
|
3507
|
-
*/
|
|
3508
|
-
const filterSensitiveLog: (obj: ListenerTls) => any;
|
|
3509
|
-
}
|
|
3510
2756
|
/**
|
|
3511
2757
|
* <p>An object that represents a listener for a virtual node.</p>
|
|
3512
2758
|
*/
|
|
@@ -3536,12 +2782,6 @@ export interface Listener {
|
|
|
3536
2782
|
*/
|
|
3537
2783
|
connectionPool?: VirtualNodeConnectionPool;
|
|
3538
2784
|
}
|
|
3539
|
-
export declare namespace Listener {
|
|
3540
|
-
/**
|
|
3541
|
-
* @internal
|
|
3542
|
-
*/
|
|
3543
|
-
const filterSensitiveLog: (obj: Listener) => any;
|
|
3544
|
-
}
|
|
3545
2785
|
/**
|
|
3546
2786
|
* <p>An object that represents the logging information for a virtual node.</p>
|
|
3547
2787
|
*/
|
|
@@ -3551,12 +2791,6 @@ export interface Logging {
|
|
|
3551
2791
|
*/
|
|
3552
2792
|
accessLog?: AccessLog;
|
|
3553
2793
|
}
|
|
3554
|
-
export declare namespace Logging {
|
|
3555
|
-
/**
|
|
3556
|
-
* @internal
|
|
3557
|
-
*/
|
|
3558
|
-
const filterSensitiveLog: (obj: Logging) => any;
|
|
3559
|
-
}
|
|
3560
2794
|
/**
|
|
3561
2795
|
* <p>An object that represents the Cloud Map attribute information for your
|
|
3562
2796
|
* virtual node.</p>
|
|
@@ -3576,12 +2810,6 @@ export interface AwsCloudMapInstanceAttribute {
|
|
|
3576
2810
|
*/
|
|
3577
2811
|
value: string | undefined;
|
|
3578
2812
|
}
|
|
3579
|
-
export declare namespace AwsCloudMapInstanceAttribute {
|
|
3580
|
-
/**
|
|
3581
|
-
* @internal
|
|
3582
|
-
*/
|
|
3583
|
-
const filterSensitiveLog: (obj: AwsCloudMapInstanceAttribute) => any;
|
|
3584
|
-
}
|
|
3585
2813
|
/**
|
|
3586
2814
|
* <p>An object that represents the Cloud Map service discovery information for
|
|
3587
2815
|
* your virtual node.</p>
|
|
@@ -3609,12 +2837,6 @@ export interface AwsCloudMapServiceDiscovery {
|
|
|
3609
2837
|
*/
|
|
3610
2838
|
ipPreference?: IpPreference | string;
|
|
3611
2839
|
}
|
|
3612
|
-
export declare namespace AwsCloudMapServiceDiscovery {
|
|
3613
|
-
/**
|
|
3614
|
-
* @internal
|
|
3615
|
-
*/
|
|
3616
|
-
const filterSensitiveLog: (obj: AwsCloudMapServiceDiscovery) => any;
|
|
3617
|
-
}
|
|
3618
2840
|
export declare enum DnsResponseType {
|
|
3619
2841
|
ENDPOINTS = "ENDPOINTS",
|
|
3620
2842
|
LOADBALANCER = "LOADBALANCER"
|
|
@@ -3637,12 +2859,6 @@ export interface DnsServiceDiscovery {
|
|
|
3637
2859
|
*/
|
|
3638
2860
|
ipPreference?: IpPreference | string;
|
|
3639
2861
|
}
|
|
3640
|
-
export declare namespace DnsServiceDiscovery {
|
|
3641
|
-
/**
|
|
3642
|
-
* @internal
|
|
3643
|
-
*/
|
|
3644
|
-
const filterSensitiveLog: (obj: DnsServiceDiscovery) => any;
|
|
3645
|
-
}
|
|
3646
2862
|
/**
|
|
3647
2863
|
* <p>An object that represents the service discovery information for a virtual node.</p>
|
|
3648
2864
|
*/
|
|
@@ -3675,10 +2891,6 @@ export declare namespace ServiceDiscovery {
|
|
|
3675
2891
|
_: (name: string, value: any) => T;
|
|
3676
2892
|
}
|
|
3677
2893
|
const visit: <T>(value: ServiceDiscovery, visitor: Visitor<T>) => T;
|
|
3678
|
-
/**
|
|
3679
|
-
* @internal
|
|
3680
|
-
*/
|
|
3681
|
-
const filterSensitiveLog: (obj: ServiceDiscovery) => any;
|
|
3682
2894
|
}
|
|
3683
2895
|
/**
|
|
3684
2896
|
* <p>An object that represents the specification of a virtual node.</p>
|
|
@@ -3708,12 +2920,6 @@ export interface VirtualNodeSpec {
|
|
|
3708
2920
|
*/
|
|
3709
2921
|
logging?: Logging;
|
|
3710
2922
|
}
|
|
3711
|
-
export declare namespace VirtualNodeSpec {
|
|
3712
|
-
/**
|
|
3713
|
-
* @internal
|
|
3714
|
-
*/
|
|
3715
|
-
const filterSensitiveLog: (obj: VirtualNodeSpec) => any;
|
|
3716
|
-
}
|
|
3717
2923
|
/**
|
|
3718
2924
|
*
|
|
3719
2925
|
*/
|
|
@@ -3749,12 +2955,6 @@ export interface CreateVirtualNodeInput {
|
|
|
3749
2955
|
*/
|
|
3750
2956
|
meshOwner?: string;
|
|
3751
2957
|
}
|
|
3752
|
-
export declare namespace CreateVirtualNodeInput {
|
|
3753
|
-
/**
|
|
3754
|
-
* @internal
|
|
3755
|
-
*/
|
|
3756
|
-
const filterSensitiveLog: (obj: CreateVirtualNodeInput) => any;
|
|
3757
|
-
}
|
|
3758
2958
|
export declare enum VirtualNodeStatusCode {
|
|
3759
2959
|
ACTIVE = "ACTIVE",
|
|
3760
2960
|
DELETED = "DELETED",
|
|
@@ -3769,12 +2969,6 @@ export interface VirtualNodeStatus {
|
|
|
3769
2969
|
*/
|
|
3770
2970
|
status: VirtualNodeStatusCode | string | undefined;
|
|
3771
2971
|
}
|
|
3772
|
-
export declare namespace VirtualNodeStatus {
|
|
3773
|
-
/**
|
|
3774
|
-
* @internal
|
|
3775
|
-
*/
|
|
3776
|
-
const filterSensitiveLog: (obj: VirtualNodeStatus) => any;
|
|
3777
|
-
}
|
|
3778
2972
|
/**
|
|
3779
2973
|
* <p>An object that represents a virtual node returned by a describe operation.</p>
|
|
3780
2974
|
*/
|
|
@@ -3800,12 +2994,6 @@ export interface VirtualNodeData {
|
|
|
3800
2994
|
*/
|
|
3801
2995
|
status: VirtualNodeStatus | undefined;
|
|
3802
2996
|
}
|
|
3803
|
-
export declare namespace VirtualNodeData {
|
|
3804
|
-
/**
|
|
3805
|
-
* @internal
|
|
3806
|
-
*/
|
|
3807
|
-
const filterSensitiveLog: (obj: VirtualNodeData) => any;
|
|
3808
|
-
}
|
|
3809
2997
|
/**
|
|
3810
2998
|
*
|
|
3811
2999
|
*/
|
|
@@ -3815,12 +3003,6 @@ export interface CreateVirtualNodeOutput {
|
|
|
3815
3003
|
*/
|
|
3816
3004
|
virtualNode: VirtualNodeData | undefined;
|
|
3817
3005
|
}
|
|
3818
|
-
export declare namespace CreateVirtualNodeOutput {
|
|
3819
|
-
/**
|
|
3820
|
-
* @internal
|
|
3821
|
-
*/
|
|
3822
|
-
const filterSensitiveLog: (obj: CreateVirtualNodeOutput) => any;
|
|
3823
|
-
}
|
|
3824
3006
|
/**
|
|
3825
3007
|
* <p>Deletes a virtual node input.</p>
|
|
3826
3008
|
*/
|
|
@@ -3839,12 +3021,6 @@ export interface DeleteVirtualNodeInput {
|
|
|
3839
3021
|
*/
|
|
3840
3022
|
meshOwner?: string;
|
|
3841
3023
|
}
|
|
3842
|
-
export declare namespace DeleteVirtualNodeInput {
|
|
3843
|
-
/**
|
|
3844
|
-
* @internal
|
|
3845
|
-
*/
|
|
3846
|
-
const filterSensitiveLog: (obj: DeleteVirtualNodeInput) => any;
|
|
3847
|
-
}
|
|
3848
3024
|
/**
|
|
3849
3025
|
*
|
|
3850
3026
|
*/
|
|
@@ -3854,12 +3030,6 @@ export interface DeleteVirtualNodeOutput {
|
|
|
3854
3030
|
*/
|
|
3855
3031
|
virtualNode: VirtualNodeData | undefined;
|
|
3856
3032
|
}
|
|
3857
|
-
export declare namespace DeleteVirtualNodeOutput {
|
|
3858
|
-
/**
|
|
3859
|
-
* @internal
|
|
3860
|
-
*/
|
|
3861
|
-
const filterSensitiveLog: (obj: DeleteVirtualNodeOutput) => any;
|
|
3862
|
-
}
|
|
3863
3033
|
/**
|
|
3864
3034
|
*
|
|
3865
3035
|
*/
|
|
@@ -3878,12 +3048,6 @@ export interface DescribeVirtualNodeInput {
|
|
|
3878
3048
|
*/
|
|
3879
3049
|
meshOwner?: string;
|
|
3880
3050
|
}
|
|
3881
|
-
export declare namespace DescribeVirtualNodeInput {
|
|
3882
|
-
/**
|
|
3883
|
-
* @internal
|
|
3884
|
-
*/
|
|
3885
|
-
const filterSensitiveLog: (obj: DescribeVirtualNodeInput) => any;
|
|
3886
|
-
}
|
|
3887
3051
|
/**
|
|
3888
3052
|
*
|
|
3889
3053
|
*/
|
|
@@ -3893,12 +3057,6 @@ export interface DescribeVirtualNodeOutput {
|
|
|
3893
3057
|
*/
|
|
3894
3058
|
virtualNode: VirtualNodeData | undefined;
|
|
3895
3059
|
}
|
|
3896
|
-
export declare namespace DescribeVirtualNodeOutput {
|
|
3897
|
-
/**
|
|
3898
|
-
* @internal
|
|
3899
|
-
*/
|
|
3900
|
-
const filterSensitiveLog: (obj: DescribeVirtualNodeOutput) => any;
|
|
3901
|
-
}
|
|
3902
3060
|
/**
|
|
3903
3061
|
*
|
|
3904
3062
|
*/
|
|
@@ -3931,12 +3089,6 @@ export interface ListVirtualNodesInput {
|
|
|
3931
3089
|
*/
|
|
3932
3090
|
meshOwner?: string;
|
|
3933
3091
|
}
|
|
3934
|
-
export declare namespace ListVirtualNodesInput {
|
|
3935
|
-
/**
|
|
3936
|
-
* @internal
|
|
3937
|
-
*/
|
|
3938
|
-
const filterSensitiveLog: (obj: ListVirtualNodesInput) => any;
|
|
3939
|
-
}
|
|
3940
3092
|
/**
|
|
3941
3093
|
* <p>An object that represents a virtual node returned by a list operation.</p>
|
|
3942
3094
|
*/
|
|
@@ -3976,12 +3128,6 @@ export interface VirtualNodeRef {
|
|
|
3976
3128
|
*/
|
|
3977
3129
|
lastUpdatedAt: Date | undefined;
|
|
3978
3130
|
}
|
|
3979
|
-
export declare namespace VirtualNodeRef {
|
|
3980
|
-
/**
|
|
3981
|
-
* @internal
|
|
3982
|
-
*/
|
|
3983
|
-
const filterSensitiveLog: (obj: VirtualNodeRef) => any;
|
|
3984
|
-
}
|
|
3985
3131
|
/**
|
|
3986
3132
|
*
|
|
3987
3133
|
*/
|
|
@@ -3998,12 +3144,6 @@ export interface ListVirtualNodesOutput {
|
|
|
3998
3144
|
*/
|
|
3999
3145
|
nextToken?: string;
|
|
4000
3146
|
}
|
|
4001
|
-
export declare namespace ListVirtualNodesOutput {
|
|
4002
|
-
/**
|
|
4003
|
-
* @internal
|
|
4004
|
-
*/
|
|
4005
|
-
const filterSensitiveLog: (obj: ListVirtualNodesOutput) => any;
|
|
4006
|
-
}
|
|
4007
3147
|
/**
|
|
4008
3148
|
*
|
|
4009
3149
|
*/
|
|
@@ -4031,12 +3171,6 @@ export interface UpdateVirtualNodeInput {
|
|
|
4031
3171
|
*/
|
|
4032
3172
|
meshOwner?: string;
|
|
4033
3173
|
}
|
|
4034
|
-
export declare namespace UpdateVirtualNodeInput {
|
|
4035
|
-
/**
|
|
4036
|
-
* @internal
|
|
4037
|
-
*/
|
|
4038
|
-
const filterSensitiveLog: (obj: UpdateVirtualNodeInput) => any;
|
|
4039
|
-
}
|
|
4040
3174
|
/**
|
|
4041
3175
|
*
|
|
4042
3176
|
*/
|
|
@@ -4046,12 +3180,6 @@ export interface UpdateVirtualNodeOutput {
|
|
|
4046
3180
|
*/
|
|
4047
3181
|
virtualNode: VirtualNodeData | undefined;
|
|
4048
3182
|
}
|
|
4049
|
-
export declare namespace UpdateVirtualNodeOutput {
|
|
4050
|
-
/**
|
|
4051
|
-
* @internal
|
|
4052
|
-
*/
|
|
4053
|
-
const filterSensitiveLog: (obj: UpdateVirtualNodeOutput) => any;
|
|
4054
|
-
}
|
|
4055
3183
|
/**
|
|
4056
3184
|
* <p>An object that represents a virtual router listener.</p>
|
|
4057
3185
|
*/
|
|
@@ -4061,12 +3189,6 @@ export interface VirtualRouterListener {
|
|
|
4061
3189
|
*/
|
|
4062
3190
|
portMapping: PortMapping | undefined;
|
|
4063
3191
|
}
|
|
4064
|
-
export declare namespace VirtualRouterListener {
|
|
4065
|
-
/**
|
|
4066
|
-
* @internal
|
|
4067
|
-
*/
|
|
4068
|
-
const filterSensitiveLog: (obj: VirtualRouterListener) => any;
|
|
4069
|
-
}
|
|
4070
3192
|
/**
|
|
4071
3193
|
* <p>An object that represents the specification of a virtual router.</p>
|
|
4072
3194
|
*/
|
|
@@ -4077,12 +3199,6 @@ export interface VirtualRouterSpec {
|
|
|
4077
3199
|
*/
|
|
4078
3200
|
listeners?: VirtualRouterListener[];
|
|
4079
3201
|
}
|
|
4080
|
-
export declare namespace VirtualRouterSpec {
|
|
4081
|
-
/**
|
|
4082
|
-
* @internal
|
|
4083
|
-
*/
|
|
4084
|
-
const filterSensitiveLog: (obj: VirtualRouterSpec) => any;
|
|
4085
|
-
}
|
|
4086
3202
|
/**
|
|
4087
3203
|
*
|
|
4088
3204
|
*/
|
|
@@ -4118,12 +3234,6 @@ export interface CreateVirtualRouterInput {
|
|
|
4118
3234
|
*/
|
|
4119
3235
|
meshOwner?: string;
|
|
4120
3236
|
}
|
|
4121
|
-
export declare namespace CreateVirtualRouterInput {
|
|
4122
|
-
/**
|
|
4123
|
-
* @internal
|
|
4124
|
-
*/
|
|
4125
|
-
const filterSensitiveLog: (obj: CreateVirtualRouterInput) => any;
|
|
4126
|
-
}
|
|
4127
3237
|
export declare enum VirtualRouterStatusCode {
|
|
4128
3238
|
ACTIVE = "ACTIVE",
|
|
4129
3239
|
DELETED = "DELETED",
|
|
@@ -4138,12 +3248,6 @@ export interface VirtualRouterStatus {
|
|
|
4138
3248
|
*/
|
|
4139
3249
|
status: VirtualRouterStatusCode | string | undefined;
|
|
4140
3250
|
}
|
|
4141
|
-
export declare namespace VirtualRouterStatus {
|
|
4142
|
-
/**
|
|
4143
|
-
* @internal
|
|
4144
|
-
*/
|
|
4145
|
-
const filterSensitiveLog: (obj: VirtualRouterStatus) => any;
|
|
4146
|
-
}
|
|
4147
3251
|
/**
|
|
4148
3252
|
* <p>An object that represents a virtual router returned by a describe operation.</p>
|
|
4149
3253
|
*/
|
|
@@ -4169,12 +3273,6 @@ export interface VirtualRouterData {
|
|
|
4169
3273
|
*/
|
|
4170
3274
|
status: VirtualRouterStatus | undefined;
|
|
4171
3275
|
}
|
|
4172
|
-
export declare namespace VirtualRouterData {
|
|
4173
|
-
/**
|
|
4174
|
-
* @internal
|
|
4175
|
-
*/
|
|
4176
|
-
const filterSensitiveLog: (obj: VirtualRouterData) => any;
|
|
4177
|
-
}
|
|
4178
3276
|
/**
|
|
4179
3277
|
*
|
|
4180
3278
|
*/
|
|
@@ -4184,12 +3282,6 @@ export interface CreateVirtualRouterOutput {
|
|
|
4184
3282
|
*/
|
|
4185
3283
|
virtualRouter: VirtualRouterData | undefined;
|
|
4186
3284
|
}
|
|
4187
|
-
export declare namespace CreateVirtualRouterOutput {
|
|
4188
|
-
/**
|
|
4189
|
-
* @internal
|
|
4190
|
-
*/
|
|
4191
|
-
const filterSensitiveLog: (obj: CreateVirtualRouterOutput) => any;
|
|
4192
|
-
}
|
|
4193
3285
|
/**
|
|
4194
3286
|
*
|
|
4195
3287
|
*/
|
|
@@ -4208,12 +3300,6 @@ export interface DeleteVirtualRouterInput {
|
|
|
4208
3300
|
*/
|
|
4209
3301
|
meshOwner?: string;
|
|
4210
3302
|
}
|
|
4211
|
-
export declare namespace DeleteVirtualRouterInput {
|
|
4212
|
-
/**
|
|
4213
|
-
* @internal
|
|
4214
|
-
*/
|
|
4215
|
-
const filterSensitiveLog: (obj: DeleteVirtualRouterInput) => any;
|
|
4216
|
-
}
|
|
4217
3303
|
/**
|
|
4218
3304
|
*
|
|
4219
3305
|
*/
|
|
@@ -4223,12 +3309,6 @@ export interface DeleteVirtualRouterOutput {
|
|
|
4223
3309
|
*/
|
|
4224
3310
|
virtualRouter: VirtualRouterData | undefined;
|
|
4225
3311
|
}
|
|
4226
|
-
export declare namespace DeleteVirtualRouterOutput {
|
|
4227
|
-
/**
|
|
4228
|
-
* @internal
|
|
4229
|
-
*/
|
|
4230
|
-
const filterSensitiveLog: (obj: DeleteVirtualRouterOutput) => any;
|
|
4231
|
-
}
|
|
4232
3312
|
/**
|
|
4233
3313
|
*
|
|
4234
3314
|
*/
|
|
@@ -4247,12 +3327,6 @@ export interface DescribeVirtualRouterInput {
|
|
|
4247
3327
|
*/
|
|
4248
3328
|
meshOwner?: string;
|
|
4249
3329
|
}
|
|
4250
|
-
export declare namespace DescribeVirtualRouterInput {
|
|
4251
|
-
/**
|
|
4252
|
-
* @internal
|
|
4253
|
-
*/
|
|
4254
|
-
const filterSensitiveLog: (obj: DescribeVirtualRouterInput) => any;
|
|
4255
|
-
}
|
|
4256
3330
|
/**
|
|
4257
3331
|
*
|
|
4258
3332
|
*/
|
|
@@ -4262,12 +3336,6 @@ export interface DescribeVirtualRouterOutput {
|
|
|
4262
3336
|
*/
|
|
4263
3337
|
virtualRouter: VirtualRouterData | undefined;
|
|
4264
3338
|
}
|
|
4265
|
-
export declare namespace DescribeVirtualRouterOutput {
|
|
4266
|
-
/**
|
|
4267
|
-
* @internal
|
|
4268
|
-
*/
|
|
4269
|
-
const filterSensitiveLog: (obj: DescribeVirtualRouterOutput) => any;
|
|
4270
|
-
}
|
|
4271
3339
|
/**
|
|
4272
3340
|
*
|
|
4273
3341
|
*/
|
|
@@ -4300,12 +3368,6 @@ export interface ListVirtualRoutersInput {
|
|
|
4300
3368
|
*/
|
|
4301
3369
|
meshOwner?: string;
|
|
4302
3370
|
}
|
|
4303
|
-
export declare namespace ListVirtualRoutersInput {
|
|
4304
|
-
/**
|
|
4305
|
-
* @internal
|
|
4306
|
-
*/
|
|
4307
|
-
const filterSensitiveLog: (obj: ListVirtualRoutersInput) => any;
|
|
4308
|
-
}
|
|
4309
3371
|
/**
|
|
4310
3372
|
* <p>An object that represents a virtual router returned by a list operation.</p>
|
|
4311
3373
|
*/
|
|
@@ -4345,12 +3407,6 @@ export interface VirtualRouterRef {
|
|
|
4345
3407
|
*/
|
|
4346
3408
|
lastUpdatedAt: Date | undefined;
|
|
4347
3409
|
}
|
|
4348
|
-
export declare namespace VirtualRouterRef {
|
|
4349
|
-
/**
|
|
4350
|
-
* @internal
|
|
4351
|
-
*/
|
|
4352
|
-
const filterSensitiveLog: (obj: VirtualRouterRef) => any;
|
|
4353
|
-
}
|
|
4354
3410
|
/**
|
|
4355
3411
|
*
|
|
4356
3412
|
*/
|
|
@@ -4367,12 +3423,6 @@ export interface ListVirtualRoutersOutput {
|
|
|
4367
3423
|
*/
|
|
4368
3424
|
nextToken?: string;
|
|
4369
3425
|
}
|
|
4370
|
-
export declare namespace ListVirtualRoutersOutput {
|
|
4371
|
-
/**
|
|
4372
|
-
* @internal
|
|
4373
|
-
*/
|
|
4374
|
-
const filterSensitiveLog: (obj: ListVirtualRoutersOutput) => any;
|
|
4375
|
-
}
|
|
4376
3426
|
/**
|
|
4377
3427
|
* <p>An object that represents a target and its relative weight. Traffic is distributed
|
|
4378
3428
|
* across targets according to their relative weight. For example, a weighted target with a
|
|
@@ -4389,12 +3439,6 @@ export interface WeightedTarget {
|
|
|
4389
3439
|
*/
|
|
4390
3440
|
weight: number | undefined;
|
|
4391
3441
|
}
|
|
4392
|
-
export declare namespace WeightedTarget {
|
|
4393
|
-
/**
|
|
4394
|
-
* @internal
|
|
4395
|
-
*/
|
|
4396
|
-
const filterSensitiveLog: (obj: WeightedTarget) => any;
|
|
4397
|
-
}
|
|
4398
3442
|
/**
|
|
4399
3443
|
* <p>An object that represents the action to take if a match is determined.</p>
|
|
4400
3444
|
*/
|
|
@@ -4404,12 +3448,6 @@ export interface GrpcRouteAction {
|
|
|
4404
3448
|
*/
|
|
4405
3449
|
weightedTargets: WeightedTarget[] | undefined;
|
|
4406
3450
|
}
|
|
4407
|
-
export declare namespace GrpcRouteAction {
|
|
4408
|
-
/**
|
|
4409
|
-
* @internal
|
|
4410
|
-
*/
|
|
4411
|
-
const filterSensitiveLog: (obj: GrpcRouteAction) => any;
|
|
4412
|
-
}
|
|
4413
3451
|
/**
|
|
4414
3452
|
* <p>An object that represents the match method. Specify one of the match values.</p>
|
|
4415
3453
|
*/
|
|
@@ -4487,10 +3525,6 @@ export declare namespace GrpcRouteMetadataMatchMethod {
|
|
|
4487
3525
|
_: (name: string, value: any) => T;
|
|
4488
3526
|
}
|
|
4489
3527
|
const visit: <T>(value: GrpcRouteMetadataMatchMethod, visitor: Visitor<T>) => T;
|
|
4490
|
-
/**
|
|
4491
|
-
* @internal
|
|
4492
|
-
*/
|
|
4493
|
-
const filterSensitiveLog: (obj: GrpcRouteMetadataMatchMethod) => any;
|
|
4494
3528
|
}
|
|
4495
3529
|
/**
|
|
4496
3530
|
* <p>An object that represents the match metadata for the route.</p>
|
|
@@ -4509,12 +3543,6 @@ export interface GrpcRouteMetadata {
|
|
|
4509
3543
|
*/
|
|
4510
3544
|
match?: GrpcRouteMetadataMatchMethod;
|
|
4511
3545
|
}
|
|
4512
|
-
export declare namespace GrpcRouteMetadata {
|
|
4513
|
-
/**
|
|
4514
|
-
* @internal
|
|
4515
|
-
*/
|
|
4516
|
-
const filterSensitiveLog: (obj: GrpcRouteMetadata) => any;
|
|
4517
|
-
}
|
|
4518
3546
|
/**
|
|
4519
3547
|
* <p>An object that represents the criteria for determining a request match.</p>
|
|
4520
3548
|
*/
|
|
@@ -4533,12 +3561,6 @@ export interface GrpcRouteMatch {
|
|
|
4533
3561
|
*/
|
|
4534
3562
|
metadata?: GrpcRouteMetadata[];
|
|
4535
3563
|
}
|
|
4536
|
-
export declare namespace GrpcRouteMatch {
|
|
4537
|
-
/**
|
|
4538
|
-
* @internal
|
|
4539
|
-
*/
|
|
4540
|
-
const filterSensitiveLog: (obj: GrpcRouteMatch) => any;
|
|
4541
|
-
}
|
|
4542
3564
|
export declare enum GrpcRetryPolicyEvent {
|
|
4543
3565
|
CANCELLED = "cancelled",
|
|
4544
3566
|
DEADLINE_EXCEEDED = "deadline-exceeded",
|
|
@@ -4597,12 +3619,6 @@ export interface GrpcRetryPolicy {
|
|
|
4597
3619
|
*/
|
|
4598
3620
|
grpcRetryEvents?: (GrpcRetryPolicyEvent | string)[];
|
|
4599
3621
|
}
|
|
4600
|
-
export declare namespace GrpcRetryPolicy {
|
|
4601
|
-
/**
|
|
4602
|
-
* @internal
|
|
4603
|
-
*/
|
|
4604
|
-
const filterSensitiveLog: (obj: GrpcRetryPolicy) => any;
|
|
4605
|
-
}
|
|
4606
3622
|
/**
|
|
4607
3623
|
* <p>An object that represents a gRPC route type.</p>
|
|
4608
3624
|
*/
|
|
@@ -4624,12 +3640,6 @@ export interface GrpcRoute {
|
|
|
4624
3640
|
*/
|
|
4625
3641
|
timeout?: GrpcTimeout;
|
|
4626
3642
|
}
|
|
4627
|
-
export declare namespace GrpcRoute {
|
|
4628
|
-
/**
|
|
4629
|
-
* @internal
|
|
4630
|
-
*/
|
|
4631
|
-
const filterSensitiveLog: (obj: GrpcRoute) => any;
|
|
4632
|
-
}
|
|
4633
3643
|
/**
|
|
4634
3644
|
* <p>An object that represents the action to take if a match is determined.</p>
|
|
4635
3645
|
*/
|
|
@@ -4639,12 +3649,6 @@ export interface HttpRouteAction {
|
|
|
4639
3649
|
*/
|
|
4640
3650
|
weightedTargets: WeightedTarget[] | undefined;
|
|
4641
3651
|
}
|
|
4642
|
-
export declare namespace HttpRouteAction {
|
|
4643
|
-
/**
|
|
4644
|
-
* @internal
|
|
4645
|
-
*/
|
|
4646
|
-
const filterSensitiveLog: (obj: HttpRouteAction) => any;
|
|
4647
|
-
}
|
|
4648
3652
|
/**
|
|
4649
3653
|
* <p>An object that represents the HTTP header in the request.</p>
|
|
4650
3654
|
*/
|
|
@@ -4662,12 +3666,6 @@ export interface HttpRouteHeader {
|
|
|
4662
3666
|
*/
|
|
4663
3667
|
match?: HeaderMatchMethod;
|
|
4664
3668
|
}
|
|
4665
|
-
export declare namespace HttpRouteHeader {
|
|
4666
|
-
/**
|
|
4667
|
-
* @internal
|
|
4668
|
-
*/
|
|
4669
|
-
const filterSensitiveLog: (obj: HttpRouteHeader) => any;
|
|
4670
|
-
}
|
|
4671
3669
|
export declare enum HttpScheme {
|
|
4672
3670
|
HTTP = "http",
|
|
4673
3671
|
HTTPS = "https"
|
|
@@ -4708,12 +3706,6 @@ export interface HttpRouteMatch {
|
|
|
4708
3706
|
*/
|
|
4709
3707
|
headers?: HttpRouteHeader[];
|
|
4710
3708
|
}
|
|
4711
|
-
export declare namespace HttpRouteMatch {
|
|
4712
|
-
/**
|
|
4713
|
-
* @internal
|
|
4714
|
-
*/
|
|
4715
|
-
const filterSensitiveLog: (obj: HttpRouteMatch) => any;
|
|
4716
|
-
}
|
|
4717
3709
|
/**
|
|
4718
3710
|
* <p>An object that represents a retry policy. Specify at least one value for at least one of the types of <code>RetryEvents</code>, a value for <code>maxRetries</code>, and a value for <code>perRetryTimeout</code>.
|
|
4719
3711
|
* Both <code>server-error</code> and <code>gateway-error</code> under <code>httpRetryEvents</code> include the Envoy <code>reset</code> policy. For more information on the
|
|
@@ -4758,12 +3750,6 @@ export interface HttpRetryPolicy {
|
|
|
4758
3750
|
*/
|
|
4759
3751
|
tcpRetryEvents?: (TcpRetryPolicyEvent | string)[];
|
|
4760
3752
|
}
|
|
4761
|
-
export declare namespace HttpRetryPolicy {
|
|
4762
|
-
/**
|
|
4763
|
-
* @internal
|
|
4764
|
-
*/
|
|
4765
|
-
const filterSensitiveLog: (obj: HttpRetryPolicy) => any;
|
|
4766
|
-
}
|
|
4767
3753
|
/**
|
|
4768
3754
|
* <p>An object that represents an HTTP or HTTP/2 route type.</p>
|
|
4769
3755
|
*/
|
|
@@ -4785,12 +3771,6 @@ export interface HttpRoute {
|
|
|
4785
3771
|
*/
|
|
4786
3772
|
timeout?: HttpTimeout;
|
|
4787
3773
|
}
|
|
4788
|
-
export declare namespace HttpRoute {
|
|
4789
|
-
/**
|
|
4790
|
-
* @internal
|
|
4791
|
-
*/
|
|
4792
|
-
const filterSensitiveLog: (obj: HttpRoute) => any;
|
|
4793
|
-
}
|
|
4794
3774
|
/**
|
|
4795
3775
|
* <p>An object that represents the action to take if a match is determined.</p>
|
|
4796
3776
|
*/
|
|
@@ -4800,12 +3780,6 @@ export interface TcpRouteAction {
|
|
|
4800
3780
|
*/
|
|
4801
3781
|
weightedTargets: WeightedTarget[] | undefined;
|
|
4802
3782
|
}
|
|
4803
|
-
export declare namespace TcpRouteAction {
|
|
4804
|
-
/**
|
|
4805
|
-
* @internal
|
|
4806
|
-
*/
|
|
4807
|
-
const filterSensitiveLog: (obj: TcpRouteAction) => any;
|
|
4808
|
-
}
|
|
4809
3783
|
/**
|
|
4810
3784
|
* <p>An object that represents a TCP route type.</p>
|
|
4811
3785
|
*/
|
|
@@ -4819,12 +3793,6 @@ export interface TcpRoute {
|
|
|
4819
3793
|
*/
|
|
4820
3794
|
timeout?: TcpTimeout;
|
|
4821
3795
|
}
|
|
4822
|
-
export declare namespace TcpRoute {
|
|
4823
|
-
/**
|
|
4824
|
-
* @internal
|
|
4825
|
-
*/
|
|
4826
|
-
const filterSensitiveLog: (obj: TcpRoute) => any;
|
|
4827
|
-
}
|
|
4828
3796
|
/**
|
|
4829
3797
|
* <p>An object that represents a route specification. Specify one route type.</p>
|
|
4830
3798
|
*/
|
|
@@ -4851,12 +3819,6 @@ export interface RouteSpec {
|
|
|
4851
3819
|
*/
|
|
4852
3820
|
grpcRoute?: GrpcRoute;
|
|
4853
3821
|
}
|
|
4854
|
-
export declare namespace RouteSpec {
|
|
4855
|
-
/**
|
|
4856
|
-
* @internal
|
|
4857
|
-
*/
|
|
4858
|
-
const filterSensitiveLog: (obj: RouteSpec) => any;
|
|
4859
|
-
}
|
|
4860
3822
|
/**
|
|
4861
3823
|
*
|
|
4862
3824
|
*/
|
|
@@ -4897,12 +3859,6 @@ export interface CreateRouteInput {
|
|
|
4897
3859
|
*/
|
|
4898
3860
|
meshOwner?: string;
|
|
4899
3861
|
}
|
|
4900
|
-
export declare namespace CreateRouteInput {
|
|
4901
|
-
/**
|
|
4902
|
-
* @internal
|
|
4903
|
-
*/
|
|
4904
|
-
const filterSensitiveLog: (obj: CreateRouteInput) => any;
|
|
4905
|
-
}
|
|
4906
3862
|
export declare enum RouteStatusCode {
|
|
4907
3863
|
ACTIVE = "ACTIVE",
|
|
4908
3864
|
DELETED = "DELETED",
|
|
@@ -4917,12 +3873,6 @@ export interface RouteStatus {
|
|
|
4917
3873
|
*/
|
|
4918
3874
|
status: RouteStatusCode | string | undefined;
|
|
4919
3875
|
}
|
|
4920
|
-
export declare namespace RouteStatus {
|
|
4921
|
-
/**
|
|
4922
|
-
* @internal
|
|
4923
|
-
*/
|
|
4924
|
-
const filterSensitiveLog: (obj: RouteStatus) => any;
|
|
4925
|
-
}
|
|
4926
3876
|
/**
|
|
4927
3877
|
* <p>An object that represents a route returned by a describe operation.</p>
|
|
4928
3878
|
*/
|
|
@@ -4952,12 +3902,6 @@ export interface RouteData {
|
|
|
4952
3902
|
*/
|
|
4953
3903
|
status: RouteStatus | undefined;
|
|
4954
3904
|
}
|
|
4955
|
-
export declare namespace RouteData {
|
|
4956
|
-
/**
|
|
4957
|
-
* @internal
|
|
4958
|
-
*/
|
|
4959
|
-
const filterSensitiveLog: (obj: RouteData) => any;
|
|
4960
|
-
}
|
|
4961
3905
|
/**
|
|
4962
3906
|
*
|
|
4963
3907
|
*/
|
|
@@ -4967,12 +3911,6 @@ export interface CreateRouteOutput {
|
|
|
4967
3911
|
*/
|
|
4968
3912
|
route: RouteData | undefined;
|
|
4969
3913
|
}
|
|
4970
|
-
export declare namespace CreateRouteOutput {
|
|
4971
|
-
/**
|
|
4972
|
-
* @internal
|
|
4973
|
-
*/
|
|
4974
|
-
const filterSensitiveLog: (obj: CreateRouteOutput) => any;
|
|
4975
|
-
}
|
|
4976
3914
|
/**
|
|
4977
3915
|
*
|
|
4978
3916
|
*/
|
|
@@ -4995,12 +3933,6 @@ export interface DeleteRouteInput {
|
|
|
4995
3933
|
*/
|
|
4996
3934
|
meshOwner?: string;
|
|
4997
3935
|
}
|
|
4998
|
-
export declare namespace DeleteRouteInput {
|
|
4999
|
-
/**
|
|
5000
|
-
* @internal
|
|
5001
|
-
*/
|
|
5002
|
-
const filterSensitiveLog: (obj: DeleteRouteInput) => any;
|
|
5003
|
-
}
|
|
5004
3936
|
/**
|
|
5005
3937
|
*
|
|
5006
3938
|
*/
|
|
@@ -5010,12 +3942,6 @@ export interface DeleteRouteOutput {
|
|
|
5010
3942
|
*/
|
|
5011
3943
|
route: RouteData | undefined;
|
|
5012
3944
|
}
|
|
5013
|
-
export declare namespace DeleteRouteOutput {
|
|
5014
|
-
/**
|
|
5015
|
-
* @internal
|
|
5016
|
-
*/
|
|
5017
|
-
const filterSensitiveLog: (obj: DeleteRouteOutput) => any;
|
|
5018
|
-
}
|
|
5019
3945
|
/**
|
|
5020
3946
|
*
|
|
5021
3947
|
*/
|
|
@@ -5038,12 +3964,6 @@ export interface DescribeRouteInput {
|
|
|
5038
3964
|
*/
|
|
5039
3965
|
virtualRouterName: string | undefined;
|
|
5040
3966
|
}
|
|
5041
|
-
export declare namespace DescribeRouteInput {
|
|
5042
|
-
/**
|
|
5043
|
-
* @internal
|
|
5044
|
-
*/
|
|
5045
|
-
const filterSensitiveLog: (obj: DescribeRouteInput) => any;
|
|
5046
|
-
}
|
|
5047
3967
|
/**
|
|
5048
3968
|
*
|
|
5049
3969
|
*/
|
|
@@ -5053,12 +3973,6 @@ export interface DescribeRouteOutput {
|
|
|
5053
3973
|
*/
|
|
5054
3974
|
route: RouteData | undefined;
|
|
5055
3975
|
}
|
|
5056
|
-
export declare namespace DescribeRouteOutput {
|
|
5057
|
-
/**
|
|
5058
|
-
* @internal
|
|
5059
|
-
*/
|
|
5060
|
-
const filterSensitiveLog: (obj: DescribeRouteOutput) => any;
|
|
5061
|
-
}
|
|
5062
3976
|
/**
|
|
5063
3977
|
*
|
|
5064
3978
|
*/
|
|
@@ -5095,12 +4009,6 @@ export interface ListRoutesInput {
|
|
|
5095
4009
|
*/
|
|
5096
4010
|
meshOwner?: string;
|
|
5097
4011
|
}
|
|
5098
|
-
export declare namespace ListRoutesInput {
|
|
5099
|
-
/**
|
|
5100
|
-
* @internal
|
|
5101
|
-
*/
|
|
5102
|
-
const filterSensitiveLog: (obj: ListRoutesInput) => any;
|
|
5103
|
-
}
|
|
5104
4012
|
/**
|
|
5105
4013
|
* <p>An object that represents a route returned by a list operation.</p>
|
|
5106
4014
|
*/
|
|
@@ -5144,12 +4052,6 @@ export interface RouteRef {
|
|
|
5144
4052
|
*/
|
|
5145
4053
|
lastUpdatedAt: Date | undefined;
|
|
5146
4054
|
}
|
|
5147
|
-
export declare namespace RouteRef {
|
|
5148
|
-
/**
|
|
5149
|
-
* @internal
|
|
5150
|
-
*/
|
|
5151
|
-
const filterSensitiveLog: (obj: RouteRef) => any;
|
|
5152
|
-
}
|
|
5153
4055
|
/**
|
|
5154
4056
|
*
|
|
5155
4057
|
*/
|
|
@@ -5166,12 +4068,6 @@ export interface ListRoutesOutput {
|
|
|
5166
4068
|
*/
|
|
5167
4069
|
nextToken?: string;
|
|
5168
4070
|
}
|
|
5169
|
-
export declare namespace ListRoutesOutput {
|
|
5170
|
-
/**
|
|
5171
|
-
* @internal
|
|
5172
|
-
*/
|
|
5173
|
-
const filterSensitiveLog: (obj: ListRoutesOutput) => any;
|
|
5174
|
-
}
|
|
5175
4071
|
/**
|
|
5176
4072
|
*
|
|
5177
4073
|
*/
|
|
@@ -5203,12 +4099,6 @@ export interface UpdateRouteInput {
|
|
|
5203
4099
|
*/
|
|
5204
4100
|
meshOwner?: string;
|
|
5205
4101
|
}
|
|
5206
|
-
export declare namespace UpdateRouteInput {
|
|
5207
|
-
/**
|
|
5208
|
-
* @internal
|
|
5209
|
-
*/
|
|
5210
|
-
const filterSensitiveLog: (obj: UpdateRouteInput) => any;
|
|
5211
|
-
}
|
|
5212
4102
|
/**
|
|
5213
4103
|
*
|
|
5214
4104
|
*/
|
|
@@ -5218,12 +4108,6 @@ export interface UpdateRouteOutput {
|
|
|
5218
4108
|
*/
|
|
5219
4109
|
route: RouteData | undefined;
|
|
5220
4110
|
}
|
|
5221
|
-
export declare namespace UpdateRouteOutput {
|
|
5222
|
-
/**
|
|
5223
|
-
* @internal
|
|
5224
|
-
*/
|
|
5225
|
-
const filterSensitiveLog: (obj: UpdateRouteOutput) => any;
|
|
5226
|
-
}
|
|
5227
4111
|
/**
|
|
5228
4112
|
*
|
|
5229
4113
|
*/
|
|
@@ -5251,12 +4135,6 @@ export interface UpdateVirtualRouterInput {
|
|
|
5251
4135
|
*/
|
|
5252
4136
|
meshOwner?: string;
|
|
5253
4137
|
}
|
|
5254
|
-
export declare namespace UpdateVirtualRouterInput {
|
|
5255
|
-
/**
|
|
5256
|
-
* @internal
|
|
5257
|
-
*/
|
|
5258
|
-
const filterSensitiveLog: (obj: UpdateVirtualRouterInput) => any;
|
|
5259
|
-
}
|
|
5260
4138
|
/**
|
|
5261
4139
|
*
|
|
5262
4140
|
*/
|
|
@@ -5266,12 +4144,6 @@ export interface UpdateVirtualRouterOutput {
|
|
|
5266
4144
|
*/
|
|
5267
4145
|
virtualRouter: VirtualRouterData | undefined;
|
|
5268
4146
|
}
|
|
5269
|
-
export declare namespace UpdateVirtualRouterOutput {
|
|
5270
|
-
/**
|
|
5271
|
-
* @internal
|
|
5272
|
-
*/
|
|
5273
|
-
const filterSensitiveLog: (obj: UpdateVirtualRouterOutput) => any;
|
|
5274
|
-
}
|
|
5275
4147
|
/**
|
|
5276
4148
|
* <p>An object that represents a virtual node service provider.</p>
|
|
5277
4149
|
*/
|
|
@@ -5281,12 +4153,6 @@ export interface VirtualNodeServiceProvider {
|
|
|
5281
4153
|
*/
|
|
5282
4154
|
virtualNodeName: string | undefined;
|
|
5283
4155
|
}
|
|
5284
|
-
export declare namespace VirtualNodeServiceProvider {
|
|
5285
|
-
/**
|
|
5286
|
-
* @internal
|
|
5287
|
-
*/
|
|
5288
|
-
const filterSensitiveLog: (obj: VirtualNodeServiceProvider) => any;
|
|
5289
|
-
}
|
|
5290
4156
|
/**
|
|
5291
4157
|
* <p>An object that represents a virtual node service provider.</p>
|
|
5292
4158
|
*/
|
|
@@ -5296,12 +4162,6 @@ export interface VirtualRouterServiceProvider {
|
|
|
5296
4162
|
*/
|
|
5297
4163
|
virtualRouterName: string | undefined;
|
|
5298
4164
|
}
|
|
5299
|
-
export declare namespace VirtualRouterServiceProvider {
|
|
5300
|
-
/**
|
|
5301
|
-
* @internal
|
|
5302
|
-
*/
|
|
5303
|
-
const filterSensitiveLog: (obj: VirtualRouterServiceProvider) => any;
|
|
5304
|
-
}
|
|
5305
4165
|
/**
|
|
5306
4166
|
* <p>An object that represents the provider for a virtual service.</p>
|
|
5307
4167
|
*/
|
|
@@ -5334,10 +4194,6 @@ export declare namespace VirtualServiceProvider {
|
|
|
5334
4194
|
_: (name: string, value: any) => T;
|
|
5335
4195
|
}
|
|
5336
4196
|
const visit: <T>(value: VirtualServiceProvider, visitor: Visitor<T>) => T;
|
|
5337
|
-
/**
|
|
5338
|
-
* @internal
|
|
5339
|
-
*/
|
|
5340
|
-
const filterSensitiveLog: (obj: VirtualServiceProvider) => any;
|
|
5341
4197
|
}
|
|
5342
4198
|
/**
|
|
5343
4199
|
* <p>An object that represents the specification of a virtual service.</p>
|
|
@@ -5349,12 +4205,6 @@ export interface VirtualServiceSpec {
|
|
|
5349
4205
|
*/
|
|
5350
4206
|
provider?: VirtualServiceProvider;
|
|
5351
4207
|
}
|
|
5352
|
-
export declare namespace VirtualServiceSpec {
|
|
5353
|
-
/**
|
|
5354
|
-
* @internal
|
|
5355
|
-
*/
|
|
5356
|
-
const filterSensitiveLog: (obj: VirtualServiceSpec) => any;
|
|
5357
|
-
}
|
|
5358
4208
|
/**
|
|
5359
4209
|
*
|
|
5360
4210
|
*/
|
|
@@ -5390,12 +4240,6 @@ export interface CreateVirtualServiceInput {
|
|
|
5390
4240
|
*/
|
|
5391
4241
|
meshOwner?: string;
|
|
5392
4242
|
}
|
|
5393
|
-
export declare namespace CreateVirtualServiceInput {
|
|
5394
|
-
/**
|
|
5395
|
-
* @internal
|
|
5396
|
-
*/
|
|
5397
|
-
const filterSensitiveLog: (obj: CreateVirtualServiceInput) => any;
|
|
5398
|
-
}
|
|
5399
4243
|
export declare enum VirtualServiceStatusCode {
|
|
5400
4244
|
ACTIVE = "ACTIVE",
|
|
5401
4245
|
DELETED = "DELETED",
|
|
@@ -5410,12 +4254,6 @@ export interface VirtualServiceStatus {
|
|
|
5410
4254
|
*/
|
|
5411
4255
|
status: VirtualServiceStatusCode | string | undefined;
|
|
5412
4256
|
}
|
|
5413
|
-
export declare namespace VirtualServiceStatus {
|
|
5414
|
-
/**
|
|
5415
|
-
* @internal
|
|
5416
|
-
*/
|
|
5417
|
-
const filterSensitiveLog: (obj: VirtualServiceStatus) => any;
|
|
5418
|
-
}
|
|
5419
4257
|
/**
|
|
5420
4258
|
* <p>An object that represents a virtual service returned by a describe operation.</p>
|
|
5421
4259
|
*/
|
|
@@ -5441,12 +4279,6 @@ export interface VirtualServiceData {
|
|
|
5441
4279
|
*/
|
|
5442
4280
|
status: VirtualServiceStatus | undefined;
|
|
5443
4281
|
}
|
|
5444
|
-
export declare namespace VirtualServiceData {
|
|
5445
|
-
/**
|
|
5446
|
-
* @internal
|
|
5447
|
-
*/
|
|
5448
|
-
const filterSensitiveLog: (obj: VirtualServiceData) => any;
|
|
5449
|
-
}
|
|
5450
4282
|
/**
|
|
5451
4283
|
*
|
|
5452
4284
|
*/
|
|
@@ -5456,12 +4288,6 @@ export interface CreateVirtualServiceOutput {
|
|
|
5456
4288
|
*/
|
|
5457
4289
|
virtualService: VirtualServiceData | undefined;
|
|
5458
4290
|
}
|
|
5459
|
-
export declare namespace CreateVirtualServiceOutput {
|
|
5460
|
-
/**
|
|
5461
|
-
* @internal
|
|
5462
|
-
*/
|
|
5463
|
-
const filterSensitiveLog: (obj: CreateVirtualServiceOutput) => any;
|
|
5464
|
-
}
|
|
5465
4291
|
/**
|
|
5466
4292
|
*
|
|
5467
4293
|
*/
|
|
@@ -5480,12 +4306,6 @@ export interface DeleteVirtualServiceInput {
|
|
|
5480
4306
|
*/
|
|
5481
4307
|
meshOwner?: string;
|
|
5482
4308
|
}
|
|
5483
|
-
export declare namespace DeleteVirtualServiceInput {
|
|
5484
|
-
/**
|
|
5485
|
-
* @internal
|
|
5486
|
-
*/
|
|
5487
|
-
const filterSensitiveLog: (obj: DeleteVirtualServiceInput) => any;
|
|
5488
|
-
}
|
|
5489
4309
|
/**
|
|
5490
4310
|
*
|
|
5491
4311
|
*/
|
|
@@ -5495,12 +4315,6 @@ export interface DeleteVirtualServiceOutput {
|
|
|
5495
4315
|
*/
|
|
5496
4316
|
virtualService: VirtualServiceData | undefined;
|
|
5497
4317
|
}
|
|
5498
|
-
export declare namespace DeleteVirtualServiceOutput {
|
|
5499
|
-
/**
|
|
5500
|
-
* @internal
|
|
5501
|
-
*/
|
|
5502
|
-
const filterSensitiveLog: (obj: DeleteVirtualServiceOutput) => any;
|
|
5503
|
-
}
|
|
5504
4318
|
/**
|
|
5505
4319
|
*
|
|
5506
4320
|
*/
|
|
@@ -5519,12 +4333,6 @@ export interface DescribeVirtualServiceInput {
|
|
|
5519
4333
|
*/
|
|
5520
4334
|
meshOwner?: string;
|
|
5521
4335
|
}
|
|
5522
|
-
export declare namespace DescribeVirtualServiceInput {
|
|
5523
|
-
/**
|
|
5524
|
-
* @internal
|
|
5525
|
-
*/
|
|
5526
|
-
const filterSensitiveLog: (obj: DescribeVirtualServiceInput) => any;
|
|
5527
|
-
}
|
|
5528
4336
|
/**
|
|
5529
4337
|
*
|
|
5530
4338
|
*/
|
|
@@ -5534,12 +4342,6 @@ export interface DescribeVirtualServiceOutput {
|
|
|
5534
4342
|
*/
|
|
5535
4343
|
virtualService: VirtualServiceData | undefined;
|
|
5536
4344
|
}
|
|
5537
|
-
export declare namespace DescribeVirtualServiceOutput {
|
|
5538
|
-
/**
|
|
5539
|
-
* @internal
|
|
5540
|
-
*/
|
|
5541
|
-
const filterSensitiveLog: (obj: DescribeVirtualServiceOutput) => any;
|
|
5542
|
-
}
|
|
5543
4345
|
/**
|
|
5544
4346
|
*
|
|
5545
4347
|
*/
|
|
@@ -5572,12 +4374,6 @@ export interface ListVirtualServicesInput {
|
|
|
5572
4374
|
*/
|
|
5573
4375
|
meshOwner?: string;
|
|
5574
4376
|
}
|
|
5575
|
-
export declare namespace ListVirtualServicesInput {
|
|
5576
|
-
/**
|
|
5577
|
-
* @internal
|
|
5578
|
-
*/
|
|
5579
|
-
const filterSensitiveLog: (obj: ListVirtualServicesInput) => any;
|
|
5580
|
-
}
|
|
5581
4377
|
/**
|
|
5582
4378
|
* <p>An object that represents a virtual service returned by a list operation.</p>
|
|
5583
4379
|
*/
|
|
@@ -5617,12 +4413,6 @@ export interface VirtualServiceRef {
|
|
|
5617
4413
|
*/
|
|
5618
4414
|
lastUpdatedAt: Date | undefined;
|
|
5619
4415
|
}
|
|
5620
|
-
export declare namespace VirtualServiceRef {
|
|
5621
|
-
/**
|
|
5622
|
-
* @internal
|
|
5623
|
-
*/
|
|
5624
|
-
const filterSensitiveLog: (obj: VirtualServiceRef) => any;
|
|
5625
|
-
}
|
|
5626
4416
|
/**
|
|
5627
4417
|
*
|
|
5628
4418
|
*/
|
|
@@ -5639,12 +4429,6 @@ export interface ListVirtualServicesOutput {
|
|
|
5639
4429
|
*/
|
|
5640
4430
|
nextToken?: string;
|
|
5641
4431
|
}
|
|
5642
|
-
export declare namespace ListVirtualServicesOutput {
|
|
5643
|
-
/**
|
|
5644
|
-
* @internal
|
|
5645
|
-
*/
|
|
5646
|
-
const filterSensitiveLog: (obj: ListVirtualServicesOutput) => any;
|
|
5647
|
-
}
|
|
5648
4432
|
/**
|
|
5649
4433
|
*
|
|
5650
4434
|
*/
|
|
@@ -5673,12 +4457,6 @@ export interface UpdateVirtualServiceInput {
|
|
|
5673
4457
|
*/
|
|
5674
4458
|
meshOwner?: string;
|
|
5675
4459
|
}
|
|
5676
|
-
export declare namespace UpdateVirtualServiceInput {
|
|
5677
|
-
/**
|
|
5678
|
-
* @internal
|
|
5679
|
-
*/
|
|
5680
|
-
const filterSensitiveLog: (obj: UpdateVirtualServiceInput) => any;
|
|
5681
|
-
}
|
|
5682
4460
|
/**
|
|
5683
4461
|
*
|
|
5684
4462
|
*/
|
|
@@ -5688,12 +4466,6 @@ export interface UpdateVirtualServiceOutput {
|
|
|
5688
4466
|
*/
|
|
5689
4467
|
virtualService: VirtualServiceData | undefined;
|
|
5690
4468
|
}
|
|
5691
|
-
export declare namespace UpdateVirtualServiceOutput {
|
|
5692
|
-
/**
|
|
5693
|
-
* @internal
|
|
5694
|
-
*/
|
|
5695
|
-
const filterSensitiveLog: (obj: UpdateVirtualServiceOutput) => any;
|
|
5696
|
-
}
|
|
5697
4469
|
/**
|
|
5698
4470
|
*
|
|
5699
4471
|
*/
|
|
@@ -5709,23 +4481,11 @@ export interface TagResourceInput {
|
|
|
5709
4481
|
*/
|
|
5710
4482
|
tags: TagRef[] | undefined;
|
|
5711
4483
|
}
|
|
5712
|
-
export declare namespace TagResourceInput {
|
|
5713
|
-
/**
|
|
5714
|
-
* @internal
|
|
5715
|
-
*/
|
|
5716
|
-
const filterSensitiveLog: (obj: TagResourceInput) => any;
|
|
5717
|
-
}
|
|
5718
4484
|
/**
|
|
5719
4485
|
*
|
|
5720
4486
|
*/
|
|
5721
4487
|
export interface TagResourceOutput {
|
|
5722
4488
|
}
|
|
5723
|
-
export declare namespace TagResourceOutput {
|
|
5724
|
-
/**
|
|
5725
|
-
* @internal
|
|
5726
|
-
*/
|
|
5727
|
-
const filterSensitiveLog: (obj: TagResourceOutput) => any;
|
|
5728
|
-
}
|
|
5729
4489
|
/**
|
|
5730
4490
|
* <p>The request exceeds the maximum allowed number of tags allowed per resource. The current
|
|
5731
4491
|
* limit is 50 user tags per resource. You must reduce the number of tags in the request. None
|
|
@@ -5752,20 +4512,868 @@ export interface UntagResourceInput {
|
|
|
5752
4512
|
*/
|
|
5753
4513
|
tagKeys: string[] | undefined;
|
|
5754
4514
|
}
|
|
5755
|
-
export declare namespace UntagResourceInput {
|
|
5756
|
-
/**
|
|
5757
|
-
* @internal
|
|
5758
|
-
*/
|
|
5759
|
-
const filterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
5760
|
-
}
|
|
5761
4515
|
/**
|
|
5762
4516
|
*
|
|
5763
4517
|
*/
|
|
5764
4518
|
export interface UntagResourceOutput {
|
|
5765
4519
|
}
|
|
5766
|
-
|
|
5767
|
-
|
|
5768
|
-
|
|
5769
|
-
|
|
5770
|
-
|
|
5771
|
-
|
|
4520
|
+
/**
|
|
4521
|
+
* @internal
|
|
4522
|
+
*/
|
|
4523
|
+
export declare const FileAccessLogFilterSensitiveLog: (obj: FileAccessLog) => any;
|
|
4524
|
+
/**
|
|
4525
|
+
* @internal
|
|
4526
|
+
*/
|
|
4527
|
+
export declare const AccessLogFilterSensitiveLog: (obj: AccessLog) => any;
|
|
4528
|
+
/**
|
|
4529
|
+
* @internal
|
|
4530
|
+
*/
|
|
4531
|
+
export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
|
|
4532
|
+
/**
|
|
4533
|
+
* @internal
|
|
4534
|
+
*/
|
|
4535
|
+
export declare const TagRefFilterSensitiveLog: (obj: TagRef) => any;
|
|
4536
|
+
/**
|
|
4537
|
+
* @internal
|
|
4538
|
+
*/
|
|
4539
|
+
export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
|
|
4540
|
+
/**
|
|
4541
|
+
* @internal
|
|
4542
|
+
*/
|
|
4543
|
+
export declare const EgressFilterFilterSensitiveLog: (obj: EgressFilter) => any;
|
|
4544
|
+
/**
|
|
4545
|
+
* @internal
|
|
4546
|
+
*/
|
|
4547
|
+
export declare const MeshServiceDiscoveryFilterSensitiveLog: (obj: MeshServiceDiscovery) => any;
|
|
4548
|
+
/**
|
|
4549
|
+
* @internal
|
|
4550
|
+
*/
|
|
4551
|
+
export declare const MeshSpecFilterSensitiveLog: (obj: MeshSpec) => any;
|
|
4552
|
+
/**
|
|
4553
|
+
* @internal
|
|
4554
|
+
*/
|
|
4555
|
+
export declare const CreateMeshInputFilterSensitiveLog: (obj: CreateMeshInput) => any;
|
|
4556
|
+
/**
|
|
4557
|
+
* @internal
|
|
4558
|
+
*/
|
|
4559
|
+
export declare const ResourceMetadataFilterSensitiveLog: (obj: ResourceMetadata) => any;
|
|
4560
|
+
/**
|
|
4561
|
+
* @internal
|
|
4562
|
+
*/
|
|
4563
|
+
export declare const MeshStatusFilterSensitiveLog: (obj: MeshStatus) => any;
|
|
4564
|
+
/**
|
|
4565
|
+
* @internal
|
|
4566
|
+
*/
|
|
4567
|
+
export declare const MeshDataFilterSensitiveLog: (obj: MeshData) => any;
|
|
4568
|
+
/**
|
|
4569
|
+
* @internal
|
|
4570
|
+
*/
|
|
4571
|
+
export declare const CreateMeshOutputFilterSensitiveLog: (obj: CreateMeshOutput) => any;
|
|
4572
|
+
/**
|
|
4573
|
+
* @internal
|
|
4574
|
+
*/
|
|
4575
|
+
export declare const DeleteMeshInputFilterSensitiveLog: (obj: DeleteMeshInput) => any;
|
|
4576
|
+
/**
|
|
4577
|
+
* @internal
|
|
4578
|
+
*/
|
|
4579
|
+
export declare const DeleteMeshOutputFilterSensitiveLog: (obj: DeleteMeshOutput) => any;
|
|
4580
|
+
/**
|
|
4581
|
+
* @internal
|
|
4582
|
+
*/
|
|
4583
|
+
export declare const DescribeMeshInputFilterSensitiveLog: (obj: DescribeMeshInput) => any;
|
|
4584
|
+
/**
|
|
4585
|
+
* @internal
|
|
4586
|
+
*/
|
|
4587
|
+
export declare const DescribeMeshOutputFilterSensitiveLog: (obj: DescribeMeshOutput) => any;
|
|
4588
|
+
/**
|
|
4589
|
+
* @internal
|
|
4590
|
+
*/
|
|
4591
|
+
export declare const ListMeshesInputFilterSensitiveLog: (obj: ListMeshesInput) => any;
|
|
4592
|
+
/**
|
|
4593
|
+
* @internal
|
|
4594
|
+
*/
|
|
4595
|
+
export declare const MeshRefFilterSensitiveLog: (obj: MeshRef) => any;
|
|
4596
|
+
/**
|
|
4597
|
+
* @internal
|
|
4598
|
+
*/
|
|
4599
|
+
export declare const ListMeshesOutputFilterSensitiveLog: (obj: ListMeshesOutput) => any;
|
|
4600
|
+
/**
|
|
4601
|
+
* @internal
|
|
4602
|
+
*/
|
|
4603
|
+
export declare const UpdateMeshInputFilterSensitiveLog: (obj: UpdateMeshInput) => any;
|
|
4604
|
+
/**
|
|
4605
|
+
* @internal
|
|
4606
|
+
*/
|
|
4607
|
+
export declare const UpdateMeshOutputFilterSensitiveLog: (obj: UpdateMeshOutput) => any;
|
|
4608
|
+
/**
|
|
4609
|
+
* @internal
|
|
4610
|
+
*/
|
|
4611
|
+
export declare const VirtualGatewayListenerTlsFileCertificateFilterSensitiveLog: (obj: VirtualGatewayListenerTlsFileCertificate) => any;
|
|
4612
|
+
/**
|
|
4613
|
+
* @internal
|
|
4614
|
+
*/
|
|
4615
|
+
export declare const VirtualGatewayListenerTlsSdsCertificateFilterSensitiveLog: (obj: VirtualGatewayListenerTlsSdsCertificate) => any;
|
|
4616
|
+
/**
|
|
4617
|
+
* @internal
|
|
4618
|
+
*/
|
|
4619
|
+
export declare const VirtualGatewayClientTlsCertificateFilterSensitiveLog: (obj: VirtualGatewayClientTlsCertificate) => any;
|
|
4620
|
+
/**
|
|
4621
|
+
* @internal
|
|
4622
|
+
*/
|
|
4623
|
+
export declare const SubjectAlternativeNameMatchersFilterSensitiveLog: (obj: SubjectAlternativeNameMatchers) => any;
|
|
4624
|
+
/**
|
|
4625
|
+
* @internal
|
|
4626
|
+
*/
|
|
4627
|
+
export declare const SubjectAlternativeNamesFilterSensitiveLog: (obj: SubjectAlternativeNames) => any;
|
|
4628
|
+
/**
|
|
4629
|
+
* @internal
|
|
4630
|
+
*/
|
|
4631
|
+
export declare const VirtualGatewayTlsValidationContextAcmTrustFilterSensitiveLog: (obj: VirtualGatewayTlsValidationContextAcmTrust) => any;
|
|
4632
|
+
/**
|
|
4633
|
+
* @internal
|
|
4634
|
+
*/
|
|
4635
|
+
export declare const VirtualGatewayTlsValidationContextFileTrustFilterSensitiveLog: (obj: VirtualGatewayTlsValidationContextFileTrust) => any;
|
|
4636
|
+
/**
|
|
4637
|
+
* @internal
|
|
4638
|
+
*/
|
|
4639
|
+
export declare const VirtualGatewayTlsValidationContextSdsTrustFilterSensitiveLog: (obj: VirtualGatewayTlsValidationContextSdsTrust) => any;
|
|
4640
|
+
/**
|
|
4641
|
+
* @internal
|
|
4642
|
+
*/
|
|
4643
|
+
export declare const VirtualGatewayTlsValidationContextTrustFilterSensitiveLog: (obj: VirtualGatewayTlsValidationContextTrust) => any;
|
|
4644
|
+
/**
|
|
4645
|
+
* @internal
|
|
4646
|
+
*/
|
|
4647
|
+
export declare const VirtualGatewayTlsValidationContextFilterSensitiveLog: (obj: VirtualGatewayTlsValidationContext) => any;
|
|
4648
|
+
/**
|
|
4649
|
+
* @internal
|
|
4650
|
+
*/
|
|
4651
|
+
export declare const VirtualGatewayClientPolicyTlsFilterSensitiveLog: (obj: VirtualGatewayClientPolicyTls) => any;
|
|
4652
|
+
/**
|
|
4653
|
+
* @internal
|
|
4654
|
+
*/
|
|
4655
|
+
export declare const VirtualGatewayClientPolicyFilterSensitiveLog: (obj: VirtualGatewayClientPolicy) => any;
|
|
4656
|
+
/**
|
|
4657
|
+
* @internal
|
|
4658
|
+
*/
|
|
4659
|
+
export declare const VirtualGatewayBackendDefaultsFilterSensitiveLog: (obj: VirtualGatewayBackendDefaults) => any;
|
|
4660
|
+
/**
|
|
4661
|
+
* @internal
|
|
4662
|
+
*/
|
|
4663
|
+
export declare const VirtualGatewayGrpcConnectionPoolFilterSensitiveLog: (obj: VirtualGatewayGrpcConnectionPool) => any;
|
|
4664
|
+
/**
|
|
4665
|
+
* @internal
|
|
4666
|
+
*/
|
|
4667
|
+
export declare const VirtualGatewayHttpConnectionPoolFilterSensitiveLog: (obj: VirtualGatewayHttpConnectionPool) => any;
|
|
4668
|
+
/**
|
|
4669
|
+
* @internal
|
|
4670
|
+
*/
|
|
4671
|
+
export declare const VirtualGatewayHttp2ConnectionPoolFilterSensitiveLog: (obj: VirtualGatewayHttp2ConnectionPool) => any;
|
|
4672
|
+
/**
|
|
4673
|
+
* @internal
|
|
4674
|
+
*/
|
|
4675
|
+
export declare const VirtualGatewayConnectionPoolFilterSensitiveLog: (obj: VirtualGatewayConnectionPool) => any;
|
|
4676
|
+
/**
|
|
4677
|
+
* @internal
|
|
4678
|
+
*/
|
|
4679
|
+
export declare const VirtualGatewayHealthCheckPolicyFilterSensitiveLog: (obj: VirtualGatewayHealthCheckPolicy) => any;
|
|
4680
|
+
/**
|
|
4681
|
+
* @internal
|
|
4682
|
+
*/
|
|
4683
|
+
export declare const VirtualGatewayPortMappingFilterSensitiveLog: (obj: VirtualGatewayPortMapping) => any;
|
|
4684
|
+
/**
|
|
4685
|
+
* @internal
|
|
4686
|
+
*/
|
|
4687
|
+
export declare const VirtualGatewayListenerTlsAcmCertificateFilterSensitiveLog: (obj: VirtualGatewayListenerTlsAcmCertificate) => any;
|
|
4688
|
+
/**
|
|
4689
|
+
* @internal
|
|
4690
|
+
*/
|
|
4691
|
+
export declare const VirtualGatewayListenerTlsCertificateFilterSensitiveLog: (obj: VirtualGatewayListenerTlsCertificate) => any;
|
|
4692
|
+
/**
|
|
4693
|
+
* @internal
|
|
4694
|
+
*/
|
|
4695
|
+
export declare const VirtualGatewayListenerTlsValidationContextTrustFilterSensitiveLog: (obj: VirtualGatewayListenerTlsValidationContextTrust) => any;
|
|
4696
|
+
/**
|
|
4697
|
+
* @internal
|
|
4698
|
+
*/
|
|
4699
|
+
export declare const VirtualGatewayListenerTlsValidationContextFilterSensitiveLog: (obj: VirtualGatewayListenerTlsValidationContext) => any;
|
|
4700
|
+
/**
|
|
4701
|
+
* @internal
|
|
4702
|
+
*/
|
|
4703
|
+
export declare const VirtualGatewayListenerTlsFilterSensitiveLog: (obj: VirtualGatewayListenerTls) => any;
|
|
4704
|
+
/**
|
|
4705
|
+
* @internal
|
|
4706
|
+
*/
|
|
4707
|
+
export declare const VirtualGatewayListenerFilterSensitiveLog: (obj: VirtualGatewayListener) => any;
|
|
4708
|
+
/**
|
|
4709
|
+
* @internal
|
|
4710
|
+
*/
|
|
4711
|
+
export declare const VirtualGatewayFileAccessLogFilterSensitiveLog: (obj: VirtualGatewayFileAccessLog) => any;
|
|
4712
|
+
/**
|
|
4713
|
+
* @internal
|
|
4714
|
+
*/
|
|
4715
|
+
export declare const VirtualGatewayAccessLogFilterSensitiveLog: (obj: VirtualGatewayAccessLog) => any;
|
|
4716
|
+
/**
|
|
4717
|
+
* @internal
|
|
4718
|
+
*/
|
|
4719
|
+
export declare const VirtualGatewayLoggingFilterSensitiveLog: (obj: VirtualGatewayLogging) => any;
|
|
4720
|
+
/**
|
|
4721
|
+
* @internal
|
|
4722
|
+
*/
|
|
4723
|
+
export declare const VirtualGatewaySpecFilterSensitiveLog: (obj: VirtualGatewaySpec) => any;
|
|
4724
|
+
/**
|
|
4725
|
+
* @internal
|
|
4726
|
+
*/
|
|
4727
|
+
export declare const CreateVirtualGatewayInputFilterSensitiveLog: (obj: CreateVirtualGatewayInput) => any;
|
|
4728
|
+
/**
|
|
4729
|
+
* @internal
|
|
4730
|
+
*/
|
|
4731
|
+
export declare const VirtualGatewayStatusFilterSensitiveLog: (obj: VirtualGatewayStatus) => any;
|
|
4732
|
+
/**
|
|
4733
|
+
* @internal
|
|
4734
|
+
*/
|
|
4735
|
+
export declare const VirtualGatewayDataFilterSensitiveLog: (obj: VirtualGatewayData) => any;
|
|
4736
|
+
/**
|
|
4737
|
+
* @internal
|
|
4738
|
+
*/
|
|
4739
|
+
export declare const CreateVirtualGatewayOutputFilterSensitiveLog: (obj: CreateVirtualGatewayOutput) => any;
|
|
4740
|
+
/**
|
|
4741
|
+
* @internal
|
|
4742
|
+
*/
|
|
4743
|
+
export declare const DeleteVirtualGatewayInputFilterSensitiveLog: (obj: DeleteVirtualGatewayInput) => any;
|
|
4744
|
+
/**
|
|
4745
|
+
* @internal
|
|
4746
|
+
*/
|
|
4747
|
+
export declare const DeleteVirtualGatewayOutputFilterSensitiveLog: (obj: DeleteVirtualGatewayOutput) => any;
|
|
4748
|
+
/**
|
|
4749
|
+
* @internal
|
|
4750
|
+
*/
|
|
4751
|
+
export declare const DescribeVirtualGatewayInputFilterSensitiveLog: (obj: DescribeVirtualGatewayInput) => any;
|
|
4752
|
+
/**
|
|
4753
|
+
* @internal
|
|
4754
|
+
*/
|
|
4755
|
+
export declare const DescribeVirtualGatewayOutputFilterSensitiveLog: (obj: DescribeVirtualGatewayOutput) => any;
|
|
4756
|
+
/**
|
|
4757
|
+
* @internal
|
|
4758
|
+
*/
|
|
4759
|
+
export declare const GatewayRouteHostnameRewriteFilterSensitiveLog: (obj: GatewayRouteHostnameRewrite) => any;
|
|
4760
|
+
/**
|
|
4761
|
+
* @internal
|
|
4762
|
+
*/
|
|
4763
|
+
export declare const GrpcGatewayRouteRewriteFilterSensitiveLog: (obj: GrpcGatewayRouteRewrite) => any;
|
|
4764
|
+
/**
|
|
4765
|
+
* @internal
|
|
4766
|
+
*/
|
|
4767
|
+
export declare const GatewayRouteVirtualServiceFilterSensitiveLog: (obj: GatewayRouteVirtualService) => any;
|
|
4768
|
+
/**
|
|
4769
|
+
* @internal
|
|
4770
|
+
*/
|
|
4771
|
+
export declare const GatewayRouteTargetFilterSensitiveLog: (obj: GatewayRouteTarget) => any;
|
|
4772
|
+
/**
|
|
4773
|
+
* @internal
|
|
4774
|
+
*/
|
|
4775
|
+
export declare const GrpcGatewayRouteActionFilterSensitiveLog: (obj: GrpcGatewayRouteAction) => any;
|
|
4776
|
+
/**
|
|
4777
|
+
* @internal
|
|
4778
|
+
*/
|
|
4779
|
+
export declare const GatewayRouteHostnameMatchFilterSensitiveLog: (obj: GatewayRouteHostnameMatch) => any;
|
|
4780
|
+
/**
|
|
4781
|
+
* @internal
|
|
4782
|
+
*/
|
|
4783
|
+
export declare const MatchRangeFilterSensitiveLog: (obj: MatchRange) => any;
|
|
4784
|
+
/**
|
|
4785
|
+
* @internal
|
|
4786
|
+
*/
|
|
4787
|
+
export declare const GrpcMetadataMatchMethodFilterSensitiveLog: (obj: GrpcMetadataMatchMethod) => any;
|
|
4788
|
+
/**
|
|
4789
|
+
* @internal
|
|
4790
|
+
*/
|
|
4791
|
+
export declare const GrpcGatewayRouteMetadataFilterSensitiveLog: (obj: GrpcGatewayRouteMetadata) => any;
|
|
4792
|
+
/**
|
|
4793
|
+
* @internal
|
|
4794
|
+
*/
|
|
4795
|
+
export declare const GrpcGatewayRouteMatchFilterSensitiveLog: (obj: GrpcGatewayRouteMatch) => any;
|
|
4796
|
+
/**
|
|
4797
|
+
* @internal
|
|
4798
|
+
*/
|
|
4799
|
+
export declare const GrpcGatewayRouteFilterSensitiveLog: (obj: GrpcGatewayRoute) => any;
|
|
4800
|
+
/**
|
|
4801
|
+
* @internal
|
|
4802
|
+
*/
|
|
4803
|
+
export declare const HttpGatewayRoutePathRewriteFilterSensitiveLog: (obj: HttpGatewayRoutePathRewrite) => any;
|
|
4804
|
+
/**
|
|
4805
|
+
* @internal
|
|
4806
|
+
*/
|
|
4807
|
+
export declare const HttpGatewayRoutePrefixRewriteFilterSensitiveLog: (obj: HttpGatewayRoutePrefixRewrite) => any;
|
|
4808
|
+
/**
|
|
4809
|
+
* @internal
|
|
4810
|
+
*/
|
|
4811
|
+
export declare const HttpGatewayRouteRewriteFilterSensitiveLog: (obj: HttpGatewayRouteRewrite) => any;
|
|
4812
|
+
/**
|
|
4813
|
+
* @internal
|
|
4814
|
+
*/
|
|
4815
|
+
export declare const HttpGatewayRouteActionFilterSensitiveLog: (obj: HttpGatewayRouteAction) => any;
|
|
4816
|
+
/**
|
|
4817
|
+
* @internal
|
|
4818
|
+
*/
|
|
4819
|
+
export declare const HeaderMatchMethodFilterSensitiveLog: (obj: HeaderMatchMethod) => any;
|
|
4820
|
+
/**
|
|
4821
|
+
* @internal
|
|
4822
|
+
*/
|
|
4823
|
+
export declare const HttpGatewayRouteHeaderFilterSensitiveLog: (obj: HttpGatewayRouteHeader) => any;
|
|
4824
|
+
/**
|
|
4825
|
+
* @internal
|
|
4826
|
+
*/
|
|
4827
|
+
export declare const HttpPathMatchFilterSensitiveLog: (obj: HttpPathMatch) => any;
|
|
4828
|
+
/**
|
|
4829
|
+
* @internal
|
|
4830
|
+
*/
|
|
4831
|
+
export declare const QueryParameterMatchFilterSensitiveLog: (obj: QueryParameterMatch) => any;
|
|
4832
|
+
/**
|
|
4833
|
+
* @internal
|
|
4834
|
+
*/
|
|
4835
|
+
export declare const HttpQueryParameterFilterSensitiveLog: (obj: HttpQueryParameter) => any;
|
|
4836
|
+
/**
|
|
4837
|
+
* @internal
|
|
4838
|
+
*/
|
|
4839
|
+
export declare const HttpGatewayRouteMatchFilterSensitiveLog: (obj: HttpGatewayRouteMatch) => any;
|
|
4840
|
+
/**
|
|
4841
|
+
* @internal
|
|
4842
|
+
*/
|
|
4843
|
+
export declare const HttpGatewayRouteFilterSensitiveLog: (obj: HttpGatewayRoute) => any;
|
|
4844
|
+
/**
|
|
4845
|
+
* @internal
|
|
4846
|
+
*/
|
|
4847
|
+
export declare const GatewayRouteSpecFilterSensitiveLog: (obj: GatewayRouteSpec) => any;
|
|
4848
|
+
/**
|
|
4849
|
+
* @internal
|
|
4850
|
+
*/
|
|
4851
|
+
export declare const CreateGatewayRouteInputFilterSensitiveLog: (obj: CreateGatewayRouteInput) => any;
|
|
4852
|
+
/**
|
|
4853
|
+
* @internal
|
|
4854
|
+
*/
|
|
4855
|
+
export declare const GatewayRouteStatusFilterSensitiveLog: (obj: GatewayRouteStatus) => any;
|
|
4856
|
+
/**
|
|
4857
|
+
* @internal
|
|
4858
|
+
*/
|
|
4859
|
+
export declare const GatewayRouteDataFilterSensitiveLog: (obj: GatewayRouteData) => any;
|
|
4860
|
+
/**
|
|
4861
|
+
* @internal
|
|
4862
|
+
*/
|
|
4863
|
+
export declare const CreateGatewayRouteOutputFilterSensitiveLog: (obj: CreateGatewayRouteOutput) => any;
|
|
4864
|
+
/**
|
|
4865
|
+
* @internal
|
|
4866
|
+
*/
|
|
4867
|
+
export declare const DeleteGatewayRouteInputFilterSensitiveLog: (obj: DeleteGatewayRouteInput) => any;
|
|
4868
|
+
/**
|
|
4869
|
+
* @internal
|
|
4870
|
+
*/
|
|
4871
|
+
export declare const DeleteGatewayRouteOutputFilterSensitiveLog: (obj: DeleteGatewayRouteOutput) => any;
|
|
4872
|
+
/**
|
|
4873
|
+
* @internal
|
|
4874
|
+
*/
|
|
4875
|
+
export declare const DescribeGatewayRouteInputFilterSensitiveLog: (obj: DescribeGatewayRouteInput) => any;
|
|
4876
|
+
/**
|
|
4877
|
+
* @internal
|
|
4878
|
+
*/
|
|
4879
|
+
export declare const DescribeGatewayRouteOutputFilterSensitiveLog: (obj: DescribeGatewayRouteOutput) => any;
|
|
4880
|
+
/**
|
|
4881
|
+
* @internal
|
|
4882
|
+
*/
|
|
4883
|
+
export declare const ListGatewayRoutesInputFilterSensitiveLog: (obj: ListGatewayRoutesInput) => any;
|
|
4884
|
+
/**
|
|
4885
|
+
* @internal
|
|
4886
|
+
*/
|
|
4887
|
+
export declare const GatewayRouteRefFilterSensitiveLog: (obj: GatewayRouteRef) => any;
|
|
4888
|
+
/**
|
|
4889
|
+
* @internal
|
|
4890
|
+
*/
|
|
4891
|
+
export declare const ListGatewayRoutesOutputFilterSensitiveLog: (obj: ListGatewayRoutesOutput) => any;
|
|
4892
|
+
/**
|
|
4893
|
+
* @internal
|
|
4894
|
+
*/
|
|
4895
|
+
export declare const UpdateGatewayRouteInputFilterSensitiveLog: (obj: UpdateGatewayRouteInput) => any;
|
|
4896
|
+
/**
|
|
4897
|
+
* @internal
|
|
4898
|
+
*/
|
|
4899
|
+
export declare const UpdateGatewayRouteOutputFilterSensitiveLog: (obj: UpdateGatewayRouteOutput) => any;
|
|
4900
|
+
/**
|
|
4901
|
+
* @internal
|
|
4902
|
+
*/
|
|
4903
|
+
export declare const ListVirtualGatewaysInputFilterSensitiveLog: (obj: ListVirtualGatewaysInput) => any;
|
|
4904
|
+
/**
|
|
4905
|
+
* @internal
|
|
4906
|
+
*/
|
|
4907
|
+
export declare const VirtualGatewayRefFilterSensitiveLog: (obj: VirtualGatewayRef) => any;
|
|
4908
|
+
/**
|
|
4909
|
+
* @internal
|
|
4910
|
+
*/
|
|
4911
|
+
export declare const ListVirtualGatewaysOutputFilterSensitiveLog: (obj: ListVirtualGatewaysOutput) => any;
|
|
4912
|
+
/**
|
|
4913
|
+
* @internal
|
|
4914
|
+
*/
|
|
4915
|
+
export declare const UpdateVirtualGatewayInputFilterSensitiveLog: (obj: UpdateVirtualGatewayInput) => any;
|
|
4916
|
+
/**
|
|
4917
|
+
* @internal
|
|
4918
|
+
*/
|
|
4919
|
+
export declare const UpdateVirtualGatewayOutputFilterSensitiveLog: (obj: UpdateVirtualGatewayOutput) => any;
|
|
4920
|
+
/**
|
|
4921
|
+
* @internal
|
|
4922
|
+
*/
|
|
4923
|
+
export declare const ListenerTlsFileCertificateFilterSensitiveLog: (obj: ListenerTlsFileCertificate) => any;
|
|
4924
|
+
/**
|
|
4925
|
+
* @internal
|
|
4926
|
+
*/
|
|
4927
|
+
export declare const ListenerTlsSdsCertificateFilterSensitiveLog: (obj: ListenerTlsSdsCertificate) => any;
|
|
4928
|
+
/**
|
|
4929
|
+
* @internal
|
|
4930
|
+
*/
|
|
4931
|
+
export declare const ClientTlsCertificateFilterSensitiveLog: (obj: ClientTlsCertificate) => any;
|
|
4932
|
+
/**
|
|
4933
|
+
* @internal
|
|
4934
|
+
*/
|
|
4935
|
+
export declare const TlsValidationContextAcmTrustFilterSensitiveLog: (obj: TlsValidationContextAcmTrust) => any;
|
|
4936
|
+
/**
|
|
4937
|
+
* @internal
|
|
4938
|
+
*/
|
|
4939
|
+
export declare const TlsValidationContextFileTrustFilterSensitiveLog: (obj: TlsValidationContextFileTrust) => any;
|
|
4940
|
+
/**
|
|
4941
|
+
* @internal
|
|
4942
|
+
*/
|
|
4943
|
+
export declare const TlsValidationContextSdsTrustFilterSensitiveLog: (obj: TlsValidationContextSdsTrust) => any;
|
|
4944
|
+
/**
|
|
4945
|
+
* @internal
|
|
4946
|
+
*/
|
|
4947
|
+
export declare const TlsValidationContextTrustFilterSensitiveLog: (obj: TlsValidationContextTrust) => any;
|
|
4948
|
+
/**
|
|
4949
|
+
* @internal
|
|
4950
|
+
*/
|
|
4951
|
+
export declare const TlsValidationContextFilterSensitiveLog: (obj: TlsValidationContext) => any;
|
|
4952
|
+
/**
|
|
4953
|
+
* @internal
|
|
4954
|
+
*/
|
|
4955
|
+
export declare const ClientPolicyTlsFilterSensitiveLog: (obj: ClientPolicyTls) => any;
|
|
4956
|
+
/**
|
|
4957
|
+
* @internal
|
|
4958
|
+
*/
|
|
4959
|
+
export declare const ClientPolicyFilterSensitiveLog: (obj: ClientPolicy) => any;
|
|
4960
|
+
/**
|
|
4961
|
+
* @internal
|
|
4962
|
+
*/
|
|
4963
|
+
export declare const BackendDefaultsFilterSensitiveLog: (obj: BackendDefaults) => any;
|
|
4964
|
+
/**
|
|
4965
|
+
* @internal
|
|
4966
|
+
*/
|
|
4967
|
+
export declare const VirtualServiceBackendFilterSensitiveLog: (obj: VirtualServiceBackend) => any;
|
|
4968
|
+
/**
|
|
4969
|
+
* @internal
|
|
4970
|
+
*/
|
|
4971
|
+
export declare const BackendFilterSensitiveLog: (obj: Backend) => any;
|
|
4972
|
+
/**
|
|
4973
|
+
* @internal
|
|
4974
|
+
*/
|
|
4975
|
+
export declare const VirtualNodeGrpcConnectionPoolFilterSensitiveLog: (obj: VirtualNodeGrpcConnectionPool) => any;
|
|
4976
|
+
/**
|
|
4977
|
+
* @internal
|
|
4978
|
+
*/
|
|
4979
|
+
export declare const VirtualNodeHttpConnectionPoolFilterSensitiveLog: (obj: VirtualNodeHttpConnectionPool) => any;
|
|
4980
|
+
/**
|
|
4981
|
+
* @internal
|
|
4982
|
+
*/
|
|
4983
|
+
export declare const VirtualNodeHttp2ConnectionPoolFilterSensitiveLog: (obj: VirtualNodeHttp2ConnectionPool) => any;
|
|
4984
|
+
/**
|
|
4985
|
+
* @internal
|
|
4986
|
+
*/
|
|
4987
|
+
export declare const VirtualNodeTcpConnectionPoolFilterSensitiveLog: (obj: VirtualNodeTcpConnectionPool) => any;
|
|
4988
|
+
/**
|
|
4989
|
+
* @internal
|
|
4990
|
+
*/
|
|
4991
|
+
export declare const VirtualNodeConnectionPoolFilterSensitiveLog: (obj: VirtualNodeConnectionPool) => any;
|
|
4992
|
+
/**
|
|
4993
|
+
* @internal
|
|
4994
|
+
*/
|
|
4995
|
+
export declare const HealthCheckPolicyFilterSensitiveLog: (obj: HealthCheckPolicy) => any;
|
|
4996
|
+
/**
|
|
4997
|
+
* @internal
|
|
4998
|
+
*/
|
|
4999
|
+
export declare const DurationFilterSensitiveLog: (obj: Duration) => any;
|
|
5000
|
+
/**
|
|
5001
|
+
* @internal
|
|
5002
|
+
*/
|
|
5003
|
+
export declare const OutlierDetectionFilterSensitiveLog: (obj: OutlierDetection) => any;
|
|
5004
|
+
/**
|
|
5005
|
+
* @internal
|
|
5006
|
+
*/
|
|
5007
|
+
export declare const PortMappingFilterSensitiveLog: (obj: PortMapping) => any;
|
|
5008
|
+
/**
|
|
5009
|
+
* @internal
|
|
5010
|
+
*/
|
|
5011
|
+
export declare const GrpcTimeoutFilterSensitiveLog: (obj: GrpcTimeout) => any;
|
|
5012
|
+
/**
|
|
5013
|
+
* @internal
|
|
5014
|
+
*/
|
|
5015
|
+
export declare const HttpTimeoutFilterSensitiveLog: (obj: HttpTimeout) => any;
|
|
5016
|
+
/**
|
|
5017
|
+
* @internal
|
|
5018
|
+
*/
|
|
5019
|
+
export declare const TcpTimeoutFilterSensitiveLog: (obj: TcpTimeout) => any;
|
|
5020
|
+
/**
|
|
5021
|
+
* @internal
|
|
5022
|
+
*/
|
|
5023
|
+
export declare const ListenerTimeoutFilterSensitiveLog: (obj: ListenerTimeout) => any;
|
|
5024
|
+
/**
|
|
5025
|
+
* @internal
|
|
5026
|
+
*/
|
|
5027
|
+
export declare const ListenerTlsAcmCertificateFilterSensitiveLog: (obj: ListenerTlsAcmCertificate) => any;
|
|
5028
|
+
/**
|
|
5029
|
+
* @internal
|
|
5030
|
+
*/
|
|
5031
|
+
export declare const ListenerTlsCertificateFilterSensitiveLog: (obj: ListenerTlsCertificate) => any;
|
|
5032
|
+
/**
|
|
5033
|
+
* @internal
|
|
5034
|
+
*/
|
|
5035
|
+
export declare const ListenerTlsValidationContextTrustFilterSensitiveLog: (obj: ListenerTlsValidationContextTrust) => any;
|
|
5036
|
+
/**
|
|
5037
|
+
* @internal
|
|
5038
|
+
*/
|
|
5039
|
+
export declare const ListenerTlsValidationContextFilterSensitiveLog: (obj: ListenerTlsValidationContext) => any;
|
|
5040
|
+
/**
|
|
5041
|
+
* @internal
|
|
5042
|
+
*/
|
|
5043
|
+
export declare const ListenerTlsFilterSensitiveLog: (obj: ListenerTls) => any;
|
|
5044
|
+
/**
|
|
5045
|
+
* @internal
|
|
5046
|
+
*/
|
|
5047
|
+
export declare const ListenerFilterSensitiveLog: (obj: Listener) => any;
|
|
5048
|
+
/**
|
|
5049
|
+
* @internal
|
|
5050
|
+
*/
|
|
5051
|
+
export declare const LoggingFilterSensitiveLog: (obj: Logging) => any;
|
|
5052
|
+
/**
|
|
5053
|
+
* @internal
|
|
5054
|
+
*/
|
|
5055
|
+
export declare const AwsCloudMapInstanceAttributeFilterSensitiveLog: (obj: AwsCloudMapInstanceAttribute) => any;
|
|
5056
|
+
/**
|
|
5057
|
+
* @internal
|
|
5058
|
+
*/
|
|
5059
|
+
export declare const AwsCloudMapServiceDiscoveryFilterSensitiveLog: (obj: AwsCloudMapServiceDiscovery) => any;
|
|
5060
|
+
/**
|
|
5061
|
+
* @internal
|
|
5062
|
+
*/
|
|
5063
|
+
export declare const DnsServiceDiscoveryFilterSensitiveLog: (obj: DnsServiceDiscovery) => any;
|
|
5064
|
+
/**
|
|
5065
|
+
* @internal
|
|
5066
|
+
*/
|
|
5067
|
+
export declare const ServiceDiscoveryFilterSensitiveLog: (obj: ServiceDiscovery) => any;
|
|
5068
|
+
/**
|
|
5069
|
+
* @internal
|
|
5070
|
+
*/
|
|
5071
|
+
export declare const VirtualNodeSpecFilterSensitiveLog: (obj: VirtualNodeSpec) => any;
|
|
5072
|
+
/**
|
|
5073
|
+
* @internal
|
|
5074
|
+
*/
|
|
5075
|
+
export declare const CreateVirtualNodeInputFilterSensitiveLog: (obj: CreateVirtualNodeInput) => any;
|
|
5076
|
+
/**
|
|
5077
|
+
* @internal
|
|
5078
|
+
*/
|
|
5079
|
+
export declare const VirtualNodeStatusFilterSensitiveLog: (obj: VirtualNodeStatus) => any;
|
|
5080
|
+
/**
|
|
5081
|
+
* @internal
|
|
5082
|
+
*/
|
|
5083
|
+
export declare const VirtualNodeDataFilterSensitiveLog: (obj: VirtualNodeData) => any;
|
|
5084
|
+
/**
|
|
5085
|
+
* @internal
|
|
5086
|
+
*/
|
|
5087
|
+
export declare const CreateVirtualNodeOutputFilterSensitiveLog: (obj: CreateVirtualNodeOutput) => any;
|
|
5088
|
+
/**
|
|
5089
|
+
* @internal
|
|
5090
|
+
*/
|
|
5091
|
+
export declare const DeleteVirtualNodeInputFilterSensitiveLog: (obj: DeleteVirtualNodeInput) => any;
|
|
5092
|
+
/**
|
|
5093
|
+
* @internal
|
|
5094
|
+
*/
|
|
5095
|
+
export declare const DeleteVirtualNodeOutputFilterSensitiveLog: (obj: DeleteVirtualNodeOutput) => any;
|
|
5096
|
+
/**
|
|
5097
|
+
* @internal
|
|
5098
|
+
*/
|
|
5099
|
+
export declare const DescribeVirtualNodeInputFilterSensitiveLog: (obj: DescribeVirtualNodeInput) => any;
|
|
5100
|
+
/**
|
|
5101
|
+
* @internal
|
|
5102
|
+
*/
|
|
5103
|
+
export declare const DescribeVirtualNodeOutputFilterSensitiveLog: (obj: DescribeVirtualNodeOutput) => any;
|
|
5104
|
+
/**
|
|
5105
|
+
* @internal
|
|
5106
|
+
*/
|
|
5107
|
+
export declare const ListVirtualNodesInputFilterSensitiveLog: (obj: ListVirtualNodesInput) => any;
|
|
5108
|
+
/**
|
|
5109
|
+
* @internal
|
|
5110
|
+
*/
|
|
5111
|
+
export declare const VirtualNodeRefFilterSensitiveLog: (obj: VirtualNodeRef) => any;
|
|
5112
|
+
/**
|
|
5113
|
+
* @internal
|
|
5114
|
+
*/
|
|
5115
|
+
export declare const ListVirtualNodesOutputFilterSensitiveLog: (obj: ListVirtualNodesOutput) => any;
|
|
5116
|
+
/**
|
|
5117
|
+
* @internal
|
|
5118
|
+
*/
|
|
5119
|
+
export declare const UpdateVirtualNodeInputFilterSensitiveLog: (obj: UpdateVirtualNodeInput) => any;
|
|
5120
|
+
/**
|
|
5121
|
+
* @internal
|
|
5122
|
+
*/
|
|
5123
|
+
export declare const UpdateVirtualNodeOutputFilterSensitiveLog: (obj: UpdateVirtualNodeOutput) => any;
|
|
5124
|
+
/**
|
|
5125
|
+
* @internal
|
|
5126
|
+
*/
|
|
5127
|
+
export declare const VirtualRouterListenerFilterSensitiveLog: (obj: VirtualRouterListener) => any;
|
|
5128
|
+
/**
|
|
5129
|
+
* @internal
|
|
5130
|
+
*/
|
|
5131
|
+
export declare const VirtualRouterSpecFilterSensitiveLog: (obj: VirtualRouterSpec) => any;
|
|
5132
|
+
/**
|
|
5133
|
+
* @internal
|
|
5134
|
+
*/
|
|
5135
|
+
export declare const CreateVirtualRouterInputFilterSensitiveLog: (obj: CreateVirtualRouterInput) => any;
|
|
5136
|
+
/**
|
|
5137
|
+
* @internal
|
|
5138
|
+
*/
|
|
5139
|
+
export declare const VirtualRouterStatusFilterSensitiveLog: (obj: VirtualRouterStatus) => any;
|
|
5140
|
+
/**
|
|
5141
|
+
* @internal
|
|
5142
|
+
*/
|
|
5143
|
+
export declare const VirtualRouterDataFilterSensitiveLog: (obj: VirtualRouterData) => any;
|
|
5144
|
+
/**
|
|
5145
|
+
* @internal
|
|
5146
|
+
*/
|
|
5147
|
+
export declare const CreateVirtualRouterOutputFilterSensitiveLog: (obj: CreateVirtualRouterOutput) => any;
|
|
5148
|
+
/**
|
|
5149
|
+
* @internal
|
|
5150
|
+
*/
|
|
5151
|
+
export declare const DeleteVirtualRouterInputFilterSensitiveLog: (obj: DeleteVirtualRouterInput) => any;
|
|
5152
|
+
/**
|
|
5153
|
+
* @internal
|
|
5154
|
+
*/
|
|
5155
|
+
export declare const DeleteVirtualRouterOutputFilterSensitiveLog: (obj: DeleteVirtualRouterOutput) => any;
|
|
5156
|
+
/**
|
|
5157
|
+
* @internal
|
|
5158
|
+
*/
|
|
5159
|
+
export declare const DescribeVirtualRouterInputFilterSensitiveLog: (obj: DescribeVirtualRouterInput) => any;
|
|
5160
|
+
/**
|
|
5161
|
+
* @internal
|
|
5162
|
+
*/
|
|
5163
|
+
export declare const DescribeVirtualRouterOutputFilterSensitiveLog: (obj: DescribeVirtualRouterOutput) => any;
|
|
5164
|
+
/**
|
|
5165
|
+
* @internal
|
|
5166
|
+
*/
|
|
5167
|
+
export declare const ListVirtualRoutersInputFilterSensitiveLog: (obj: ListVirtualRoutersInput) => any;
|
|
5168
|
+
/**
|
|
5169
|
+
* @internal
|
|
5170
|
+
*/
|
|
5171
|
+
export declare const VirtualRouterRefFilterSensitiveLog: (obj: VirtualRouterRef) => any;
|
|
5172
|
+
/**
|
|
5173
|
+
* @internal
|
|
5174
|
+
*/
|
|
5175
|
+
export declare const ListVirtualRoutersOutputFilterSensitiveLog: (obj: ListVirtualRoutersOutput) => any;
|
|
5176
|
+
/**
|
|
5177
|
+
* @internal
|
|
5178
|
+
*/
|
|
5179
|
+
export declare const WeightedTargetFilterSensitiveLog: (obj: WeightedTarget) => any;
|
|
5180
|
+
/**
|
|
5181
|
+
* @internal
|
|
5182
|
+
*/
|
|
5183
|
+
export declare const GrpcRouteActionFilterSensitiveLog: (obj: GrpcRouteAction) => any;
|
|
5184
|
+
/**
|
|
5185
|
+
* @internal
|
|
5186
|
+
*/
|
|
5187
|
+
export declare const GrpcRouteMetadataMatchMethodFilterSensitiveLog: (obj: GrpcRouteMetadataMatchMethod) => any;
|
|
5188
|
+
/**
|
|
5189
|
+
* @internal
|
|
5190
|
+
*/
|
|
5191
|
+
export declare const GrpcRouteMetadataFilterSensitiveLog: (obj: GrpcRouteMetadata) => any;
|
|
5192
|
+
/**
|
|
5193
|
+
* @internal
|
|
5194
|
+
*/
|
|
5195
|
+
export declare const GrpcRouteMatchFilterSensitiveLog: (obj: GrpcRouteMatch) => any;
|
|
5196
|
+
/**
|
|
5197
|
+
* @internal
|
|
5198
|
+
*/
|
|
5199
|
+
export declare const GrpcRetryPolicyFilterSensitiveLog: (obj: GrpcRetryPolicy) => any;
|
|
5200
|
+
/**
|
|
5201
|
+
* @internal
|
|
5202
|
+
*/
|
|
5203
|
+
export declare const GrpcRouteFilterSensitiveLog: (obj: GrpcRoute) => any;
|
|
5204
|
+
/**
|
|
5205
|
+
* @internal
|
|
5206
|
+
*/
|
|
5207
|
+
export declare const HttpRouteActionFilterSensitiveLog: (obj: HttpRouteAction) => any;
|
|
5208
|
+
/**
|
|
5209
|
+
* @internal
|
|
5210
|
+
*/
|
|
5211
|
+
export declare const HttpRouteHeaderFilterSensitiveLog: (obj: HttpRouteHeader) => any;
|
|
5212
|
+
/**
|
|
5213
|
+
* @internal
|
|
5214
|
+
*/
|
|
5215
|
+
export declare const HttpRouteMatchFilterSensitiveLog: (obj: HttpRouteMatch) => any;
|
|
5216
|
+
/**
|
|
5217
|
+
* @internal
|
|
5218
|
+
*/
|
|
5219
|
+
export declare const HttpRetryPolicyFilterSensitiveLog: (obj: HttpRetryPolicy) => any;
|
|
5220
|
+
/**
|
|
5221
|
+
* @internal
|
|
5222
|
+
*/
|
|
5223
|
+
export declare const HttpRouteFilterSensitiveLog: (obj: HttpRoute) => any;
|
|
5224
|
+
/**
|
|
5225
|
+
* @internal
|
|
5226
|
+
*/
|
|
5227
|
+
export declare const TcpRouteActionFilterSensitiveLog: (obj: TcpRouteAction) => any;
|
|
5228
|
+
/**
|
|
5229
|
+
* @internal
|
|
5230
|
+
*/
|
|
5231
|
+
export declare const TcpRouteFilterSensitiveLog: (obj: TcpRoute) => any;
|
|
5232
|
+
/**
|
|
5233
|
+
* @internal
|
|
5234
|
+
*/
|
|
5235
|
+
export declare const RouteSpecFilterSensitiveLog: (obj: RouteSpec) => any;
|
|
5236
|
+
/**
|
|
5237
|
+
* @internal
|
|
5238
|
+
*/
|
|
5239
|
+
export declare const CreateRouteInputFilterSensitiveLog: (obj: CreateRouteInput) => any;
|
|
5240
|
+
/**
|
|
5241
|
+
* @internal
|
|
5242
|
+
*/
|
|
5243
|
+
export declare const RouteStatusFilterSensitiveLog: (obj: RouteStatus) => any;
|
|
5244
|
+
/**
|
|
5245
|
+
* @internal
|
|
5246
|
+
*/
|
|
5247
|
+
export declare const RouteDataFilterSensitiveLog: (obj: RouteData) => any;
|
|
5248
|
+
/**
|
|
5249
|
+
* @internal
|
|
5250
|
+
*/
|
|
5251
|
+
export declare const CreateRouteOutputFilterSensitiveLog: (obj: CreateRouteOutput) => any;
|
|
5252
|
+
/**
|
|
5253
|
+
* @internal
|
|
5254
|
+
*/
|
|
5255
|
+
export declare const DeleteRouteInputFilterSensitiveLog: (obj: DeleteRouteInput) => any;
|
|
5256
|
+
/**
|
|
5257
|
+
* @internal
|
|
5258
|
+
*/
|
|
5259
|
+
export declare const DeleteRouteOutputFilterSensitiveLog: (obj: DeleteRouteOutput) => any;
|
|
5260
|
+
/**
|
|
5261
|
+
* @internal
|
|
5262
|
+
*/
|
|
5263
|
+
export declare const DescribeRouteInputFilterSensitiveLog: (obj: DescribeRouteInput) => any;
|
|
5264
|
+
/**
|
|
5265
|
+
* @internal
|
|
5266
|
+
*/
|
|
5267
|
+
export declare const DescribeRouteOutputFilterSensitiveLog: (obj: DescribeRouteOutput) => any;
|
|
5268
|
+
/**
|
|
5269
|
+
* @internal
|
|
5270
|
+
*/
|
|
5271
|
+
export declare const ListRoutesInputFilterSensitiveLog: (obj: ListRoutesInput) => any;
|
|
5272
|
+
/**
|
|
5273
|
+
* @internal
|
|
5274
|
+
*/
|
|
5275
|
+
export declare const RouteRefFilterSensitiveLog: (obj: RouteRef) => any;
|
|
5276
|
+
/**
|
|
5277
|
+
* @internal
|
|
5278
|
+
*/
|
|
5279
|
+
export declare const ListRoutesOutputFilterSensitiveLog: (obj: ListRoutesOutput) => any;
|
|
5280
|
+
/**
|
|
5281
|
+
* @internal
|
|
5282
|
+
*/
|
|
5283
|
+
export declare const UpdateRouteInputFilterSensitiveLog: (obj: UpdateRouteInput) => any;
|
|
5284
|
+
/**
|
|
5285
|
+
* @internal
|
|
5286
|
+
*/
|
|
5287
|
+
export declare const UpdateRouteOutputFilterSensitiveLog: (obj: UpdateRouteOutput) => any;
|
|
5288
|
+
/**
|
|
5289
|
+
* @internal
|
|
5290
|
+
*/
|
|
5291
|
+
export declare const UpdateVirtualRouterInputFilterSensitiveLog: (obj: UpdateVirtualRouterInput) => any;
|
|
5292
|
+
/**
|
|
5293
|
+
* @internal
|
|
5294
|
+
*/
|
|
5295
|
+
export declare const UpdateVirtualRouterOutputFilterSensitiveLog: (obj: UpdateVirtualRouterOutput) => any;
|
|
5296
|
+
/**
|
|
5297
|
+
* @internal
|
|
5298
|
+
*/
|
|
5299
|
+
export declare const VirtualNodeServiceProviderFilterSensitiveLog: (obj: VirtualNodeServiceProvider) => any;
|
|
5300
|
+
/**
|
|
5301
|
+
* @internal
|
|
5302
|
+
*/
|
|
5303
|
+
export declare const VirtualRouterServiceProviderFilterSensitiveLog: (obj: VirtualRouterServiceProvider) => any;
|
|
5304
|
+
/**
|
|
5305
|
+
* @internal
|
|
5306
|
+
*/
|
|
5307
|
+
export declare const VirtualServiceProviderFilterSensitiveLog: (obj: VirtualServiceProvider) => any;
|
|
5308
|
+
/**
|
|
5309
|
+
* @internal
|
|
5310
|
+
*/
|
|
5311
|
+
export declare const VirtualServiceSpecFilterSensitiveLog: (obj: VirtualServiceSpec) => any;
|
|
5312
|
+
/**
|
|
5313
|
+
* @internal
|
|
5314
|
+
*/
|
|
5315
|
+
export declare const CreateVirtualServiceInputFilterSensitiveLog: (obj: CreateVirtualServiceInput) => any;
|
|
5316
|
+
/**
|
|
5317
|
+
* @internal
|
|
5318
|
+
*/
|
|
5319
|
+
export declare const VirtualServiceStatusFilterSensitiveLog: (obj: VirtualServiceStatus) => any;
|
|
5320
|
+
/**
|
|
5321
|
+
* @internal
|
|
5322
|
+
*/
|
|
5323
|
+
export declare const VirtualServiceDataFilterSensitiveLog: (obj: VirtualServiceData) => any;
|
|
5324
|
+
/**
|
|
5325
|
+
* @internal
|
|
5326
|
+
*/
|
|
5327
|
+
export declare const CreateVirtualServiceOutputFilterSensitiveLog: (obj: CreateVirtualServiceOutput) => any;
|
|
5328
|
+
/**
|
|
5329
|
+
* @internal
|
|
5330
|
+
*/
|
|
5331
|
+
export declare const DeleteVirtualServiceInputFilterSensitiveLog: (obj: DeleteVirtualServiceInput) => any;
|
|
5332
|
+
/**
|
|
5333
|
+
* @internal
|
|
5334
|
+
*/
|
|
5335
|
+
export declare const DeleteVirtualServiceOutputFilterSensitiveLog: (obj: DeleteVirtualServiceOutput) => any;
|
|
5336
|
+
/**
|
|
5337
|
+
* @internal
|
|
5338
|
+
*/
|
|
5339
|
+
export declare const DescribeVirtualServiceInputFilterSensitiveLog: (obj: DescribeVirtualServiceInput) => any;
|
|
5340
|
+
/**
|
|
5341
|
+
* @internal
|
|
5342
|
+
*/
|
|
5343
|
+
export declare const DescribeVirtualServiceOutputFilterSensitiveLog: (obj: DescribeVirtualServiceOutput) => any;
|
|
5344
|
+
/**
|
|
5345
|
+
* @internal
|
|
5346
|
+
*/
|
|
5347
|
+
export declare const ListVirtualServicesInputFilterSensitiveLog: (obj: ListVirtualServicesInput) => any;
|
|
5348
|
+
/**
|
|
5349
|
+
* @internal
|
|
5350
|
+
*/
|
|
5351
|
+
export declare const VirtualServiceRefFilterSensitiveLog: (obj: VirtualServiceRef) => any;
|
|
5352
|
+
/**
|
|
5353
|
+
* @internal
|
|
5354
|
+
*/
|
|
5355
|
+
export declare const ListVirtualServicesOutputFilterSensitiveLog: (obj: ListVirtualServicesOutput) => any;
|
|
5356
|
+
/**
|
|
5357
|
+
* @internal
|
|
5358
|
+
*/
|
|
5359
|
+
export declare const UpdateVirtualServiceInputFilterSensitiveLog: (obj: UpdateVirtualServiceInput) => any;
|
|
5360
|
+
/**
|
|
5361
|
+
* @internal
|
|
5362
|
+
*/
|
|
5363
|
+
export declare const UpdateVirtualServiceOutputFilterSensitiveLog: (obj: UpdateVirtualServiceOutput) => any;
|
|
5364
|
+
/**
|
|
5365
|
+
* @internal
|
|
5366
|
+
*/
|
|
5367
|
+
export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
|
|
5368
|
+
/**
|
|
5369
|
+
* @internal
|
|
5370
|
+
*/
|
|
5371
|
+
export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
|
|
5372
|
+
/**
|
|
5373
|
+
* @internal
|
|
5374
|
+
*/
|
|
5375
|
+
export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
|
|
5376
|
+
/**
|
|
5377
|
+
* @internal
|
|
5378
|
+
*/
|
|
5379
|
+
export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
|