@aws-sdk/client-app-mesh 3.687.0 → 3.691.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/dist-types/models/models_0.d.ts +206 -206
- package/dist-types/ts3.4/models/models_0.d.ts +206 -206
- package/package.json +7 -7
|
@@ -81,7 +81,7 @@ export interface FileAccessLog {
|
|
|
81
81
|
* <code>text_format</code>.</p>
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
|
-
format?: LoggingFormat;
|
|
84
|
+
format?: LoggingFormat | undefined;
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* <p>An object that represents the access logging information for a virtual node.</p>
|
|
@@ -168,7 +168,7 @@ export interface ListTagsForResourceInput {
|
|
|
168
168
|
* previous results that returned the <code>nextToken</code> value.</p>
|
|
169
169
|
* @public
|
|
170
170
|
*/
|
|
171
|
-
nextToken?: string;
|
|
171
|
+
nextToken?: string | undefined;
|
|
172
172
|
/**
|
|
173
173
|
* <p>The maximum number of tag results returned by <code>ListTagsForResource</code> in
|
|
174
174
|
* paginated output. When this parameter is used, <code>ListTagsForResource</code> returns
|
|
@@ -180,7 +180,7 @@ export interface ListTagsForResourceInput {
|
|
|
180
180
|
* results and a <code>nextToken</code> value if applicable.</p>
|
|
181
181
|
* @public
|
|
182
182
|
*/
|
|
183
|
-
limit?: number;
|
|
183
|
+
limit?: number | undefined;
|
|
184
184
|
}
|
|
185
185
|
/**
|
|
186
186
|
* <p>Optional metadata that you apply to a resource to assist with categorization and
|
|
@@ -220,7 +220,7 @@ export interface ListTagsForResourceOutput {
|
|
|
220
220
|
* value is <code>null</code> when there are no more results to return.</p>
|
|
221
221
|
* @public
|
|
222
222
|
*/
|
|
223
|
-
nextToken?: string;
|
|
223
|
+
nextToken?: string | undefined;
|
|
224
224
|
}
|
|
225
225
|
/**
|
|
226
226
|
* <p>The specified resource doesn't exist. Check your request syntax and try again.</p>
|
|
@@ -327,7 +327,7 @@ export interface MeshServiceDiscovery {
|
|
|
327
327
|
* <p>The IP version to use to control traffic within the mesh.</p>
|
|
328
328
|
* @public
|
|
329
329
|
*/
|
|
330
|
-
ipPreference?: IpPreference;
|
|
330
|
+
ipPreference?: IpPreference | undefined;
|
|
331
331
|
}
|
|
332
332
|
/**
|
|
333
333
|
* <p>An object that represents the specification of a service mesh.</p>
|
|
@@ -338,12 +338,12 @@ export interface MeshSpec {
|
|
|
338
338
|
* <p>The egress filter rules for the service mesh.</p>
|
|
339
339
|
* @public
|
|
340
340
|
*/
|
|
341
|
-
egressFilter?: EgressFilter;
|
|
341
|
+
egressFilter?: EgressFilter | undefined;
|
|
342
342
|
/**
|
|
343
343
|
* <p>An object that represents the service discovery information for a service mesh.</p>
|
|
344
344
|
* @public
|
|
345
345
|
*/
|
|
346
|
-
serviceDiscovery?: MeshServiceDiscovery;
|
|
346
|
+
serviceDiscovery?: MeshServiceDiscovery | undefined;
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
349
|
*
|
|
@@ -359,7 +359,7 @@ export interface CreateMeshInput {
|
|
|
359
359
|
* <p>The service mesh specification to apply.</p>
|
|
360
360
|
* @public
|
|
361
361
|
*/
|
|
362
|
-
spec?: MeshSpec;
|
|
362
|
+
spec?: MeshSpec | undefined;
|
|
363
363
|
/**
|
|
364
364
|
* <p>Optional metadata that you can apply to the service mesh to assist with categorization
|
|
365
365
|
* and organization. Each tag consists of a key and an optional value, both of which you
|
|
@@ -367,13 +367,13 @@ export interface CreateMeshInput {
|
|
|
367
367
|
* a maximum length of 256 characters.</p>
|
|
368
368
|
* @public
|
|
369
369
|
*/
|
|
370
|
-
tags?: TagRef[];
|
|
370
|
+
tags?: TagRef[] | undefined;
|
|
371
371
|
/**
|
|
372
372
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
373
373
|
* request. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>
|
|
374
374
|
* @public
|
|
375
375
|
*/
|
|
376
|
-
clientToken?: string;
|
|
376
|
+
clientToken?: string | undefined;
|
|
377
377
|
}
|
|
378
378
|
/**
|
|
379
379
|
* <p>An object that represents metadata for a resource.</p>
|
|
@@ -440,7 +440,7 @@ export interface MeshStatus {
|
|
|
440
440
|
* <p>The current mesh status.</p>
|
|
441
441
|
* @public
|
|
442
442
|
*/
|
|
443
|
-
status?: MeshStatusCode;
|
|
443
|
+
status?: MeshStatusCode | undefined;
|
|
444
444
|
}
|
|
445
445
|
/**
|
|
446
446
|
* <p>An object that represents a service mesh returned by a describe operation.</p>
|
|
@@ -542,7 +542,7 @@ export interface DescribeMeshInput {
|
|
|
542
542
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
543
543
|
* @public
|
|
544
544
|
*/
|
|
545
|
-
meshOwner?: string;
|
|
545
|
+
meshOwner?: string | undefined;
|
|
546
546
|
}
|
|
547
547
|
/**
|
|
548
548
|
*
|
|
@@ -571,7 +571,7 @@ export interface ListMeshesInput {
|
|
|
571
571
|
* </note>
|
|
572
572
|
* @public
|
|
573
573
|
*/
|
|
574
|
-
nextToken?: string;
|
|
574
|
+
nextToken?: string | undefined;
|
|
575
575
|
/**
|
|
576
576
|
* <p>The maximum number of results returned by <code>ListMeshes</code> in paginated output.
|
|
577
577
|
* When you use this parameter, <code>ListMeshes</code> returns only <code>limit</code>
|
|
@@ -583,7 +583,7 @@ export interface ListMeshesInput {
|
|
|
583
583
|
* <code>nextToken</code> value if applicable.</p>
|
|
584
584
|
* @public
|
|
585
585
|
*/
|
|
586
|
-
limit?: number;
|
|
586
|
+
limit?: number | undefined;
|
|
587
587
|
}
|
|
588
588
|
/**
|
|
589
589
|
* <p>An object that represents a service mesh returned by a list operation.</p>
|
|
@@ -645,7 +645,7 @@ export interface ListMeshesOutput {
|
|
|
645
645
|
* there are no more results to return.</p>
|
|
646
646
|
* @public
|
|
647
647
|
*/
|
|
648
|
-
nextToken?: string;
|
|
648
|
+
nextToken?: string | undefined;
|
|
649
649
|
}
|
|
650
650
|
/**
|
|
651
651
|
*
|
|
@@ -661,13 +661,13 @@ export interface UpdateMeshInput {
|
|
|
661
661
|
* <p>The service mesh specification to apply.</p>
|
|
662
662
|
* @public
|
|
663
663
|
*/
|
|
664
|
-
spec?: MeshSpec;
|
|
664
|
+
spec?: MeshSpec | undefined;
|
|
665
665
|
/**
|
|
666
666
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
667
667
|
* request. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>
|
|
668
668
|
* @public
|
|
669
669
|
*/
|
|
670
|
-
clientToken?: string;
|
|
670
|
+
clientToken?: string | undefined;
|
|
671
671
|
}
|
|
672
672
|
/**
|
|
673
673
|
*
|
|
@@ -897,7 +897,7 @@ export interface VirtualGatewayTlsValidationContext {
|
|
|
897
897
|
* Transport Layer Security (TLS) validation context.</p>
|
|
898
898
|
* @public
|
|
899
899
|
*/
|
|
900
|
-
subjectAlternativeNames?: SubjectAlternativeNames;
|
|
900
|
+
subjectAlternativeNames?: SubjectAlternativeNames | undefined;
|
|
901
901
|
}
|
|
902
902
|
/**
|
|
903
903
|
* <p>An object that represents a Transport Layer Security (TLS) client policy.</p>
|
|
@@ -909,18 +909,18 @@ export interface VirtualGatewayClientPolicyTls {
|
|
|
909
909
|
* specified.</p>
|
|
910
910
|
* @public
|
|
911
911
|
*/
|
|
912
|
-
enforce?: boolean;
|
|
912
|
+
enforce?: boolean | undefined;
|
|
913
913
|
/**
|
|
914
914
|
* <p>One or more ports that the policy is enforced for.</p>
|
|
915
915
|
* @public
|
|
916
916
|
*/
|
|
917
|
-
ports?: number[];
|
|
917
|
+
ports?: number[] | undefined;
|
|
918
918
|
/**
|
|
919
919
|
* <p>A reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS)
|
|
920
920
|
* certificate.</p>
|
|
921
921
|
* @public
|
|
922
922
|
*/
|
|
923
|
-
certificate?: VirtualGatewayClientTlsCertificate;
|
|
923
|
+
certificate?: VirtualGatewayClientTlsCertificate | undefined;
|
|
924
924
|
/**
|
|
925
925
|
* <p>A reference to an object that represents a Transport Layer Security (TLS) validation context.</p>
|
|
926
926
|
* @public
|
|
@@ -936,7 +936,7 @@ export interface VirtualGatewayClientPolicy {
|
|
|
936
936
|
* <p>A reference to an object that represents a Transport Layer Security (TLS) client policy.</p>
|
|
937
937
|
* @public
|
|
938
938
|
*/
|
|
939
|
-
tls?: VirtualGatewayClientPolicyTls;
|
|
939
|
+
tls?: VirtualGatewayClientPolicyTls | undefined;
|
|
940
940
|
}
|
|
941
941
|
/**
|
|
942
942
|
* <p>An object that represents the default properties for a backend.</p>
|
|
@@ -947,7 +947,7 @@ export interface VirtualGatewayBackendDefaults {
|
|
|
947
947
|
* <p>A reference to an object that represents a client policy.</p>
|
|
948
948
|
* @public
|
|
949
949
|
*/
|
|
950
|
-
clientPolicy?: VirtualGatewayClientPolicy;
|
|
950
|
+
clientPolicy?: VirtualGatewayClientPolicy | undefined;
|
|
951
951
|
}
|
|
952
952
|
/**
|
|
953
953
|
* <p>An object that represents a type of connection pool.</p>
|
|
@@ -977,7 +977,7 @@ export interface VirtualGatewayHttpConnectionPool {
|
|
|
977
977
|
* upstream cluster.</p>
|
|
978
978
|
* @public
|
|
979
979
|
*/
|
|
980
|
-
maxPendingRequests?: number;
|
|
980
|
+
maxPendingRequests?: number | undefined;
|
|
981
981
|
}
|
|
982
982
|
/**
|
|
983
983
|
* <p>An object that represents a type of connection pool.</p>
|
|
@@ -1093,13 +1093,13 @@ export interface VirtualGatewayHealthCheckPolicy {
|
|
|
1093
1093
|
* in the <a>PortMapping</a> for the listener.</p>
|
|
1094
1094
|
* @public
|
|
1095
1095
|
*/
|
|
1096
|
-
port?: number;
|
|
1096
|
+
port?: number | undefined;
|
|
1097
1097
|
/**
|
|
1098
1098
|
* <p>The destination path for the health check request. This value is only used if the
|
|
1099
1099
|
* specified protocol is HTTP or HTTP/2. For any other protocol, this value is ignored.</p>
|
|
1100
1100
|
* @public
|
|
1101
1101
|
*/
|
|
1102
|
-
path?: string;
|
|
1102
|
+
path?: string | undefined;
|
|
1103
1103
|
/**
|
|
1104
1104
|
* <p>The number of consecutive successful health checks that must occur before declaring the
|
|
1105
1105
|
* listener healthy.</p>
|
|
@@ -1271,7 +1271,7 @@ export interface VirtualGatewayListenerTlsValidationContext {
|
|
|
1271
1271
|
* validation context.</p>
|
|
1272
1272
|
* @public
|
|
1273
1273
|
*/
|
|
1274
|
-
subjectAlternativeNames?: SubjectAlternativeNames;
|
|
1274
|
+
subjectAlternativeNames?: SubjectAlternativeNames | undefined;
|
|
1275
1275
|
}
|
|
1276
1276
|
/**
|
|
1277
1277
|
* <p>An object that represents the Transport Layer Security (TLS) properties for a listener.</p>
|
|
@@ -1305,7 +1305,7 @@ export interface VirtualGatewayListenerTls {
|
|
|
1305
1305
|
* context.</p>
|
|
1306
1306
|
* @public
|
|
1307
1307
|
*/
|
|
1308
|
-
validation?: VirtualGatewayListenerTlsValidationContext;
|
|
1308
|
+
validation?: VirtualGatewayListenerTlsValidationContext | undefined;
|
|
1309
1309
|
/**
|
|
1310
1310
|
* <p>An object that represents a Transport Layer Security (TLS) certificate.</p>
|
|
1311
1311
|
* @public
|
|
@@ -1321,7 +1321,7 @@ export interface VirtualGatewayListener {
|
|
|
1321
1321
|
* <p>The health check information for the listener.</p>
|
|
1322
1322
|
* @public
|
|
1323
1323
|
*/
|
|
1324
|
-
healthCheck?: VirtualGatewayHealthCheckPolicy;
|
|
1324
|
+
healthCheck?: VirtualGatewayHealthCheckPolicy | undefined;
|
|
1325
1325
|
/**
|
|
1326
1326
|
* <p>The port mapping information for the listener.</p>
|
|
1327
1327
|
* @public
|
|
@@ -1331,12 +1331,12 @@ export interface VirtualGatewayListener {
|
|
|
1331
1331
|
* <p>A reference to an object that represents the Transport Layer Security (TLS) properties for the listener.</p>
|
|
1332
1332
|
* @public
|
|
1333
1333
|
*/
|
|
1334
|
-
tls?: VirtualGatewayListenerTls;
|
|
1334
|
+
tls?: VirtualGatewayListenerTls | undefined;
|
|
1335
1335
|
/**
|
|
1336
1336
|
* <p>The connection pool information for the virtual gateway listener.</p>
|
|
1337
1337
|
* @public
|
|
1338
1338
|
*/
|
|
1339
|
-
connectionPool?: VirtualGatewayConnectionPool;
|
|
1339
|
+
connectionPool?: VirtualGatewayConnectionPool | undefined;
|
|
1340
1340
|
}
|
|
1341
1341
|
/**
|
|
1342
1342
|
* <p>An object that represents an access log file.</p>
|
|
@@ -1357,7 +1357,7 @@ export interface VirtualGatewayFileAccessLog {
|
|
|
1357
1357
|
* <code>json_format</code> or <code>text_format</code>.</p>
|
|
1358
1358
|
* @public
|
|
1359
1359
|
*/
|
|
1360
|
-
format?: LoggingFormat;
|
|
1360
|
+
format?: LoggingFormat | undefined;
|
|
1361
1361
|
}
|
|
1362
1362
|
/**
|
|
1363
1363
|
* <p>The access log configuration for a virtual gateway.</p>
|
|
@@ -1398,7 +1398,7 @@ export interface VirtualGatewayLogging {
|
|
|
1398
1398
|
* <p>The access log configuration.</p>
|
|
1399
1399
|
* @public
|
|
1400
1400
|
*/
|
|
1401
|
-
accessLog?: VirtualGatewayAccessLog;
|
|
1401
|
+
accessLog?: VirtualGatewayAccessLog | undefined;
|
|
1402
1402
|
}
|
|
1403
1403
|
/**
|
|
1404
1404
|
* <p>An object that represents the specification of a service mesh resource.</p>
|
|
@@ -1409,7 +1409,7 @@ export interface VirtualGatewaySpec {
|
|
|
1409
1409
|
* <p>A reference to an object that represents the defaults for backends.</p>
|
|
1410
1410
|
* @public
|
|
1411
1411
|
*/
|
|
1412
|
-
backendDefaults?: VirtualGatewayBackendDefaults;
|
|
1412
|
+
backendDefaults?: VirtualGatewayBackendDefaults | undefined;
|
|
1413
1413
|
/**
|
|
1414
1414
|
* <p>The listeners that the mesh endpoint is expected to receive inbound traffic from. You
|
|
1415
1415
|
* can specify one listener.</p>
|
|
@@ -1420,7 +1420,7 @@ export interface VirtualGatewaySpec {
|
|
|
1420
1420
|
* <p>An object that represents logging information.</p>
|
|
1421
1421
|
* @public
|
|
1422
1422
|
*/
|
|
1423
|
-
logging?: VirtualGatewayLogging;
|
|
1423
|
+
logging?: VirtualGatewayLogging | undefined;
|
|
1424
1424
|
}
|
|
1425
1425
|
/**
|
|
1426
1426
|
* @public
|
|
@@ -1448,20 +1448,20 @@ export interface CreateVirtualGatewayInput {
|
|
|
1448
1448
|
* a maximum length of 256 characters.</p>
|
|
1449
1449
|
* @public
|
|
1450
1450
|
*/
|
|
1451
|
-
tags?: TagRef[];
|
|
1451
|
+
tags?: TagRef[] | undefined;
|
|
1452
1452
|
/**
|
|
1453
1453
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
1454
1454
|
* request. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>
|
|
1455
1455
|
* @public
|
|
1456
1456
|
*/
|
|
1457
|
-
clientToken?: string;
|
|
1457
|
+
clientToken?: string | undefined;
|
|
1458
1458
|
/**
|
|
1459
1459
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then
|
|
1460
1460
|
* the account that you specify must share the mesh with your account before you can create
|
|
1461
1461
|
* the resource in the service mesh. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
1462
1462
|
* @public
|
|
1463
1463
|
*/
|
|
1464
|
-
meshOwner?: string;
|
|
1464
|
+
meshOwner?: string | undefined;
|
|
1465
1465
|
}
|
|
1466
1466
|
/**
|
|
1467
1467
|
* @public
|
|
@@ -1547,7 +1547,7 @@ export interface DeleteVirtualGatewayInput {
|
|
|
1547
1547
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
1548
1548
|
* @public
|
|
1549
1549
|
*/
|
|
1550
|
-
meshOwner?: string;
|
|
1550
|
+
meshOwner?: string | undefined;
|
|
1551
1551
|
}
|
|
1552
1552
|
/**
|
|
1553
1553
|
* @public
|
|
@@ -1578,7 +1578,7 @@ export interface DescribeVirtualGatewayInput {
|
|
|
1578
1578
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
1579
1579
|
* @public
|
|
1580
1580
|
*/
|
|
1581
|
-
meshOwner?: string;
|
|
1581
|
+
meshOwner?: string | undefined;
|
|
1582
1582
|
}
|
|
1583
1583
|
/**
|
|
1584
1584
|
* @public
|
|
@@ -1611,7 +1611,7 @@ export interface GatewayRouteHostnameRewrite {
|
|
|
1611
1611
|
* <p>The default target host name to write to.</p>
|
|
1612
1612
|
* @public
|
|
1613
1613
|
*/
|
|
1614
|
-
defaultTargetHostname?: DefaultGatewayRouteRewrite;
|
|
1614
|
+
defaultTargetHostname?: DefaultGatewayRouteRewrite | undefined;
|
|
1615
1615
|
}
|
|
1616
1616
|
/**
|
|
1617
1617
|
* <p>An object that represents the gateway route to rewrite.</p>
|
|
@@ -1622,7 +1622,7 @@ export interface GrpcGatewayRouteRewrite {
|
|
|
1622
1622
|
* <p>The host name of the gateway route to rewrite.</p>
|
|
1623
1623
|
* @public
|
|
1624
1624
|
*/
|
|
1625
|
-
hostname?: GatewayRouteHostnameRewrite;
|
|
1625
|
+
hostname?: GatewayRouteHostnameRewrite | undefined;
|
|
1626
1626
|
}
|
|
1627
1627
|
/**
|
|
1628
1628
|
* <p>An object that represents the virtual service that traffic is routed to.</p>
|
|
@@ -1649,7 +1649,7 @@ export interface GatewayRouteTarget {
|
|
|
1649
1649
|
* <p>The port number of the gateway route target.</p>
|
|
1650
1650
|
* @public
|
|
1651
1651
|
*/
|
|
1652
|
-
port?: number;
|
|
1652
|
+
port?: number | undefined;
|
|
1653
1653
|
}
|
|
1654
1654
|
/**
|
|
1655
1655
|
* <p>An object that represents the action to take if a match is determined.</p>
|
|
@@ -1665,7 +1665,7 @@ export interface GrpcGatewayRouteAction {
|
|
|
1665
1665
|
* <p>The gateway route action to rewrite.</p>
|
|
1666
1666
|
* @public
|
|
1667
1667
|
*/
|
|
1668
|
-
rewrite?: GrpcGatewayRouteRewrite;
|
|
1668
|
+
rewrite?: GrpcGatewayRouteRewrite | undefined;
|
|
1669
1669
|
}
|
|
1670
1670
|
/**
|
|
1671
1671
|
* <p>An object representing the gateway route host name to match.</p>
|
|
@@ -1676,12 +1676,12 @@ export interface GatewayRouteHostnameMatch {
|
|
|
1676
1676
|
* <p>The exact host name to match on.</p>
|
|
1677
1677
|
* @public
|
|
1678
1678
|
*/
|
|
1679
|
-
exact?: string;
|
|
1679
|
+
exact?: string | undefined;
|
|
1680
1680
|
/**
|
|
1681
1681
|
* <p>The specified ending characters of the host name to match on.</p>
|
|
1682
1682
|
* @public
|
|
1683
1683
|
*/
|
|
1684
|
-
suffix?: string;
|
|
1684
|
+
suffix?: string | undefined;
|
|
1685
1685
|
}
|
|
1686
1686
|
/**
|
|
1687
1687
|
* <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>
|
|
@@ -1804,12 +1804,12 @@ export interface GrpcGatewayRouteMetadata {
|
|
|
1804
1804
|
* is <code>False</code>.</p>
|
|
1805
1805
|
* @public
|
|
1806
1806
|
*/
|
|
1807
|
-
invert?: boolean;
|
|
1807
|
+
invert?: boolean | undefined;
|
|
1808
1808
|
/**
|
|
1809
1809
|
* <p>The criteria for determining a metadata match.</p>
|
|
1810
1810
|
* @public
|
|
1811
1811
|
*/
|
|
1812
|
-
match?: GrpcMetadataMatchMethod;
|
|
1812
|
+
match?: GrpcMetadataMatchMethod | undefined;
|
|
1813
1813
|
}
|
|
1814
1814
|
/**
|
|
1815
1815
|
* <p>An object that represents the criteria for determining a request match.</p>
|
|
@@ -1820,22 +1820,22 @@ export interface GrpcGatewayRouteMatch {
|
|
|
1820
1820
|
* <p>The fully qualified domain name for the service to match from the request.</p>
|
|
1821
1821
|
* @public
|
|
1822
1822
|
*/
|
|
1823
|
-
serviceName?: string;
|
|
1823
|
+
serviceName?: string | undefined;
|
|
1824
1824
|
/**
|
|
1825
1825
|
* <p>The gateway route host name to be matched on.</p>
|
|
1826
1826
|
* @public
|
|
1827
1827
|
*/
|
|
1828
|
-
hostname?: GatewayRouteHostnameMatch;
|
|
1828
|
+
hostname?: GatewayRouteHostnameMatch | undefined;
|
|
1829
1829
|
/**
|
|
1830
1830
|
* <p>The gateway route metadata to be matched on.</p>
|
|
1831
1831
|
* @public
|
|
1832
1832
|
*/
|
|
1833
|
-
metadata?: GrpcGatewayRouteMetadata[];
|
|
1833
|
+
metadata?: GrpcGatewayRouteMetadata[] | undefined;
|
|
1834
1834
|
/**
|
|
1835
1835
|
* <p>The gateway route port to be matched on.</p>
|
|
1836
1836
|
* @public
|
|
1837
1837
|
*/
|
|
1838
|
-
port?: number;
|
|
1838
|
+
port?: number | undefined;
|
|
1839
1839
|
}
|
|
1840
1840
|
/**
|
|
1841
1841
|
* <p>An object that represents a gRPC gateway route.</p>
|
|
@@ -1862,7 +1862,7 @@ export interface HttpGatewayRoutePathRewrite {
|
|
|
1862
1862
|
* <p>The exact path to rewrite.</p>
|
|
1863
1863
|
* @public
|
|
1864
1864
|
*/
|
|
1865
|
-
exact?: string;
|
|
1865
|
+
exact?: string | undefined;
|
|
1866
1866
|
}
|
|
1867
1867
|
/**
|
|
1868
1868
|
* <p>An object representing the beginning characters of the route to rewrite.</p>
|
|
@@ -1873,12 +1873,12 @@ export interface HttpGatewayRoutePrefixRewrite {
|
|
|
1873
1873
|
* <p>The default prefix used to replace the incoming route prefix when rewritten.</p>
|
|
1874
1874
|
* @public
|
|
1875
1875
|
*/
|
|
1876
|
-
defaultPrefix?: DefaultGatewayRouteRewrite;
|
|
1876
|
+
defaultPrefix?: DefaultGatewayRouteRewrite | undefined;
|
|
1877
1877
|
/**
|
|
1878
1878
|
* <p>The value used to replace the incoming route prefix when rewritten.</p>
|
|
1879
1879
|
* @public
|
|
1880
1880
|
*/
|
|
1881
|
-
value?: string;
|
|
1881
|
+
value?: string | undefined;
|
|
1882
1882
|
}
|
|
1883
1883
|
/**
|
|
1884
1884
|
* <p>An object representing the gateway route to rewrite.</p>
|
|
@@ -1889,17 +1889,17 @@ export interface HttpGatewayRouteRewrite {
|
|
|
1889
1889
|
* <p>The specified beginning characters to rewrite.</p>
|
|
1890
1890
|
* @public
|
|
1891
1891
|
*/
|
|
1892
|
-
prefix?: HttpGatewayRoutePrefixRewrite;
|
|
1892
|
+
prefix?: HttpGatewayRoutePrefixRewrite | undefined;
|
|
1893
1893
|
/**
|
|
1894
1894
|
* <p>The path to rewrite.</p>
|
|
1895
1895
|
* @public
|
|
1896
1896
|
*/
|
|
1897
|
-
path?: HttpGatewayRoutePathRewrite;
|
|
1897
|
+
path?: HttpGatewayRoutePathRewrite | undefined;
|
|
1898
1898
|
/**
|
|
1899
1899
|
* <p>The host name to rewrite.</p>
|
|
1900
1900
|
* @public
|
|
1901
1901
|
*/
|
|
1902
|
-
hostname?: GatewayRouteHostnameRewrite;
|
|
1902
|
+
hostname?: GatewayRouteHostnameRewrite | undefined;
|
|
1903
1903
|
}
|
|
1904
1904
|
/**
|
|
1905
1905
|
* <p>An object that represents the action to take if a match is determined.</p>
|
|
@@ -1915,7 +1915,7 @@ export interface HttpGatewayRouteAction {
|
|
|
1915
1915
|
* <p>The gateway route action to rewrite.</p>
|
|
1916
1916
|
* @public
|
|
1917
1917
|
*/
|
|
1918
|
-
rewrite?: HttpGatewayRouteRewrite;
|
|
1918
|
+
rewrite?: HttpGatewayRouteRewrite | undefined;
|
|
1919
1919
|
}
|
|
1920
1920
|
/**
|
|
1921
1921
|
* <p>An object that represents the method and value to match with the header value sent in a
|
|
@@ -2023,13 +2023,13 @@ export interface HttpGatewayRouteHeader {
|
|
|
2023
2023
|
* is <code>False</code>.</p>
|
|
2024
2024
|
* @public
|
|
2025
2025
|
*/
|
|
2026
|
-
invert?: boolean;
|
|
2026
|
+
invert?: boolean | undefined;
|
|
2027
2027
|
/**
|
|
2028
2028
|
* <p>An object that represents the method and value to match with the header value sent in a
|
|
2029
2029
|
* request. Specify one match method.</p>
|
|
2030
2030
|
* @public
|
|
2031
2031
|
*/
|
|
2032
|
-
match?: HeaderMatchMethod;
|
|
2032
|
+
match?: HeaderMatchMethod | undefined;
|
|
2033
2033
|
}
|
|
2034
2034
|
/**
|
|
2035
2035
|
* @public
|
|
@@ -2059,12 +2059,12 @@ export interface HttpPathMatch {
|
|
|
2059
2059
|
* <p>The exact path to match on.</p>
|
|
2060
2060
|
* @public
|
|
2061
2061
|
*/
|
|
2062
|
-
exact?: string;
|
|
2062
|
+
exact?: string | undefined;
|
|
2063
2063
|
/**
|
|
2064
2064
|
* <p>The regex used to match the path.</p>
|
|
2065
2065
|
* @public
|
|
2066
2066
|
*/
|
|
2067
|
-
regex?: string;
|
|
2067
|
+
regex?: string | undefined;
|
|
2068
2068
|
}
|
|
2069
2069
|
/**
|
|
2070
2070
|
* <p>An object representing the query parameter to match.</p>
|
|
@@ -2075,7 +2075,7 @@ export interface QueryParameterMatch {
|
|
|
2075
2075
|
* <p>The exact query parameter to match on.</p>
|
|
2076
2076
|
* @public
|
|
2077
2077
|
*/
|
|
2078
|
-
exact?: string;
|
|
2078
|
+
exact?: string | undefined;
|
|
2079
2079
|
}
|
|
2080
2080
|
/**
|
|
2081
2081
|
* <p>An object that represents the query parameter in the request.</p>
|
|
@@ -2091,7 +2091,7 @@ export interface HttpQueryParameter {
|
|
|
2091
2091
|
* <p>The query parameter to match on.</p>
|
|
2092
2092
|
* @public
|
|
2093
2093
|
*/
|
|
2094
|
-
match?: QueryParameterMatch;
|
|
2094
|
+
match?: QueryParameterMatch | undefined;
|
|
2095
2095
|
}
|
|
2096
2096
|
/**
|
|
2097
2097
|
* <p>An object that represents the criteria for determining a request match.</p>
|
|
@@ -2107,37 +2107,37 @@ export interface HttpGatewayRouteMatch {
|
|
|
2107
2107
|
* <code>/metrics</code>.</p>
|
|
2108
2108
|
* @public
|
|
2109
2109
|
*/
|
|
2110
|
-
prefix?: string;
|
|
2110
|
+
prefix?: string | undefined;
|
|
2111
2111
|
/**
|
|
2112
2112
|
* <p>The path to match on.</p>
|
|
2113
2113
|
* @public
|
|
2114
2114
|
*/
|
|
2115
|
-
path?: HttpPathMatch;
|
|
2115
|
+
path?: HttpPathMatch | undefined;
|
|
2116
2116
|
/**
|
|
2117
2117
|
* <p>The query parameter to match on.</p>
|
|
2118
2118
|
* @public
|
|
2119
2119
|
*/
|
|
2120
|
-
queryParameters?: HttpQueryParameter[];
|
|
2120
|
+
queryParameters?: HttpQueryParameter[] | undefined;
|
|
2121
2121
|
/**
|
|
2122
2122
|
* <p>The method to match on.</p>
|
|
2123
2123
|
* @public
|
|
2124
2124
|
*/
|
|
2125
|
-
method?: HttpMethod;
|
|
2125
|
+
method?: HttpMethod | undefined;
|
|
2126
2126
|
/**
|
|
2127
2127
|
* <p>The host name to match on.</p>
|
|
2128
2128
|
* @public
|
|
2129
2129
|
*/
|
|
2130
|
-
hostname?: GatewayRouteHostnameMatch;
|
|
2130
|
+
hostname?: GatewayRouteHostnameMatch | undefined;
|
|
2131
2131
|
/**
|
|
2132
2132
|
* <p>The client request headers to match on.</p>
|
|
2133
2133
|
* @public
|
|
2134
2134
|
*/
|
|
2135
|
-
headers?: HttpGatewayRouteHeader[];
|
|
2135
|
+
headers?: HttpGatewayRouteHeader[] | undefined;
|
|
2136
2136
|
/**
|
|
2137
2137
|
* <p>The port number to match on.</p>
|
|
2138
2138
|
* @public
|
|
2139
2139
|
*/
|
|
2140
|
-
port?: number;
|
|
2140
|
+
port?: number | undefined;
|
|
2141
2141
|
}
|
|
2142
2142
|
/**
|
|
2143
2143
|
* <p>An object that represents an HTTP gateway route.</p>
|
|
@@ -2165,22 +2165,22 @@ export interface GatewayRouteSpec {
|
|
|
2165
2165
|
* <p>The ordering of the gateway routes spec.</p>
|
|
2166
2166
|
* @public
|
|
2167
2167
|
*/
|
|
2168
|
-
priority?: number;
|
|
2168
|
+
priority?: number | undefined;
|
|
2169
2169
|
/**
|
|
2170
2170
|
* <p>An object that represents the specification of an HTTP gateway route.</p>
|
|
2171
2171
|
* @public
|
|
2172
2172
|
*/
|
|
2173
|
-
httpRoute?: HttpGatewayRoute;
|
|
2173
|
+
httpRoute?: HttpGatewayRoute | undefined;
|
|
2174
2174
|
/**
|
|
2175
2175
|
* <p>An object that represents the specification of an HTTP/2 gateway route.</p>
|
|
2176
2176
|
* @public
|
|
2177
2177
|
*/
|
|
2178
|
-
http2Route?: HttpGatewayRoute;
|
|
2178
|
+
http2Route?: HttpGatewayRoute | undefined;
|
|
2179
2179
|
/**
|
|
2180
2180
|
* <p>An object that represents the specification of a gRPC gateway route.</p>
|
|
2181
2181
|
* @public
|
|
2182
2182
|
*/
|
|
2183
|
-
grpcRoute?: GrpcGatewayRoute;
|
|
2183
|
+
grpcRoute?: GrpcGatewayRoute | undefined;
|
|
2184
2184
|
}
|
|
2185
2185
|
/**
|
|
2186
2186
|
* @public
|
|
@@ -2215,20 +2215,20 @@ export interface CreateGatewayRouteInput {
|
|
|
2215
2215
|
* a maximum length of 256 characters.</p>
|
|
2216
2216
|
* @public
|
|
2217
2217
|
*/
|
|
2218
|
-
tags?: TagRef[];
|
|
2218
|
+
tags?: TagRef[] | undefined;
|
|
2219
2219
|
/**
|
|
2220
2220
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
2221
2221
|
* request. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>
|
|
2222
2222
|
* @public
|
|
2223
2223
|
*/
|
|
2224
|
-
clientToken?: string;
|
|
2224
|
+
clientToken?: string | undefined;
|
|
2225
2225
|
/**
|
|
2226
2226
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then
|
|
2227
2227
|
* the account that you specify must share the mesh with your account before you can create
|
|
2228
2228
|
* the resource in the service mesh. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
2229
2229
|
* @public
|
|
2230
2230
|
*/
|
|
2231
|
-
meshOwner?: string;
|
|
2231
|
+
meshOwner?: string | undefined;
|
|
2232
2232
|
}
|
|
2233
2233
|
/**
|
|
2234
2234
|
* @public
|
|
@@ -2324,7 +2324,7 @@ export interface DeleteGatewayRouteInput {
|
|
|
2324
2324
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
2325
2325
|
* @public
|
|
2326
2326
|
*/
|
|
2327
|
-
meshOwner?: string;
|
|
2327
|
+
meshOwner?: string | undefined;
|
|
2328
2328
|
}
|
|
2329
2329
|
/**
|
|
2330
2330
|
* @public
|
|
@@ -2360,7 +2360,7 @@ export interface DescribeGatewayRouteInput {
|
|
|
2360
2360
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
2361
2361
|
* @public
|
|
2362
2362
|
*/
|
|
2363
|
-
meshOwner?: string;
|
|
2363
|
+
meshOwner?: string | undefined;
|
|
2364
2364
|
}
|
|
2365
2365
|
/**
|
|
2366
2366
|
* @public
|
|
@@ -2393,7 +2393,7 @@ export interface ListGatewayRoutesInput {
|
|
|
2393
2393
|
* results that returned the <code>nextToken</code> value.</p>
|
|
2394
2394
|
* @public
|
|
2395
2395
|
*/
|
|
2396
|
-
nextToken?: string;
|
|
2396
|
+
nextToken?: string | undefined;
|
|
2397
2397
|
/**
|
|
2398
2398
|
* <p>The maximum number of results returned by <code>ListGatewayRoutes</code> in paginated
|
|
2399
2399
|
* output. When you use this parameter, <code>ListGatewayRoutes</code> returns only
|
|
@@ -2405,13 +2405,13 @@ export interface ListGatewayRoutesInput {
|
|
|
2405
2405
|
* <code>nextToken</code> value if applicable.</p>
|
|
2406
2406
|
* @public
|
|
2407
2407
|
*/
|
|
2408
|
-
limit?: number;
|
|
2408
|
+
limit?: number | undefined;
|
|
2409
2409
|
/**
|
|
2410
2410
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's
|
|
2411
2411
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
2412
2412
|
* @public
|
|
2413
2413
|
*/
|
|
2414
|
-
meshOwner?: string;
|
|
2414
|
+
meshOwner?: string | undefined;
|
|
2415
2415
|
}
|
|
2416
2416
|
/**
|
|
2417
2417
|
* <p>An object that represents a gateway route returned by a list operation.</p>
|
|
@@ -2483,7 +2483,7 @@ export interface ListGatewayRoutesOutput {
|
|
|
2483
2483
|
* value is <code>null</code> when there are no more results to return.</p>
|
|
2484
2484
|
* @public
|
|
2485
2485
|
*/
|
|
2486
|
-
nextToken?: string;
|
|
2486
|
+
nextToken?: string | undefined;
|
|
2487
2487
|
}
|
|
2488
2488
|
/**
|
|
2489
2489
|
* @public
|
|
@@ -2514,13 +2514,13 @@ export interface UpdateGatewayRouteInput {
|
|
|
2514
2514
|
* request. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>
|
|
2515
2515
|
* @public
|
|
2516
2516
|
*/
|
|
2517
|
-
clientToken?: string;
|
|
2517
|
+
clientToken?: string | undefined;
|
|
2518
2518
|
/**
|
|
2519
2519
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's
|
|
2520
2520
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
2521
2521
|
* @public
|
|
2522
2522
|
*/
|
|
2523
|
-
meshOwner?: string;
|
|
2523
|
+
meshOwner?: string | undefined;
|
|
2524
2524
|
}
|
|
2525
2525
|
/**
|
|
2526
2526
|
* @public
|
|
@@ -2548,7 +2548,7 @@ export interface ListVirtualGatewaysInput {
|
|
|
2548
2548
|
* previous results that returned the <code>nextToken</code> value.</p>
|
|
2549
2549
|
* @public
|
|
2550
2550
|
*/
|
|
2551
|
-
nextToken?: string;
|
|
2551
|
+
nextToken?: string | undefined;
|
|
2552
2552
|
/**
|
|
2553
2553
|
* <p>The maximum number of results returned by <code>ListVirtualGateways</code> in paginated
|
|
2554
2554
|
* output. When you use this parameter, <code>ListVirtualGateways</code> returns only
|
|
@@ -2560,13 +2560,13 @@ export interface ListVirtualGatewaysInput {
|
|
|
2560
2560
|
* a <code>nextToken</code> value if applicable.</p>
|
|
2561
2561
|
* @public
|
|
2562
2562
|
*/
|
|
2563
|
-
limit?: number;
|
|
2563
|
+
limit?: number | undefined;
|
|
2564
2564
|
/**
|
|
2565
2565
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's
|
|
2566
2566
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
2567
2567
|
* @public
|
|
2568
2568
|
*/
|
|
2569
|
-
meshOwner?: string;
|
|
2569
|
+
meshOwner?: string | undefined;
|
|
2570
2570
|
}
|
|
2571
2571
|
/**
|
|
2572
2572
|
* <p>An object that represents a virtual gateway returned by a list operation.</p>
|
|
@@ -2632,7 +2632,7 @@ export interface ListVirtualGatewaysOutput {
|
|
|
2632
2632
|
* value is <code>null</code> when there are no more results to return.</p>
|
|
2633
2633
|
* @public
|
|
2634
2634
|
*/
|
|
2635
|
-
nextToken?: string;
|
|
2635
|
+
nextToken?: string | undefined;
|
|
2636
2636
|
}
|
|
2637
2637
|
/**
|
|
2638
2638
|
* @public
|
|
@@ -2659,13 +2659,13 @@ export interface UpdateVirtualGatewayInput {
|
|
|
2659
2659
|
* request. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>
|
|
2660
2660
|
* @public
|
|
2661
2661
|
*/
|
|
2662
|
-
clientToken?: string;
|
|
2662
|
+
clientToken?: string | undefined;
|
|
2663
2663
|
/**
|
|
2664
2664
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's
|
|
2665
2665
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
2666
2666
|
* @public
|
|
2667
2667
|
*/
|
|
2668
|
-
meshOwner?: string;
|
|
2668
|
+
meshOwner?: string | undefined;
|
|
2669
2669
|
}
|
|
2670
2670
|
/**
|
|
2671
2671
|
* @public
|
|
@@ -2874,7 +2874,7 @@ export interface TlsValidationContext {
|
|
|
2874
2874
|
* SAN since the name doesn't match the service discovery name.</p>
|
|
2875
2875
|
* @public
|
|
2876
2876
|
*/
|
|
2877
|
-
subjectAlternativeNames?: SubjectAlternativeNames;
|
|
2877
|
+
subjectAlternativeNames?: SubjectAlternativeNames | undefined;
|
|
2878
2878
|
}
|
|
2879
2879
|
/**
|
|
2880
2880
|
* <p>A reference to an object that represents a Transport Layer Security (TLS) client policy.</p>
|
|
@@ -2885,17 +2885,17 @@ export interface ClientPolicyTls {
|
|
|
2885
2885
|
* <p>Whether the policy is enforced. The default is <code>True</code>, if a value isn't specified.</p>
|
|
2886
2886
|
* @public
|
|
2887
2887
|
*/
|
|
2888
|
-
enforce?: boolean;
|
|
2888
|
+
enforce?: boolean | undefined;
|
|
2889
2889
|
/**
|
|
2890
2890
|
* <p>One or more ports that the policy is enforced for.</p>
|
|
2891
2891
|
* @public
|
|
2892
2892
|
*/
|
|
2893
|
-
ports?: number[];
|
|
2893
|
+
ports?: number[] | undefined;
|
|
2894
2894
|
/**
|
|
2895
2895
|
* <p>A reference to an object that represents a client's TLS certificate.</p>
|
|
2896
2896
|
* @public
|
|
2897
2897
|
*/
|
|
2898
|
-
certificate?: ClientTlsCertificate;
|
|
2898
|
+
certificate?: ClientTlsCertificate | undefined;
|
|
2899
2899
|
/**
|
|
2900
2900
|
* <p>A reference to an object that represents a TLS validation context.</p>
|
|
2901
2901
|
* @public
|
|
@@ -2911,7 +2911,7 @@ export interface ClientPolicy {
|
|
|
2911
2911
|
* <p>A reference to an object that represents a Transport Layer Security (TLS) client policy.</p>
|
|
2912
2912
|
* @public
|
|
2913
2913
|
*/
|
|
2914
|
-
tls?: ClientPolicyTls;
|
|
2914
|
+
tls?: ClientPolicyTls | undefined;
|
|
2915
2915
|
}
|
|
2916
2916
|
/**
|
|
2917
2917
|
* <p>An object that represents the default properties for a backend.</p>
|
|
@@ -2922,7 +2922,7 @@ export interface BackendDefaults {
|
|
|
2922
2922
|
* <p>A reference to an object that represents a client policy.</p>
|
|
2923
2923
|
* @public
|
|
2924
2924
|
*/
|
|
2925
|
-
clientPolicy?: ClientPolicy;
|
|
2925
|
+
clientPolicy?: ClientPolicy | undefined;
|
|
2926
2926
|
}
|
|
2927
2927
|
/**
|
|
2928
2928
|
* <p>An object that represents a virtual service backend for a virtual node.</p>
|
|
@@ -2938,7 +2938,7 @@ export interface VirtualServiceBackend {
|
|
|
2938
2938
|
* <p>A reference to an object that represents the client policy for a backend.</p>
|
|
2939
2939
|
* @public
|
|
2940
2940
|
*/
|
|
2941
|
-
clientPolicy?: ClientPolicy;
|
|
2941
|
+
clientPolicy?: ClientPolicy | undefined;
|
|
2942
2942
|
}
|
|
2943
2943
|
/**
|
|
2944
2944
|
* <p>An object that represents the backends that a virtual node is expected to send outbound
|
|
@@ -2999,7 +2999,7 @@ export interface VirtualNodeHttpConnectionPool {
|
|
|
2999
2999
|
* upstream cluster.</p>
|
|
3000
3000
|
* @public
|
|
3001
3001
|
*/
|
|
3002
|
-
maxPendingRequests?: number;
|
|
3002
|
+
maxPendingRequests?: number | undefined;
|
|
3003
3003
|
}
|
|
3004
3004
|
/**
|
|
3005
3005
|
* <p>An object that represents a type of connection pool.</p>
|
|
@@ -3144,13 +3144,13 @@ export interface HealthCheckPolicy {
|
|
|
3144
3144
|
* in the <a>PortMapping</a> for the listener.</p>
|
|
3145
3145
|
* @public
|
|
3146
3146
|
*/
|
|
3147
|
-
port?: number;
|
|
3147
|
+
port?: number | undefined;
|
|
3148
3148
|
/**
|
|
3149
3149
|
* <p>The destination path for the health check request. This value is only used if the
|
|
3150
3150
|
* specified protocol is HTTP or HTTP/2. For any other protocol, this value is ignored.</p>
|
|
3151
3151
|
* @public
|
|
3152
3152
|
*/
|
|
3153
|
-
path?: string;
|
|
3153
|
+
path?: string | undefined;
|
|
3154
3154
|
/**
|
|
3155
3155
|
* <p>The number of consecutive successful health checks that must occur before declaring
|
|
3156
3156
|
* listener healthy.</p>
|
|
@@ -3185,12 +3185,12 @@ export interface Duration {
|
|
|
3185
3185
|
* <p>A number of time units.</p>
|
|
3186
3186
|
* @public
|
|
3187
3187
|
*/
|
|
3188
|
-
value?: number;
|
|
3188
|
+
value?: number | undefined;
|
|
3189
3189
|
/**
|
|
3190
3190
|
* <p>A unit of time.</p>
|
|
3191
3191
|
* @public
|
|
3192
3192
|
*/
|
|
3193
|
-
unit?: DurationUnit;
|
|
3193
|
+
unit?: DurationUnit | undefined;
|
|
3194
3194
|
}
|
|
3195
3195
|
/**
|
|
3196
3196
|
* <p>An object that represents the outlier detection for a virtual node's listener.</p>
|
|
@@ -3246,12 +3246,12 @@ export interface GrpcTimeout {
|
|
|
3246
3246
|
* seconds for the source and destination virtual node and the route.</p>
|
|
3247
3247
|
* @public
|
|
3248
3248
|
*/
|
|
3249
|
-
perRequest?: Duration;
|
|
3249
|
+
perRequest?: Duration | undefined;
|
|
3250
3250
|
/**
|
|
3251
3251
|
* <p>An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.</p>
|
|
3252
3252
|
* @public
|
|
3253
3253
|
*/
|
|
3254
|
-
idle?: Duration;
|
|
3254
|
+
idle?: Duration | undefined;
|
|
3255
3255
|
}
|
|
3256
3256
|
/**
|
|
3257
3257
|
* <p>An object that represents types of timeouts. </p>
|
|
@@ -3264,12 +3264,12 @@ export interface HttpTimeout {
|
|
|
3264
3264
|
* seconds for the source and destination virtual node and the route.</p>
|
|
3265
3265
|
* @public
|
|
3266
3266
|
*/
|
|
3267
|
-
perRequest?: Duration;
|
|
3267
|
+
perRequest?: Duration | undefined;
|
|
3268
3268
|
/**
|
|
3269
3269
|
* <p>An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.</p>
|
|
3270
3270
|
* @public
|
|
3271
3271
|
*/
|
|
3272
|
-
idle?: Duration;
|
|
3272
|
+
idle?: Duration | undefined;
|
|
3273
3273
|
}
|
|
3274
3274
|
/**
|
|
3275
3275
|
* <p>An object that represents types of timeouts. </p>
|
|
@@ -3280,7 +3280,7 @@ export interface TcpTimeout {
|
|
|
3280
3280
|
* <p>An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.</p>
|
|
3281
3281
|
* @public
|
|
3282
3282
|
*/
|
|
3283
|
-
idle?: Duration;
|
|
3283
|
+
idle?: Duration | undefined;
|
|
3284
3284
|
}
|
|
3285
3285
|
/**
|
|
3286
3286
|
* <p>An object that represents timeouts for different protocols.</p>
|
|
@@ -3494,7 +3494,7 @@ export interface ListenerTlsValidationContext {
|
|
|
3494
3494
|
* context.</p>
|
|
3495
3495
|
* @public
|
|
3496
3496
|
*/
|
|
3497
|
-
subjectAlternativeNames?: SubjectAlternativeNames;
|
|
3497
|
+
subjectAlternativeNames?: SubjectAlternativeNames | undefined;
|
|
3498
3498
|
}
|
|
3499
3499
|
/**
|
|
3500
3500
|
* <p>An object that represents the Transport Layer Security (TLS) properties for a listener.</p>
|
|
@@ -3532,7 +3532,7 @@ export interface ListenerTls {
|
|
|
3532
3532
|
* <p>A reference to an object that represents a listener's Transport Layer Security (TLS) validation context.</p>
|
|
3533
3533
|
* @public
|
|
3534
3534
|
*/
|
|
3535
|
-
validation?: ListenerTlsValidationContext;
|
|
3535
|
+
validation?: ListenerTlsValidationContext | undefined;
|
|
3536
3536
|
}
|
|
3537
3537
|
/**
|
|
3538
3538
|
* <p>An object that represents a listener for a virtual node.</p>
|
|
@@ -3548,27 +3548,27 @@ export interface Listener {
|
|
|
3548
3548
|
* <p>A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.</p>
|
|
3549
3549
|
* @public
|
|
3550
3550
|
*/
|
|
3551
|
-
tls?: ListenerTls;
|
|
3551
|
+
tls?: ListenerTls | undefined;
|
|
3552
3552
|
/**
|
|
3553
3553
|
* <p>The health check information for the listener.</p>
|
|
3554
3554
|
* @public
|
|
3555
3555
|
*/
|
|
3556
|
-
healthCheck?: HealthCheckPolicy;
|
|
3556
|
+
healthCheck?: HealthCheckPolicy | undefined;
|
|
3557
3557
|
/**
|
|
3558
3558
|
* <p>An object that represents timeouts for different protocols.</p>
|
|
3559
3559
|
* @public
|
|
3560
3560
|
*/
|
|
3561
|
-
timeout?: ListenerTimeout;
|
|
3561
|
+
timeout?: ListenerTimeout | undefined;
|
|
3562
3562
|
/**
|
|
3563
3563
|
* <p>The outlier detection information for the listener.</p>
|
|
3564
3564
|
* @public
|
|
3565
3565
|
*/
|
|
3566
|
-
outlierDetection?: OutlierDetection;
|
|
3566
|
+
outlierDetection?: OutlierDetection | undefined;
|
|
3567
3567
|
/**
|
|
3568
3568
|
* <p>The connection pool information for the listener.</p>
|
|
3569
3569
|
* @public
|
|
3570
3570
|
*/
|
|
3571
|
-
connectionPool?: VirtualNodeConnectionPool;
|
|
3571
|
+
connectionPool?: VirtualNodeConnectionPool | undefined;
|
|
3572
3572
|
}
|
|
3573
3573
|
/**
|
|
3574
3574
|
* <p>An object that represents the logging information for a virtual node.</p>
|
|
@@ -3579,7 +3579,7 @@ export interface Logging {
|
|
|
3579
3579
|
* <p>The access log configuration for a virtual node.</p>
|
|
3580
3580
|
* @public
|
|
3581
3581
|
*/
|
|
3582
|
-
accessLog?: AccessLog;
|
|
3582
|
+
accessLog?: AccessLog | undefined;
|
|
3583
3583
|
}
|
|
3584
3584
|
/**
|
|
3585
3585
|
* <p>An object that represents the Cloud Map attribute information for your
|
|
@@ -3628,14 +3628,14 @@ export interface AwsCloudMapServiceDiscovery {
|
|
|
3628
3628
|
* that match all of the specified key/value pairs will be returned.</p>
|
|
3629
3629
|
* @public
|
|
3630
3630
|
*/
|
|
3631
|
-
attributes?: AwsCloudMapInstanceAttribute[];
|
|
3631
|
+
attributes?: AwsCloudMapInstanceAttribute[] | undefined;
|
|
3632
3632
|
/**
|
|
3633
3633
|
* <p>The preferred IP version that this virtual node uses. Setting the IP preference on the
|
|
3634
3634
|
* virtual node only overrides the IP preference set for the mesh on this specific
|
|
3635
3635
|
* node.</p>
|
|
3636
3636
|
* @public
|
|
3637
3637
|
*/
|
|
3638
|
-
ipPreference?: IpPreference;
|
|
3638
|
+
ipPreference?: IpPreference | undefined;
|
|
3639
3639
|
}
|
|
3640
3640
|
/**
|
|
3641
3641
|
* @public
|
|
@@ -3664,14 +3664,14 @@ export interface DnsServiceDiscovery {
|
|
|
3664
3664
|
* <p>Specifies the DNS response type for the virtual node.</p>
|
|
3665
3665
|
* @public
|
|
3666
3666
|
*/
|
|
3667
|
-
responseType?: DnsResponseType;
|
|
3667
|
+
responseType?: DnsResponseType | undefined;
|
|
3668
3668
|
/**
|
|
3669
3669
|
* <p>The preferred IP version that this virtual node uses. Setting the IP preference on the
|
|
3670
3670
|
* virtual node only overrides the IP preference set for the mesh on this specific
|
|
3671
3671
|
* node.</p>
|
|
3672
3672
|
* @public
|
|
3673
3673
|
*/
|
|
3674
|
-
ipPreference?: IpPreference;
|
|
3674
|
+
ipPreference?: IpPreference | undefined;
|
|
3675
3675
|
}
|
|
3676
3676
|
/**
|
|
3677
3677
|
* <p>An object that represents the service discovery information for a virtual node.</p>
|
|
@@ -3726,28 +3726,28 @@ export interface VirtualNodeSpec {
|
|
|
3726
3726
|
* <code>listener</code>, then you must specify service discovery information.</p>
|
|
3727
3727
|
* @public
|
|
3728
3728
|
*/
|
|
3729
|
-
serviceDiscovery?: ServiceDiscovery;
|
|
3729
|
+
serviceDiscovery?: ServiceDiscovery | undefined;
|
|
3730
3730
|
/**
|
|
3731
3731
|
* <p>The listener that the virtual node is expected to receive inbound traffic from. You can
|
|
3732
3732
|
* specify one listener.</p>
|
|
3733
3733
|
* @public
|
|
3734
3734
|
*/
|
|
3735
|
-
listeners?: Listener[];
|
|
3735
|
+
listeners?: Listener[] | undefined;
|
|
3736
3736
|
/**
|
|
3737
3737
|
* <p>The backends that the virtual node is expected to send outbound traffic to.</p>
|
|
3738
3738
|
* @public
|
|
3739
3739
|
*/
|
|
3740
|
-
backends?: Backend[];
|
|
3740
|
+
backends?: Backend[] | undefined;
|
|
3741
3741
|
/**
|
|
3742
3742
|
* <p>A reference to an object that represents the defaults for backends.</p>
|
|
3743
3743
|
* @public
|
|
3744
3744
|
*/
|
|
3745
|
-
backendDefaults?: BackendDefaults;
|
|
3745
|
+
backendDefaults?: BackendDefaults | undefined;
|
|
3746
3746
|
/**
|
|
3747
3747
|
* <p>The inbound and outbound access logging information for the virtual node.</p>
|
|
3748
3748
|
* @public
|
|
3749
3749
|
*/
|
|
3750
|
-
logging?: Logging;
|
|
3750
|
+
logging?: Logging | undefined;
|
|
3751
3751
|
}
|
|
3752
3752
|
/**
|
|
3753
3753
|
*
|
|
@@ -3776,20 +3776,20 @@ export interface CreateVirtualNodeInput {
|
|
|
3776
3776
|
* a maximum length of 256 characters.</p>
|
|
3777
3777
|
* @public
|
|
3778
3778
|
*/
|
|
3779
|
-
tags?: TagRef[];
|
|
3779
|
+
tags?: TagRef[] | undefined;
|
|
3780
3780
|
/**
|
|
3781
3781
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
3782
3782
|
* request. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>
|
|
3783
3783
|
* @public
|
|
3784
3784
|
*/
|
|
3785
|
-
clientToken?: string;
|
|
3785
|
+
clientToken?: string | undefined;
|
|
3786
3786
|
/**
|
|
3787
3787
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then
|
|
3788
3788
|
* the account that you specify must share the mesh with your account before you can create
|
|
3789
3789
|
* the resource in the service mesh. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
3790
3790
|
* @public
|
|
3791
3791
|
*/
|
|
3792
|
-
meshOwner?: string;
|
|
3792
|
+
meshOwner?: string | undefined;
|
|
3793
3793
|
}
|
|
3794
3794
|
/**
|
|
3795
3795
|
* @public
|
|
@@ -3877,7 +3877,7 @@ export interface DeleteVirtualNodeInput {
|
|
|
3877
3877
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
3878
3878
|
* @public
|
|
3879
3879
|
*/
|
|
3880
|
-
meshOwner?: string;
|
|
3880
|
+
meshOwner?: string | undefined;
|
|
3881
3881
|
}
|
|
3882
3882
|
/**
|
|
3883
3883
|
*
|
|
@@ -3910,7 +3910,7 @@ export interface DescribeVirtualNodeInput {
|
|
|
3910
3910
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
3911
3911
|
* @public
|
|
3912
3912
|
*/
|
|
3913
|
-
meshOwner?: string;
|
|
3913
|
+
meshOwner?: string | undefined;
|
|
3914
3914
|
}
|
|
3915
3915
|
/**
|
|
3916
3916
|
*
|
|
@@ -3940,7 +3940,7 @@ export interface ListVirtualNodesInput {
|
|
|
3940
3940
|
* results that returned the <code>nextToken</code> value.</p>
|
|
3941
3941
|
* @public
|
|
3942
3942
|
*/
|
|
3943
|
-
nextToken?: string;
|
|
3943
|
+
nextToken?: string | undefined;
|
|
3944
3944
|
/**
|
|
3945
3945
|
* <p>The maximum number of results returned by <code>ListVirtualNodes</code> in paginated
|
|
3946
3946
|
* output. When you use this parameter, <code>ListVirtualNodes</code> returns only
|
|
@@ -3952,13 +3952,13 @@ export interface ListVirtualNodesInput {
|
|
|
3952
3952
|
* <code>nextToken</code> value if applicable.</p>
|
|
3953
3953
|
* @public
|
|
3954
3954
|
*/
|
|
3955
|
-
limit?: number;
|
|
3955
|
+
limit?: number | undefined;
|
|
3956
3956
|
/**
|
|
3957
3957
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's
|
|
3958
3958
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
3959
3959
|
* @public
|
|
3960
3960
|
*/
|
|
3961
|
-
meshOwner?: string;
|
|
3961
|
+
meshOwner?: string | undefined;
|
|
3962
3962
|
}
|
|
3963
3963
|
/**
|
|
3964
3964
|
* <p>An object that represents a virtual node returned by a list operation.</p>
|
|
@@ -4025,7 +4025,7 @@ export interface ListVirtualNodesOutput {
|
|
|
4025
4025
|
* value is <code>null</code> when there are no more results to return.</p>
|
|
4026
4026
|
* @public
|
|
4027
4027
|
*/
|
|
4028
|
-
nextToken?: string;
|
|
4028
|
+
nextToken?: string | undefined;
|
|
4029
4029
|
}
|
|
4030
4030
|
/**
|
|
4031
4031
|
*
|
|
@@ -4052,13 +4052,13 @@ export interface UpdateVirtualNodeInput {
|
|
|
4052
4052
|
* request. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>
|
|
4053
4053
|
* @public
|
|
4054
4054
|
*/
|
|
4055
|
-
clientToken?: string;
|
|
4055
|
+
clientToken?: string | undefined;
|
|
4056
4056
|
/**
|
|
4057
4057
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's
|
|
4058
4058
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
4059
4059
|
* @public
|
|
4060
4060
|
*/
|
|
4061
|
-
meshOwner?: string;
|
|
4061
|
+
meshOwner?: string | undefined;
|
|
4062
4062
|
}
|
|
4063
4063
|
/**
|
|
4064
4064
|
*
|
|
@@ -4092,7 +4092,7 @@ export interface VirtualRouterSpec {
|
|
|
4092
4092
|
* can specify one listener.</p>
|
|
4093
4093
|
* @public
|
|
4094
4094
|
*/
|
|
4095
|
-
listeners?: VirtualRouterListener[];
|
|
4095
|
+
listeners?: VirtualRouterListener[] | undefined;
|
|
4096
4096
|
}
|
|
4097
4097
|
/**
|
|
4098
4098
|
*
|
|
@@ -4121,20 +4121,20 @@ export interface CreateVirtualRouterInput {
|
|
|
4121
4121
|
* a maximum length of 256 characters.</p>
|
|
4122
4122
|
* @public
|
|
4123
4123
|
*/
|
|
4124
|
-
tags?: TagRef[];
|
|
4124
|
+
tags?: TagRef[] | undefined;
|
|
4125
4125
|
/**
|
|
4126
4126
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
4127
4127
|
* request. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>
|
|
4128
4128
|
* @public
|
|
4129
4129
|
*/
|
|
4130
|
-
clientToken?: string;
|
|
4130
|
+
clientToken?: string | undefined;
|
|
4131
4131
|
/**
|
|
4132
4132
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then
|
|
4133
4133
|
* the account that you specify must share the mesh with your account before you can create
|
|
4134
4134
|
* the resource in the service mesh. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
4135
4135
|
* @public
|
|
4136
4136
|
*/
|
|
4137
|
-
meshOwner?: string;
|
|
4137
|
+
meshOwner?: string | undefined;
|
|
4138
4138
|
}
|
|
4139
4139
|
/**
|
|
4140
4140
|
* @public
|
|
@@ -4222,7 +4222,7 @@ export interface DeleteVirtualRouterInput {
|
|
|
4222
4222
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
4223
4223
|
* @public
|
|
4224
4224
|
*/
|
|
4225
|
-
meshOwner?: string;
|
|
4225
|
+
meshOwner?: string | undefined;
|
|
4226
4226
|
}
|
|
4227
4227
|
/**
|
|
4228
4228
|
*
|
|
@@ -4255,7 +4255,7 @@ export interface DescribeVirtualRouterInput {
|
|
|
4255
4255
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
4256
4256
|
* @public
|
|
4257
4257
|
*/
|
|
4258
|
-
meshOwner?: string;
|
|
4258
|
+
meshOwner?: string | undefined;
|
|
4259
4259
|
}
|
|
4260
4260
|
/**
|
|
4261
4261
|
*
|
|
@@ -4285,7 +4285,7 @@ export interface ListVirtualRoutersInput {
|
|
|
4285
4285
|
* previous results that returned the <code>nextToken</code> value.</p>
|
|
4286
4286
|
* @public
|
|
4287
4287
|
*/
|
|
4288
|
-
nextToken?: string;
|
|
4288
|
+
nextToken?: string | undefined;
|
|
4289
4289
|
/**
|
|
4290
4290
|
* <p>The maximum number of results returned by <code>ListVirtualRouters</code> in paginated
|
|
4291
4291
|
* output. When you use this parameter, <code>ListVirtualRouters</code> returns only
|
|
@@ -4297,13 +4297,13 @@ export interface ListVirtualRoutersInput {
|
|
|
4297
4297
|
* a <code>nextToken</code> value if applicable.</p>
|
|
4298
4298
|
* @public
|
|
4299
4299
|
*/
|
|
4300
|
-
limit?: number;
|
|
4300
|
+
limit?: number | undefined;
|
|
4301
4301
|
/**
|
|
4302
4302
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's
|
|
4303
4303
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
4304
4304
|
* @public
|
|
4305
4305
|
*/
|
|
4306
|
-
meshOwner?: string;
|
|
4306
|
+
meshOwner?: string | undefined;
|
|
4307
4307
|
}
|
|
4308
4308
|
/**
|
|
4309
4309
|
* <p>An object that represents a virtual router returned by a list operation.</p>
|
|
@@ -4370,7 +4370,7 @@ export interface ListVirtualRoutersOutput {
|
|
|
4370
4370
|
* value is <code>null</code> when there are no more results to return.</p>
|
|
4371
4371
|
* @public
|
|
4372
4372
|
*/
|
|
4373
|
-
nextToken?: string;
|
|
4373
|
+
nextToken?: string | undefined;
|
|
4374
4374
|
}
|
|
4375
4375
|
/**
|
|
4376
4376
|
* <p>An object that represents a target and its relative weight. Traffic is distributed
|
|
@@ -4394,7 +4394,7 @@ export interface WeightedTarget {
|
|
|
4394
4394
|
* <p>The targeted port of the weighted object.</p>
|
|
4395
4395
|
* @public
|
|
4396
4396
|
*/
|
|
4397
|
-
port?: number;
|
|
4397
|
+
port?: number | undefined;
|
|
4398
4398
|
}
|
|
4399
4399
|
/**
|
|
4400
4400
|
* <p>An object that represents the action to take if a match is determined.</p>
|
|
@@ -4511,12 +4511,12 @@ export interface GrpcRouteMetadata {
|
|
|
4511
4511
|
* <p>Specify <code>True</code> to match anything except the match criteria. The default value is <code>False</code>.</p>
|
|
4512
4512
|
* @public
|
|
4513
4513
|
*/
|
|
4514
|
-
invert?: boolean;
|
|
4514
|
+
invert?: boolean | undefined;
|
|
4515
4515
|
/**
|
|
4516
4516
|
* <p>An object that represents the data to match from the request.</p>
|
|
4517
4517
|
* @public
|
|
4518
4518
|
*/
|
|
4519
|
-
match?: GrpcRouteMetadataMatchMethod;
|
|
4519
|
+
match?: GrpcRouteMetadataMatchMethod | undefined;
|
|
4520
4520
|
}
|
|
4521
4521
|
/**
|
|
4522
4522
|
* <p>An object that represents the criteria for determining a request match.</p>
|
|
@@ -4527,23 +4527,23 @@ export interface GrpcRouteMatch {
|
|
|
4527
4527
|
* <p>The fully qualified domain name for the service to match from the request.</p>
|
|
4528
4528
|
* @public
|
|
4529
4529
|
*/
|
|
4530
|
-
serviceName?: string;
|
|
4530
|
+
serviceName?: string | undefined;
|
|
4531
4531
|
/**
|
|
4532
4532
|
* <p>The method name to match from the request. If you specify a name, you must also specify
|
|
4533
4533
|
* a <code>serviceName</code>.</p>
|
|
4534
4534
|
* @public
|
|
4535
4535
|
*/
|
|
4536
|
-
methodName?: string;
|
|
4536
|
+
methodName?: string | undefined;
|
|
4537
4537
|
/**
|
|
4538
4538
|
* <p>An object that represents the data to match from the request.</p>
|
|
4539
4539
|
* @public
|
|
4540
4540
|
*/
|
|
4541
|
-
metadata?: GrpcRouteMetadata[];
|
|
4541
|
+
metadata?: GrpcRouteMetadata[] | undefined;
|
|
4542
4542
|
/**
|
|
4543
4543
|
* <p>The port number to match on.</p>
|
|
4544
4544
|
* @public
|
|
4545
4545
|
*/
|
|
4546
|
-
port?: number;
|
|
4546
|
+
port?: number | undefined;
|
|
4547
4547
|
}
|
|
4548
4548
|
/**
|
|
4549
4549
|
* @public
|
|
@@ -4613,17 +4613,17 @@ export interface GrpcRetryPolicy {
|
|
|
4613
4613
|
* </ul>
|
|
4614
4614
|
* @public
|
|
4615
4615
|
*/
|
|
4616
|
-
httpRetryEvents?: string[];
|
|
4616
|
+
httpRetryEvents?: string[] | undefined;
|
|
4617
4617
|
/**
|
|
4618
4618
|
* <p>Specify a valid value. The event occurs before any processing of a request has started and is encountered when the upstream is temporarily or permanently unavailable.</p>
|
|
4619
4619
|
* @public
|
|
4620
4620
|
*/
|
|
4621
|
-
tcpRetryEvents?: TcpRetryPolicyEvent[];
|
|
4621
|
+
tcpRetryEvents?: TcpRetryPolicyEvent[] | undefined;
|
|
4622
4622
|
/**
|
|
4623
4623
|
* <p>Specify at least one of the valid values.</p>
|
|
4624
4624
|
* @public
|
|
4625
4625
|
*/
|
|
4626
|
-
grpcRetryEvents?: GrpcRetryPolicyEvent[];
|
|
4626
|
+
grpcRetryEvents?: GrpcRetryPolicyEvent[] | undefined;
|
|
4627
4627
|
}
|
|
4628
4628
|
/**
|
|
4629
4629
|
* <p>An object that represents a gRPC route type.</p>
|
|
@@ -4644,12 +4644,12 @@ export interface GrpcRoute {
|
|
|
4644
4644
|
* <p>An object that represents a retry policy.</p>
|
|
4645
4645
|
* @public
|
|
4646
4646
|
*/
|
|
4647
|
-
retryPolicy?: GrpcRetryPolicy;
|
|
4647
|
+
retryPolicy?: GrpcRetryPolicy | undefined;
|
|
4648
4648
|
/**
|
|
4649
4649
|
* <p>An object that represents types of timeouts. </p>
|
|
4650
4650
|
* @public
|
|
4651
4651
|
*/
|
|
4652
|
-
timeout?: GrpcTimeout;
|
|
4652
|
+
timeout?: GrpcTimeout | undefined;
|
|
4653
4653
|
}
|
|
4654
4654
|
/**
|
|
4655
4655
|
* <p>An object that represents the action to take if a match is determined.</p>
|
|
@@ -4676,12 +4676,12 @@ export interface HttpRouteHeader {
|
|
|
4676
4676
|
* <p>Specify <code>True</code> to match anything except the match criteria. The default value is <code>False</code>.</p>
|
|
4677
4677
|
* @public
|
|
4678
4678
|
*/
|
|
4679
|
-
invert?: boolean;
|
|
4679
|
+
invert?: boolean | undefined;
|
|
4680
4680
|
/**
|
|
4681
4681
|
* <p>The <code>HeaderMatchMethod</code> object.</p>
|
|
4682
4682
|
* @public
|
|
4683
4683
|
*/
|
|
4684
|
-
match?: HeaderMatchMethod;
|
|
4684
|
+
match?: HeaderMatchMethod | undefined;
|
|
4685
4685
|
}
|
|
4686
4686
|
/**
|
|
4687
4687
|
* @public
|
|
@@ -4710,38 +4710,38 @@ export interface HttpRouteMatch {
|
|
|
4710
4710
|
* <code>/metrics</code>.</p>
|
|
4711
4711
|
* @public
|
|
4712
4712
|
*/
|
|
4713
|
-
prefix?: string;
|
|
4713
|
+
prefix?: string | undefined;
|
|
4714
4714
|
/**
|
|
4715
4715
|
* <p>The client request path to match on.</p>
|
|
4716
4716
|
* @public
|
|
4717
4717
|
*/
|
|
4718
|
-
path?: HttpPathMatch;
|
|
4718
|
+
path?: HttpPathMatch | undefined;
|
|
4719
4719
|
/**
|
|
4720
4720
|
* <p>The client request query parameters to match on.</p>
|
|
4721
4721
|
* @public
|
|
4722
4722
|
*/
|
|
4723
|
-
queryParameters?: HttpQueryParameter[];
|
|
4723
|
+
queryParameters?: HttpQueryParameter[] | undefined;
|
|
4724
4724
|
/**
|
|
4725
4725
|
* <p>The client request method to match on. Specify only one.</p>
|
|
4726
4726
|
* @public
|
|
4727
4727
|
*/
|
|
4728
|
-
method?: HttpMethod;
|
|
4728
|
+
method?: HttpMethod | undefined;
|
|
4729
4729
|
/**
|
|
4730
4730
|
* <p>The client request scheme to match on. Specify only one. Applicable only for HTTP2
|
|
4731
4731
|
* routes.</p>
|
|
4732
4732
|
* @public
|
|
4733
4733
|
*/
|
|
4734
|
-
scheme?: HttpScheme;
|
|
4734
|
+
scheme?: HttpScheme | undefined;
|
|
4735
4735
|
/**
|
|
4736
4736
|
* <p>The client request headers to match on.</p>
|
|
4737
4737
|
* @public
|
|
4738
4738
|
*/
|
|
4739
|
-
headers?: HttpRouteHeader[];
|
|
4739
|
+
headers?: HttpRouteHeader[] | undefined;
|
|
4740
4740
|
/**
|
|
4741
4741
|
* <p>The port number to match on.</p>
|
|
4742
4742
|
* @public
|
|
4743
4743
|
*/
|
|
4744
|
-
port?: number;
|
|
4744
|
+
port?: number | undefined;
|
|
4745
4745
|
}
|
|
4746
4746
|
/**
|
|
4747
4747
|
* <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>.
|
|
@@ -4785,12 +4785,12 @@ export interface HttpRetryPolicy {
|
|
|
4785
4785
|
* </ul>
|
|
4786
4786
|
* @public
|
|
4787
4787
|
*/
|
|
4788
|
-
httpRetryEvents?: string[];
|
|
4788
|
+
httpRetryEvents?: string[] | undefined;
|
|
4789
4789
|
/**
|
|
4790
4790
|
* <p>Specify a valid value. The event occurs before any processing of a request has started and is encountered when the upstream is temporarily or permanently unavailable.</p>
|
|
4791
4791
|
* @public
|
|
4792
4792
|
*/
|
|
4793
|
-
tcpRetryEvents?: TcpRetryPolicyEvent[];
|
|
4793
|
+
tcpRetryEvents?: TcpRetryPolicyEvent[] | undefined;
|
|
4794
4794
|
}
|
|
4795
4795
|
/**
|
|
4796
4796
|
* <p>An object that represents an HTTP or HTTP/2 route type.</p>
|
|
@@ -4811,12 +4811,12 @@ export interface HttpRoute {
|
|
|
4811
4811
|
* <p>An object that represents a retry policy.</p>
|
|
4812
4812
|
* @public
|
|
4813
4813
|
*/
|
|
4814
|
-
retryPolicy?: HttpRetryPolicy;
|
|
4814
|
+
retryPolicy?: HttpRetryPolicy | undefined;
|
|
4815
4815
|
/**
|
|
4816
4816
|
* <p>An object that represents types of timeouts. </p>
|
|
4817
4817
|
* @public
|
|
4818
4818
|
*/
|
|
4819
|
-
timeout?: HttpTimeout;
|
|
4819
|
+
timeout?: HttpTimeout | undefined;
|
|
4820
4820
|
}
|
|
4821
4821
|
/**
|
|
4822
4822
|
* <p>An object that represents the action to take if a match is determined.</p>
|
|
@@ -4838,7 +4838,7 @@ export interface TcpRouteMatch {
|
|
|
4838
4838
|
* <p>The port number to match on.</p>
|
|
4839
4839
|
* @public
|
|
4840
4840
|
*/
|
|
4841
|
-
port?: number;
|
|
4841
|
+
port?: number | undefined;
|
|
4842
4842
|
}
|
|
4843
4843
|
/**
|
|
4844
4844
|
* <p>An object that represents a TCP route type.</p>
|
|
@@ -4854,12 +4854,12 @@ export interface TcpRoute {
|
|
|
4854
4854
|
* <p>An object that represents types of timeouts. </p>
|
|
4855
4855
|
* @public
|
|
4856
4856
|
*/
|
|
4857
|
-
timeout?: TcpTimeout;
|
|
4857
|
+
timeout?: TcpTimeout | undefined;
|
|
4858
4858
|
/**
|
|
4859
4859
|
* <p>An object that represents the criteria for determining a request match.</p>
|
|
4860
4860
|
* @public
|
|
4861
4861
|
*/
|
|
4862
|
-
match?: TcpRouteMatch;
|
|
4862
|
+
match?: TcpRouteMatch | undefined;
|
|
4863
4863
|
}
|
|
4864
4864
|
/**
|
|
4865
4865
|
* <p>An object that represents a route specification. Specify one route type.</p>
|
|
@@ -4871,27 +4871,27 @@ export interface RouteSpec {
|
|
|
4871
4871
|
* the highest priority.</p>
|
|
4872
4872
|
* @public
|
|
4873
4873
|
*/
|
|
4874
|
-
priority?: number;
|
|
4874
|
+
priority?: number | undefined;
|
|
4875
4875
|
/**
|
|
4876
4876
|
* <p>An object that represents the specification of an HTTP route.</p>
|
|
4877
4877
|
* @public
|
|
4878
4878
|
*/
|
|
4879
|
-
httpRoute?: HttpRoute;
|
|
4879
|
+
httpRoute?: HttpRoute | undefined;
|
|
4880
4880
|
/**
|
|
4881
4881
|
* <p>An object that represents the specification of a TCP route.</p>
|
|
4882
4882
|
* @public
|
|
4883
4883
|
*/
|
|
4884
|
-
tcpRoute?: TcpRoute;
|
|
4884
|
+
tcpRoute?: TcpRoute | undefined;
|
|
4885
4885
|
/**
|
|
4886
4886
|
* <p>An object that represents the specification of an HTTP/2 route.</p>
|
|
4887
4887
|
* @public
|
|
4888
4888
|
*/
|
|
4889
|
-
http2Route?: HttpRoute;
|
|
4889
|
+
http2Route?: HttpRoute | undefined;
|
|
4890
4890
|
/**
|
|
4891
4891
|
* <p>An object that represents the specification of a gRPC route.</p>
|
|
4892
4892
|
* @public
|
|
4893
4893
|
*/
|
|
4894
|
-
grpcRoute?: GrpcRoute;
|
|
4894
|
+
grpcRoute?: GrpcRoute | undefined;
|
|
4895
4895
|
}
|
|
4896
4896
|
/**
|
|
4897
4897
|
*
|
|
@@ -4926,20 +4926,20 @@ export interface CreateRouteInput {
|
|
|
4926
4926
|
* a maximum length of 256 characters.</p>
|
|
4927
4927
|
* @public
|
|
4928
4928
|
*/
|
|
4929
|
-
tags?: TagRef[];
|
|
4929
|
+
tags?: TagRef[] | undefined;
|
|
4930
4930
|
/**
|
|
4931
4931
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
4932
4932
|
* request. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>
|
|
4933
4933
|
* @public
|
|
4934
4934
|
*/
|
|
4935
|
-
clientToken?: string;
|
|
4935
|
+
clientToken?: string | undefined;
|
|
4936
4936
|
/**
|
|
4937
4937
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then
|
|
4938
4938
|
* the account that you specify must share the mesh with your account before you can create
|
|
4939
4939
|
* the resource in the service mesh. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
4940
4940
|
* @public
|
|
4941
4941
|
*/
|
|
4942
|
-
meshOwner?: string;
|
|
4942
|
+
meshOwner?: string | undefined;
|
|
4943
4943
|
}
|
|
4944
4944
|
/**
|
|
4945
4945
|
* @public
|
|
@@ -5037,7 +5037,7 @@ export interface DeleteRouteInput {
|
|
|
5037
5037
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
5038
5038
|
* @public
|
|
5039
5039
|
*/
|
|
5040
|
-
meshOwner?: string;
|
|
5040
|
+
meshOwner?: string | undefined;
|
|
5041
5041
|
}
|
|
5042
5042
|
/**
|
|
5043
5043
|
*
|
|
@@ -5070,7 +5070,7 @@ export interface DescribeRouteInput {
|
|
|
5070
5070
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
5071
5071
|
* @public
|
|
5072
5072
|
*/
|
|
5073
|
-
meshOwner?: string;
|
|
5073
|
+
meshOwner?: string | undefined;
|
|
5074
5074
|
/**
|
|
5075
5075
|
* <p>The name of the virtual router that the route is associated with.</p>
|
|
5076
5076
|
* @public
|
|
@@ -5110,7 +5110,7 @@ export interface ListRoutesInput {
|
|
|
5110
5110
|
* results that returned the <code>nextToken</code> value.</p>
|
|
5111
5111
|
* @public
|
|
5112
5112
|
*/
|
|
5113
|
-
nextToken?: string;
|
|
5113
|
+
nextToken?: string | undefined;
|
|
5114
5114
|
/**
|
|
5115
5115
|
* <p>The maximum number of results returned by <code>ListRoutes</code> in paginated output.
|
|
5116
5116
|
* When you use this parameter, <code>ListRoutes</code> returns only <code>limit</code>
|
|
@@ -5122,13 +5122,13 @@ export interface ListRoutesInput {
|
|
|
5122
5122
|
* <code>nextToken</code> value if applicable.</p>
|
|
5123
5123
|
* @public
|
|
5124
5124
|
*/
|
|
5125
|
-
limit?: number;
|
|
5125
|
+
limit?: number | undefined;
|
|
5126
5126
|
/**
|
|
5127
5127
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's
|
|
5128
5128
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
5129
5129
|
* @public
|
|
5130
5130
|
*/
|
|
5131
|
-
meshOwner?: string;
|
|
5131
|
+
meshOwner?: string | undefined;
|
|
5132
5132
|
}
|
|
5133
5133
|
/**
|
|
5134
5134
|
* <p>An object that represents a route returned by a list operation.</p>
|
|
@@ -5200,7 +5200,7 @@ export interface ListRoutesOutput {
|
|
|
5200
5200
|
* there are no more results to return.</p>
|
|
5201
5201
|
* @public
|
|
5202
5202
|
*/
|
|
5203
|
-
nextToken?: string;
|
|
5203
|
+
nextToken?: string | undefined;
|
|
5204
5204
|
}
|
|
5205
5205
|
/**
|
|
5206
5206
|
*
|
|
@@ -5232,13 +5232,13 @@ export interface UpdateRouteInput {
|
|
|
5232
5232
|
* request. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>
|
|
5233
5233
|
* @public
|
|
5234
5234
|
*/
|
|
5235
|
-
clientToken?: string;
|
|
5235
|
+
clientToken?: string | undefined;
|
|
5236
5236
|
/**
|
|
5237
5237
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's
|
|
5238
5238
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
5239
5239
|
* @public
|
|
5240
5240
|
*/
|
|
5241
|
-
meshOwner?: string;
|
|
5241
|
+
meshOwner?: string | undefined;
|
|
5242
5242
|
}
|
|
5243
5243
|
/**
|
|
5244
5244
|
*
|
|
@@ -5276,13 +5276,13 @@ export interface UpdateVirtualRouterInput {
|
|
|
5276
5276
|
* request. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>
|
|
5277
5277
|
* @public
|
|
5278
5278
|
*/
|
|
5279
|
-
clientToken?: string;
|
|
5279
|
+
clientToken?: string | undefined;
|
|
5280
5280
|
/**
|
|
5281
5281
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's
|
|
5282
5282
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
5283
5283
|
* @public
|
|
5284
5284
|
*/
|
|
5285
|
-
meshOwner?: string;
|
|
5285
|
+
meshOwner?: string | undefined;
|
|
5286
5286
|
}
|
|
5287
5287
|
/**
|
|
5288
5288
|
*
|
|
@@ -5369,7 +5369,7 @@ export interface VirtualServiceSpec {
|
|
|
5369
5369
|
* can specify a single virtual node or virtual router.</p>
|
|
5370
5370
|
* @public
|
|
5371
5371
|
*/
|
|
5372
|
-
provider?: VirtualServiceProvider;
|
|
5372
|
+
provider?: VirtualServiceProvider | undefined;
|
|
5373
5373
|
}
|
|
5374
5374
|
/**
|
|
5375
5375
|
*
|
|
@@ -5398,20 +5398,20 @@ export interface CreateVirtualServiceInput {
|
|
|
5398
5398
|
* a maximum length of 256 characters.</p>
|
|
5399
5399
|
* @public
|
|
5400
5400
|
*/
|
|
5401
|
-
tags?: TagRef[];
|
|
5401
|
+
tags?: TagRef[] | undefined;
|
|
5402
5402
|
/**
|
|
5403
5403
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
5404
5404
|
* request. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>
|
|
5405
5405
|
* @public
|
|
5406
5406
|
*/
|
|
5407
|
-
clientToken?: string;
|
|
5407
|
+
clientToken?: string | undefined;
|
|
5408
5408
|
/**
|
|
5409
5409
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then
|
|
5410
5410
|
* the account that you specify must share the mesh with your account before you can create
|
|
5411
5411
|
* the resource in the service mesh. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
5412
5412
|
* @public
|
|
5413
5413
|
*/
|
|
5414
|
-
meshOwner?: string;
|
|
5414
|
+
meshOwner?: string | undefined;
|
|
5415
5415
|
}
|
|
5416
5416
|
/**
|
|
5417
5417
|
* @public
|
|
@@ -5499,7 +5499,7 @@ export interface DeleteVirtualServiceInput {
|
|
|
5499
5499
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
5500
5500
|
* @public
|
|
5501
5501
|
*/
|
|
5502
|
-
meshOwner?: string;
|
|
5502
|
+
meshOwner?: string | undefined;
|
|
5503
5503
|
}
|
|
5504
5504
|
/**
|
|
5505
5505
|
*
|
|
@@ -5532,7 +5532,7 @@ export interface DescribeVirtualServiceInput {
|
|
|
5532
5532
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
5533
5533
|
* @public
|
|
5534
5534
|
*/
|
|
5535
|
-
meshOwner?: string;
|
|
5535
|
+
meshOwner?: string | undefined;
|
|
5536
5536
|
}
|
|
5537
5537
|
/**
|
|
5538
5538
|
*
|
|
@@ -5562,7 +5562,7 @@ export interface ListVirtualServicesInput {
|
|
|
5562
5562
|
* previous results that returned the <code>nextToken</code> value.</p>
|
|
5563
5563
|
* @public
|
|
5564
5564
|
*/
|
|
5565
|
-
nextToken?: string;
|
|
5565
|
+
nextToken?: string | undefined;
|
|
5566
5566
|
/**
|
|
5567
5567
|
* <p>The maximum number of results returned by <code>ListVirtualServices</code> in paginated
|
|
5568
5568
|
* output. When you use this parameter, <code>ListVirtualServices</code> returns only
|
|
@@ -5574,13 +5574,13 @@ export interface ListVirtualServicesInput {
|
|
|
5574
5574
|
* a <code>nextToken</code> value if applicable.</p>
|
|
5575
5575
|
* @public
|
|
5576
5576
|
*/
|
|
5577
|
-
limit?: number;
|
|
5577
|
+
limit?: number | undefined;
|
|
5578
5578
|
/**
|
|
5579
5579
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's
|
|
5580
5580
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
5581
5581
|
* @public
|
|
5582
5582
|
*/
|
|
5583
|
-
meshOwner?: string;
|
|
5583
|
+
meshOwner?: string | undefined;
|
|
5584
5584
|
}
|
|
5585
5585
|
/**
|
|
5586
5586
|
* <p>An object that represents a virtual service returned by a list operation.</p>
|
|
@@ -5647,7 +5647,7 @@ export interface ListVirtualServicesOutput {
|
|
|
5647
5647
|
* value is <code>null</code> when there are no more results to return.</p>
|
|
5648
5648
|
* @public
|
|
5649
5649
|
*/
|
|
5650
|
-
nextToken?: string;
|
|
5650
|
+
nextToken?: string | undefined;
|
|
5651
5651
|
}
|
|
5652
5652
|
/**
|
|
5653
5653
|
*
|
|
@@ -5675,13 +5675,13 @@ export interface UpdateVirtualServiceInput {
|
|
|
5675
5675
|
* request. Up to 36 letters, numbers, hyphens, and underscores are allowed.</p>
|
|
5676
5676
|
* @public
|
|
5677
5677
|
*/
|
|
5678
|
-
clientToken?: string;
|
|
5678
|
+
clientToken?: string | undefined;
|
|
5679
5679
|
/**
|
|
5680
5680
|
* <p>The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's
|
|
5681
5681
|
* the ID of the account that shared the mesh with your account. For more information about mesh sharing, see <a href="https://docs.aws.amazon.com/app-mesh/latest/userguide/sharing.html">Working with shared meshes</a>.</p>
|
|
5682
5682
|
* @public
|
|
5683
5683
|
*/
|
|
5684
|
-
meshOwner?: string;
|
|
5684
|
+
meshOwner?: string | undefined;
|
|
5685
5685
|
}
|
|
5686
5686
|
/**
|
|
5687
5687
|
*
|