@aws-sdk/client-app-mesh 3.750.0 → 3.772.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 +113 -168
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessLog: () => AccessLog,
|
|
25
25
|
AppMesh: () => AppMesh,
|
|
26
26
|
AppMeshClient: () => AppMeshClient,
|
|
@@ -122,7 +122,7 @@ __export(src_exports, {
|
|
|
122
122
|
paginateListVirtualRouters: () => paginateListVirtualRouters,
|
|
123
123
|
paginateListVirtualServices: () => paginateListVirtualServices
|
|
124
124
|
});
|
|
125
|
-
module.exports = __toCommonJS(
|
|
125
|
+
module.exports = __toCommonJS(index_exports);
|
|
126
126
|
|
|
127
127
|
// src/AppMeshClient.ts
|
|
128
128
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -249,9 +249,9 @@ var AppMeshClient = class extends import_smithy_client.Client {
|
|
|
249
249
|
this.middlewareStack.use(
|
|
250
250
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
251
251
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultAppMeshHttpAuthSchemeParametersProvider,
|
|
252
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
252
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
253
253
|
"aws.auth#sigv4": config.credentials
|
|
254
|
-
})
|
|
254
|
+
}), "identityProviderConfigProvider")
|
|
255
255
|
})
|
|
256
256
|
);
|
|
257
257
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -299,18 +299,15 @@ var AppMeshServiceException = class _AppMeshServiceException extends import_smit
|
|
|
299
299
|
var LoggingFormat;
|
|
300
300
|
((LoggingFormat3) => {
|
|
301
301
|
LoggingFormat3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
302
|
-
if (value.text !== void 0)
|
|
303
|
-
|
|
304
|
-
if (value.json !== void 0)
|
|
305
|
-
return visitor.json(value.json);
|
|
302
|
+
if (value.text !== void 0) return visitor.text(value.text);
|
|
303
|
+
if (value.json !== void 0) return visitor.json(value.json);
|
|
306
304
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
307
305
|
}, "visit");
|
|
308
306
|
})(LoggingFormat || (LoggingFormat = {}));
|
|
309
307
|
var AccessLog;
|
|
310
308
|
((AccessLog3) => {
|
|
311
309
|
AccessLog3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
312
|
-
if (value.file !== void 0)
|
|
313
|
-
return visitor.file(value.file);
|
|
310
|
+
if (value.file !== void 0) return visitor.file(value.file);
|
|
314
311
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
315
312
|
}, "visit");
|
|
316
313
|
})(AccessLog || (AccessLog = {}));
|
|
@@ -499,34 +496,26 @@ var ResourceInUseException = class _ResourceInUseException extends AppMeshServic
|
|
|
499
496
|
var VirtualGatewayClientTlsCertificate;
|
|
500
497
|
((VirtualGatewayClientTlsCertificate3) => {
|
|
501
498
|
VirtualGatewayClientTlsCertificate3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
502
|
-
if (value.file !== void 0)
|
|
503
|
-
|
|
504
|
-
if (value.sds !== void 0)
|
|
505
|
-
return visitor.sds(value.sds);
|
|
499
|
+
if (value.file !== void 0) return visitor.file(value.file);
|
|
500
|
+
if (value.sds !== void 0) return visitor.sds(value.sds);
|
|
506
501
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
507
502
|
}, "visit");
|
|
508
503
|
})(VirtualGatewayClientTlsCertificate || (VirtualGatewayClientTlsCertificate = {}));
|
|
509
504
|
var VirtualGatewayTlsValidationContextTrust;
|
|
510
505
|
((VirtualGatewayTlsValidationContextTrust3) => {
|
|
511
506
|
VirtualGatewayTlsValidationContextTrust3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
512
|
-
if (value.acm !== void 0)
|
|
513
|
-
|
|
514
|
-
if (value.
|
|
515
|
-
return visitor.file(value.file);
|
|
516
|
-
if (value.sds !== void 0)
|
|
517
|
-
return visitor.sds(value.sds);
|
|
507
|
+
if (value.acm !== void 0) return visitor.acm(value.acm);
|
|
508
|
+
if (value.file !== void 0) return visitor.file(value.file);
|
|
509
|
+
if (value.sds !== void 0) return visitor.sds(value.sds);
|
|
518
510
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
519
511
|
}, "visit");
|
|
520
512
|
})(VirtualGatewayTlsValidationContextTrust || (VirtualGatewayTlsValidationContextTrust = {}));
|
|
521
513
|
var VirtualGatewayConnectionPool;
|
|
522
514
|
((VirtualGatewayConnectionPool3) => {
|
|
523
515
|
VirtualGatewayConnectionPool3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
524
|
-
if (value.http !== void 0)
|
|
525
|
-
|
|
526
|
-
if (value.
|
|
527
|
-
return visitor.http2(value.http2);
|
|
528
|
-
if (value.grpc !== void 0)
|
|
529
|
-
return visitor.grpc(value.grpc);
|
|
516
|
+
if (value.http !== void 0) return visitor.http(value.http);
|
|
517
|
+
if (value.http2 !== void 0) return visitor.http2(value.http2);
|
|
518
|
+
if (value.grpc !== void 0) return visitor.grpc(value.grpc);
|
|
530
519
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
531
520
|
}, "visit");
|
|
532
521
|
})(VirtualGatewayConnectionPool || (VirtualGatewayConnectionPool = {}));
|
|
@@ -538,12 +527,9 @@ var VirtualGatewayPortProtocol = {
|
|
|
538
527
|
var VirtualGatewayListenerTlsCertificate;
|
|
539
528
|
((VirtualGatewayListenerTlsCertificate3) => {
|
|
540
529
|
VirtualGatewayListenerTlsCertificate3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
541
|
-
if (value.acm !== void 0)
|
|
542
|
-
|
|
543
|
-
if (value.
|
|
544
|
-
return visitor.file(value.file);
|
|
545
|
-
if (value.sds !== void 0)
|
|
546
|
-
return visitor.sds(value.sds);
|
|
530
|
+
if (value.acm !== void 0) return visitor.acm(value.acm);
|
|
531
|
+
if (value.file !== void 0) return visitor.file(value.file);
|
|
532
|
+
if (value.sds !== void 0) return visitor.sds(value.sds);
|
|
547
533
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
548
534
|
}, "visit");
|
|
549
535
|
})(VirtualGatewayListenerTlsCertificate || (VirtualGatewayListenerTlsCertificate = {}));
|
|
@@ -555,18 +541,15 @@ var VirtualGatewayListenerTlsMode = {
|
|
|
555
541
|
var VirtualGatewayListenerTlsValidationContextTrust;
|
|
556
542
|
((VirtualGatewayListenerTlsValidationContextTrust3) => {
|
|
557
543
|
VirtualGatewayListenerTlsValidationContextTrust3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
558
|
-
if (value.file !== void 0)
|
|
559
|
-
|
|
560
|
-
if (value.sds !== void 0)
|
|
561
|
-
return visitor.sds(value.sds);
|
|
544
|
+
if (value.file !== void 0) return visitor.file(value.file);
|
|
545
|
+
if (value.sds !== void 0) return visitor.sds(value.sds);
|
|
562
546
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
563
547
|
}, "visit");
|
|
564
548
|
})(VirtualGatewayListenerTlsValidationContextTrust || (VirtualGatewayListenerTlsValidationContextTrust = {}));
|
|
565
549
|
var VirtualGatewayAccessLog;
|
|
566
550
|
((VirtualGatewayAccessLog3) => {
|
|
567
551
|
VirtualGatewayAccessLog3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
568
|
-
if (value.file !== void 0)
|
|
569
|
-
return visitor.file(value.file);
|
|
552
|
+
if (value.file !== void 0) return visitor.file(value.file);
|
|
570
553
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
571
554
|
}, "visit");
|
|
572
555
|
})(VirtualGatewayAccessLog || (VirtualGatewayAccessLog = {}));
|
|
@@ -582,32 +565,22 @@ var DefaultGatewayRouteRewrite = {
|
|
|
582
565
|
var GrpcMetadataMatchMethod;
|
|
583
566
|
((GrpcMetadataMatchMethod3) => {
|
|
584
567
|
GrpcMetadataMatchMethod3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
585
|
-
if (value.exact !== void 0)
|
|
586
|
-
|
|
587
|
-
if (value.
|
|
588
|
-
|
|
589
|
-
if (value.
|
|
590
|
-
return visitor.range(value.range);
|
|
591
|
-
if (value.prefix !== void 0)
|
|
592
|
-
return visitor.prefix(value.prefix);
|
|
593
|
-
if (value.suffix !== void 0)
|
|
594
|
-
return visitor.suffix(value.suffix);
|
|
568
|
+
if (value.exact !== void 0) return visitor.exact(value.exact);
|
|
569
|
+
if (value.regex !== void 0) return visitor.regex(value.regex);
|
|
570
|
+
if (value.range !== void 0) return visitor.range(value.range);
|
|
571
|
+
if (value.prefix !== void 0) return visitor.prefix(value.prefix);
|
|
572
|
+
if (value.suffix !== void 0) return visitor.suffix(value.suffix);
|
|
595
573
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
596
574
|
}, "visit");
|
|
597
575
|
})(GrpcMetadataMatchMethod || (GrpcMetadataMatchMethod = {}));
|
|
598
576
|
var HeaderMatchMethod;
|
|
599
577
|
((HeaderMatchMethod3) => {
|
|
600
578
|
HeaderMatchMethod3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
601
|
-
if (value.exact !== void 0)
|
|
602
|
-
|
|
603
|
-
if (value.
|
|
604
|
-
|
|
605
|
-
if (value.
|
|
606
|
-
return visitor.range(value.range);
|
|
607
|
-
if (value.prefix !== void 0)
|
|
608
|
-
return visitor.prefix(value.prefix);
|
|
609
|
-
if (value.suffix !== void 0)
|
|
610
|
-
return visitor.suffix(value.suffix);
|
|
579
|
+
if (value.exact !== void 0) return visitor.exact(value.exact);
|
|
580
|
+
if (value.regex !== void 0) return visitor.regex(value.regex);
|
|
581
|
+
if (value.range !== void 0) return visitor.range(value.range);
|
|
582
|
+
if (value.prefix !== void 0) return visitor.prefix(value.prefix);
|
|
583
|
+
if (value.suffix !== void 0) return visitor.suffix(value.suffix);
|
|
611
584
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
612
585
|
}, "visit");
|
|
613
586
|
})(HeaderMatchMethod || (HeaderMatchMethod = {}));
|
|
@@ -630,44 +603,34 @@ var GatewayRouteStatusCode = {
|
|
|
630
603
|
var ClientTlsCertificate;
|
|
631
604
|
((ClientTlsCertificate3) => {
|
|
632
605
|
ClientTlsCertificate3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
633
|
-
if (value.file !== void 0)
|
|
634
|
-
|
|
635
|
-
if (value.sds !== void 0)
|
|
636
|
-
return visitor.sds(value.sds);
|
|
606
|
+
if (value.file !== void 0) return visitor.file(value.file);
|
|
607
|
+
if (value.sds !== void 0) return visitor.sds(value.sds);
|
|
637
608
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
638
609
|
}, "visit");
|
|
639
610
|
})(ClientTlsCertificate || (ClientTlsCertificate = {}));
|
|
640
611
|
var TlsValidationContextTrust;
|
|
641
612
|
((TlsValidationContextTrust3) => {
|
|
642
613
|
TlsValidationContextTrust3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
643
|
-
if (value.acm !== void 0)
|
|
644
|
-
|
|
645
|
-
if (value.
|
|
646
|
-
return visitor.file(value.file);
|
|
647
|
-
if (value.sds !== void 0)
|
|
648
|
-
return visitor.sds(value.sds);
|
|
614
|
+
if (value.acm !== void 0) return visitor.acm(value.acm);
|
|
615
|
+
if (value.file !== void 0) return visitor.file(value.file);
|
|
616
|
+
if (value.sds !== void 0) return visitor.sds(value.sds);
|
|
649
617
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
650
618
|
}, "visit");
|
|
651
619
|
})(TlsValidationContextTrust || (TlsValidationContextTrust = {}));
|
|
652
620
|
var Backend;
|
|
653
621
|
((Backend3) => {
|
|
654
622
|
Backend3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
655
|
-
if (value.virtualService !== void 0)
|
|
656
|
-
return visitor.virtualService(value.virtualService);
|
|
623
|
+
if (value.virtualService !== void 0) return visitor.virtualService(value.virtualService);
|
|
657
624
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
658
625
|
}, "visit");
|
|
659
626
|
})(Backend || (Backend = {}));
|
|
660
627
|
var VirtualNodeConnectionPool;
|
|
661
628
|
((VirtualNodeConnectionPool3) => {
|
|
662
629
|
VirtualNodeConnectionPool3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
663
|
-
if (value.tcp !== void 0)
|
|
664
|
-
|
|
665
|
-
if (value.
|
|
666
|
-
|
|
667
|
-
if (value.http2 !== void 0)
|
|
668
|
-
return visitor.http2(value.http2);
|
|
669
|
-
if (value.grpc !== void 0)
|
|
670
|
-
return visitor.grpc(value.grpc);
|
|
630
|
+
if (value.tcp !== void 0) return visitor.tcp(value.tcp);
|
|
631
|
+
if (value.http !== void 0) return visitor.http(value.http);
|
|
632
|
+
if (value.http2 !== void 0) return visitor.http2(value.http2);
|
|
633
|
+
if (value.grpc !== void 0) return visitor.grpc(value.grpc);
|
|
671
634
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
672
635
|
}, "visit");
|
|
673
636
|
})(VirtualNodeConnectionPool || (VirtualNodeConnectionPool = {}));
|
|
@@ -684,26 +647,19 @@ var DurationUnit = {
|
|
|
684
647
|
var ListenerTimeout;
|
|
685
648
|
((ListenerTimeout3) => {
|
|
686
649
|
ListenerTimeout3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
687
|
-
if (value.tcp !== void 0)
|
|
688
|
-
|
|
689
|
-
if (value.
|
|
690
|
-
|
|
691
|
-
if (value.http2 !== void 0)
|
|
692
|
-
return visitor.http2(value.http2);
|
|
693
|
-
if (value.grpc !== void 0)
|
|
694
|
-
return visitor.grpc(value.grpc);
|
|
650
|
+
if (value.tcp !== void 0) return visitor.tcp(value.tcp);
|
|
651
|
+
if (value.http !== void 0) return visitor.http(value.http);
|
|
652
|
+
if (value.http2 !== void 0) return visitor.http2(value.http2);
|
|
653
|
+
if (value.grpc !== void 0) return visitor.grpc(value.grpc);
|
|
695
654
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
696
655
|
}, "visit");
|
|
697
656
|
})(ListenerTimeout || (ListenerTimeout = {}));
|
|
698
657
|
var ListenerTlsCertificate;
|
|
699
658
|
((ListenerTlsCertificate3) => {
|
|
700
659
|
ListenerTlsCertificate3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
701
|
-
if (value.acm !== void 0)
|
|
702
|
-
|
|
703
|
-
if (value.
|
|
704
|
-
return visitor.file(value.file);
|
|
705
|
-
if (value.sds !== void 0)
|
|
706
|
-
return visitor.sds(value.sds);
|
|
660
|
+
if (value.acm !== void 0) return visitor.acm(value.acm);
|
|
661
|
+
if (value.file !== void 0) return visitor.file(value.file);
|
|
662
|
+
if (value.sds !== void 0) return visitor.sds(value.sds);
|
|
707
663
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
708
664
|
}, "visit");
|
|
709
665
|
})(ListenerTlsCertificate || (ListenerTlsCertificate = {}));
|
|
@@ -715,10 +671,8 @@ var ListenerTlsMode = {
|
|
|
715
671
|
var ListenerTlsValidationContextTrust;
|
|
716
672
|
((ListenerTlsValidationContextTrust3) => {
|
|
717
673
|
ListenerTlsValidationContextTrust3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
718
|
-
if (value.file !== void 0)
|
|
719
|
-
|
|
720
|
-
if (value.sds !== void 0)
|
|
721
|
-
return visitor.sds(value.sds);
|
|
674
|
+
if (value.file !== void 0) return visitor.file(value.file);
|
|
675
|
+
if (value.sds !== void 0) return visitor.sds(value.sds);
|
|
722
676
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
723
677
|
}, "visit");
|
|
724
678
|
})(ListenerTlsValidationContextTrust || (ListenerTlsValidationContextTrust = {}));
|
|
@@ -729,10 +683,8 @@ var DnsResponseType = {
|
|
|
729
683
|
var ServiceDiscovery;
|
|
730
684
|
((ServiceDiscovery3) => {
|
|
731
685
|
ServiceDiscovery3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
732
|
-
if (value.dns !== void 0)
|
|
733
|
-
|
|
734
|
-
if (value.awsCloudMap !== void 0)
|
|
735
|
-
return visitor.awsCloudMap(value.awsCloudMap);
|
|
686
|
+
if (value.dns !== void 0) return visitor.dns(value.dns);
|
|
687
|
+
if (value.awsCloudMap !== void 0) return visitor.awsCloudMap(value.awsCloudMap);
|
|
736
688
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
737
689
|
}, "visit");
|
|
738
690
|
})(ServiceDiscovery || (ServiceDiscovery = {}));
|
|
@@ -749,16 +701,11 @@ var VirtualRouterStatusCode = {
|
|
|
749
701
|
var GrpcRouteMetadataMatchMethod;
|
|
750
702
|
((GrpcRouteMetadataMatchMethod3) => {
|
|
751
703
|
GrpcRouteMetadataMatchMethod3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
752
|
-
if (value.exact !== void 0)
|
|
753
|
-
|
|
754
|
-
if (value.
|
|
755
|
-
|
|
756
|
-
if (value.
|
|
757
|
-
return visitor.range(value.range);
|
|
758
|
-
if (value.prefix !== void 0)
|
|
759
|
-
return visitor.prefix(value.prefix);
|
|
760
|
-
if (value.suffix !== void 0)
|
|
761
|
-
return visitor.suffix(value.suffix);
|
|
704
|
+
if (value.exact !== void 0) return visitor.exact(value.exact);
|
|
705
|
+
if (value.regex !== void 0) return visitor.regex(value.regex);
|
|
706
|
+
if (value.range !== void 0) return visitor.range(value.range);
|
|
707
|
+
if (value.prefix !== void 0) return visitor.prefix(value.prefix);
|
|
708
|
+
if (value.suffix !== void 0) return visitor.suffix(value.suffix);
|
|
762
709
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
763
710
|
}, "visit");
|
|
764
711
|
})(GrpcRouteMetadataMatchMethod || (GrpcRouteMetadataMatchMethod = {}));
|
|
@@ -784,10 +731,8 @@ var RouteStatusCode = {
|
|
|
784
731
|
var VirtualServiceProvider;
|
|
785
732
|
((VirtualServiceProvider3) => {
|
|
786
733
|
VirtualServiceProvider3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
787
|
-
if (value.virtualNode !== void 0)
|
|
788
|
-
|
|
789
|
-
if (value.virtualRouter !== void 0)
|
|
790
|
-
return visitor.virtualRouter(value.virtualRouter);
|
|
734
|
+
if (value.virtualNode !== void 0) return visitor.virtualNode(value.virtualNode);
|
|
735
|
+
if (value.virtualRouter !== void 0) return visitor.virtualRouter(value.virtualRouter);
|
|
791
736
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
792
737
|
}, "visit");
|
|
793
738
|
})(VirtualServiceProvider || (VirtualServiceProvider = {}));
|
|
@@ -832,8 +777,8 @@ var se_CreateGatewayRouteCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
832
777
|
(0, import_smithy_client.take)(input, {
|
|
833
778
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
834
779
|
gatewayRouteName: [],
|
|
835
|
-
spec: (_) => (0, import_smithy_client._json)(_),
|
|
836
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
780
|
+
spec: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "spec"),
|
|
781
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
837
782
|
})
|
|
838
783
|
);
|
|
839
784
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -850,8 +795,8 @@ var se_CreateMeshCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
850
795
|
(0, import_smithy_client.take)(input, {
|
|
851
796
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
852
797
|
meshName: [],
|
|
853
|
-
spec: (_) => (0, import_smithy_client._json)(_),
|
|
854
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
798
|
+
spec: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "spec"),
|
|
799
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
855
800
|
})
|
|
856
801
|
);
|
|
857
802
|
b.m("PUT").h(headers).b(body);
|
|
@@ -873,8 +818,8 @@ var se_CreateRouteCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
873
818
|
(0, import_smithy_client.take)(input, {
|
|
874
819
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
875
820
|
routeName: [],
|
|
876
|
-
spec: (_) => (0, import_smithy_client._json)(_),
|
|
877
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
821
|
+
spec: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "spec"),
|
|
822
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
878
823
|
})
|
|
879
824
|
);
|
|
880
825
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -894,8 +839,8 @@ var se_CreateVirtualGatewayCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
894
839
|
body = JSON.stringify(
|
|
895
840
|
(0, import_smithy_client.take)(input, {
|
|
896
841
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
897
|
-
spec: (_) => (0, import_smithy_client._json)(_),
|
|
898
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
842
|
+
spec: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "spec"),
|
|
843
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
899
844
|
virtualGatewayName: []
|
|
900
845
|
})
|
|
901
846
|
);
|
|
@@ -916,8 +861,8 @@ var se_CreateVirtualNodeCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
916
861
|
body = JSON.stringify(
|
|
917
862
|
(0, import_smithy_client.take)(input, {
|
|
918
863
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
919
|
-
spec: (_) => (0, import_smithy_client._json)(_),
|
|
920
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
864
|
+
spec: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "spec"),
|
|
865
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
921
866
|
virtualNodeName: []
|
|
922
867
|
})
|
|
923
868
|
);
|
|
@@ -938,8 +883,8 @@ var se_CreateVirtualRouterCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
938
883
|
body = JSON.stringify(
|
|
939
884
|
(0, import_smithy_client.take)(input, {
|
|
940
885
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
941
|
-
spec: (_) => (0, import_smithy_client._json)(_),
|
|
942
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
886
|
+
spec: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "spec"),
|
|
887
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
943
888
|
virtualRouterName: []
|
|
944
889
|
})
|
|
945
890
|
);
|
|
@@ -960,8 +905,8 @@ var se_CreateVirtualServiceCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
960
905
|
body = JSON.stringify(
|
|
961
906
|
(0, import_smithy_client.take)(input, {
|
|
962
907
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
963
|
-
spec: (_) => (0, import_smithy_client._json)(_),
|
|
964
|
-
tags: (_) => (0, import_smithy_client._json)(_),
|
|
908
|
+
spec: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "spec"),
|
|
909
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
|
|
965
910
|
virtualServiceName: []
|
|
966
911
|
})
|
|
967
912
|
);
|
|
@@ -1272,7 +1217,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1272
1217
|
let body;
|
|
1273
1218
|
body = JSON.stringify(
|
|
1274
1219
|
(0, import_smithy_client.take)(input, {
|
|
1275
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
1220
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
1276
1221
|
})
|
|
1277
1222
|
);
|
|
1278
1223
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -1290,7 +1235,7 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1290
1235
|
let body;
|
|
1291
1236
|
body = JSON.stringify(
|
|
1292
1237
|
(0, import_smithy_client.take)(input, {
|
|
1293
|
-
tagKeys: (_) => (0, import_smithy_client._json)(_)
|
|
1238
|
+
tagKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tagKeys")
|
|
1294
1239
|
})
|
|
1295
1240
|
);
|
|
1296
1241
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -1312,7 +1257,7 @@ var se_UpdateGatewayRouteCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1312
1257
|
body = JSON.stringify(
|
|
1313
1258
|
(0, import_smithy_client.take)(input, {
|
|
1314
1259
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1315
|
-
spec: (_) => (0, import_smithy_client._json)(_)
|
|
1260
|
+
spec: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "spec")
|
|
1316
1261
|
})
|
|
1317
1262
|
);
|
|
1318
1263
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -1329,7 +1274,7 @@ var se_UpdateMeshCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1329
1274
|
body = JSON.stringify(
|
|
1330
1275
|
(0, import_smithy_client.take)(input, {
|
|
1331
1276
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1332
|
-
spec: (_) => (0, import_smithy_client._json)(_)
|
|
1277
|
+
spec: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "spec")
|
|
1333
1278
|
})
|
|
1334
1279
|
);
|
|
1335
1280
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1351,7 +1296,7 @@ var se_UpdateRouteCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1351
1296
|
body = JSON.stringify(
|
|
1352
1297
|
(0, import_smithy_client.take)(input, {
|
|
1353
1298
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1354
|
-
spec: (_) => (0, import_smithy_client._json)(_)
|
|
1299
|
+
spec: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "spec")
|
|
1355
1300
|
})
|
|
1356
1301
|
);
|
|
1357
1302
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -1372,7 +1317,7 @@ var se_UpdateVirtualGatewayCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1372
1317
|
body = JSON.stringify(
|
|
1373
1318
|
(0, import_smithy_client.take)(input, {
|
|
1374
1319
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1375
|
-
spec: (_) => (0, import_smithy_client._json)(_)
|
|
1320
|
+
spec: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "spec")
|
|
1376
1321
|
})
|
|
1377
1322
|
);
|
|
1378
1323
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -1393,7 +1338,7 @@ var se_UpdateVirtualNodeCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1393
1338
|
body = JSON.stringify(
|
|
1394
1339
|
(0, import_smithy_client.take)(input, {
|
|
1395
1340
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1396
|
-
spec: (_) => (0, import_smithy_client._json)(_)
|
|
1341
|
+
spec: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "spec")
|
|
1397
1342
|
})
|
|
1398
1343
|
);
|
|
1399
1344
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -1414,7 +1359,7 @@ var se_UpdateVirtualRouterCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1414
1359
|
body = JSON.stringify(
|
|
1415
1360
|
(0, import_smithy_client.take)(input, {
|
|
1416
1361
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1417
|
-
spec: (_) => (0, import_smithy_client._json)(_)
|
|
1362
|
+
spec: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "spec")
|
|
1418
1363
|
})
|
|
1419
1364
|
);
|
|
1420
1365
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -1435,7 +1380,7 @@ var se_UpdateVirtualServiceCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1435
1380
|
body = JSON.stringify(
|
|
1436
1381
|
(0, import_smithy_client.take)(input, {
|
|
1437
1382
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
1438
|
-
spec: (_) => (0, import_smithy_client._json)(_)
|
|
1383
|
+
spec: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "spec")
|
|
1439
1384
|
})
|
|
1440
1385
|
);
|
|
1441
1386
|
b.m("PUT").h(headers).q(query).b(body);
|
|
@@ -1681,7 +1626,7 @@ var de_ListGatewayRoutesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1681
1626
|
});
|
|
1682
1627
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1683
1628
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1684
|
-
gatewayRoutes: (_) => de_GatewayRouteList(_, context),
|
|
1629
|
+
gatewayRoutes: /* @__PURE__ */ __name((_) => de_GatewayRouteList(_, context), "gatewayRoutes"),
|
|
1685
1630
|
nextToken: import_smithy_client.expectString
|
|
1686
1631
|
});
|
|
1687
1632
|
Object.assign(contents, doc);
|
|
@@ -1696,7 +1641,7 @@ var de_ListMeshesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1696
1641
|
});
|
|
1697
1642
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1698
1643
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1699
|
-
meshes: (_) => de_MeshList(_, context),
|
|
1644
|
+
meshes: /* @__PURE__ */ __name((_) => de_MeshList(_, context), "meshes"),
|
|
1700
1645
|
nextToken: import_smithy_client.expectString
|
|
1701
1646
|
});
|
|
1702
1647
|
Object.assign(contents, doc);
|
|
@@ -1712,7 +1657,7 @@ var de_ListRoutesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1712
1657
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1713
1658
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1714
1659
|
nextToken: import_smithy_client.expectString,
|
|
1715
|
-
routes: (_) => de_RouteList(_, context)
|
|
1660
|
+
routes: /* @__PURE__ */ __name((_) => de_RouteList(_, context), "routes")
|
|
1716
1661
|
});
|
|
1717
1662
|
Object.assign(contents, doc);
|
|
1718
1663
|
return contents;
|
|
@@ -1742,7 +1687,7 @@ var de_ListVirtualGatewaysCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1742
1687
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1743
1688
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1744
1689
|
nextToken: import_smithy_client.expectString,
|
|
1745
|
-
virtualGateways: (_) => de_VirtualGatewayList(_, context)
|
|
1690
|
+
virtualGateways: /* @__PURE__ */ __name((_) => de_VirtualGatewayList(_, context), "virtualGateways")
|
|
1746
1691
|
});
|
|
1747
1692
|
Object.assign(contents, doc);
|
|
1748
1693
|
return contents;
|
|
@@ -1757,7 +1702,7 @@ var de_ListVirtualNodesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1757
1702
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1758
1703
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1759
1704
|
nextToken: import_smithy_client.expectString,
|
|
1760
|
-
virtualNodes: (_) => de_VirtualNodeList(_, context)
|
|
1705
|
+
virtualNodes: /* @__PURE__ */ __name((_) => de_VirtualNodeList(_, context), "virtualNodes")
|
|
1761
1706
|
});
|
|
1762
1707
|
Object.assign(contents, doc);
|
|
1763
1708
|
return contents;
|
|
@@ -1772,7 +1717,7 @@ var de_ListVirtualRoutersCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1772
1717
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1773
1718
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1774
1719
|
nextToken: import_smithy_client.expectString,
|
|
1775
|
-
virtualRouters: (_) => de_VirtualRouterList(_, context)
|
|
1720
|
+
virtualRouters: /* @__PURE__ */ __name((_) => de_VirtualRouterList(_, context), "virtualRouters")
|
|
1776
1721
|
});
|
|
1777
1722
|
Object.assign(contents, doc);
|
|
1778
1723
|
return contents;
|
|
@@ -1787,7 +1732,7 @@ var de_ListVirtualServicesCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1787
1732
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1788
1733
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1789
1734
|
nextToken: import_smithy_client.expectString,
|
|
1790
|
-
virtualServices: (_) => de_VirtualServiceList(_, context)
|
|
1735
|
+
virtualServices: /* @__PURE__ */ __name((_) => de_VirtualServiceList(_, context), "virtualServices")
|
|
1791
1736
|
});
|
|
1792
1737
|
Object.assign(contents, doc);
|
|
1793
1738
|
return contents;
|
|
@@ -2070,7 +2015,7 @@ var de_GatewayRouteData = /* @__PURE__ */ __name((output, context) => {
|
|
|
2070
2015
|
return (0, import_smithy_client.take)(output, {
|
|
2071
2016
|
gatewayRouteName: import_smithy_client.expectString,
|
|
2072
2017
|
meshName: import_smithy_client.expectString,
|
|
2073
|
-
metadata: (_) => de_ResourceMetadata(_, context),
|
|
2018
|
+
metadata: /* @__PURE__ */ __name((_) => de_ResourceMetadata(_, context), "metadata"),
|
|
2074
2019
|
spec: import_smithy_client._json,
|
|
2075
2020
|
status: import_smithy_client._json,
|
|
2076
2021
|
virtualGatewayName: import_smithy_client.expectString
|
|
@@ -2085,9 +2030,9 @@ var de_GatewayRouteList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2085
2030
|
var de_GatewayRouteRef = /* @__PURE__ */ __name((output, context) => {
|
|
2086
2031
|
return (0, import_smithy_client.take)(output, {
|
|
2087
2032
|
arn: import_smithy_client.expectString,
|
|
2088
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2033
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2089
2034
|
gatewayRouteName: import_smithy_client.expectString,
|
|
2090
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2035
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
2091
2036
|
meshName: import_smithy_client.expectString,
|
|
2092
2037
|
meshOwner: import_smithy_client.expectString,
|
|
2093
2038
|
resourceOwner: import_smithy_client.expectString,
|
|
@@ -2098,7 +2043,7 @@ var de_GatewayRouteRef = /* @__PURE__ */ __name((output, context) => {
|
|
|
2098
2043
|
var de_MeshData = /* @__PURE__ */ __name((output, context) => {
|
|
2099
2044
|
return (0, import_smithy_client.take)(output, {
|
|
2100
2045
|
meshName: import_smithy_client.expectString,
|
|
2101
|
-
metadata: (_) => de_ResourceMetadata(_, context),
|
|
2046
|
+
metadata: /* @__PURE__ */ __name((_) => de_ResourceMetadata(_, context), "metadata"),
|
|
2102
2047
|
spec: import_smithy_client._json,
|
|
2103
2048
|
status: import_smithy_client._json
|
|
2104
2049
|
});
|
|
@@ -2112,8 +2057,8 @@ var de_MeshList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2112
2057
|
var de_MeshRef = /* @__PURE__ */ __name((output, context) => {
|
|
2113
2058
|
return (0, import_smithy_client.take)(output, {
|
|
2114
2059
|
arn: import_smithy_client.expectString,
|
|
2115
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2116
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2060
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2061
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
2117
2062
|
meshName: import_smithy_client.expectString,
|
|
2118
2063
|
meshOwner: import_smithy_client.expectString,
|
|
2119
2064
|
resourceOwner: import_smithy_client.expectString,
|
|
@@ -2123,8 +2068,8 @@ var de_MeshRef = /* @__PURE__ */ __name((output, context) => {
|
|
|
2123
2068
|
var de_ResourceMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
2124
2069
|
return (0, import_smithy_client.take)(output, {
|
|
2125
2070
|
arn: import_smithy_client.expectString,
|
|
2126
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2127
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2071
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2072
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
2128
2073
|
meshOwner: import_smithy_client.expectString,
|
|
2129
2074
|
resourceOwner: import_smithy_client.expectString,
|
|
2130
2075
|
uid: import_smithy_client.expectString,
|
|
@@ -2134,7 +2079,7 @@ var de_ResourceMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
|
2134
2079
|
var de_RouteData = /* @__PURE__ */ __name((output, context) => {
|
|
2135
2080
|
return (0, import_smithy_client.take)(output, {
|
|
2136
2081
|
meshName: import_smithy_client.expectString,
|
|
2137
|
-
metadata: (_) => de_ResourceMetadata(_, context),
|
|
2082
|
+
metadata: /* @__PURE__ */ __name((_) => de_ResourceMetadata(_, context), "metadata"),
|
|
2138
2083
|
routeName: import_smithy_client.expectString,
|
|
2139
2084
|
spec: import_smithy_client._json,
|
|
2140
2085
|
status: import_smithy_client._json,
|
|
@@ -2150,8 +2095,8 @@ var de_RouteList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2150
2095
|
var de_RouteRef = /* @__PURE__ */ __name((output, context) => {
|
|
2151
2096
|
return (0, import_smithy_client.take)(output, {
|
|
2152
2097
|
arn: import_smithy_client.expectString,
|
|
2153
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2154
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2098
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2099
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
2155
2100
|
meshName: import_smithy_client.expectString,
|
|
2156
2101
|
meshOwner: import_smithy_client.expectString,
|
|
2157
2102
|
resourceOwner: import_smithy_client.expectString,
|
|
@@ -2163,7 +2108,7 @@ var de_RouteRef = /* @__PURE__ */ __name((output, context) => {
|
|
|
2163
2108
|
var de_VirtualGatewayData = /* @__PURE__ */ __name((output, context) => {
|
|
2164
2109
|
return (0, import_smithy_client.take)(output, {
|
|
2165
2110
|
meshName: import_smithy_client.expectString,
|
|
2166
|
-
metadata: (_) => de_ResourceMetadata(_, context),
|
|
2111
|
+
metadata: /* @__PURE__ */ __name((_) => de_ResourceMetadata(_, context), "metadata"),
|
|
2167
2112
|
spec: import_smithy_client._json,
|
|
2168
2113
|
status: import_smithy_client._json,
|
|
2169
2114
|
virtualGatewayName: import_smithy_client.expectString
|
|
@@ -2178,8 +2123,8 @@ var de_VirtualGatewayList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2178
2123
|
var de_VirtualGatewayRef = /* @__PURE__ */ __name((output, context) => {
|
|
2179
2124
|
return (0, import_smithy_client.take)(output, {
|
|
2180
2125
|
arn: import_smithy_client.expectString,
|
|
2181
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2182
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2126
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2127
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
2183
2128
|
meshName: import_smithy_client.expectString,
|
|
2184
2129
|
meshOwner: import_smithy_client.expectString,
|
|
2185
2130
|
resourceOwner: import_smithy_client.expectString,
|
|
@@ -2190,7 +2135,7 @@ var de_VirtualGatewayRef = /* @__PURE__ */ __name((output, context) => {
|
|
|
2190
2135
|
var de_VirtualNodeData = /* @__PURE__ */ __name((output, context) => {
|
|
2191
2136
|
return (0, import_smithy_client.take)(output, {
|
|
2192
2137
|
meshName: import_smithy_client.expectString,
|
|
2193
|
-
metadata: (_) => de_ResourceMetadata(_, context),
|
|
2138
|
+
metadata: /* @__PURE__ */ __name((_) => de_ResourceMetadata(_, context), "metadata"),
|
|
2194
2139
|
spec: import_smithy_client._json,
|
|
2195
2140
|
status: import_smithy_client._json,
|
|
2196
2141
|
virtualNodeName: import_smithy_client.expectString
|
|
@@ -2205,8 +2150,8 @@ var de_VirtualNodeList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2205
2150
|
var de_VirtualNodeRef = /* @__PURE__ */ __name((output, context) => {
|
|
2206
2151
|
return (0, import_smithy_client.take)(output, {
|
|
2207
2152
|
arn: import_smithy_client.expectString,
|
|
2208
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2209
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2153
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2154
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
2210
2155
|
meshName: import_smithy_client.expectString,
|
|
2211
2156
|
meshOwner: import_smithy_client.expectString,
|
|
2212
2157
|
resourceOwner: import_smithy_client.expectString,
|
|
@@ -2217,7 +2162,7 @@ var de_VirtualNodeRef = /* @__PURE__ */ __name((output, context) => {
|
|
|
2217
2162
|
var de_VirtualRouterData = /* @__PURE__ */ __name((output, context) => {
|
|
2218
2163
|
return (0, import_smithy_client.take)(output, {
|
|
2219
2164
|
meshName: import_smithy_client.expectString,
|
|
2220
|
-
metadata: (_) => de_ResourceMetadata(_, context),
|
|
2165
|
+
metadata: /* @__PURE__ */ __name((_) => de_ResourceMetadata(_, context), "metadata"),
|
|
2221
2166
|
spec: import_smithy_client._json,
|
|
2222
2167
|
status: import_smithy_client._json,
|
|
2223
2168
|
virtualRouterName: import_smithy_client.expectString
|
|
@@ -2232,8 +2177,8 @@ var de_VirtualRouterList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2232
2177
|
var de_VirtualRouterRef = /* @__PURE__ */ __name((output, context) => {
|
|
2233
2178
|
return (0, import_smithy_client.take)(output, {
|
|
2234
2179
|
arn: import_smithy_client.expectString,
|
|
2235
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2236
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2180
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2181
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
2237
2182
|
meshName: import_smithy_client.expectString,
|
|
2238
2183
|
meshOwner: import_smithy_client.expectString,
|
|
2239
2184
|
resourceOwner: import_smithy_client.expectString,
|
|
@@ -2244,7 +2189,7 @@ var de_VirtualRouterRef = /* @__PURE__ */ __name((output, context) => {
|
|
|
2244
2189
|
var de_VirtualServiceData = /* @__PURE__ */ __name((output, context) => {
|
|
2245
2190
|
return (0, import_smithy_client.take)(output, {
|
|
2246
2191
|
meshName: import_smithy_client.expectString,
|
|
2247
|
-
metadata: (_) => de_ResourceMetadata(_, context),
|
|
2192
|
+
metadata: /* @__PURE__ */ __name((_) => de_ResourceMetadata(_, context), "metadata"),
|
|
2248
2193
|
spec: import_smithy_client._json,
|
|
2249
2194
|
status: import_smithy_client._json,
|
|
2250
2195
|
virtualServiceName: import_smithy_client.expectString
|
|
@@ -2259,8 +2204,8 @@ var de_VirtualServiceList = /* @__PURE__ */ __name((output, context) => {
|
|
|
2259
2204
|
var de_VirtualServiceRef = /* @__PURE__ */ __name((output, context) => {
|
|
2260
2205
|
return (0, import_smithy_client.take)(output, {
|
|
2261
2206
|
arn: import_smithy_client.expectString,
|
|
2262
|
-
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2263
|
-
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2207
|
+
createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
|
|
2208
|
+
lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
|
|
2264
2209
|
meshName: import_smithy_client.expectString,
|
|
2265
2210
|
meshOwner: import_smithy_client.expectString,
|
|
2266
2211
|
resourceOwner: import_smithy_client.expectString,
|
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.772.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,38 +20,38 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/core": "3.758.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.758.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
|
-
"@smithy/core": "^3.1.
|
|
35
|
+
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|
|
37
37
|
"@smithy/hash-node": "^4.0.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.0.
|
|
41
|
-
"@smithy/middleware-retry": "^4.0.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.0.6",
|
|
41
|
+
"@smithy/middleware-retry": "^4.0.7",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.2",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.1",
|
|
45
|
-
"@smithy/node-http-handler": "^4.0.
|
|
45
|
+
"@smithy/node-http-handler": "^4.0.3",
|
|
46
46
|
"@smithy/protocol-http": "^5.0.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.1.
|
|
47
|
+
"@smithy/smithy-client": "^4.1.6",
|
|
48
48
|
"@smithy/types": "^4.1.0",
|
|
49
49
|
"@smithy/url-parser": "^4.0.1",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.7",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.7",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.1",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.1",
|
|
57
57
|
"@smithy/util-retry": "^4.0.1",
|