@aws-sdk/client-app-mesh 3.300.0 → 3.303.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/models/models_0.js +103 -123
- package/dist-es/models/models_0.js +103 -123
- package/dist-types/commands/CreateGatewayRouteCommand.d.ts +30 -30
- package/dist-types/commands/CreateMeshCommand.d.ts +6 -6
- package/dist-types/commands/CreateRouteCommand.d.ts +41 -56
- package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +39 -39
- package/dist-types/commands/CreateVirtualNodeCommand.d.ts +60 -72
- package/dist-types/commands/CreateVirtualRouterCommand.d.ts +7 -7
- package/dist-types/commands/CreateVirtualServiceCommand.d.ts +7 -7
- package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMeshCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMeshCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRouteCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +1 -1
- package/dist-types/commands/ListGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/ListMeshesCommand.d.ts +1 -1
- package/dist-types/commands/ListRoutesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/ListVirtualNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListVirtualRoutersCommand.d.ts +1 -1
- package/dist-types/commands/ListVirtualServicesCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +28 -28
- package/dist-types/commands/UpdateMeshCommand.d.ts +4 -4
- package/dist-types/commands/UpdateRouteCommand.d.ts +39 -54
- package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +37 -37
- package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +58 -70
- package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +5 -5
- package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +5 -5
- package/dist-types/models/models_0.d.ts +203 -103
- package/dist-types/ts3.4/models/models_0.d.ts +138 -103
- package/package.json +34 -34
|
@@ -116,24 +116,21 @@ class ConflictException extends AppMeshServiceException_1.AppMeshServiceExceptio
|
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
exports.ConflictException = ConflictException;
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
MeshStatusCode["DELETED"] = "DELETED";
|
|
135
|
-
MeshStatusCode["INACTIVE"] = "INACTIVE";
|
|
136
|
-
})(MeshStatusCode = exports.MeshStatusCode || (exports.MeshStatusCode = {}));
|
|
119
|
+
exports.EgressFilterType = {
|
|
120
|
+
ALLOW_ALL: "ALLOW_ALL",
|
|
121
|
+
DROP_ALL: "DROP_ALL",
|
|
122
|
+
};
|
|
123
|
+
exports.IpPreference = {
|
|
124
|
+
IPv4_ONLY: "IPv4_ONLY",
|
|
125
|
+
IPv4_PREFERRED: "IPv4_PREFERRED",
|
|
126
|
+
IPv6_ONLY: "IPv6_ONLY",
|
|
127
|
+
IPv6_PREFERRED: "IPv6_PREFERRED",
|
|
128
|
+
};
|
|
129
|
+
exports.MeshStatusCode = {
|
|
130
|
+
ACTIVE: "ACTIVE",
|
|
131
|
+
DELETED: "DELETED",
|
|
132
|
+
INACTIVE: "INACTIVE",
|
|
133
|
+
};
|
|
137
134
|
class LimitExceededException extends AppMeshServiceException_1.AppMeshServiceException {
|
|
138
135
|
constructor(opts) {
|
|
139
136
|
super({
|
|
@@ -194,12 +191,11 @@ var VirtualGatewayConnectionPool;
|
|
|
194
191
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
195
192
|
};
|
|
196
193
|
})(VirtualGatewayConnectionPool = exports.VirtualGatewayConnectionPool || (exports.VirtualGatewayConnectionPool = {}));
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
})(VirtualGatewayPortProtocol = exports.VirtualGatewayPortProtocol || (exports.VirtualGatewayPortProtocol = {}));
|
|
194
|
+
exports.VirtualGatewayPortProtocol = {
|
|
195
|
+
GRPC: "grpc",
|
|
196
|
+
HTTP: "http",
|
|
197
|
+
HTTP2: "http2",
|
|
198
|
+
};
|
|
203
199
|
var VirtualGatewayListenerTlsCertificate;
|
|
204
200
|
(function (VirtualGatewayListenerTlsCertificate) {
|
|
205
201
|
VirtualGatewayListenerTlsCertificate.visit = (value, visitor) => {
|
|
@@ -212,12 +208,11 @@ var VirtualGatewayListenerTlsCertificate;
|
|
|
212
208
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
213
209
|
};
|
|
214
210
|
})(VirtualGatewayListenerTlsCertificate = exports.VirtualGatewayListenerTlsCertificate || (exports.VirtualGatewayListenerTlsCertificate = {}));
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
})(VirtualGatewayListenerTlsMode = exports.VirtualGatewayListenerTlsMode || (exports.VirtualGatewayListenerTlsMode = {}));
|
|
211
|
+
exports.VirtualGatewayListenerTlsMode = {
|
|
212
|
+
DISABLED: "DISABLED",
|
|
213
|
+
PERMISSIVE: "PERMISSIVE",
|
|
214
|
+
STRICT: "STRICT",
|
|
215
|
+
};
|
|
221
216
|
var VirtualGatewayListenerTlsValidationContextTrust;
|
|
222
217
|
(function (VirtualGatewayListenerTlsValidationContextTrust) {
|
|
223
218
|
VirtualGatewayListenerTlsValidationContextTrust.visit = (value, visitor) => {
|
|
@@ -236,17 +231,15 @@ var VirtualGatewayAccessLog;
|
|
|
236
231
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
237
232
|
};
|
|
238
233
|
})(VirtualGatewayAccessLog = exports.VirtualGatewayAccessLog || (exports.VirtualGatewayAccessLog = {}));
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
DefaultGatewayRouteRewrite["ENABLED"] = "ENABLED";
|
|
249
|
-
})(DefaultGatewayRouteRewrite = exports.DefaultGatewayRouteRewrite || (exports.DefaultGatewayRouteRewrite = {}));
|
|
234
|
+
exports.VirtualGatewayStatusCode = {
|
|
235
|
+
ACTIVE: "ACTIVE",
|
|
236
|
+
DELETED: "DELETED",
|
|
237
|
+
INACTIVE: "INACTIVE",
|
|
238
|
+
};
|
|
239
|
+
exports.DefaultGatewayRouteRewrite = {
|
|
240
|
+
DISABLED: "DISABLED",
|
|
241
|
+
ENABLED: "ENABLED",
|
|
242
|
+
};
|
|
250
243
|
var GrpcMetadataMatchMethod;
|
|
251
244
|
(function (GrpcMetadataMatchMethod) {
|
|
252
245
|
GrpcMetadataMatchMethod.visit = (value, visitor) => {
|
|
@@ -279,24 +272,22 @@ var HeaderMatchMethod;
|
|
|
279
272
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
280
273
|
};
|
|
281
274
|
})(HeaderMatchMethod = exports.HeaderMatchMethod || (exports.HeaderMatchMethod = {}));
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
GatewayRouteStatusCode["INACTIVE"] = "INACTIVE";
|
|
299
|
-
})(GatewayRouteStatusCode = exports.GatewayRouteStatusCode || (exports.GatewayRouteStatusCode = {}));
|
|
275
|
+
exports.HttpMethod = {
|
|
276
|
+
CONNECT: "CONNECT",
|
|
277
|
+
DELETE: "DELETE",
|
|
278
|
+
GET: "GET",
|
|
279
|
+
HEAD: "HEAD",
|
|
280
|
+
OPTIONS: "OPTIONS",
|
|
281
|
+
PATCH: "PATCH",
|
|
282
|
+
POST: "POST",
|
|
283
|
+
PUT: "PUT",
|
|
284
|
+
TRACE: "TRACE",
|
|
285
|
+
};
|
|
286
|
+
exports.GatewayRouteStatusCode = {
|
|
287
|
+
ACTIVE: "ACTIVE",
|
|
288
|
+
DELETED: "DELETED",
|
|
289
|
+
INACTIVE: "INACTIVE",
|
|
290
|
+
};
|
|
300
291
|
var ClientTlsCertificate;
|
|
301
292
|
(function (ClientTlsCertificate) {
|
|
302
293
|
ClientTlsCertificate.visit = (value, visitor) => {
|
|
@@ -341,18 +332,16 @@ var VirtualNodeConnectionPool;
|
|
|
341
332
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
342
333
|
};
|
|
343
334
|
})(VirtualNodeConnectionPool = exports.VirtualNodeConnectionPool || (exports.VirtualNodeConnectionPool = {}));
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
DurationUnit["S"] = "s";
|
|
355
|
-
})(DurationUnit = exports.DurationUnit || (exports.DurationUnit = {}));
|
|
335
|
+
exports.PortProtocol = {
|
|
336
|
+
GRPC: "grpc",
|
|
337
|
+
HTTP: "http",
|
|
338
|
+
HTTP2: "http2",
|
|
339
|
+
TCP: "tcp",
|
|
340
|
+
};
|
|
341
|
+
exports.DurationUnit = {
|
|
342
|
+
MS: "ms",
|
|
343
|
+
S: "s",
|
|
344
|
+
};
|
|
356
345
|
var ListenerTimeout;
|
|
357
346
|
(function (ListenerTimeout) {
|
|
358
347
|
ListenerTimeout.visit = (value, visitor) => {
|
|
@@ -379,12 +368,11 @@ var ListenerTlsCertificate;
|
|
|
379
368
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
380
369
|
};
|
|
381
370
|
})(ListenerTlsCertificate = exports.ListenerTlsCertificate || (exports.ListenerTlsCertificate = {}));
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
})(ListenerTlsMode = exports.ListenerTlsMode || (exports.ListenerTlsMode = {}));
|
|
371
|
+
exports.ListenerTlsMode = {
|
|
372
|
+
DISABLED: "DISABLED",
|
|
373
|
+
PERMISSIVE: "PERMISSIVE",
|
|
374
|
+
STRICT: "STRICT",
|
|
375
|
+
};
|
|
388
376
|
var ListenerTlsValidationContextTrust;
|
|
389
377
|
(function (ListenerTlsValidationContextTrust) {
|
|
390
378
|
ListenerTlsValidationContextTrust.visit = (value, visitor) => {
|
|
@@ -395,11 +383,10 @@ var ListenerTlsValidationContextTrust;
|
|
|
395
383
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
396
384
|
};
|
|
397
385
|
})(ListenerTlsValidationContextTrust = exports.ListenerTlsValidationContextTrust || (exports.ListenerTlsValidationContextTrust = {}));
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
})(DnsResponseType = exports.DnsResponseType || (exports.DnsResponseType = {}));
|
|
386
|
+
exports.DnsResponseType = {
|
|
387
|
+
ENDPOINTS: "ENDPOINTS",
|
|
388
|
+
LOADBALANCER: "LOADBALANCER",
|
|
389
|
+
};
|
|
403
390
|
var ServiceDiscovery;
|
|
404
391
|
(function (ServiceDiscovery) {
|
|
405
392
|
ServiceDiscovery.visit = (value, visitor) => {
|
|
@@ -410,18 +397,16 @@ var ServiceDiscovery;
|
|
|
410
397
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
411
398
|
};
|
|
412
399
|
})(ServiceDiscovery = exports.ServiceDiscovery || (exports.ServiceDiscovery = {}));
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
VirtualRouterStatusCode["INACTIVE"] = "INACTIVE";
|
|
424
|
-
})(VirtualRouterStatusCode = exports.VirtualRouterStatusCode || (exports.VirtualRouterStatusCode = {}));
|
|
400
|
+
exports.VirtualNodeStatusCode = {
|
|
401
|
+
ACTIVE: "ACTIVE",
|
|
402
|
+
DELETED: "DELETED",
|
|
403
|
+
INACTIVE: "INACTIVE",
|
|
404
|
+
};
|
|
405
|
+
exports.VirtualRouterStatusCode = {
|
|
406
|
+
ACTIVE: "ACTIVE",
|
|
407
|
+
DELETED: "DELETED",
|
|
408
|
+
INACTIVE: "INACTIVE",
|
|
409
|
+
};
|
|
425
410
|
var GrpcRouteMetadataMatchMethod;
|
|
426
411
|
(function (GrpcRouteMetadataMatchMethod) {
|
|
427
412
|
GrpcRouteMetadataMatchMethod.visit = (value, visitor) => {
|
|
@@ -438,29 +423,25 @@ var GrpcRouteMetadataMatchMethod;
|
|
|
438
423
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
439
424
|
};
|
|
440
425
|
})(GrpcRouteMetadataMatchMethod = exports.GrpcRouteMetadataMatchMethod || (exports.GrpcRouteMetadataMatchMethod = {}));
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
RouteStatusCode["ACTIVE"] = "ACTIVE";
|
|
461
|
-
RouteStatusCode["DELETED"] = "DELETED";
|
|
462
|
-
RouteStatusCode["INACTIVE"] = "INACTIVE";
|
|
463
|
-
})(RouteStatusCode = exports.RouteStatusCode || (exports.RouteStatusCode = {}));
|
|
426
|
+
exports.GrpcRetryPolicyEvent = {
|
|
427
|
+
CANCELLED: "cancelled",
|
|
428
|
+
DEADLINE_EXCEEDED: "deadline-exceeded",
|
|
429
|
+
INTERNAL: "internal",
|
|
430
|
+
RESOURCE_EXHAUSTED: "resource-exhausted",
|
|
431
|
+
UNAVAILABLE: "unavailable",
|
|
432
|
+
};
|
|
433
|
+
exports.TcpRetryPolicyEvent = {
|
|
434
|
+
CONNECTION_ERROR: "connection-error",
|
|
435
|
+
};
|
|
436
|
+
exports.HttpScheme = {
|
|
437
|
+
HTTP: "http",
|
|
438
|
+
HTTPS: "https",
|
|
439
|
+
};
|
|
440
|
+
exports.RouteStatusCode = {
|
|
441
|
+
ACTIVE: "ACTIVE",
|
|
442
|
+
DELETED: "DELETED",
|
|
443
|
+
INACTIVE: "INACTIVE",
|
|
444
|
+
};
|
|
464
445
|
var VirtualServiceProvider;
|
|
465
446
|
(function (VirtualServiceProvider) {
|
|
466
447
|
VirtualServiceProvider.visit = (value, visitor) => {
|
|
@@ -471,12 +452,11 @@ var VirtualServiceProvider;
|
|
|
471
452
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
472
453
|
};
|
|
473
454
|
})(VirtualServiceProvider = exports.VirtualServiceProvider || (exports.VirtualServiceProvider = {}));
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
})(VirtualServiceStatusCode = exports.VirtualServiceStatusCode || (exports.VirtualServiceStatusCode = {}));
|
|
455
|
+
exports.VirtualServiceStatusCode = {
|
|
456
|
+
ACTIVE: "ACTIVE",
|
|
457
|
+
DELETED: "DELETED",
|
|
458
|
+
INACTIVE: "INACTIVE",
|
|
459
|
+
};
|
|
480
460
|
class TooManyTagsException extends AppMeshServiceException_1.AppMeshServiceException {
|
|
481
461
|
constructor(opts) {
|
|
482
462
|
super({
|
|
@@ -106,24 +106,21 @@ export class ConflictException extends __BaseException {
|
|
|
106
106
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
|
-
export
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
MeshStatusCode["DELETED"] = "DELETED";
|
|
125
|
-
MeshStatusCode["INACTIVE"] = "INACTIVE";
|
|
126
|
-
})(MeshStatusCode || (MeshStatusCode = {}));
|
|
109
|
+
export const EgressFilterType = {
|
|
110
|
+
ALLOW_ALL: "ALLOW_ALL",
|
|
111
|
+
DROP_ALL: "DROP_ALL",
|
|
112
|
+
};
|
|
113
|
+
export const IpPreference = {
|
|
114
|
+
IPv4_ONLY: "IPv4_ONLY",
|
|
115
|
+
IPv4_PREFERRED: "IPv4_PREFERRED",
|
|
116
|
+
IPv6_ONLY: "IPv6_ONLY",
|
|
117
|
+
IPv6_PREFERRED: "IPv6_PREFERRED",
|
|
118
|
+
};
|
|
119
|
+
export const MeshStatusCode = {
|
|
120
|
+
ACTIVE: "ACTIVE",
|
|
121
|
+
DELETED: "DELETED",
|
|
122
|
+
INACTIVE: "INACTIVE",
|
|
123
|
+
};
|
|
127
124
|
export class LimitExceededException extends __BaseException {
|
|
128
125
|
constructor(opts) {
|
|
129
126
|
super({
|
|
@@ -182,12 +179,11 @@ export var VirtualGatewayConnectionPool;
|
|
|
182
179
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
183
180
|
};
|
|
184
181
|
})(VirtualGatewayConnectionPool || (VirtualGatewayConnectionPool = {}));
|
|
185
|
-
export
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
})(VirtualGatewayPortProtocol || (VirtualGatewayPortProtocol = {}));
|
|
182
|
+
export const VirtualGatewayPortProtocol = {
|
|
183
|
+
GRPC: "grpc",
|
|
184
|
+
HTTP: "http",
|
|
185
|
+
HTTP2: "http2",
|
|
186
|
+
};
|
|
191
187
|
export var VirtualGatewayListenerTlsCertificate;
|
|
192
188
|
(function (VirtualGatewayListenerTlsCertificate) {
|
|
193
189
|
VirtualGatewayListenerTlsCertificate.visit = (value, visitor) => {
|
|
@@ -200,12 +196,11 @@ export var VirtualGatewayListenerTlsCertificate;
|
|
|
200
196
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
201
197
|
};
|
|
202
198
|
})(VirtualGatewayListenerTlsCertificate || (VirtualGatewayListenerTlsCertificate = {}));
|
|
203
|
-
export
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
})(VirtualGatewayListenerTlsMode || (VirtualGatewayListenerTlsMode = {}));
|
|
199
|
+
export const VirtualGatewayListenerTlsMode = {
|
|
200
|
+
DISABLED: "DISABLED",
|
|
201
|
+
PERMISSIVE: "PERMISSIVE",
|
|
202
|
+
STRICT: "STRICT",
|
|
203
|
+
};
|
|
209
204
|
export var VirtualGatewayListenerTlsValidationContextTrust;
|
|
210
205
|
(function (VirtualGatewayListenerTlsValidationContextTrust) {
|
|
211
206
|
VirtualGatewayListenerTlsValidationContextTrust.visit = (value, visitor) => {
|
|
@@ -224,17 +219,15 @@ export var VirtualGatewayAccessLog;
|
|
|
224
219
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
225
220
|
};
|
|
226
221
|
})(VirtualGatewayAccessLog || (VirtualGatewayAccessLog = {}));
|
|
227
|
-
export
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
DefaultGatewayRouteRewrite["ENABLED"] = "ENABLED";
|
|
237
|
-
})(DefaultGatewayRouteRewrite || (DefaultGatewayRouteRewrite = {}));
|
|
222
|
+
export const VirtualGatewayStatusCode = {
|
|
223
|
+
ACTIVE: "ACTIVE",
|
|
224
|
+
DELETED: "DELETED",
|
|
225
|
+
INACTIVE: "INACTIVE",
|
|
226
|
+
};
|
|
227
|
+
export const DefaultGatewayRouteRewrite = {
|
|
228
|
+
DISABLED: "DISABLED",
|
|
229
|
+
ENABLED: "ENABLED",
|
|
230
|
+
};
|
|
238
231
|
export var GrpcMetadataMatchMethod;
|
|
239
232
|
(function (GrpcMetadataMatchMethod) {
|
|
240
233
|
GrpcMetadataMatchMethod.visit = (value, visitor) => {
|
|
@@ -267,24 +260,22 @@ export var HeaderMatchMethod;
|
|
|
267
260
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
268
261
|
};
|
|
269
262
|
})(HeaderMatchMethod || (HeaderMatchMethod = {}));
|
|
270
|
-
export
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
GatewayRouteStatusCode["INACTIVE"] = "INACTIVE";
|
|
287
|
-
})(GatewayRouteStatusCode || (GatewayRouteStatusCode = {}));
|
|
263
|
+
export const HttpMethod = {
|
|
264
|
+
CONNECT: "CONNECT",
|
|
265
|
+
DELETE: "DELETE",
|
|
266
|
+
GET: "GET",
|
|
267
|
+
HEAD: "HEAD",
|
|
268
|
+
OPTIONS: "OPTIONS",
|
|
269
|
+
PATCH: "PATCH",
|
|
270
|
+
POST: "POST",
|
|
271
|
+
PUT: "PUT",
|
|
272
|
+
TRACE: "TRACE",
|
|
273
|
+
};
|
|
274
|
+
export const GatewayRouteStatusCode = {
|
|
275
|
+
ACTIVE: "ACTIVE",
|
|
276
|
+
DELETED: "DELETED",
|
|
277
|
+
INACTIVE: "INACTIVE",
|
|
278
|
+
};
|
|
288
279
|
export var ClientTlsCertificate;
|
|
289
280
|
(function (ClientTlsCertificate) {
|
|
290
281
|
ClientTlsCertificate.visit = (value, visitor) => {
|
|
@@ -329,18 +320,16 @@ export var VirtualNodeConnectionPool;
|
|
|
329
320
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
330
321
|
};
|
|
331
322
|
})(VirtualNodeConnectionPool || (VirtualNodeConnectionPool = {}));
|
|
332
|
-
export
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
DurationUnit["S"] = "s";
|
|
343
|
-
})(DurationUnit || (DurationUnit = {}));
|
|
323
|
+
export const PortProtocol = {
|
|
324
|
+
GRPC: "grpc",
|
|
325
|
+
HTTP: "http",
|
|
326
|
+
HTTP2: "http2",
|
|
327
|
+
TCP: "tcp",
|
|
328
|
+
};
|
|
329
|
+
export const DurationUnit = {
|
|
330
|
+
MS: "ms",
|
|
331
|
+
S: "s",
|
|
332
|
+
};
|
|
344
333
|
export var ListenerTimeout;
|
|
345
334
|
(function (ListenerTimeout) {
|
|
346
335
|
ListenerTimeout.visit = (value, visitor) => {
|
|
@@ -367,12 +356,11 @@ export var ListenerTlsCertificate;
|
|
|
367
356
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
368
357
|
};
|
|
369
358
|
})(ListenerTlsCertificate || (ListenerTlsCertificate = {}));
|
|
370
|
-
export
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
})(ListenerTlsMode || (ListenerTlsMode = {}));
|
|
359
|
+
export const ListenerTlsMode = {
|
|
360
|
+
DISABLED: "DISABLED",
|
|
361
|
+
PERMISSIVE: "PERMISSIVE",
|
|
362
|
+
STRICT: "STRICT",
|
|
363
|
+
};
|
|
376
364
|
export var ListenerTlsValidationContextTrust;
|
|
377
365
|
(function (ListenerTlsValidationContextTrust) {
|
|
378
366
|
ListenerTlsValidationContextTrust.visit = (value, visitor) => {
|
|
@@ -383,11 +371,10 @@ export var ListenerTlsValidationContextTrust;
|
|
|
383
371
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
384
372
|
};
|
|
385
373
|
})(ListenerTlsValidationContextTrust || (ListenerTlsValidationContextTrust = {}));
|
|
386
|
-
export
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
})(DnsResponseType || (DnsResponseType = {}));
|
|
374
|
+
export const DnsResponseType = {
|
|
375
|
+
ENDPOINTS: "ENDPOINTS",
|
|
376
|
+
LOADBALANCER: "LOADBALANCER",
|
|
377
|
+
};
|
|
391
378
|
export var ServiceDiscovery;
|
|
392
379
|
(function (ServiceDiscovery) {
|
|
393
380
|
ServiceDiscovery.visit = (value, visitor) => {
|
|
@@ -398,18 +385,16 @@ export var ServiceDiscovery;
|
|
|
398
385
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
399
386
|
};
|
|
400
387
|
})(ServiceDiscovery || (ServiceDiscovery = {}));
|
|
401
|
-
export
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
VirtualRouterStatusCode["INACTIVE"] = "INACTIVE";
|
|
412
|
-
})(VirtualRouterStatusCode || (VirtualRouterStatusCode = {}));
|
|
388
|
+
export const VirtualNodeStatusCode = {
|
|
389
|
+
ACTIVE: "ACTIVE",
|
|
390
|
+
DELETED: "DELETED",
|
|
391
|
+
INACTIVE: "INACTIVE",
|
|
392
|
+
};
|
|
393
|
+
export const VirtualRouterStatusCode = {
|
|
394
|
+
ACTIVE: "ACTIVE",
|
|
395
|
+
DELETED: "DELETED",
|
|
396
|
+
INACTIVE: "INACTIVE",
|
|
397
|
+
};
|
|
413
398
|
export var GrpcRouteMetadataMatchMethod;
|
|
414
399
|
(function (GrpcRouteMetadataMatchMethod) {
|
|
415
400
|
GrpcRouteMetadataMatchMethod.visit = (value, visitor) => {
|
|
@@ -426,29 +411,25 @@ export var GrpcRouteMetadataMatchMethod;
|
|
|
426
411
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
427
412
|
};
|
|
428
413
|
})(GrpcRouteMetadataMatchMethod || (GrpcRouteMetadataMatchMethod = {}));
|
|
429
|
-
export
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
RouteStatusCode["ACTIVE"] = "ACTIVE";
|
|
449
|
-
RouteStatusCode["DELETED"] = "DELETED";
|
|
450
|
-
RouteStatusCode["INACTIVE"] = "INACTIVE";
|
|
451
|
-
})(RouteStatusCode || (RouteStatusCode = {}));
|
|
414
|
+
export const GrpcRetryPolicyEvent = {
|
|
415
|
+
CANCELLED: "cancelled",
|
|
416
|
+
DEADLINE_EXCEEDED: "deadline-exceeded",
|
|
417
|
+
INTERNAL: "internal",
|
|
418
|
+
RESOURCE_EXHAUSTED: "resource-exhausted",
|
|
419
|
+
UNAVAILABLE: "unavailable",
|
|
420
|
+
};
|
|
421
|
+
export const TcpRetryPolicyEvent = {
|
|
422
|
+
CONNECTION_ERROR: "connection-error",
|
|
423
|
+
};
|
|
424
|
+
export const HttpScheme = {
|
|
425
|
+
HTTP: "http",
|
|
426
|
+
HTTPS: "https",
|
|
427
|
+
};
|
|
428
|
+
export const RouteStatusCode = {
|
|
429
|
+
ACTIVE: "ACTIVE",
|
|
430
|
+
DELETED: "DELETED",
|
|
431
|
+
INACTIVE: "INACTIVE",
|
|
432
|
+
};
|
|
452
433
|
export var VirtualServiceProvider;
|
|
453
434
|
(function (VirtualServiceProvider) {
|
|
454
435
|
VirtualServiceProvider.visit = (value, visitor) => {
|
|
@@ -459,12 +440,11 @@ export var VirtualServiceProvider;
|
|
|
459
440
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
460
441
|
};
|
|
461
442
|
})(VirtualServiceProvider || (VirtualServiceProvider = {}));
|
|
462
|
-
export
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
})(VirtualServiceStatusCode || (VirtualServiceStatusCode = {}));
|
|
443
|
+
export const VirtualServiceStatusCode = {
|
|
444
|
+
ACTIVE: "ACTIVE",
|
|
445
|
+
DELETED: "DELETED",
|
|
446
|
+
INACTIVE: "INACTIVE",
|
|
447
|
+
};
|
|
468
448
|
export class TooManyTagsException extends __BaseException {
|
|
469
449
|
constructor(opts) {
|
|
470
450
|
super({
|