@aws-sdk/client-app-mesh 3.928.0 → 3.930.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-cjs/index.js +2611 -1972
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/AppMeshClient.js +2 -0
- package/dist-es/commands/CreateGatewayRouteCommand.js +3 -9
- package/dist-es/commands/CreateMeshCommand.js +3 -9
- package/dist-es/commands/CreateRouteCommand.js +3 -9
- package/dist-es/commands/CreateVirtualGatewayCommand.js +3 -9
- package/dist-es/commands/CreateVirtualNodeCommand.js +3 -9
- package/dist-es/commands/CreateVirtualRouterCommand.js +3 -9
- package/dist-es/commands/CreateVirtualServiceCommand.js +3 -9
- package/dist-es/commands/DeleteGatewayRouteCommand.js +3 -9
- package/dist-es/commands/DeleteMeshCommand.js +3 -9
- package/dist-es/commands/DeleteRouteCommand.js +3 -9
- package/dist-es/commands/DeleteVirtualGatewayCommand.js +3 -9
- package/dist-es/commands/DeleteVirtualNodeCommand.js +3 -9
- package/dist-es/commands/DeleteVirtualRouterCommand.js +3 -9
- package/dist-es/commands/DeleteVirtualServiceCommand.js +3 -9
- package/dist-es/commands/DescribeGatewayRouteCommand.js +3 -9
- package/dist-es/commands/DescribeMeshCommand.js +3 -9
- package/dist-es/commands/DescribeRouteCommand.js +3 -9
- package/dist-es/commands/DescribeVirtualGatewayCommand.js +3 -9
- package/dist-es/commands/DescribeVirtualNodeCommand.js +3 -9
- package/dist-es/commands/DescribeVirtualRouterCommand.js +3 -9
- package/dist-es/commands/DescribeVirtualServiceCommand.js +3 -9
- package/dist-es/commands/ListGatewayRoutesCommand.js +3 -9
- package/dist-es/commands/ListMeshesCommand.js +3 -9
- package/dist-es/commands/ListRoutesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListVirtualGatewaysCommand.js +3 -9
- package/dist-es/commands/ListVirtualNodesCommand.js +3 -9
- package/dist-es/commands/ListVirtualRoutersCommand.js +3 -9
- package/dist-es/commands/ListVirtualServicesCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateGatewayRouteCommand.js +3 -9
- package/dist-es/commands/UpdateMeshCommand.js +3 -9
- package/dist-es/commands/UpdateRouteCommand.js +3 -9
- package/dist-es/commands/UpdateVirtualGatewayCommand.js +3 -9
- package/dist-es/commands/UpdateVirtualNodeCommand.js +3 -9
- package/dist-es/commands/UpdateVirtualRouterCommand.js +3 -9
- package/dist-es/commands/UpdateVirtualServiceCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -230
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2515 -0
- package/dist-types/AppMeshClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +80 -20
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +296 -0
- package/dist-types/ts3.4/AppMeshClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -41
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +301 -0
- package/package.json +33 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -1451
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -344
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -461
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput } from "./commands/CreateGatewayRouteCommand";
|
|
11
11
|
import { CreateMeshCommandInput, CreateMeshCommandOutput } from "./commands/CreateMeshCommand";
|
|
@@ -179,6 +179,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
179
179
|
* Optional extensions
|
|
180
180
|
*/
|
|
181
181
|
extensions?: RuntimeExtension[];
|
|
182
|
+
/**
|
|
183
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
184
|
+
* may be overridden. A default will always be set by the client.
|
|
185
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
186
|
+
* the client.
|
|
187
|
+
* @alpha
|
|
188
|
+
*
|
|
189
|
+
*/
|
|
190
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
182
191
|
/**
|
|
183
192
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
184
193
|
*/
|
|
@@ -51,12 +51,15 @@ export declare namespace LoggingFormat {
|
|
|
51
51
|
json?: never;
|
|
52
52
|
$unknown: [string, any];
|
|
53
53
|
}
|
|
54
|
+
/**
|
|
55
|
+
* @deprecated unused in schema-serde mode.
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
54
58
|
interface Visitor<T> {
|
|
55
59
|
text: (value: string) => T;
|
|
56
60
|
json: (value: JsonFormatRef[]) => T;
|
|
57
61
|
_: (name: string, value: any) => T;
|
|
58
62
|
}
|
|
59
|
-
const visit: <T>(value: LoggingFormat, visitor: Visitor<T>) => T;
|
|
60
63
|
}
|
|
61
64
|
/**
|
|
62
65
|
* <p>An object that represents an access log file.</p>
|
|
@@ -107,11 +110,14 @@ export declare namespace AccessLog {
|
|
|
107
110
|
file?: never;
|
|
108
111
|
$unknown: [string, any];
|
|
109
112
|
}
|
|
113
|
+
/**
|
|
114
|
+
* @deprecated unused in schema-serde mode.
|
|
115
|
+
*
|
|
116
|
+
*/
|
|
110
117
|
interface Visitor<T> {
|
|
111
118
|
file: (value: FileAccessLog) => T;
|
|
112
119
|
_: (name: string, value: any) => T;
|
|
113
120
|
}
|
|
114
|
-
const visit: <T>(value: AccessLog, visitor: Visitor<T>) => T;
|
|
115
121
|
}
|
|
116
122
|
/**
|
|
117
123
|
* <p>The request syntax was malformed. Check your request syntax and try again.</p>
|
|
@@ -753,12 +759,15 @@ export declare namespace VirtualGatewayClientTlsCertificate {
|
|
|
753
759
|
sds?: never;
|
|
754
760
|
$unknown: [string, any];
|
|
755
761
|
}
|
|
762
|
+
/**
|
|
763
|
+
* @deprecated unused in schema-serde mode.
|
|
764
|
+
*
|
|
765
|
+
*/
|
|
756
766
|
interface Visitor<T> {
|
|
757
767
|
file: (value: VirtualGatewayListenerTlsFileCertificate) => T;
|
|
758
768
|
sds: (value: VirtualGatewayListenerTlsSdsCertificate) => T;
|
|
759
769
|
_: (name: string, value: any) => T;
|
|
760
770
|
}
|
|
761
|
-
const visit: <T>(value: VirtualGatewayClientTlsCertificate, visitor: Visitor<T>) => T;
|
|
762
771
|
}
|
|
763
772
|
/**
|
|
764
773
|
* <p>An object that represents the methods by which a subject alternative name on a peer
|
|
@@ -873,13 +882,16 @@ export declare namespace VirtualGatewayTlsValidationContextTrust {
|
|
|
873
882
|
sds?: never;
|
|
874
883
|
$unknown: [string, any];
|
|
875
884
|
}
|
|
885
|
+
/**
|
|
886
|
+
* @deprecated unused in schema-serde mode.
|
|
887
|
+
*
|
|
888
|
+
*/
|
|
876
889
|
interface Visitor<T> {
|
|
877
890
|
acm: (value: VirtualGatewayTlsValidationContextAcmTrust) => T;
|
|
878
891
|
file: (value: VirtualGatewayTlsValidationContextFileTrust) => T;
|
|
879
892
|
sds: (value: VirtualGatewayTlsValidationContextSdsTrust) => T;
|
|
880
893
|
_: (name: string, value: any) => T;
|
|
881
894
|
}
|
|
882
|
-
const visit: <T>(value: VirtualGatewayTlsValidationContextTrust, visitor: Visitor<T>) => T;
|
|
883
895
|
}
|
|
884
896
|
/**
|
|
885
897
|
* <p>An object that represents a Transport Layer Security (TLS) validation context.</p>
|
|
@@ -1043,13 +1055,16 @@ export declare namespace VirtualGatewayConnectionPool {
|
|
|
1043
1055
|
grpc?: never;
|
|
1044
1056
|
$unknown: [string, any];
|
|
1045
1057
|
}
|
|
1058
|
+
/**
|
|
1059
|
+
* @deprecated unused in schema-serde mode.
|
|
1060
|
+
*
|
|
1061
|
+
*/
|
|
1046
1062
|
interface Visitor<T> {
|
|
1047
1063
|
http: (value: VirtualGatewayHttpConnectionPool) => T;
|
|
1048
1064
|
http2: (value: VirtualGatewayHttp2ConnectionPool) => T;
|
|
1049
1065
|
grpc: (value: VirtualGatewayGrpcConnectionPool) => T;
|
|
1050
1066
|
_: (name: string, value: any) => T;
|
|
1051
1067
|
}
|
|
1052
|
-
const visit: <T>(value: VirtualGatewayConnectionPool, visitor: Visitor<T>) => T;
|
|
1053
1068
|
}
|
|
1054
1069
|
/**
|
|
1055
1070
|
* @public
|
|
@@ -1189,13 +1204,16 @@ export declare namespace VirtualGatewayListenerTlsCertificate {
|
|
|
1189
1204
|
sds?: never;
|
|
1190
1205
|
$unknown: [string, any];
|
|
1191
1206
|
}
|
|
1207
|
+
/**
|
|
1208
|
+
* @deprecated unused in schema-serde mode.
|
|
1209
|
+
*
|
|
1210
|
+
*/
|
|
1192
1211
|
interface Visitor<T> {
|
|
1193
1212
|
acm: (value: VirtualGatewayListenerTlsAcmCertificate) => T;
|
|
1194
1213
|
file: (value: VirtualGatewayListenerTlsFileCertificate) => T;
|
|
1195
1214
|
sds: (value: VirtualGatewayListenerTlsSdsCertificate) => T;
|
|
1196
1215
|
_: (name: string, value: any) => T;
|
|
1197
1216
|
}
|
|
1198
|
-
const visit: <T>(value: VirtualGatewayListenerTlsCertificate, visitor: Visitor<T>) => T;
|
|
1199
1217
|
}
|
|
1200
1218
|
/**
|
|
1201
1219
|
* @public
|
|
@@ -1247,12 +1265,15 @@ export declare namespace VirtualGatewayListenerTlsValidationContextTrust {
|
|
|
1247
1265
|
sds?: never;
|
|
1248
1266
|
$unknown: [string, any];
|
|
1249
1267
|
}
|
|
1268
|
+
/**
|
|
1269
|
+
* @deprecated unused in schema-serde mode.
|
|
1270
|
+
*
|
|
1271
|
+
*/
|
|
1250
1272
|
interface Visitor<T> {
|
|
1251
1273
|
file: (value: VirtualGatewayTlsValidationContextFileTrust) => T;
|
|
1252
1274
|
sds: (value: VirtualGatewayTlsValidationContextSdsTrust) => T;
|
|
1253
1275
|
_: (name: string, value: any) => T;
|
|
1254
1276
|
}
|
|
1255
|
-
const visit: <T>(value: VirtualGatewayListenerTlsValidationContextTrust, visitor: Visitor<T>) => T;
|
|
1256
1277
|
}
|
|
1257
1278
|
/**
|
|
1258
1279
|
* <p>An object that represents a virtual gateway's listener's Transport Layer Security (TLS) validation
|
|
@@ -1383,11 +1404,14 @@ export declare namespace VirtualGatewayAccessLog {
|
|
|
1383
1404
|
file?: never;
|
|
1384
1405
|
$unknown: [string, any];
|
|
1385
1406
|
}
|
|
1407
|
+
/**
|
|
1408
|
+
* @deprecated unused in schema-serde mode.
|
|
1409
|
+
*
|
|
1410
|
+
*/
|
|
1386
1411
|
interface Visitor<T> {
|
|
1387
1412
|
file: (value: VirtualGatewayFileAccessLog) => T;
|
|
1388
1413
|
_: (name: string, value: any) => T;
|
|
1389
1414
|
}
|
|
1390
|
-
const visit: <T>(value: VirtualGatewayAccessLog, visitor: Visitor<T>) => T;
|
|
1391
1415
|
}
|
|
1392
1416
|
/**
|
|
1393
1417
|
* <p>An object that represents logging information.</p>
|
|
@@ -1779,6 +1803,10 @@ export declare namespace GrpcMetadataMatchMethod {
|
|
|
1779
1803
|
suffix?: never;
|
|
1780
1804
|
$unknown: [string, any];
|
|
1781
1805
|
}
|
|
1806
|
+
/**
|
|
1807
|
+
* @deprecated unused in schema-serde mode.
|
|
1808
|
+
*
|
|
1809
|
+
*/
|
|
1782
1810
|
interface Visitor<T> {
|
|
1783
1811
|
exact: (value: string) => T;
|
|
1784
1812
|
regex: (value: string) => T;
|
|
@@ -1787,7 +1815,6 @@ export declare namespace GrpcMetadataMatchMethod {
|
|
|
1787
1815
|
suffix: (value: string) => T;
|
|
1788
1816
|
_: (name: string, value: any) => T;
|
|
1789
1817
|
}
|
|
1790
|
-
const visit: <T>(value: GrpcMetadataMatchMethod, visitor: Visitor<T>) => T;
|
|
1791
1818
|
}
|
|
1792
1819
|
/**
|
|
1793
1820
|
* <p>An object representing the metadata of the gateway route.</p>
|
|
@@ -1998,6 +2025,10 @@ export declare namespace HeaderMatchMethod {
|
|
|
1998
2025
|
suffix?: never;
|
|
1999
2026
|
$unknown: [string, any];
|
|
2000
2027
|
}
|
|
2028
|
+
/**
|
|
2029
|
+
* @deprecated unused in schema-serde mode.
|
|
2030
|
+
*
|
|
2031
|
+
*/
|
|
2001
2032
|
interface Visitor<T> {
|
|
2002
2033
|
exact: (value: string) => T;
|
|
2003
2034
|
regex: (value: string) => T;
|
|
@@ -2006,7 +2037,6 @@ export declare namespace HeaderMatchMethod {
|
|
|
2006
2037
|
suffix: (value: string) => T;
|
|
2007
2038
|
_: (name: string, value: any) => T;
|
|
2008
2039
|
}
|
|
2009
|
-
const visit: <T>(value: HeaderMatchMethod, visitor: Visitor<T>) => T;
|
|
2010
2040
|
}
|
|
2011
2041
|
/**
|
|
2012
2042
|
* <p>An object that represents the HTTP header in the gateway route.</p>
|
|
@@ -2749,12 +2779,15 @@ export declare namespace ClientTlsCertificate {
|
|
|
2749
2779
|
sds?: never;
|
|
2750
2780
|
$unknown: [string, any];
|
|
2751
2781
|
}
|
|
2782
|
+
/**
|
|
2783
|
+
* @deprecated unused in schema-serde mode.
|
|
2784
|
+
*
|
|
2785
|
+
*/
|
|
2752
2786
|
interface Visitor<T> {
|
|
2753
2787
|
file: (value: ListenerTlsFileCertificate) => T;
|
|
2754
2788
|
sds: (value: ListenerTlsSdsCertificate) => T;
|
|
2755
2789
|
_: (name: string, value: any) => T;
|
|
2756
2790
|
}
|
|
2757
|
-
const visit: <T>(value: ClientTlsCertificate, visitor: Visitor<T>) => T;
|
|
2758
2791
|
}
|
|
2759
2792
|
/**
|
|
2760
2793
|
* <p>An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager
|
|
@@ -2844,13 +2877,16 @@ export declare namespace TlsValidationContextTrust {
|
|
|
2844
2877
|
sds?: never;
|
|
2845
2878
|
$unknown: [string, any];
|
|
2846
2879
|
}
|
|
2880
|
+
/**
|
|
2881
|
+
* @deprecated unused in schema-serde mode.
|
|
2882
|
+
*
|
|
2883
|
+
*/
|
|
2847
2884
|
interface Visitor<T> {
|
|
2848
2885
|
acm: (value: TlsValidationContextAcmTrust) => T;
|
|
2849
2886
|
file: (value: TlsValidationContextFileTrust) => T;
|
|
2850
2887
|
sds: (value: TlsValidationContextSdsTrust) => T;
|
|
2851
2888
|
_: (name: string, value: any) => T;
|
|
2852
2889
|
}
|
|
2853
|
-
const visit: <T>(value: TlsValidationContextTrust, visitor: Visitor<T>) => T;
|
|
2854
2890
|
}
|
|
2855
2891
|
/**
|
|
2856
2892
|
* <p>An object that represents how the proxy will validate its peer during Transport Layer Security (TLS)
|
|
@@ -2965,11 +3001,14 @@ export declare namespace Backend {
|
|
|
2965
3001
|
virtualService?: never;
|
|
2966
3002
|
$unknown: [string, any];
|
|
2967
3003
|
}
|
|
3004
|
+
/**
|
|
3005
|
+
* @deprecated unused in schema-serde mode.
|
|
3006
|
+
*
|
|
3007
|
+
*/
|
|
2968
3008
|
interface Visitor<T> {
|
|
2969
3009
|
virtualService: (value: VirtualServiceBackend) => T;
|
|
2970
3010
|
_: (name: string, value: any) => T;
|
|
2971
3011
|
}
|
|
2972
|
-
const visit: <T>(value: Backend, visitor: Visitor<T>) => T;
|
|
2973
3012
|
}
|
|
2974
3013
|
/**
|
|
2975
3014
|
* <p>An object that represents a type of connection pool.</p>
|
|
@@ -3093,6 +3132,10 @@ export declare namespace VirtualNodeConnectionPool {
|
|
|
3093
3132
|
grpc?: never;
|
|
3094
3133
|
$unknown: [string, any];
|
|
3095
3134
|
}
|
|
3135
|
+
/**
|
|
3136
|
+
* @deprecated unused in schema-serde mode.
|
|
3137
|
+
*
|
|
3138
|
+
*/
|
|
3096
3139
|
interface Visitor<T> {
|
|
3097
3140
|
tcp: (value: VirtualNodeTcpConnectionPool) => T;
|
|
3098
3141
|
http: (value: VirtualNodeHttpConnectionPool) => T;
|
|
@@ -3100,7 +3143,6 @@ export declare namespace VirtualNodeConnectionPool {
|
|
|
3100
3143
|
grpc: (value: VirtualNodeGrpcConnectionPool) => T;
|
|
3101
3144
|
_: (name: string, value: any) => T;
|
|
3102
3145
|
}
|
|
3103
|
-
const visit: <T>(value: VirtualNodeConnectionPool, visitor: Visitor<T>) => T;
|
|
3104
3146
|
}
|
|
3105
3147
|
/**
|
|
3106
3148
|
* @public
|
|
@@ -3345,6 +3387,10 @@ export declare namespace ListenerTimeout {
|
|
|
3345
3387
|
grpc?: never;
|
|
3346
3388
|
$unknown: [string, any];
|
|
3347
3389
|
}
|
|
3390
|
+
/**
|
|
3391
|
+
* @deprecated unused in schema-serde mode.
|
|
3392
|
+
*
|
|
3393
|
+
*/
|
|
3348
3394
|
interface Visitor<T> {
|
|
3349
3395
|
tcp: (value: TcpTimeout) => T;
|
|
3350
3396
|
http: (value: HttpTimeout) => T;
|
|
@@ -3352,7 +3398,6 @@ export declare namespace ListenerTimeout {
|
|
|
3352
3398
|
grpc: (value: GrpcTimeout) => T;
|
|
3353
3399
|
_: (name: string, value: any) => T;
|
|
3354
3400
|
}
|
|
3355
|
-
const visit: <T>(value: ListenerTimeout, visitor: Visitor<T>) => T;
|
|
3356
3401
|
}
|
|
3357
3402
|
/**
|
|
3358
3403
|
* <p>An object that represents an Certificate Manager certificate.</p>
|
|
@@ -3414,13 +3459,16 @@ export declare namespace ListenerTlsCertificate {
|
|
|
3414
3459
|
sds?: never;
|
|
3415
3460
|
$unknown: [string, any];
|
|
3416
3461
|
}
|
|
3462
|
+
/**
|
|
3463
|
+
* @deprecated unused in schema-serde mode.
|
|
3464
|
+
*
|
|
3465
|
+
*/
|
|
3417
3466
|
interface Visitor<T> {
|
|
3418
3467
|
acm: (value: ListenerTlsAcmCertificate) => T;
|
|
3419
3468
|
file: (value: ListenerTlsFileCertificate) => T;
|
|
3420
3469
|
sds: (value: ListenerTlsSdsCertificate) => T;
|
|
3421
3470
|
_: (name: string, value: any) => T;
|
|
3422
3471
|
}
|
|
3423
|
-
const visit: <T>(value: ListenerTlsCertificate, visitor: Visitor<T>) => T;
|
|
3424
3472
|
}
|
|
3425
3473
|
/**
|
|
3426
3474
|
* @public
|
|
@@ -3471,12 +3519,15 @@ export declare namespace ListenerTlsValidationContextTrust {
|
|
|
3471
3519
|
sds?: never;
|
|
3472
3520
|
$unknown: [string, any];
|
|
3473
3521
|
}
|
|
3522
|
+
/**
|
|
3523
|
+
* @deprecated unused in schema-serde mode.
|
|
3524
|
+
*
|
|
3525
|
+
*/
|
|
3474
3526
|
interface Visitor<T> {
|
|
3475
3527
|
file: (value: TlsValidationContextFileTrust) => T;
|
|
3476
3528
|
sds: (value: TlsValidationContextSdsTrust) => T;
|
|
3477
3529
|
_: (name: string, value: any) => T;
|
|
3478
3530
|
}
|
|
3479
|
-
const visit: <T>(value: ListenerTlsValidationContextTrust, visitor: Visitor<T>) => T;
|
|
3480
3531
|
}
|
|
3481
3532
|
/**
|
|
3482
3533
|
* <p>An object that represents a listener's Transport Layer Security (TLS) validation context.</p>
|
|
@@ -3708,12 +3759,15 @@ export declare namespace ServiceDiscovery {
|
|
|
3708
3759
|
awsCloudMap?: never;
|
|
3709
3760
|
$unknown: [string, any];
|
|
3710
3761
|
}
|
|
3762
|
+
/**
|
|
3763
|
+
* @deprecated unused in schema-serde mode.
|
|
3764
|
+
*
|
|
3765
|
+
*/
|
|
3711
3766
|
interface Visitor<T> {
|
|
3712
3767
|
dns: (value: DnsServiceDiscovery) => T;
|
|
3713
3768
|
awsCloudMap: (value: AwsCloudMapServiceDiscovery) => T;
|
|
3714
3769
|
_: (name: string, value: any) => T;
|
|
3715
3770
|
}
|
|
3716
|
-
const visit: <T>(value: ServiceDiscovery, visitor: Visitor<T>) => T;
|
|
3717
3771
|
}
|
|
3718
3772
|
/**
|
|
3719
3773
|
* <p>An object that represents the specification of a virtual node.</p>
|
|
@@ -4487,6 +4541,10 @@ export declare namespace GrpcRouteMetadataMatchMethod {
|
|
|
4487
4541
|
suffix?: never;
|
|
4488
4542
|
$unknown: [string, any];
|
|
4489
4543
|
}
|
|
4544
|
+
/**
|
|
4545
|
+
* @deprecated unused in schema-serde mode.
|
|
4546
|
+
*
|
|
4547
|
+
*/
|
|
4490
4548
|
interface Visitor<T> {
|
|
4491
4549
|
exact: (value: string) => T;
|
|
4492
4550
|
regex: (value: string) => T;
|
|
@@ -4495,7 +4553,6 @@ export declare namespace GrpcRouteMetadataMatchMethod {
|
|
|
4495
4553
|
suffix: (value: string) => T;
|
|
4496
4554
|
_: (name: string, value: any) => T;
|
|
4497
4555
|
}
|
|
4498
|
-
const visit: <T>(value: GrpcRouteMetadataMatchMethod, visitor: Visitor<T>) => T;
|
|
4499
4556
|
}
|
|
4500
4557
|
/**
|
|
4501
4558
|
* <p>An object that represents the match metadata for the route.</p>
|
|
@@ -5352,12 +5409,15 @@ export declare namespace VirtualServiceProvider {
|
|
|
5352
5409
|
virtualRouter?: never;
|
|
5353
5410
|
$unknown: [string, any];
|
|
5354
5411
|
}
|
|
5412
|
+
/**
|
|
5413
|
+
* @deprecated unused in schema-serde mode.
|
|
5414
|
+
*
|
|
5415
|
+
*/
|
|
5355
5416
|
interface Visitor<T> {
|
|
5356
5417
|
virtualNode: (value: VirtualNodeServiceProvider) => T;
|
|
5357
5418
|
virtualRouter: (value: VirtualRouterServiceProvider) => T;
|
|
5358
5419
|
_: (name: string, value: any) => T;
|
|
5359
5420
|
}
|
|
5360
|
-
const visit: <T>(value: VirtualServiceProvider, visitor: Visitor<T>) => T;
|
|
5361
5421
|
}
|
|
5362
5422
|
/**
|
|
5363
5423
|
* <p>An object that represents the specification of a virtual service.</p>
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppMeshHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|