@aws-sdk/client-app-mesh 3.294.0 → 3.295.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/commands/CreateGatewayRouteCommand.js +4 -4
- package/dist-cjs/commands/CreateMeshCommand.js +4 -4
- package/dist-cjs/commands/CreateRouteCommand.js +4 -4
- package/dist-cjs/commands/CreateVirtualGatewayCommand.js +4 -4
- package/dist-cjs/commands/CreateVirtualNodeCommand.js +4 -4
- package/dist-cjs/commands/CreateVirtualRouterCommand.js +4 -4
- package/dist-cjs/commands/CreateVirtualServiceCommand.js +4 -4
- package/dist-cjs/commands/DeleteGatewayRouteCommand.js +4 -4
- package/dist-cjs/commands/DeleteMeshCommand.js +4 -4
- package/dist-cjs/commands/DeleteRouteCommand.js +4 -4
- package/dist-cjs/commands/DeleteVirtualGatewayCommand.js +4 -4
- package/dist-cjs/commands/DeleteVirtualNodeCommand.js +4 -4
- package/dist-cjs/commands/DeleteVirtualRouterCommand.js +4 -4
- package/dist-cjs/commands/DeleteVirtualServiceCommand.js +4 -4
- package/dist-cjs/commands/DescribeGatewayRouteCommand.js +4 -4
- package/dist-cjs/commands/DescribeMeshCommand.js +4 -4
- package/dist-cjs/commands/DescribeRouteCommand.js +4 -4
- package/dist-cjs/commands/DescribeVirtualGatewayCommand.js +4 -4
- package/dist-cjs/commands/DescribeVirtualNodeCommand.js +4 -4
- package/dist-cjs/commands/DescribeVirtualRouterCommand.js +4 -4
- package/dist-cjs/commands/DescribeVirtualServiceCommand.js +4 -4
- package/dist-cjs/commands/ListGatewayRoutesCommand.js +4 -4
- package/dist-cjs/commands/ListMeshesCommand.js +4 -4
- package/dist-cjs/commands/ListRoutesCommand.js +4 -4
- package/dist-cjs/commands/ListTagsForResourceCommand.js +4 -4
- package/dist-cjs/commands/ListVirtualGatewaysCommand.js +4 -4
- package/dist-cjs/commands/ListVirtualNodesCommand.js +4 -4
- package/dist-cjs/commands/ListVirtualRoutersCommand.js +4 -4
- package/dist-cjs/commands/ListVirtualServicesCommand.js +4 -4
- package/dist-cjs/commands/TagResourceCommand.js +4 -4
- package/dist-cjs/commands/UntagResourceCommand.js +4 -4
- package/dist-cjs/commands/UpdateGatewayRouteCommand.js +4 -4
- package/dist-cjs/commands/UpdateMeshCommand.js +4 -4
- package/dist-cjs/commands/UpdateRouteCommand.js +4 -4
- package/dist-cjs/commands/UpdateVirtualGatewayCommand.js +4 -4
- package/dist-cjs/commands/UpdateVirtualNodeCommand.js +4 -4
- package/dist-cjs/commands/UpdateVirtualRouterCommand.js +4 -4
- package/dist-cjs/commands/UpdateVirtualServiceCommand.js +4 -4
- package/dist-es/commands/CreateGatewayRouteCommand.js +4 -4
- package/dist-es/commands/CreateMeshCommand.js +4 -4
- package/dist-es/commands/CreateRouteCommand.js +4 -4
- package/dist-es/commands/CreateVirtualGatewayCommand.js +4 -4
- package/dist-es/commands/CreateVirtualNodeCommand.js +4 -4
- package/dist-es/commands/CreateVirtualRouterCommand.js +4 -4
- package/dist-es/commands/CreateVirtualServiceCommand.js +4 -4
- package/dist-es/commands/DeleteGatewayRouteCommand.js +4 -4
- package/dist-es/commands/DeleteMeshCommand.js +4 -4
- package/dist-es/commands/DeleteRouteCommand.js +4 -4
- package/dist-es/commands/DeleteVirtualGatewayCommand.js +4 -4
- package/dist-es/commands/DeleteVirtualNodeCommand.js +4 -4
- package/dist-es/commands/DeleteVirtualRouterCommand.js +4 -4
- package/dist-es/commands/DeleteVirtualServiceCommand.js +4 -4
- package/dist-es/commands/DescribeGatewayRouteCommand.js +4 -4
- package/dist-es/commands/DescribeMeshCommand.js +4 -4
- package/dist-es/commands/DescribeRouteCommand.js +4 -4
- package/dist-es/commands/DescribeVirtualGatewayCommand.js +4 -4
- package/dist-es/commands/DescribeVirtualNodeCommand.js +4 -4
- package/dist-es/commands/DescribeVirtualRouterCommand.js +4 -4
- package/dist-es/commands/DescribeVirtualServiceCommand.js +4 -4
- package/dist-es/commands/ListGatewayRoutesCommand.js +4 -4
- package/dist-es/commands/ListMeshesCommand.js +4 -4
- package/dist-es/commands/ListRoutesCommand.js +4 -4
- package/dist-es/commands/ListTagsForResourceCommand.js +4 -4
- package/dist-es/commands/ListVirtualGatewaysCommand.js +4 -4
- package/dist-es/commands/ListVirtualNodesCommand.js +4 -4
- package/dist-es/commands/ListVirtualRoutersCommand.js +4 -4
- package/dist-es/commands/ListVirtualServicesCommand.js +4 -4
- package/dist-es/commands/TagResourceCommand.js +4 -4
- package/dist-es/commands/UntagResourceCommand.js +4 -4
- package/dist-es/commands/UpdateGatewayRouteCommand.js +4 -4
- package/dist-es/commands/UpdateMeshCommand.js +4 -4
- package/dist-es/commands/UpdateRouteCommand.js +4 -4
- package/dist-es/commands/UpdateVirtualGatewayCommand.js +4 -4
- package/dist-es/commands/UpdateVirtualNodeCommand.js +4 -4
- package/dist-es/commands/UpdateVirtualRouterCommand.js +4 -4
- package/dist-es/commands/UpdateVirtualServiceCommand.js +4 -4
- package/dist-types/AppMeshClient.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +20 -20
- package/dist-types/ts3.4/AppMeshClient.d.ts +4 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
- package/dist-types/ts3.4/models/models_0.d.ts +20 -22
- package/package.json +36 -36
|
@@ -16,7 +16,7 @@ export interface JsonFormatRef {
|
|
|
16
16
|
/**
|
|
17
17
|
* <p>An object that represents the format for the logs.</p>
|
|
18
18
|
*/
|
|
19
|
-
export
|
|
19
|
+
export type LoggingFormat = LoggingFormat.JsonMember | LoggingFormat.TextMember | LoggingFormat.$UnknownMember;
|
|
20
20
|
export declare namespace LoggingFormat {
|
|
21
21
|
/**
|
|
22
22
|
* <p/>
|
|
@@ -72,7 +72,7 @@ export interface FileAccessLog {
|
|
|
72
72
|
/**
|
|
73
73
|
* <p>An object that represents the access logging information for a virtual node.</p>
|
|
74
74
|
*/
|
|
75
|
-
export
|
|
75
|
+
export type AccessLog = AccessLog.FileMember | AccessLog.$UnknownMember;
|
|
76
76
|
export declare namespace AccessLog {
|
|
77
77
|
/**
|
|
78
78
|
* <p>The file object to send virtual node access logs to.</p>
|
|
@@ -589,7 +589,7 @@ export interface VirtualGatewayListenerTlsSdsCertificate {
|
|
|
589
589
|
/**
|
|
590
590
|
* <p>An object that represents the virtual gateway's client's Transport Layer Security (TLS) certificate.</p>
|
|
591
591
|
*/
|
|
592
|
-
export
|
|
592
|
+
export type VirtualGatewayClientTlsCertificate = VirtualGatewayClientTlsCertificate.FileMember | VirtualGatewayClientTlsCertificate.SdsMember | VirtualGatewayClientTlsCertificate.$UnknownMember;
|
|
593
593
|
export declare namespace VirtualGatewayClientTlsCertificate {
|
|
594
594
|
/**
|
|
595
595
|
* <p>An object that represents a local file certificate. The certificate must meet specific
|
|
@@ -680,7 +680,7 @@ export interface VirtualGatewayTlsValidationContextSdsTrust {
|
|
|
680
680
|
/**
|
|
681
681
|
* <p>An object that represents a Transport Layer Security (TLS) validation context trust.</p>
|
|
682
682
|
*/
|
|
683
|
-
export
|
|
683
|
+
export type VirtualGatewayTlsValidationContextTrust = VirtualGatewayTlsValidationContextTrust.AcmMember | VirtualGatewayTlsValidationContextTrust.FileMember | VirtualGatewayTlsValidationContextTrust.SdsMember | VirtualGatewayTlsValidationContextTrust.$UnknownMember;
|
|
684
684
|
export declare namespace VirtualGatewayTlsValidationContextTrust {
|
|
685
685
|
/**
|
|
686
686
|
* <p>A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.</p>
|
|
@@ -822,7 +822,7 @@ export interface VirtualGatewayHttp2ConnectionPool {
|
|
|
822
822
|
* <p>If not present the default value for <code>maxPendingRequests</code> is
|
|
823
823
|
* <code>2147483647</code>.</p>
|
|
824
824
|
*/
|
|
825
|
-
export
|
|
825
|
+
export type VirtualGatewayConnectionPool = VirtualGatewayConnectionPool.GrpcMember | VirtualGatewayConnectionPool.HttpMember | VirtualGatewayConnectionPool.Http2Member | VirtualGatewayConnectionPool.$UnknownMember;
|
|
826
826
|
export declare namespace VirtualGatewayConnectionPool {
|
|
827
827
|
/**
|
|
828
828
|
* <p>An object that represents a type of connection pool.</p>
|
|
@@ -936,7 +936,7 @@ export interface VirtualGatewayListenerTlsAcmCertificate {
|
|
|
936
936
|
/**
|
|
937
937
|
* <p>An object that represents a listener's Transport Layer Security (TLS) certificate.</p>
|
|
938
938
|
*/
|
|
939
|
-
export
|
|
939
|
+
export type VirtualGatewayListenerTlsCertificate = VirtualGatewayListenerTlsCertificate.AcmMember | VirtualGatewayListenerTlsCertificate.FileMember | VirtualGatewayListenerTlsCertificate.SdsMember | VirtualGatewayListenerTlsCertificate.$UnknownMember;
|
|
940
940
|
export declare namespace VirtualGatewayListenerTlsCertificate {
|
|
941
941
|
/**
|
|
942
942
|
* <p>A reference to an object that represents an Certificate Manager certificate.</p>
|
|
@@ -989,7 +989,7 @@ export declare enum VirtualGatewayListenerTlsMode {
|
|
|
989
989
|
* <p>An object that represents a virtual gateway's listener's Transport Layer Security (TLS) validation context
|
|
990
990
|
* trust.</p>
|
|
991
991
|
*/
|
|
992
|
-
export
|
|
992
|
+
export type VirtualGatewayListenerTlsValidationContextTrust = VirtualGatewayListenerTlsValidationContextTrust.FileMember | VirtualGatewayListenerTlsValidationContextTrust.SdsMember | VirtualGatewayListenerTlsValidationContextTrust.$UnknownMember;
|
|
993
993
|
export declare namespace VirtualGatewayListenerTlsValidationContextTrust {
|
|
994
994
|
/**
|
|
995
995
|
* <p>An object that represents a Transport Layer Security (TLS) validation context trust for a local file.</p>
|
|
@@ -1113,7 +1113,7 @@ export interface VirtualGatewayFileAccessLog {
|
|
|
1113
1113
|
/**
|
|
1114
1114
|
* <p>The access log configuration for a virtual gateway.</p>
|
|
1115
1115
|
*/
|
|
1116
|
-
export
|
|
1116
|
+
export type VirtualGatewayAccessLog = VirtualGatewayAccessLog.FileMember | VirtualGatewayAccessLog.$UnknownMember;
|
|
1117
1117
|
export declare namespace VirtualGatewayAccessLog {
|
|
1118
1118
|
/**
|
|
1119
1119
|
* <p>The file object to send virtual gateway access logs to.</p>
|
|
@@ -1364,7 +1364,7 @@ export interface MatchRange {
|
|
|
1364
1364
|
/**
|
|
1365
1365
|
* <p>An object representing the method header to be matched.</p>
|
|
1366
1366
|
*/
|
|
1367
|
-
export
|
|
1367
|
+
export type GrpcMetadataMatchMethod = GrpcMetadataMatchMethod.ExactMember | GrpcMetadataMatchMethod.PrefixMember | GrpcMetadataMatchMethod.RangeMember | GrpcMetadataMatchMethod.RegexMember | GrpcMetadataMatchMethod.SuffixMember | GrpcMetadataMatchMethod.$UnknownMember;
|
|
1368
1368
|
export declare namespace GrpcMetadataMatchMethod {
|
|
1369
1369
|
/**
|
|
1370
1370
|
* <p>The exact method header to be matched on.</p>
|
|
@@ -1547,7 +1547,7 @@ export interface HttpGatewayRouteAction {
|
|
|
1547
1547
|
* <p>An object that represents the method and value to match with the header value sent in a
|
|
1548
1548
|
* request. Specify one match method.</p>
|
|
1549
1549
|
*/
|
|
1550
|
-
export
|
|
1550
|
+
export type HeaderMatchMethod = HeaderMatchMethod.ExactMember | HeaderMatchMethod.PrefixMember | HeaderMatchMethod.RangeMember | HeaderMatchMethod.RegexMember | HeaderMatchMethod.SuffixMember | HeaderMatchMethod.$UnknownMember;
|
|
1551
1551
|
export declare namespace HeaderMatchMethod {
|
|
1552
1552
|
/**
|
|
1553
1553
|
* <p>The value sent by the client must match the specified value exactly.</p>
|
|
@@ -2165,7 +2165,7 @@ export interface ListenerTlsSdsCertificate {
|
|
|
2165
2165
|
/**
|
|
2166
2166
|
* <p>An object that represents the client's certificate.</p>
|
|
2167
2167
|
*/
|
|
2168
|
-
export
|
|
2168
|
+
export type ClientTlsCertificate = ClientTlsCertificate.FileMember | ClientTlsCertificate.SdsMember | ClientTlsCertificate.$UnknownMember;
|
|
2169
2169
|
export declare namespace ClientTlsCertificate {
|
|
2170
2170
|
/**
|
|
2171
2171
|
* <p>An object that represents a local file certificate. The certificate must meet specific
|
|
@@ -2234,7 +2234,7 @@ export interface TlsValidationContextSdsTrust {
|
|
|
2234
2234
|
/**
|
|
2235
2235
|
* <p>An object that represents a Transport Layer Security (TLS) validation context trust.</p>
|
|
2236
2236
|
*/
|
|
2237
|
-
export
|
|
2237
|
+
export type TlsValidationContextTrust = TlsValidationContextTrust.AcmMember | TlsValidationContextTrust.FileMember | TlsValidationContextTrust.SdsMember | TlsValidationContextTrust.$UnknownMember;
|
|
2238
2238
|
export declare namespace TlsValidationContextTrust {
|
|
2239
2239
|
/**
|
|
2240
2240
|
* <p>A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.</p>
|
|
@@ -2355,7 +2355,7 @@ export interface VirtualServiceBackend {
|
|
|
2355
2355
|
* <p>An object that represents the backends that a virtual node is expected to send outbound
|
|
2356
2356
|
* traffic to.</p>
|
|
2357
2357
|
*/
|
|
2358
|
-
export
|
|
2358
|
+
export type Backend = Backend.VirtualServiceMember | Backend.$UnknownMember;
|
|
2359
2359
|
export declare namespace Backend {
|
|
2360
2360
|
/**
|
|
2361
2361
|
* <p>Specifies a virtual service to use as a backend. </p>
|
|
@@ -2427,7 +2427,7 @@ export interface VirtualNodeTcpConnectionPool {
|
|
|
2427
2427
|
* <code>2147483647</code>.</p>
|
|
2428
2428
|
* <p/>
|
|
2429
2429
|
*/
|
|
2430
|
-
export
|
|
2430
|
+
export type VirtualNodeConnectionPool = VirtualNodeConnectionPool.GrpcMember | VirtualNodeConnectionPool.HttpMember | VirtualNodeConnectionPool.Http2Member | VirtualNodeConnectionPool.TcpMember | VirtualNodeConnectionPool.$UnknownMember;
|
|
2431
2431
|
export declare namespace VirtualNodeConnectionPool {
|
|
2432
2432
|
/**
|
|
2433
2433
|
* <p>An object that represents a type of connection pool.</p>
|
|
@@ -2625,7 +2625,7 @@ export interface TcpTimeout {
|
|
|
2625
2625
|
/**
|
|
2626
2626
|
* <p>An object that represents timeouts for different protocols.</p>
|
|
2627
2627
|
*/
|
|
2628
|
-
export
|
|
2628
|
+
export type ListenerTimeout = ListenerTimeout.GrpcMember | ListenerTimeout.HttpMember | ListenerTimeout.Http2Member | ListenerTimeout.TcpMember | ListenerTimeout.$UnknownMember;
|
|
2629
2629
|
export declare namespace ListenerTimeout {
|
|
2630
2630
|
/**
|
|
2631
2631
|
* <p>An object that represents types of timeouts. </p>
|
|
@@ -2695,7 +2695,7 @@ export interface ListenerTlsAcmCertificate {
|
|
|
2695
2695
|
/**
|
|
2696
2696
|
* <p>An object that represents a listener's Transport Layer Security (TLS) certificate.</p>
|
|
2697
2697
|
*/
|
|
2698
|
-
export
|
|
2698
|
+
export type ListenerTlsCertificate = ListenerTlsCertificate.AcmMember | ListenerTlsCertificate.FileMember | ListenerTlsCertificate.SdsMember | ListenerTlsCertificate.$UnknownMember;
|
|
2699
2699
|
export declare namespace ListenerTlsCertificate {
|
|
2700
2700
|
/**
|
|
2701
2701
|
* <p>A reference to an object that represents an Certificate Manager certificate.</p>
|
|
@@ -2747,7 +2747,7 @@ export declare enum ListenerTlsMode {
|
|
|
2747
2747
|
/**
|
|
2748
2748
|
* <p>An object that represents a listener's Transport Layer Security (TLS) validation context trust.</p>
|
|
2749
2749
|
*/
|
|
2750
|
-
export
|
|
2750
|
+
export type ListenerTlsValidationContextTrust = ListenerTlsValidationContextTrust.FileMember | ListenerTlsValidationContextTrust.SdsMember | ListenerTlsValidationContextTrust.$UnknownMember;
|
|
2751
2751
|
export declare namespace ListenerTlsValidationContextTrust {
|
|
2752
2752
|
/**
|
|
2753
2753
|
* <p>An object that represents a Transport Layer Security (TLS) validation context trust for a local file.</p>
|
|
@@ -2940,7 +2940,7 @@ export interface DnsServiceDiscovery {
|
|
|
2940
2940
|
/**
|
|
2941
2941
|
* <p>An object that represents the service discovery information for a virtual node.</p>
|
|
2942
2942
|
*/
|
|
2943
|
-
export
|
|
2943
|
+
export type ServiceDiscovery = ServiceDiscovery.AwsCloudMapMember | ServiceDiscovery.DnsMember | ServiceDiscovery.$UnknownMember;
|
|
2944
2944
|
export declare namespace ServiceDiscovery {
|
|
2945
2945
|
/**
|
|
2946
2946
|
* <p>Specifies the DNS information for the virtual node.</p>
|
|
@@ -3533,7 +3533,7 @@ export interface GrpcRouteAction {
|
|
|
3533
3533
|
/**
|
|
3534
3534
|
* <p>An object that represents the match method. Specify one of the match values.</p>
|
|
3535
3535
|
*/
|
|
3536
|
-
export
|
|
3536
|
+
export type GrpcRouteMetadataMatchMethod = GrpcRouteMetadataMatchMethod.ExactMember | GrpcRouteMetadataMatchMethod.PrefixMember | GrpcRouteMetadataMatchMethod.RangeMember | GrpcRouteMetadataMatchMethod.RegexMember | GrpcRouteMetadataMatchMethod.SuffixMember | GrpcRouteMetadataMatchMethod.$UnknownMember;
|
|
3537
3537
|
export declare namespace GrpcRouteMetadataMatchMethod {
|
|
3538
3538
|
/**
|
|
3539
3539
|
* <p>The value sent by the client must match the specified value exactly.</p>
|
|
@@ -4268,7 +4268,7 @@ export interface VirtualRouterServiceProvider {
|
|
|
4268
4268
|
/**
|
|
4269
4269
|
* <p>An object that represents the provider for a virtual service.</p>
|
|
4270
4270
|
*/
|
|
4271
|
-
export
|
|
4271
|
+
export type VirtualServiceProvider = VirtualServiceProvider.VirtualNodeMember | VirtualServiceProvider.VirtualRouterMember | VirtualServiceProvider.$UnknownMember;
|
|
4272
4272
|
export declare namespace VirtualServiceProvider {
|
|
4273
4273
|
/**
|
|
4274
4274
|
* <p>The virtual node associated with a virtual service.</p>
|
|
@@ -201,7 +201,7 @@ import {
|
|
|
201
201
|
ClientResolvedEndpointParameters,
|
|
202
202
|
EndpointParameters,
|
|
203
203
|
} from "./endpoint/EndpointParameters";
|
|
204
|
-
export
|
|
204
|
+
export type ServiceInputTypes =
|
|
205
205
|
| CreateGatewayRouteCommandInput
|
|
206
206
|
| CreateMeshCommandInput
|
|
207
207
|
| CreateRouteCommandInput
|
|
@@ -240,7 +240,7 @@ export declare type ServiceInputTypes =
|
|
|
240
240
|
| UpdateVirtualNodeCommandInput
|
|
241
241
|
| UpdateVirtualRouterCommandInput
|
|
242
242
|
| UpdateVirtualServiceCommandInput;
|
|
243
|
-
export
|
|
243
|
+
export type ServiceOutputTypes =
|
|
244
244
|
| CreateGatewayRouteCommandOutput
|
|
245
245
|
| CreateMeshCommandOutput
|
|
246
246
|
| CreateRouteCommandOutput
|
|
@@ -303,7 +303,7 @@ export interface ClientDefaults
|
|
|
303
303
|
logger?: __Logger;
|
|
304
304
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
305
305
|
}
|
|
306
|
-
|
|
306
|
+
type AppMeshClientConfigType = Partial<
|
|
307
307
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
308
308
|
> &
|
|
309
309
|
ClientDefaults &
|
|
@@ -315,7 +315,7 @@ declare type AppMeshClientConfigType = Partial<
|
|
|
315
315
|
UserAgentInputConfig &
|
|
316
316
|
ClientInputEndpointParameters;
|
|
317
317
|
export interface AppMeshClientConfig extends AppMeshClientConfigType {}
|
|
318
|
-
|
|
318
|
+
type AppMeshClientResolvedConfigType =
|
|
319
319
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
320
320
|
Required<ClientDefaults> &
|
|
321
321
|
RegionResolvedConfig &
|
|
@@ -16,10 +16,9 @@ export interface ClientInputEndpointParameters {
|
|
|
16
16
|
| EndpointV2
|
|
17
17
|
| Provider<EndpointV2>;
|
|
18
18
|
}
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
};
|
|
19
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
20
|
+
defaultSigningName: string;
|
|
21
|
+
};
|
|
23
22
|
export declare const resolveClientEndpointParameters: <T>(
|
|
24
23
|
options: T & ClientInputEndpointParameters
|
|
25
24
|
) => T &
|
|
@@ -4,7 +4,7 @@ export interface JsonFormatRef {
|
|
|
4
4
|
key: string | undefined;
|
|
5
5
|
value: string | undefined;
|
|
6
6
|
}
|
|
7
|
-
export
|
|
7
|
+
export type LoggingFormat =
|
|
8
8
|
| LoggingFormat.JsonMember
|
|
9
9
|
| LoggingFormat.TextMember
|
|
10
10
|
| LoggingFormat.$UnknownMember;
|
|
@@ -35,7 +35,7 @@ export interface FileAccessLog {
|
|
|
35
35
|
path: string | undefined;
|
|
36
36
|
format?: LoggingFormat;
|
|
37
37
|
}
|
|
38
|
-
export
|
|
38
|
+
export type AccessLog = AccessLog.FileMember | AccessLog.$UnknownMember;
|
|
39
39
|
export declare namespace AccessLog {
|
|
40
40
|
interface FileMember {
|
|
41
41
|
file: FileAccessLog;
|
|
@@ -223,7 +223,7 @@ export interface VirtualGatewayListenerTlsFileCertificate {
|
|
|
223
223
|
export interface VirtualGatewayListenerTlsSdsCertificate {
|
|
224
224
|
secretName: string | undefined;
|
|
225
225
|
}
|
|
226
|
-
export
|
|
226
|
+
export type VirtualGatewayClientTlsCertificate =
|
|
227
227
|
| VirtualGatewayClientTlsCertificate.FileMember
|
|
228
228
|
| VirtualGatewayClientTlsCertificate.SdsMember
|
|
229
229
|
| VirtualGatewayClientTlsCertificate.$UnknownMember;
|
|
@@ -268,7 +268,7 @@ export interface VirtualGatewayTlsValidationContextFileTrust {
|
|
|
268
268
|
export interface VirtualGatewayTlsValidationContextSdsTrust {
|
|
269
269
|
secretName: string | undefined;
|
|
270
270
|
}
|
|
271
|
-
export
|
|
271
|
+
export type VirtualGatewayTlsValidationContextTrust =
|
|
272
272
|
| VirtualGatewayTlsValidationContextTrust.AcmMember
|
|
273
273
|
| VirtualGatewayTlsValidationContextTrust.FileMember
|
|
274
274
|
| VirtualGatewayTlsValidationContextTrust.SdsMember
|
|
@@ -335,7 +335,7 @@ export interface VirtualGatewayHttpConnectionPool {
|
|
|
335
335
|
export interface VirtualGatewayHttp2ConnectionPool {
|
|
336
336
|
maxRequests: number | undefined;
|
|
337
337
|
}
|
|
338
|
-
export
|
|
338
|
+
export type VirtualGatewayConnectionPool =
|
|
339
339
|
| VirtualGatewayConnectionPool.GrpcMember
|
|
340
340
|
| VirtualGatewayConnectionPool.HttpMember
|
|
341
341
|
| VirtualGatewayConnectionPool.Http2Member
|
|
@@ -397,7 +397,7 @@ export interface VirtualGatewayPortMapping {
|
|
|
397
397
|
export interface VirtualGatewayListenerTlsAcmCertificate {
|
|
398
398
|
certificateArn: string | undefined;
|
|
399
399
|
}
|
|
400
|
-
export
|
|
400
|
+
export type VirtualGatewayListenerTlsCertificate =
|
|
401
401
|
| VirtualGatewayListenerTlsCertificate.AcmMember
|
|
402
402
|
| VirtualGatewayListenerTlsCertificate.FileMember
|
|
403
403
|
| VirtualGatewayListenerTlsCertificate.SdsMember
|
|
@@ -443,7 +443,7 @@ export declare enum VirtualGatewayListenerTlsMode {
|
|
|
443
443
|
PERMISSIVE = "PERMISSIVE",
|
|
444
444
|
STRICT = "STRICT",
|
|
445
445
|
}
|
|
446
|
-
export
|
|
446
|
+
export type VirtualGatewayListenerTlsValidationContextTrust =
|
|
447
447
|
| VirtualGatewayListenerTlsValidationContextTrust.FileMember
|
|
448
448
|
| VirtualGatewayListenerTlsValidationContextTrust.SdsMember
|
|
449
449
|
| VirtualGatewayListenerTlsValidationContextTrust.$UnknownMember;
|
|
@@ -492,7 +492,7 @@ export interface VirtualGatewayFileAccessLog {
|
|
|
492
492
|
path: string | undefined;
|
|
493
493
|
format?: LoggingFormat;
|
|
494
494
|
}
|
|
495
|
-
export
|
|
495
|
+
export type VirtualGatewayAccessLog =
|
|
496
496
|
| VirtualGatewayAccessLog.FileMember
|
|
497
497
|
| VirtualGatewayAccessLog.$UnknownMember;
|
|
498
498
|
export declare namespace VirtualGatewayAccessLog {
|
|
@@ -589,7 +589,7 @@ export interface MatchRange {
|
|
|
589
589
|
start: number | undefined;
|
|
590
590
|
end: number | undefined;
|
|
591
591
|
}
|
|
592
|
-
export
|
|
592
|
+
export type GrpcMetadataMatchMethod =
|
|
593
593
|
| GrpcMetadataMatchMethod.ExactMember
|
|
594
594
|
| GrpcMetadataMatchMethod.PrefixMember
|
|
595
595
|
| GrpcMetadataMatchMethod.RangeMember
|
|
@@ -686,7 +686,7 @@ export interface HttpGatewayRouteAction {
|
|
|
686
686
|
target: GatewayRouteTarget | undefined;
|
|
687
687
|
rewrite?: HttpGatewayRouteRewrite;
|
|
688
688
|
}
|
|
689
|
-
export
|
|
689
|
+
export type HeaderMatchMethod =
|
|
690
690
|
| HeaderMatchMethod.ExactMember
|
|
691
691
|
| HeaderMatchMethod.PrefixMember
|
|
692
692
|
| HeaderMatchMethod.RangeMember
|
|
@@ -914,7 +914,7 @@ export interface ListenerTlsFileCertificate {
|
|
|
914
914
|
export interface ListenerTlsSdsCertificate {
|
|
915
915
|
secretName: string | undefined;
|
|
916
916
|
}
|
|
917
|
-
export
|
|
917
|
+
export type ClientTlsCertificate =
|
|
918
918
|
| ClientTlsCertificate.FileMember
|
|
919
919
|
| ClientTlsCertificate.SdsMember
|
|
920
920
|
| ClientTlsCertificate.$UnknownMember;
|
|
@@ -950,7 +950,7 @@ export interface TlsValidationContextFileTrust {
|
|
|
950
950
|
export interface TlsValidationContextSdsTrust {
|
|
951
951
|
secretName: string | undefined;
|
|
952
952
|
}
|
|
953
|
-
export
|
|
953
|
+
export type TlsValidationContextTrust =
|
|
954
954
|
| TlsValidationContextTrust.AcmMember
|
|
955
955
|
| TlsValidationContextTrust.FileMember
|
|
956
956
|
| TlsValidationContextTrust.SdsMember
|
|
@@ -1008,9 +1008,7 @@ export interface VirtualServiceBackend {
|
|
|
1008
1008
|
virtualServiceName: string | undefined;
|
|
1009
1009
|
clientPolicy?: ClientPolicy;
|
|
1010
1010
|
}
|
|
1011
|
-
export
|
|
1012
|
-
| Backend.VirtualServiceMember
|
|
1013
|
-
| Backend.$UnknownMember;
|
|
1011
|
+
export type Backend = Backend.VirtualServiceMember | Backend.$UnknownMember;
|
|
1014
1012
|
export declare namespace Backend {
|
|
1015
1013
|
interface VirtualServiceMember {
|
|
1016
1014
|
virtualService: VirtualServiceBackend;
|
|
@@ -1039,7 +1037,7 @@ export interface VirtualNodeHttp2ConnectionPool {
|
|
|
1039
1037
|
export interface VirtualNodeTcpConnectionPool {
|
|
1040
1038
|
maxConnections: number | undefined;
|
|
1041
1039
|
}
|
|
1042
|
-
export
|
|
1040
|
+
export type VirtualNodeConnectionPool =
|
|
1043
1041
|
| VirtualNodeConnectionPool.GrpcMember
|
|
1044
1042
|
| VirtualNodeConnectionPool.HttpMember
|
|
1045
1043
|
| VirtualNodeConnectionPool.Http2Member
|
|
@@ -1134,7 +1132,7 @@ export interface HttpTimeout {
|
|
|
1134
1132
|
export interface TcpTimeout {
|
|
1135
1133
|
idle?: Duration;
|
|
1136
1134
|
}
|
|
1137
|
-
export
|
|
1135
|
+
export type ListenerTimeout =
|
|
1138
1136
|
| ListenerTimeout.GrpcMember
|
|
1139
1137
|
| ListenerTimeout.HttpMember
|
|
1140
1138
|
| ListenerTimeout.Http2Member
|
|
@@ -1188,7 +1186,7 @@ export declare namespace ListenerTimeout {
|
|
|
1188
1186
|
export interface ListenerTlsAcmCertificate {
|
|
1189
1187
|
certificateArn: string | undefined;
|
|
1190
1188
|
}
|
|
1191
|
-
export
|
|
1189
|
+
export type ListenerTlsCertificate =
|
|
1192
1190
|
| ListenerTlsCertificate.AcmMember
|
|
1193
1191
|
| ListenerTlsCertificate.FileMember
|
|
1194
1192
|
| ListenerTlsCertificate.SdsMember
|
|
@@ -1231,7 +1229,7 @@ export declare enum ListenerTlsMode {
|
|
|
1231
1229
|
PERMISSIVE = "PERMISSIVE",
|
|
1232
1230
|
STRICT = "STRICT",
|
|
1233
1231
|
}
|
|
1234
|
-
export
|
|
1232
|
+
export type ListenerTlsValidationContextTrust =
|
|
1235
1233
|
| ListenerTlsValidationContextTrust.FileMember
|
|
1236
1234
|
| ListenerTlsValidationContextTrust.SdsMember
|
|
1237
1235
|
| ListenerTlsValidationContextTrust.$UnknownMember;
|
|
@@ -1300,7 +1298,7 @@ export interface DnsServiceDiscovery {
|
|
|
1300
1298
|
responseType?: DnsResponseType | string;
|
|
1301
1299
|
ipPreference?: IpPreference | string;
|
|
1302
1300
|
}
|
|
1303
|
-
export
|
|
1301
|
+
export type ServiceDiscovery =
|
|
1304
1302
|
| ServiceDiscovery.AwsCloudMapMember
|
|
1305
1303
|
| ServiceDiscovery.DnsMember
|
|
1306
1304
|
| ServiceDiscovery.$UnknownMember;
|
|
@@ -1482,7 +1480,7 @@ export interface WeightedTarget {
|
|
|
1482
1480
|
export interface GrpcRouteAction {
|
|
1483
1481
|
weightedTargets: WeightedTarget[] | undefined;
|
|
1484
1482
|
}
|
|
1485
|
-
export
|
|
1483
|
+
export type GrpcRouteMetadataMatchMethod =
|
|
1486
1484
|
| GrpcRouteMetadataMatchMethod.ExactMember
|
|
1487
1485
|
| GrpcRouteMetadataMatchMethod.PrefixMember
|
|
1488
1486
|
| GrpcRouteMetadataMatchMethod.RangeMember
|
|
@@ -1731,7 +1729,7 @@ export interface VirtualNodeServiceProvider {
|
|
|
1731
1729
|
export interface VirtualRouterServiceProvider {
|
|
1732
1730
|
virtualRouterName: string | undefined;
|
|
1733
1731
|
}
|
|
1734
|
-
export
|
|
1732
|
+
export type VirtualServiceProvider =
|
|
1735
1733
|
| VirtualServiceProvider.VirtualNodeMember
|
|
1736
1734
|
| VirtualServiceProvider.VirtualRouterMember
|
|
1737
1735
|
| VirtualServiceProvider.$UnknownMember;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-app-mesh",
|
|
3
3
|
"description": "AWS SDK for JavaScript App Mesh Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.295.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
55
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.295.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.295.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.295.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.295.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.295.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.295.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.295.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.295.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.295.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.295.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.295.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.295.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.295.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.295.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.295.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.295.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.295.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.295.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.295.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.295.0",
|
|
43
|
+
"@aws-sdk/types": "3.295.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.295.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.295.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.295.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.295.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.295.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.295.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.295.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.295.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
|
+
"tslib": "^2.5.0",
|
|
56
56
|
"uuid": "^8.3.2"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.295.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"@types/uuid": "^8.3.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"downlevel-dts": "0.10.1",
|
|
65
65
|
"rimraf": "3.0.2",
|
|
66
66
|
"typedoc": "0.23.23",
|
|
67
|
-
"typescript": "~4.
|
|
67
|
+
"typescript": "~4.9.5"
|
|
68
68
|
},
|
|
69
69
|
"engines": {
|
|
70
70
|
"node": ">=14.0.0"
|