@aws-sdk/client-app-mesh 3.929.0 → 3.931.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 +0 -230
- package/dist-es/models/models_0.js +0 -230
- package/dist-types/models/models_0.d.ts +80 -20
- package/dist-types/ts3.4/models/models_0.d.ts +0 -41
- package/package.json +33 -33
package/dist-cjs/index.js
CHANGED
|
@@ -117,24 +117,6 @@ let AppMeshServiceException$1 = class AppMeshServiceException extends smithyClie
|
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
119
|
|
|
120
|
-
exports.LoggingFormat = void 0;
|
|
121
|
-
(function (LoggingFormat) {
|
|
122
|
-
LoggingFormat.visit = (value, visitor) => {
|
|
123
|
-
if (value.text !== undefined)
|
|
124
|
-
return visitor.text(value.text);
|
|
125
|
-
if (value.json !== undefined)
|
|
126
|
-
return visitor.json(value.json);
|
|
127
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
128
|
-
};
|
|
129
|
-
})(exports.LoggingFormat || (exports.LoggingFormat = {}));
|
|
130
|
-
exports.AccessLog = void 0;
|
|
131
|
-
(function (AccessLog) {
|
|
132
|
-
AccessLog.visit = (value, visitor) => {
|
|
133
|
-
if (value.file !== undefined)
|
|
134
|
-
return visitor.file(value.file);
|
|
135
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
136
|
-
};
|
|
137
|
-
})(exports.AccessLog || (exports.AccessLog = {}));
|
|
138
120
|
let BadRequestException$1 = class BadRequestException extends AppMeshServiceException$1 {
|
|
139
121
|
name = "BadRequestException";
|
|
140
122
|
$fault = "client";
|
|
@@ -263,80 +245,16 @@ let ResourceInUseException$1 = class ResourceInUseException extends AppMeshServi
|
|
|
263
245
|
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
264
246
|
}
|
|
265
247
|
};
|
|
266
|
-
exports.VirtualGatewayClientTlsCertificate = void 0;
|
|
267
|
-
(function (VirtualGatewayClientTlsCertificate) {
|
|
268
|
-
VirtualGatewayClientTlsCertificate.visit = (value, visitor) => {
|
|
269
|
-
if (value.file !== undefined)
|
|
270
|
-
return visitor.file(value.file);
|
|
271
|
-
if (value.sds !== undefined)
|
|
272
|
-
return visitor.sds(value.sds);
|
|
273
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
274
|
-
};
|
|
275
|
-
})(exports.VirtualGatewayClientTlsCertificate || (exports.VirtualGatewayClientTlsCertificate = {}));
|
|
276
|
-
exports.VirtualGatewayTlsValidationContextTrust = void 0;
|
|
277
|
-
(function (VirtualGatewayTlsValidationContextTrust) {
|
|
278
|
-
VirtualGatewayTlsValidationContextTrust.visit = (value, visitor) => {
|
|
279
|
-
if (value.acm !== undefined)
|
|
280
|
-
return visitor.acm(value.acm);
|
|
281
|
-
if (value.file !== undefined)
|
|
282
|
-
return visitor.file(value.file);
|
|
283
|
-
if (value.sds !== undefined)
|
|
284
|
-
return visitor.sds(value.sds);
|
|
285
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
286
|
-
};
|
|
287
|
-
})(exports.VirtualGatewayTlsValidationContextTrust || (exports.VirtualGatewayTlsValidationContextTrust = {}));
|
|
288
|
-
exports.VirtualGatewayConnectionPool = void 0;
|
|
289
|
-
(function (VirtualGatewayConnectionPool) {
|
|
290
|
-
VirtualGatewayConnectionPool.visit = (value, visitor) => {
|
|
291
|
-
if (value.http !== undefined)
|
|
292
|
-
return visitor.http(value.http);
|
|
293
|
-
if (value.http2 !== undefined)
|
|
294
|
-
return visitor.http2(value.http2);
|
|
295
|
-
if (value.grpc !== undefined)
|
|
296
|
-
return visitor.grpc(value.grpc);
|
|
297
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
298
|
-
};
|
|
299
|
-
})(exports.VirtualGatewayConnectionPool || (exports.VirtualGatewayConnectionPool = {}));
|
|
300
248
|
const VirtualGatewayPortProtocol = {
|
|
301
249
|
GRPC: "grpc",
|
|
302
250
|
HTTP: "http",
|
|
303
251
|
HTTP2: "http2",
|
|
304
252
|
};
|
|
305
|
-
exports.VirtualGatewayListenerTlsCertificate = void 0;
|
|
306
|
-
(function (VirtualGatewayListenerTlsCertificate) {
|
|
307
|
-
VirtualGatewayListenerTlsCertificate.visit = (value, visitor) => {
|
|
308
|
-
if (value.acm !== undefined)
|
|
309
|
-
return visitor.acm(value.acm);
|
|
310
|
-
if (value.file !== undefined)
|
|
311
|
-
return visitor.file(value.file);
|
|
312
|
-
if (value.sds !== undefined)
|
|
313
|
-
return visitor.sds(value.sds);
|
|
314
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
315
|
-
};
|
|
316
|
-
})(exports.VirtualGatewayListenerTlsCertificate || (exports.VirtualGatewayListenerTlsCertificate = {}));
|
|
317
253
|
const VirtualGatewayListenerTlsMode = {
|
|
318
254
|
DISABLED: "DISABLED",
|
|
319
255
|
PERMISSIVE: "PERMISSIVE",
|
|
320
256
|
STRICT: "STRICT",
|
|
321
257
|
};
|
|
322
|
-
exports.VirtualGatewayListenerTlsValidationContextTrust = void 0;
|
|
323
|
-
(function (VirtualGatewayListenerTlsValidationContextTrust) {
|
|
324
|
-
VirtualGatewayListenerTlsValidationContextTrust.visit = (value, visitor) => {
|
|
325
|
-
if (value.file !== undefined)
|
|
326
|
-
return visitor.file(value.file);
|
|
327
|
-
if (value.sds !== undefined)
|
|
328
|
-
return visitor.sds(value.sds);
|
|
329
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
330
|
-
};
|
|
331
|
-
})(exports.VirtualGatewayListenerTlsValidationContextTrust || (exports.VirtualGatewayListenerTlsValidationContextTrust = {}));
|
|
332
|
-
exports.VirtualGatewayAccessLog = void 0;
|
|
333
|
-
(function (VirtualGatewayAccessLog) {
|
|
334
|
-
VirtualGatewayAccessLog.visit = (value, visitor) => {
|
|
335
|
-
if (value.file !== undefined)
|
|
336
|
-
return visitor.file(value.file);
|
|
337
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
338
|
-
};
|
|
339
|
-
})(exports.VirtualGatewayAccessLog || (exports.VirtualGatewayAccessLog = {}));
|
|
340
258
|
const VirtualGatewayStatusCode = {
|
|
341
259
|
ACTIVE: "ACTIVE",
|
|
342
260
|
DELETED: "DELETED",
|
|
@@ -346,38 +264,6 @@ const DefaultGatewayRouteRewrite = {
|
|
|
346
264
|
DISABLED: "DISABLED",
|
|
347
265
|
ENABLED: "ENABLED",
|
|
348
266
|
};
|
|
349
|
-
exports.GrpcMetadataMatchMethod = void 0;
|
|
350
|
-
(function (GrpcMetadataMatchMethod) {
|
|
351
|
-
GrpcMetadataMatchMethod.visit = (value, visitor) => {
|
|
352
|
-
if (value.exact !== undefined)
|
|
353
|
-
return visitor.exact(value.exact);
|
|
354
|
-
if (value.regex !== undefined)
|
|
355
|
-
return visitor.regex(value.regex);
|
|
356
|
-
if (value.range !== undefined)
|
|
357
|
-
return visitor.range(value.range);
|
|
358
|
-
if (value.prefix !== undefined)
|
|
359
|
-
return visitor.prefix(value.prefix);
|
|
360
|
-
if (value.suffix !== undefined)
|
|
361
|
-
return visitor.suffix(value.suffix);
|
|
362
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
363
|
-
};
|
|
364
|
-
})(exports.GrpcMetadataMatchMethod || (exports.GrpcMetadataMatchMethod = {}));
|
|
365
|
-
exports.HeaderMatchMethod = void 0;
|
|
366
|
-
(function (HeaderMatchMethod) {
|
|
367
|
-
HeaderMatchMethod.visit = (value, visitor) => {
|
|
368
|
-
if (value.exact !== undefined)
|
|
369
|
-
return visitor.exact(value.exact);
|
|
370
|
-
if (value.regex !== undefined)
|
|
371
|
-
return visitor.regex(value.regex);
|
|
372
|
-
if (value.range !== undefined)
|
|
373
|
-
return visitor.range(value.range);
|
|
374
|
-
if (value.prefix !== undefined)
|
|
375
|
-
return visitor.prefix(value.prefix);
|
|
376
|
-
if (value.suffix !== undefined)
|
|
377
|
-
return visitor.suffix(value.suffix);
|
|
378
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
379
|
-
};
|
|
380
|
-
})(exports.HeaderMatchMethod || (exports.HeaderMatchMethod = {}));
|
|
381
267
|
const HttpMethod = {
|
|
382
268
|
CONNECT: "CONNECT",
|
|
383
269
|
DELETE: "DELETE",
|
|
@@ -394,50 +280,6 @@ const GatewayRouteStatusCode = {
|
|
|
394
280
|
DELETED: "DELETED",
|
|
395
281
|
INACTIVE: "INACTIVE",
|
|
396
282
|
};
|
|
397
|
-
exports.ClientTlsCertificate = void 0;
|
|
398
|
-
(function (ClientTlsCertificate) {
|
|
399
|
-
ClientTlsCertificate.visit = (value, visitor) => {
|
|
400
|
-
if (value.file !== undefined)
|
|
401
|
-
return visitor.file(value.file);
|
|
402
|
-
if (value.sds !== undefined)
|
|
403
|
-
return visitor.sds(value.sds);
|
|
404
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
405
|
-
};
|
|
406
|
-
})(exports.ClientTlsCertificate || (exports.ClientTlsCertificate = {}));
|
|
407
|
-
exports.TlsValidationContextTrust = void 0;
|
|
408
|
-
(function (TlsValidationContextTrust) {
|
|
409
|
-
TlsValidationContextTrust.visit = (value, visitor) => {
|
|
410
|
-
if (value.acm !== undefined)
|
|
411
|
-
return visitor.acm(value.acm);
|
|
412
|
-
if (value.file !== undefined)
|
|
413
|
-
return visitor.file(value.file);
|
|
414
|
-
if (value.sds !== undefined)
|
|
415
|
-
return visitor.sds(value.sds);
|
|
416
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
417
|
-
};
|
|
418
|
-
})(exports.TlsValidationContextTrust || (exports.TlsValidationContextTrust = {}));
|
|
419
|
-
exports.Backend = void 0;
|
|
420
|
-
(function (Backend) {
|
|
421
|
-
Backend.visit = (value, visitor) => {
|
|
422
|
-
if (value.virtualService !== undefined)
|
|
423
|
-
return visitor.virtualService(value.virtualService);
|
|
424
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
425
|
-
};
|
|
426
|
-
})(exports.Backend || (exports.Backend = {}));
|
|
427
|
-
exports.VirtualNodeConnectionPool = void 0;
|
|
428
|
-
(function (VirtualNodeConnectionPool) {
|
|
429
|
-
VirtualNodeConnectionPool.visit = (value, visitor) => {
|
|
430
|
-
if (value.tcp !== undefined)
|
|
431
|
-
return visitor.tcp(value.tcp);
|
|
432
|
-
if (value.http !== undefined)
|
|
433
|
-
return visitor.http(value.http);
|
|
434
|
-
if (value.http2 !== undefined)
|
|
435
|
-
return visitor.http2(value.http2);
|
|
436
|
-
if (value.grpc !== undefined)
|
|
437
|
-
return visitor.grpc(value.grpc);
|
|
438
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
439
|
-
};
|
|
440
|
-
})(exports.VirtualNodeConnectionPool || (exports.VirtualNodeConnectionPool = {}));
|
|
441
283
|
const PortProtocol = {
|
|
442
284
|
GRPC: "grpc",
|
|
443
285
|
HTTP: "http",
|
|
@@ -448,61 +290,15 @@ const DurationUnit = {
|
|
|
448
290
|
MS: "ms",
|
|
449
291
|
S: "s",
|
|
450
292
|
};
|
|
451
|
-
exports.ListenerTimeout = void 0;
|
|
452
|
-
(function (ListenerTimeout) {
|
|
453
|
-
ListenerTimeout.visit = (value, visitor) => {
|
|
454
|
-
if (value.tcp !== undefined)
|
|
455
|
-
return visitor.tcp(value.tcp);
|
|
456
|
-
if (value.http !== undefined)
|
|
457
|
-
return visitor.http(value.http);
|
|
458
|
-
if (value.http2 !== undefined)
|
|
459
|
-
return visitor.http2(value.http2);
|
|
460
|
-
if (value.grpc !== undefined)
|
|
461
|
-
return visitor.grpc(value.grpc);
|
|
462
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
463
|
-
};
|
|
464
|
-
})(exports.ListenerTimeout || (exports.ListenerTimeout = {}));
|
|
465
|
-
exports.ListenerTlsCertificate = void 0;
|
|
466
|
-
(function (ListenerTlsCertificate) {
|
|
467
|
-
ListenerTlsCertificate.visit = (value, visitor) => {
|
|
468
|
-
if (value.acm !== undefined)
|
|
469
|
-
return visitor.acm(value.acm);
|
|
470
|
-
if (value.file !== undefined)
|
|
471
|
-
return visitor.file(value.file);
|
|
472
|
-
if (value.sds !== undefined)
|
|
473
|
-
return visitor.sds(value.sds);
|
|
474
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
475
|
-
};
|
|
476
|
-
})(exports.ListenerTlsCertificate || (exports.ListenerTlsCertificate = {}));
|
|
477
293
|
const ListenerTlsMode = {
|
|
478
294
|
DISABLED: "DISABLED",
|
|
479
295
|
PERMISSIVE: "PERMISSIVE",
|
|
480
296
|
STRICT: "STRICT",
|
|
481
297
|
};
|
|
482
|
-
exports.ListenerTlsValidationContextTrust = void 0;
|
|
483
|
-
(function (ListenerTlsValidationContextTrust) {
|
|
484
|
-
ListenerTlsValidationContextTrust.visit = (value, visitor) => {
|
|
485
|
-
if (value.file !== undefined)
|
|
486
|
-
return visitor.file(value.file);
|
|
487
|
-
if (value.sds !== undefined)
|
|
488
|
-
return visitor.sds(value.sds);
|
|
489
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
490
|
-
};
|
|
491
|
-
})(exports.ListenerTlsValidationContextTrust || (exports.ListenerTlsValidationContextTrust = {}));
|
|
492
298
|
const DnsResponseType = {
|
|
493
299
|
ENDPOINTS: "ENDPOINTS",
|
|
494
300
|
LOADBALANCER: "LOADBALANCER",
|
|
495
301
|
};
|
|
496
|
-
exports.ServiceDiscovery = void 0;
|
|
497
|
-
(function (ServiceDiscovery) {
|
|
498
|
-
ServiceDiscovery.visit = (value, visitor) => {
|
|
499
|
-
if (value.dns !== undefined)
|
|
500
|
-
return visitor.dns(value.dns);
|
|
501
|
-
if (value.awsCloudMap !== undefined)
|
|
502
|
-
return visitor.awsCloudMap(value.awsCloudMap);
|
|
503
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
504
|
-
};
|
|
505
|
-
})(exports.ServiceDiscovery || (exports.ServiceDiscovery = {}));
|
|
506
302
|
const VirtualNodeStatusCode = {
|
|
507
303
|
ACTIVE: "ACTIVE",
|
|
508
304
|
DELETED: "DELETED",
|
|
@@ -513,22 +309,6 @@ const VirtualRouterStatusCode = {
|
|
|
513
309
|
DELETED: "DELETED",
|
|
514
310
|
INACTIVE: "INACTIVE",
|
|
515
311
|
};
|
|
516
|
-
exports.GrpcRouteMetadataMatchMethod = void 0;
|
|
517
|
-
(function (GrpcRouteMetadataMatchMethod) {
|
|
518
|
-
GrpcRouteMetadataMatchMethod.visit = (value, visitor) => {
|
|
519
|
-
if (value.exact !== undefined)
|
|
520
|
-
return visitor.exact(value.exact);
|
|
521
|
-
if (value.regex !== undefined)
|
|
522
|
-
return visitor.regex(value.regex);
|
|
523
|
-
if (value.range !== undefined)
|
|
524
|
-
return visitor.range(value.range);
|
|
525
|
-
if (value.prefix !== undefined)
|
|
526
|
-
return visitor.prefix(value.prefix);
|
|
527
|
-
if (value.suffix !== undefined)
|
|
528
|
-
return visitor.suffix(value.suffix);
|
|
529
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
530
|
-
};
|
|
531
|
-
})(exports.GrpcRouteMetadataMatchMethod || (exports.GrpcRouteMetadataMatchMethod = {}));
|
|
532
312
|
const GrpcRetryPolicyEvent = {
|
|
533
313
|
CANCELLED: "cancelled",
|
|
534
314
|
DEADLINE_EXCEEDED: "deadline-exceeded",
|
|
@@ -548,16 +328,6 @@ const RouteStatusCode = {
|
|
|
548
328
|
DELETED: "DELETED",
|
|
549
329
|
INACTIVE: "INACTIVE",
|
|
550
330
|
};
|
|
551
|
-
exports.VirtualServiceProvider = void 0;
|
|
552
|
-
(function (VirtualServiceProvider) {
|
|
553
|
-
VirtualServiceProvider.visit = (value, visitor) => {
|
|
554
|
-
if (value.virtualNode !== undefined)
|
|
555
|
-
return visitor.virtualNode(value.virtualNode);
|
|
556
|
-
if (value.virtualRouter !== undefined)
|
|
557
|
-
return visitor.virtualRouter(value.virtualRouter);
|
|
558
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
559
|
-
};
|
|
560
|
-
})(exports.VirtualServiceProvider || (exports.VirtualServiceProvider = {}));
|
|
561
331
|
const VirtualServiceStatusCode = {
|
|
562
332
|
ACTIVE: "ACTIVE",
|
|
563
333
|
DELETED: "DELETED",
|
|
@@ -1,22 +1,4 @@
|
|
|
1
1
|
import { AppMeshServiceException as __BaseException } from "./AppMeshServiceException";
|
|
2
|
-
export var LoggingFormat;
|
|
3
|
-
(function (LoggingFormat) {
|
|
4
|
-
LoggingFormat.visit = (value, visitor) => {
|
|
5
|
-
if (value.text !== undefined)
|
|
6
|
-
return visitor.text(value.text);
|
|
7
|
-
if (value.json !== undefined)
|
|
8
|
-
return visitor.json(value.json);
|
|
9
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
10
|
-
};
|
|
11
|
-
})(LoggingFormat || (LoggingFormat = {}));
|
|
12
|
-
export var AccessLog;
|
|
13
|
-
(function (AccessLog) {
|
|
14
|
-
AccessLog.visit = (value, visitor) => {
|
|
15
|
-
if (value.file !== undefined)
|
|
16
|
-
return visitor.file(value.file);
|
|
17
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
18
|
-
};
|
|
19
|
-
})(AccessLog || (AccessLog = {}));
|
|
20
2
|
export class BadRequestException extends __BaseException {
|
|
21
3
|
name = "BadRequestException";
|
|
22
4
|
$fault = "client";
|
|
@@ -145,80 +127,16 @@ export class ResourceInUseException extends __BaseException {
|
|
|
145
127
|
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
146
128
|
}
|
|
147
129
|
}
|
|
148
|
-
export var VirtualGatewayClientTlsCertificate;
|
|
149
|
-
(function (VirtualGatewayClientTlsCertificate) {
|
|
150
|
-
VirtualGatewayClientTlsCertificate.visit = (value, visitor) => {
|
|
151
|
-
if (value.file !== undefined)
|
|
152
|
-
return visitor.file(value.file);
|
|
153
|
-
if (value.sds !== undefined)
|
|
154
|
-
return visitor.sds(value.sds);
|
|
155
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
156
|
-
};
|
|
157
|
-
})(VirtualGatewayClientTlsCertificate || (VirtualGatewayClientTlsCertificate = {}));
|
|
158
|
-
export var VirtualGatewayTlsValidationContextTrust;
|
|
159
|
-
(function (VirtualGatewayTlsValidationContextTrust) {
|
|
160
|
-
VirtualGatewayTlsValidationContextTrust.visit = (value, visitor) => {
|
|
161
|
-
if (value.acm !== undefined)
|
|
162
|
-
return visitor.acm(value.acm);
|
|
163
|
-
if (value.file !== undefined)
|
|
164
|
-
return visitor.file(value.file);
|
|
165
|
-
if (value.sds !== undefined)
|
|
166
|
-
return visitor.sds(value.sds);
|
|
167
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
168
|
-
};
|
|
169
|
-
})(VirtualGatewayTlsValidationContextTrust || (VirtualGatewayTlsValidationContextTrust = {}));
|
|
170
|
-
export var VirtualGatewayConnectionPool;
|
|
171
|
-
(function (VirtualGatewayConnectionPool) {
|
|
172
|
-
VirtualGatewayConnectionPool.visit = (value, visitor) => {
|
|
173
|
-
if (value.http !== undefined)
|
|
174
|
-
return visitor.http(value.http);
|
|
175
|
-
if (value.http2 !== undefined)
|
|
176
|
-
return visitor.http2(value.http2);
|
|
177
|
-
if (value.grpc !== undefined)
|
|
178
|
-
return visitor.grpc(value.grpc);
|
|
179
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
180
|
-
};
|
|
181
|
-
})(VirtualGatewayConnectionPool || (VirtualGatewayConnectionPool = {}));
|
|
182
130
|
export const VirtualGatewayPortProtocol = {
|
|
183
131
|
GRPC: "grpc",
|
|
184
132
|
HTTP: "http",
|
|
185
133
|
HTTP2: "http2",
|
|
186
134
|
};
|
|
187
|
-
export var VirtualGatewayListenerTlsCertificate;
|
|
188
|
-
(function (VirtualGatewayListenerTlsCertificate) {
|
|
189
|
-
VirtualGatewayListenerTlsCertificate.visit = (value, visitor) => {
|
|
190
|
-
if (value.acm !== undefined)
|
|
191
|
-
return visitor.acm(value.acm);
|
|
192
|
-
if (value.file !== undefined)
|
|
193
|
-
return visitor.file(value.file);
|
|
194
|
-
if (value.sds !== undefined)
|
|
195
|
-
return visitor.sds(value.sds);
|
|
196
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
197
|
-
};
|
|
198
|
-
})(VirtualGatewayListenerTlsCertificate || (VirtualGatewayListenerTlsCertificate = {}));
|
|
199
135
|
export const VirtualGatewayListenerTlsMode = {
|
|
200
136
|
DISABLED: "DISABLED",
|
|
201
137
|
PERMISSIVE: "PERMISSIVE",
|
|
202
138
|
STRICT: "STRICT",
|
|
203
139
|
};
|
|
204
|
-
export var VirtualGatewayListenerTlsValidationContextTrust;
|
|
205
|
-
(function (VirtualGatewayListenerTlsValidationContextTrust) {
|
|
206
|
-
VirtualGatewayListenerTlsValidationContextTrust.visit = (value, visitor) => {
|
|
207
|
-
if (value.file !== undefined)
|
|
208
|
-
return visitor.file(value.file);
|
|
209
|
-
if (value.sds !== undefined)
|
|
210
|
-
return visitor.sds(value.sds);
|
|
211
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
212
|
-
};
|
|
213
|
-
})(VirtualGatewayListenerTlsValidationContextTrust || (VirtualGatewayListenerTlsValidationContextTrust = {}));
|
|
214
|
-
export var VirtualGatewayAccessLog;
|
|
215
|
-
(function (VirtualGatewayAccessLog) {
|
|
216
|
-
VirtualGatewayAccessLog.visit = (value, visitor) => {
|
|
217
|
-
if (value.file !== undefined)
|
|
218
|
-
return visitor.file(value.file);
|
|
219
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
220
|
-
};
|
|
221
|
-
})(VirtualGatewayAccessLog || (VirtualGatewayAccessLog = {}));
|
|
222
140
|
export const VirtualGatewayStatusCode = {
|
|
223
141
|
ACTIVE: "ACTIVE",
|
|
224
142
|
DELETED: "DELETED",
|
|
@@ -228,38 +146,6 @@ export const DefaultGatewayRouteRewrite = {
|
|
|
228
146
|
DISABLED: "DISABLED",
|
|
229
147
|
ENABLED: "ENABLED",
|
|
230
148
|
};
|
|
231
|
-
export var GrpcMetadataMatchMethod;
|
|
232
|
-
(function (GrpcMetadataMatchMethod) {
|
|
233
|
-
GrpcMetadataMatchMethod.visit = (value, visitor) => {
|
|
234
|
-
if (value.exact !== undefined)
|
|
235
|
-
return visitor.exact(value.exact);
|
|
236
|
-
if (value.regex !== undefined)
|
|
237
|
-
return visitor.regex(value.regex);
|
|
238
|
-
if (value.range !== undefined)
|
|
239
|
-
return visitor.range(value.range);
|
|
240
|
-
if (value.prefix !== undefined)
|
|
241
|
-
return visitor.prefix(value.prefix);
|
|
242
|
-
if (value.suffix !== undefined)
|
|
243
|
-
return visitor.suffix(value.suffix);
|
|
244
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
245
|
-
};
|
|
246
|
-
})(GrpcMetadataMatchMethod || (GrpcMetadataMatchMethod = {}));
|
|
247
|
-
export var HeaderMatchMethod;
|
|
248
|
-
(function (HeaderMatchMethod) {
|
|
249
|
-
HeaderMatchMethod.visit = (value, visitor) => {
|
|
250
|
-
if (value.exact !== undefined)
|
|
251
|
-
return visitor.exact(value.exact);
|
|
252
|
-
if (value.regex !== undefined)
|
|
253
|
-
return visitor.regex(value.regex);
|
|
254
|
-
if (value.range !== undefined)
|
|
255
|
-
return visitor.range(value.range);
|
|
256
|
-
if (value.prefix !== undefined)
|
|
257
|
-
return visitor.prefix(value.prefix);
|
|
258
|
-
if (value.suffix !== undefined)
|
|
259
|
-
return visitor.suffix(value.suffix);
|
|
260
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
261
|
-
};
|
|
262
|
-
})(HeaderMatchMethod || (HeaderMatchMethod = {}));
|
|
263
149
|
export const HttpMethod = {
|
|
264
150
|
CONNECT: "CONNECT",
|
|
265
151
|
DELETE: "DELETE",
|
|
@@ -276,50 +162,6 @@ export const GatewayRouteStatusCode = {
|
|
|
276
162
|
DELETED: "DELETED",
|
|
277
163
|
INACTIVE: "INACTIVE",
|
|
278
164
|
};
|
|
279
|
-
export var ClientTlsCertificate;
|
|
280
|
-
(function (ClientTlsCertificate) {
|
|
281
|
-
ClientTlsCertificate.visit = (value, visitor) => {
|
|
282
|
-
if (value.file !== undefined)
|
|
283
|
-
return visitor.file(value.file);
|
|
284
|
-
if (value.sds !== undefined)
|
|
285
|
-
return visitor.sds(value.sds);
|
|
286
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
287
|
-
};
|
|
288
|
-
})(ClientTlsCertificate || (ClientTlsCertificate = {}));
|
|
289
|
-
export var TlsValidationContextTrust;
|
|
290
|
-
(function (TlsValidationContextTrust) {
|
|
291
|
-
TlsValidationContextTrust.visit = (value, visitor) => {
|
|
292
|
-
if (value.acm !== undefined)
|
|
293
|
-
return visitor.acm(value.acm);
|
|
294
|
-
if (value.file !== undefined)
|
|
295
|
-
return visitor.file(value.file);
|
|
296
|
-
if (value.sds !== undefined)
|
|
297
|
-
return visitor.sds(value.sds);
|
|
298
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
299
|
-
};
|
|
300
|
-
})(TlsValidationContextTrust || (TlsValidationContextTrust = {}));
|
|
301
|
-
export var Backend;
|
|
302
|
-
(function (Backend) {
|
|
303
|
-
Backend.visit = (value, visitor) => {
|
|
304
|
-
if (value.virtualService !== undefined)
|
|
305
|
-
return visitor.virtualService(value.virtualService);
|
|
306
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
307
|
-
};
|
|
308
|
-
})(Backend || (Backend = {}));
|
|
309
|
-
export var VirtualNodeConnectionPool;
|
|
310
|
-
(function (VirtualNodeConnectionPool) {
|
|
311
|
-
VirtualNodeConnectionPool.visit = (value, visitor) => {
|
|
312
|
-
if (value.tcp !== undefined)
|
|
313
|
-
return visitor.tcp(value.tcp);
|
|
314
|
-
if (value.http !== undefined)
|
|
315
|
-
return visitor.http(value.http);
|
|
316
|
-
if (value.http2 !== undefined)
|
|
317
|
-
return visitor.http2(value.http2);
|
|
318
|
-
if (value.grpc !== undefined)
|
|
319
|
-
return visitor.grpc(value.grpc);
|
|
320
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
321
|
-
};
|
|
322
|
-
})(VirtualNodeConnectionPool || (VirtualNodeConnectionPool = {}));
|
|
323
165
|
export const PortProtocol = {
|
|
324
166
|
GRPC: "grpc",
|
|
325
167
|
HTTP: "http",
|
|
@@ -330,61 +172,15 @@ export const DurationUnit = {
|
|
|
330
172
|
MS: "ms",
|
|
331
173
|
S: "s",
|
|
332
174
|
};
|
|
333
|
-
export var ListenerTimeout;
|
|
334
|
-
(function (ListenerTimeout) {
|
|
335
|
-
ListenerTimeout.visit = (value, visitor) => {
|
|
336
|
-
if (value.tcp !== undefined)
|
|
337
|
-
return visitor.tcp(value.tcp);
|
|
338
|
-
if (value.http !== undefined)
|
|
339
|
-
return visitor.http(value.http);
|
|
340
|
-
if (value.http2 !== undefined)
|
|
341
|
-
return visitor.http2(value.http2);
|
|
342
|
-
if (value.grpc !== undefined)
|
|
343
|
-
return visitor.grpc(value.grpc);
|
|
344
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
345
|
-
};
|
|
346
|
-
})(ListenerTimeout || (ListenerTimeout = {}));
|
|
347
|
-
export var ListenerTlsCertificate;
|
|
348
|
-
(function (ListenerTlsCertificate) {
|
|
349
|
-
ListenerTlsCertificate.visit = (value, visitor) => {
|
|
350
|
-
if (value.acm !== undefined)
|
|
351
|
-
return visitor.acm(value.acm);
|
|
352
|
-
if (value.file !== undefined)
|
|
353
|
-
return visitor.file(value.file);
|
|
354
|
-
if (value.sds !== undefined)
|
|
355
|
-
return visitor.sds(value.sds);
|
|
356
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
357
|
-
};
|
|
358
|
-
})(ListenerTlsCertificate || (ListenerTlsCertificate = {}));
|
|
359
175
|
export const ListenerTlsMode = {
|
|
360
176
|
DISABLED: "DISABLED",
|
|
361
177
|
PERMISSIVE: "PERMISSIVE",
|
|
362
178
|
STRICT: "STRICT",
|
|
363
179
|
};
|
|
364
|
-
export var ListenerTlsValidationContextTrust;
|
|
365
|
-
(function (ListenerTlsValidationContextTrust) {
|
|
366
|
-
ListenerTlsValidationContextTrust.visit = (value, visitor) => {
|
|
367
|
-
if (value.file !== undefined)
|
|
368
|
-
return visitor.file(value.file);
|
|
369
|
-
if (value.sds !== undefined)
|
|
370
|
-
return visitor.sds(value.sds);
|
|
371
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
372
|
-
};
|
|
373
|
-
})(ListenerTlsValidationContextTrust || (ListenerTlsValidationContextTrust = {}));
|
|
374
180
|
export const DnsResponseType = {
|
|
375
181
|
ENDPOINTS: "ENDPOINTS",
|
|
376
182
|
LOADBALANCER: "LOADBALANCER",
|
|
377
183
|
};
|
|
378
|
-
export var ServiceDiscovery;
|
|
379
|
-
(function (ServiceDiscovery) {
|
|
380
|
-
ServiceDiscovery.visit = (value, visitor) => {
|
|
381
|
-
if (value.dns !== undefined)
|
|
382
|
-
return visitor.dns(value.dns);
|
|
383
|
-
if (value.awsCloudMap !== undefined)
|
|
384
|
-
return visitor.awsCloudMap(value.awsCloudMap);
|
|
385
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
386
|
-
};
|
|
387
|
-
})(ServiceDiscovery || (ServiceDiscovery = {}));
|
|
388
184
|
export const VirtualNodeStatusCode = {
|
|
389
185
|
ACTIVE: "ACTIVE",
|
|
390
186
|
DELETED: "DELETED",
|
|
@@ -395,22 +191,6 @@ export const VirtualRouterStatusCode = {
|
|
|
395
191
|
DELETED: "DELETED",
|
|
396
192
|
INACTIVE: "INACTIVE",
|
|
397
193
|
};
|
|
398
|
-
export var GrpcRouteMetadataMatchMethod;
|
|
399
|
-
(function (GrpcRouteMetadataMatchMethod) {
|
|
400
|
-
GrpcRouteMetadataMatchMethod.visit = (value, visitor) => {
|
|
401
|
-
if (value.exact !== undefined)
|
|
402
|
-
return visitor.exact(value.exact);
|
|
403
|
-
if (value.regex !== undefined)
|
|
404
|
-
return visitor.regex(value.regex);
|
|
405
|
-
if (value.range !== undefined)
|
|
406
|
-
return visitor.range(value.range);
|
|
407
|
-
if (value.prefix !== undefined)
|
|
408
|
-
return visitor.prefix(value.prefix);
|
|
409
|
-
if (value.suffix !== undefined)
|
|
410
|
-
return visitor.suffix(value.suffix);
|
|
411
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
412
|
-
};
|
|
413
|
-
})(GrpcRouteMetadataMatchMethod || (GrpcRouteMetadataMatchMethod = {}));
|
|
414
194
|
export const GrpcRetryPolicyEvent = {
|
|
415
195
|
CANCELLED: "cancelled",
|
|
416
196
|
DEADLINE_EXCEEDED: "deadline-exceeded",
|
|
@@ -430,16 +210,6 @@ export const RouteStatusCode = {
|
|
|
430
210
|
DELETED: "DELETED",
|
|
431
211
|
INACTIVE: "INACTIVE",
|
|
432
212
|
};
|
|
433
|
-
export var VirtualServiceProvider;
|
|
434
|
-
(function (VirtualServiceProvider) {
|
|
435
|
-
VirtualServiceProvider.visit = (value, visitor) => {
|
|
436
|
-
if (value.virtualNode !== undefined)
|
|
437
|
-
return visitor.virtualNode(value.virtualNode);
|
|
438
|
-
if (value.virtualRouter !== undefined)
|
|
439
|
-
return visitor.virtualRouter(value.virtualRouter);
|
|
440
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
441
|
-
};
|
|
442
|
-
})(VirtualServiceProvider || (VirtualServiceProvider = {}));
|
|
443
213
|
export const VirtualServiceStatusCode = {
|
|
444
214
|
ACTIVE: "ACTIVE",
|
|
445
215
|
DELETED: "DELETED",
|
|
@@ -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,7 +29,6 @@ export declare namespace LoggingFormat {
|
|
|
29
29
|
json: (value: JsonFormatRef[]) => T;
|
|
30
30
|
_: (name: string, value: any) => T;
|
|
31
31
|
}
|
|
32
|
-
const visit: <T>(value: LoggingFormat, visitor: Visitor<T>) => T;
|
|
33
32
|
}
|
|
34
33
|
export interface FileAccessLog {
|
|
35
34
|
path: string | undefined;
|
|
@@ -49,7 +48,6 @@ export declare namespace AccessLog {
|
|
|
49
48
|
file: (value: FileAccessLog) => T;
|
|
50
49
|
_: (name: string, value: any) => T;
|
|
51
50
|
}
|
|
52
|
-
const visit: <T>(value: AccessLog, visitor: Visitor<T>) => T;
|
|
53
51
|
}
|
|
54
52
|
export declare class BadRequestException extends __BaseException {
|
|
55
53
|
readonly name: "BadRequestException";
|
|
@@ -253,10 +251,6 @@ export declare namespace VirtualGatewayClientTlsCertificate {
|
|
|
253
251
|
sds: (value: VirtualGatewayListenerTlsSdsCertificate) => T;
|
|
254
252
|
_: (name: string, value: any) => T;
|
|
255
253
|
}
|
|
256
|
-
const visit: <T>(
|
|
257
|
-
value: VirtualGatewayClientTlsCertificate,
|
|
258
|
-
visitor: Visitor<T>
|
|
259
|
-
) => T;
|
|
260
254
|
}
|
|
261
255
|
export interface SubjectAlternativeNameMatchers {
|
|
262
256
|
exact: string[] | undefined;
|
|
@@ -309,10 +303,6 @@ export declare namespace VirtualGatewayTlsValidationContextTrust {
|
|
|
309
303
|
sds: (value: VirtualGatewayTlsValidationContextSdsTrust) => T;
|
|
310
304
|
_: (name: string, value: any) => T;
|
|
311
305
|
}
|
|
312
|
-
const visit: <T>(
|
|
313
|
-
value: VirtualGatewayTlsValidationContextTrust,
|
|
314
|
-
visitor: Visitor<T>
|
|
315
|
-
) => T;
|
|
316
306
|
}
|
|
317
307
|
export interface VirtualGatewayTlsValidationContext {
|
|
318
308
|
trust: VirtualGatewayTlsValidationContextTrust | undefined;
|
|
@@ -376,10 +366,6 @@ export declare namespace VirtualGatewayConnectionPool {
|
|
|
376
366
|
grpc: (value: VirtualGatewayGrpcConnectionPool) => T;
|
|
377
367
|
_: (name: string, value: any) => T;
|
|
378
368
|
}
|
|
379
|
-
const visit: <T>(
|
|
380
|
-
value: VirtualGatewayConnectionPool,
|
|
381
|
-
visitor: Visitor<T>
|
|
382
|
-
) => T;
|
|
383
369
|
}
|
|
384
370
|
export declare const VirtualGatewayPortProtocol: {
|
|
385
371
|
readonly GRPC: "grpc";
|
|
@@ -440,10 +426,6 @@ export declare namespace VirtualGatewayListenerTlsCertificate {
|
|
|
440
426
|
sds: (value: VirtualGatewayListenerTlsSdsCertificate) => T;
|
|
441
427
|
_: (name: string, value: any) => T;
|
|
442
428
|
}
|
|
443
|
-
const visit: <T>(
|
|
444
|
-
value: VirtualGatewayListenerTlsCertificate,
|
|
445
|
-
visitor: Visitor<T>
|
|
446
|
-
) => T;
|
|
447
429
|
}
|
|
448
430
|
export declare const VirtualGatewayListenerTlsMode: {
|
|
449
431
|
readonly DISABLED: "DISABLED";
|
|
@@ -477,10 +459,6 @@ export declare namespace VirtualGatewayListenerTlsValidationContextTrust {
|
|
|
477
459
|
sds: (value: VirtualGatewayTlsValidationContextSdsTrust) => T;
|
|
478
460
|
_: (name: string, value: any) => T;
|
|
479
461
|
}
|
|
480
|
-
const visit: <T>(
|
|
481
|
-
value: VirtualGatewayListenerTlsValidationContextTrust,
|
|
482
|
-
visitor: Visitor<T>
|
|
483
|
-
) => T;
|
|
484
462
|
}
|
|
485
463
|
export interface VirtualGatewayListenerTlsValidationContext {
|
|
486
464
|
trust: VirtualGatewayListenerTlsValidationContextTrust | undefined;
|
|
@@ -517,7 +495,6 @@ export declare namespace VirtualGatewayAccessLog {
|
|
|
517
495
|
file: (value: VirtualGatewayFileAccessLog) => T;
|
|
518
496
|
_: (name: string, value: any) => T;
|
|
519
497
|
}
|
|
520
|
-
const visit: <T>(value: VirtualGatewayAccessLog, visitor: Visitor<T>) => T;
|
|
521
498
|
}
|
|
522
499
|
export interface VirtualGatewayLogging {
|
|
523
500
|
accessLog?: VirtualGatewayAccessLog | undefined;
|
|
@@ -666,7 +643,6 @@ export declare namespace GrpcMetadataMatchMethod {
|
|
|
666
643
|
suffix: (value: string) => T;
|
|
667
644
|
_: (name: string, value: any) => T;
|
|
668
645
|
}
|
|
669
|
-
const visit: <T>(value: GrpcMetadataMatchMethod, visitor: Visitor<T>) => T;
|
|
670
646
|
}
|
|
671
647
|
export interface GrpcGatewayRouteMetadata {
|
|
672
648
|
name: string | undefined;
|
|
@@ -763,7 +739,6 @@ export declare namespace HeaderMatchMethod {
|
|
|
763
739
|
suffix: (value: string) => T;
|
|
764
740
|
_: (name: string, value: any) => T;
|
|
765
741
|
}
|
|
766
|
-
const visit: <T>(value: HeaderMatchMethod, visitor: Visitor<T>) => T;
|
|
767
742
|
}
|
|
768
743
|
export interface HttpGatewayRouteHeader {
|
|
769
744
|
name: string | undefined;
|
|
@@ -955,7 +930,6 @@ export declare namespace ClientTlsCertificate {
|
|
|
955
930
|
sds: (value: ListenerTlsSdsCertificate) => T;
|
|
956
931
|
_: (name: string, value: any) => T;
|
|
957
932
|
}
|
|
958
|
-
const visit: <T>(value: ClientTlsCertificate, visitor: Visitor<T>) => T;
|
|
959
933
|
}
|
|
960
934
|
export interface TlsValidationContextAcmTrust {
|
|
961
935
|
certificateAuthorityArns: string[] | undefined;
|
|
@@ -1002,7 +976,6 @@ export declare namespace TlsValidationContextTrust {
|
|
|
1002
976
|
sds: (value: TlsValidationContextSdsTrust) => T;
|
|
1003
977
|
_: (name: string, value: any) => T;
|
|
1004
978
|
}
|
|
1005
|
-
const visit: <T>(value: TlsValidationContextTrust, visitor: Visitor<T>) => T;
|
|
1006
979
|
}
|
|
1007
980
|
export interface TlsValidationContext {
|
|
1008
981
|
trust: TlsValidationContextTrust | undefined;
|
|
@@ -1038,7 +1011,6 @@ export declare namespace Backend {
|
|
|
1038
1011
|
virtualService: (value: VirtualServiceBackend) => T;
|
|
1039
1012
|
_: (name: string, value: any) => T;
|
|
1040
1013
|
}
|
|
1041
|
-
const visit: <T>(value: Backend, visitor: Visitor<T>) => T;
|
|
1042
1014
|
}
|
|
1043
1015
|
export interface VirtualNodeGrpcConnectionPool {
|
|
1044
1016
|
maxRequests: number | undefined;
|
|
@@ -1102,7 +1074,6 @@ export declare namespace VirtualNodeConnectionPool {
|
|
|
1102
1074
|
grpc: (value: VirtualNodeGrpcConnectionPool) => T;
|
|
1103
1075
|
_: (name: string, value: any) => T;
|
|
1104
1076
|
}
|
|
1105
|
-
const visit: <T>(value: VirtualNodeConnectionPool, visitor: Visitor<T>) => T;
|
|
1106
1077
|
}
|
|
1107
1078
|
export declare const PortProtocol: {
|
|
1108
1079
|
readonly GRPC: "grpc";
|
|
@@ -1199,7 +1170,6 @@ export declare namespace ListenerTimeout {
|
|
|
1199
1170
|
grpc: (value: GrpcTimeout) => T;
|
|
1200
1171
|
_: (name: string, value: any) => T;
|
|
1201
1172
|
}
|
|
1202
|
-
const visit: <T>(value: ListenerTimeout, visitor: Visitor<T>) => T;
|
|
1203
1173
|
}
|
|
1204
1174
|
export interface ListenerTlsAcmCertificate {
|
|
1205
1175
|
certificateArn: string | undefined;
|
|
@@ -1240,7 +1210,6 @@ export declare namespace ListenerTlsCertificate {
|
|
|
1240
1210
|
sds: (value: ListenerTlsSdsCertificate) => T;
|
|
1241
1211
|
_: (name: string, value: any) => T;
|
|
1242
1212
|
}
|
|
1243
|
-
const visit: <T>(value: ListenerTlsCertificate, visitor: Visitor<T>) => T;
|
|
1244
1213
|
}
|
|
1245
1214
|
export declare const ListenerTlsMode: {
|
|
1246
1215
|
readonly DISABLED: "DISABLED";
|
|
@@ -1274,10 +1243,6 @@ export declare namespace ListenerTlsValidationContextTrust {
|
|
|
1274
1243
|
sds: (value: TlsValidationContextSdsTrust) => T;
|
|
1275
1244
|
_: (name: string, value: any) => T;
|
|
1276
1245
|
}
|
|
1277
|
-
const visit: <T>(
|
|
1278
|
-
value: ListenerTlsValidationContextTrust,
|
|
1279
|
-
visitor: Visitor<T>
|
|
1280
|
-
) => T;
|
|
1281
1246
|
}
|
|
1282
1247
|
export interface ListenerTlsValidationContext {
|
|
1283
1248
|
trust: ListenerTlsValidationContextTrust | undefined;
|
|
@@ -1345,7 +1310,6 @@ export declare namespace ServiceDiscovery {
|
|
|
1345
1310
|
awsCloudMap: (value: AwsCloudMapServiceDiscovery) => T;
|
|
1346
1311
|
_: (name: string, value: any) => T;
|
|
1347
1312
|
}
|
|
1348
|
-
const visit: <T>(value: ServiceDiscovery, visitor: Visitor<T>) => T;
|
|
1349
1313
|
}
|
|
1350
1314
|
export interface VirtualNodeSpec {
|
|
1351
1315
|
serviceDiscovery?: ServiceDiscovery | undefined;
|
|
@@ -1570,10 +1534,6 @@ export declare namespace GrpcRouteMetadataMatchMethod {
|
|
|
1570
1534
|
suffix: (value: string) => T;
|
|
1571
1535
|
_: (name: string, value: any) => T;
|
|
1572
1536
|
}
|
|
1573
|
-
const visit: <T>(
|
|
1574
|
-
value: GrpcRouteMetadataMatchMethod,
|
|
1575
|
-
visitor: Visitor<T>
|
|
1576
|
-
) => T;
|
|
1577
1537
|
}
|
|
1578
1538
|
export interface GrpcRouteMetadata {
|
|
1579
1539
|
name: string | undefined;
|
|
@@ -1787,7 +1747,6 @@ export declare namespace VirtualServiceProvider {
|
|
|
1787
1747
|
virtualRouter: (value: VirtualRouterServiceProvider) => T;
|
|
1788
1748
|
_: (name: string, value: any) => T;
|
|
1789
1749
|
}
|
|
1790
|
-
const visit: <T>(value: VirtualServiceProvider, visitor: Visitor<T>) => T;
|
|
1791
1750
|
}
|
|
1792
1751
|
export interface VirtualServiceSpec {
|
|
1793
1752
|
provider?: VirtualServiceProvider | undefined;
|
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.931.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-app-mesh",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.931.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.931.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.931.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.931.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|