@aws-sdk/client-app-mesh 3.928.0 → 3.929.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.
Files changed (59) hide show
  1. package/dist-cjs/index.js +2611 -1742
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AppMeshClient.js +2 -0
  4. package/dist-es/commands/CreateGatewayRouteCommand.js +3 -9
  5. package/dist-es/commands/CreateMeshCommand.js +3 -9
  6. package/dist-es/commands/CreateRouteCommand.js +3 -9
  7. package/dist-es/commands/CreateVirtualGatewayCommand.js +3 -9
  8. package/dist-es/commands/CreateVirtualNodeCommand.js +3 -9
  9. package/dist-es/commands/CreateVirtualRouterCommand.js +3 -9
  10. package/dist-es/commands/CreateVirtualServiceCommand.js +3 -9
  11. package/dist-es/commands/DeleteGatewayRouteCommand.js +3 -9
  12. package/dist-es/commands/DeleteMeshCommand.js +3 -9
  13. package/dist-es/commands/DeleteRouteCommand.js +3 -9
  14. package/dist-es/commands/DeleteVirtualGatewayCommand.js +3 -9
  15. package/dist-es/commands/DeleteVirtualNodeCommand.js +3 -9
  16. package/dist-es/commands/DeleteVirtualRouterCommand.js +3 -9
  17. package/dist-es/commands/DeleteVirtualServiceCommand.js +3 -9
  18. package/dist-es/commands/DescribeGatewayRouteCommand.js +3 -9
  19. package/dist-es/commands/DescribeMeshCommand.js +3 -9
  20. package/dist-es/commands/DescribeRouteCommand.js +3 -9
  21. package/dist-es/commands/DescribeVirtualGatewayCommand.js +3 -9
  22. package/dist-es/commands/DescribeVirtualNodeCommand.js +3 -9
  23. package/dist-es/commands/DescribeVirtualRouterCommand.js +3 -9
  24. package/dist-es/commands/DescribeVirtualServiceCommand.js +3 -9
  25. package/dist-es/commands/ListGatewayRoutesCommand.js +3 -9
  26. package/dist-es/commands/ListMeshesCommand.js +3 -9
  27. package/dist-es/commands/ListRoutesCommand.js +3 -9
  28. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  29. package/dist-es/commands/ListVirtualGatewaysCommand.js +3 -9
  30. package/dist-es/commands/ListVirtualNodesCommand.js +3 -9
  31. package/dist-es/commands/ListVirtualRoutersCommand.js +3 -9
  32. package/dist-es/commands/ListVirtualServicesCommand.js +3 -9
  33. package/dist-es/commands/TagResourceCommand.js +3 -9
  34. package/dist-es/commands/UntagResourceCommand.js +3 -9
  35. package/dist-es/commands/UpdateGatewayRouteCommand.js +3 -9
  36. package/dist-es/commands/UpdateMeshCommand.js +3 -9
  37. package/dist-es/commands/UpdateRouteCommand.js +3 -9
  38. package/dist-es/commands/UpdateVirtualGatewayCommand.js +3 -9
  39. package/dist-es/commands/UpdateVirtualNodeCommand.js +3 -9
  40. package/dist-es/commands/UpdateVirtualRouterCommand.js +3 -9
  41. package/dist-es/commands/UpdateVirtualServiceCommand.js +3 -9
  42. package/dist-es/runtimeConfig.shared.js +2 -0
  43. package/dist-es/schemas/schemas_0.js +2515 -0
  44. package/dist-types/AppMeshClient.d.ts +10 -1
  45. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  46. package/dist-types/runtimeConfig.d.ts +1 -0
  47. package/dist-types/runtimeConfig.native.d.ts +1 -0
  48. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  49. package/dist-types/schemas/schemas_0.d.ts +296 -0
  50. package/dist-types/ts3.4/AppMeshClient.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  55. package/dist-types/ts3.4/schemas/schemas_0.d.ts +301 -0
  56. package/package.json +2 -3
  57. package/dist-es/protocols/Aws_restJson1.js +0 -1451
  58. package/dist-types/protocols/Aws_restJson1.d.ts +0 -344
  59. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -461
package/dist-cjs/index.js CHANGED
@@ -6,6 +6,7 @@ var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detect
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
7
  var configResolver = require('@smithy/config-resolver');
8
8
  var core = require('@smithy/core');
9
+ var schema = require('@smithy/core/schema');
9
10
  var middlewareContentLength = require('@smithy/middleware-content-length');
10
11
  var middlewareEndpoint = require('@smithy/middleware-endpoint');
11
12
  var middlewareRetry = require('@smithy/middleware-retry');
@@ -14,9 +15,6 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
14
15
  var runtimeConfig = require('./runtimeConfig');
15
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
16
17
  var protocolHttp = require('@smithy/protocol-http');
17
- var middlewareSerde = require('@smithy/middleware-serde');
18
- var core$1 = require('@aws-sdk/core');
19
- var uuid = require('@smithy/uuid');
20
18
 
21
19
  const resolveClientEndpointParameters = (options) => {
22
20
  return Object.assign(options, {
@@ -92,6 +90,7 @@ class AppMeshClient extends smithyClient.Client {
92
90
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
93
91
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
94
92
  this.config = _config_8;
93
+ this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
95
94
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
96
95
  this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
97
96
  this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
@@ -111,12 +110,12 @@ class AppMeshClient extends smithyClient.Client {
111
110
  }
112
111
  }
113
112
 
114
- class AppMeshServiceException extends smithyClient.ServiceException {
113
+ let AppMeshServiceException$1 = class AppMeshServiceException extends smithyClient.ServiceException {
115
114
  constructor(options) {
116
115
  super(options);
117
116
  Object.setPrototypeOf(this, AppMeshServiceException.prototype);
118
117
  }
119
- }
118
+ };
120
119
 
121
120
  exports.LoggingFormat = void 0;
122
121
  (function (LoggingFormat) {
@@ -136,7 +135,7 @@ exports.AccessLog = void 0;
136
135
  return visitor._(value.$unknown[0], value.$unknown[1]);
137
136
  };
138
137
  })(exports.AccessLog || (exports.AccessLog = {}));
139
- class BadRequestException extends AppMeshServiceException {
138
+ let BadRequestException$1 = class BadRequestException extends AppMeshServiceException$1 {
140
139
  name = "BadRequestException";
141
140
  $fault = "client";
142
141
  constructor(opts) {
@@ -147,8 +146,8 @@ class BadRequestException extends AppMeshServiceException {
147
146
  });
148
147
  Object.setPrototypeOf(this, BadRequestException.prototype);
149
148
  }
150
- }
151
- class ForbiddenException extends AppMeshServiceException {
149
+ };
150
+ let ForbiddenException$1 = class ForbiddenException extends AppMeshServiceException$1 {
152
151
  name = "ForbiddenException";
153
152
  $fault = "client";
154
153
  constructor(opts) {
@@ -159,8 +158,8 @@ class ForbiddenException extends AppMeshServiceException {
159
158
  });
160
159
  Object.setPrototypeOf(this, ForbiddenException.prototype);
161
160
  }
162
- }
163
- class InternalServerErrorException extends AppMeshServiceException {
161
+ };
162
+ let InternalServerErrorException$1 = class InternalServerErrorException extends AppMeshServiceException$1 {
164
163
  name = "InternalServerErrorException";
165
164
  $fault = "server";
166
165
  $retryable = {};
@@ -172,8 +171,8 @@ class InternalServerErrorException extends AppMeshServiceException {
172
171
  });
173
172
  Object.setPrototypeOf(this, InternalServerErrorException.prototype);
174
173
  }
175
- }
176
- class NotFoundException extends AppMeshServiceException {
174
+ };
175
+ let NotFoundException$1 = class NotFoundException extends AppMeshServiceException$1 {
177
176
  name = "NotFoundException";
178
177
  $fault = "client";
179
178
  constructor(opts) {
@@ -184,8 +183,8 @@ class NotFoundException extends AppMeshServiceException {
184
183
  });
185
184
  Object.setPrototypeOf(this, NotFoundException.prototype);
186
185
  }
187
- }
188
- class ServiceUnavailableException extends AppMeshServiceException {
186
+ };
187
+ let ServiceUnavailableException$1 = class ServiceUnavailableException extends AppMeshServiceException$1 {
189
188
  name = "ServiceUnavailableException";
190
189
  $fault = "server";
191
190
  $retryable = {};
@@ -197,8 +196,8 @@ class ServiceUnavailableException extends AppMeshServiceException {
197
196
  });
198
197
  Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
199
198
  }
200
- }
201
- class TooManyRequestsException extends AppMeshServiceException {
199
+ };
200
+ let TooManyRequestsException$1 = class TooManyRequestsException extends AppMeshServiceException$1 {
202
201
  name = "TooManyRequestsException";
203
202
  $fault = "client";
204
203
  $retryable = {
@@ -212,8 +211,8 @@ class TooManyRequestsException extends AppMeshServiceException {
212
211
  });
213
212
  Object.setPrototypeOf(this, TooManyRequestsException.prototype);
214
213
  }
215
- }
216
- class ConflictException extends AppMeshServiceException {
214
+ };
215
+ let ConflictException$1 = class ConflictException extends AppMeshServiceException$1 {
217
216
  name = "ConflictException";
218
217
  $fault = "client";
219
218
  constructor(opts) {
@@ -224,7 +223,7 @@ class ConflictException extends AppMeshServiceException {
224
223
  });
225
224
  Object.setPrototypeOf(this, ConflictException.prototype);
226
225
  }
227
- }
226
+ };
228
227
  const EgressFilterType = {
229
228
  ALLOW_ALL: "ALLOW_ALL",
230
229
  DROP_ALL: "DROP_ALL",
@@ -240,7 +239,7 @@ const MeshStatusCode = {
240
239
  DELETED: "DELETED",
241
240
  INACTIVE: "INACTIVE",
242
241
  };
243
- class LimitExceededException extends AppMeshServiceException {
242
+ let LimitExceededException$1 = class LimitExceededException extends AppMeshServiceException$1 {
244
243
  name = "LimitExceededException";
245
244
  $fault = "client";
246
245
  constructor(opts) {
@@ -251,8 +250,8 @@ class LimitExceededException extends AppMeshServiceException {
251
250
  });
252
251
  Object.setPrototypeOf(this, LimitExceededException.prototype);
253
252
  }
254
- }
255
- class ResourceInUseException extends AppMeshServiceException {
253
+ };
254
+ let ResourceInUseException$1 = class ResourceInUseException extends AppMeshServiceException$1 {
256
255
  name = "ResourceInUseException";
257
256
  $fault = "client";
258
257
  constructor(opts) {
@@ -263,7 +262,7 @@ class ResourceInUseException extends AppMeshServiceException {
263
262
  });
264
263
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
265
264
  }
266
- }
265
+ };
267
266
  exports.VirtualGatewayClientTlsCertificate = void 0;
268
267
  (function (VirtualGatewayClientTlsCertificate) {
269
268
  VirtualGatewayClientTlsCertificate.visit = (value, visitor) => {
@@ -564,7 +563,7 @@ const VirtualServiceStatusCode = {
564
563
  DELETED: "DELETED",
565
564
  INACTIVE: "INACTIVE",
566
565
  };
567
- class TooManyTagsException extends AppMeshServiceException {
566
+ let TooManyTagsException$1 = class TooManyTagsException extends AppMeshServiceException$1 {
568
567
  name = "TooManyTagsException";
569
568
  $fault = "client";
570
569
  constructor(opts) {
@@ -575,1467 +574,2522 @@ class TooManyTagsException extends AppMeshServiceException {
575
574
  });
576
575
  Object.setPrototypeOf(this, TooManyTagsException.prototype);
577
576
  }
578
- }
579
-
580
- const se_CreateGatewayRouteCommand = async (input, context) => {
581
- const b = core.requestBuilder(input, context);
582
- const headers = {
583
- "content-type": "application/json",
584
- };
585
- b.bp("/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes");
586
- b.p("meshName", () => input.meshName, "{meshName}", false);
587
- b.p("virtualGatewayName", () => input.virtualGatewayName, "{virtualGatewayName}", false);
588
- const query = smithyClient.map({
589
- [_mO]: [, input[_mO]],
590
- });
591
- let body;
592
- body = JSON.stringify(smithyClient.take(input, {
593
- clientToken: [true, (_) => _ ?? uuid.v4()],
594
- gatewayRouteName: [],
595
- spec: (_) => smithyClient._json(_),
596
- tags: (_) => smithyClient._json(_),
597
- }));
598
- b.m("PUT").h(headers).q(query).b(body);
599
- return b.build();
600
- };
601
- const se_CreateMeshCommand = async (input, context) => {
602
- const b = core.requestBuilder(input, context);
603
- const headers = {
604
- "content-type": "application/json",
605
- };
606
- b.bp("/v20190125/meshes");
607
- let body;
608
- body = JSON.stringify(smithyClient.take(input, {
609
- clientToken: [true, (_) => _ ?? uuid.v4()],
610
- meshName: [],
611
- spec: (_) => smithyClient._json(_),
612
- tags: (_) => smithyClient._json(_),
613
- }));
614
- b.m("PUT").h(headers).b(body);
615
- return b.build();
616
- };
617
- const se_CreateRouteCommand = async (input, context) => {
618
- const b = core.requestBuilder(input, context);
619
- const headers = {
620
- "content-type": "application/json",
621
- };
622
- b.bp("/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes");
623
- b.p("meshName", () => input.meshName, "{meshName}", false);
624
- b.p("virtualRouterName", () => input.virtualRouterName, "{virtualRouterName}", false);
625
- const query = smithyClient.map({
626
- [_mO]: [, input[_mO]],
627
- });
628
- let body;
629
- body = JSON.stringify(smithyClient.take(input, {
630
- clientToken: [true, (_) => _ ?? uuid.v4()],
631
- routeName: [],
632
- spec: (_) => smithyClient._json(_),
633
- tags: (_) => smithyClient._json(_),
634
- }));
635
- b.m("PUT").h(headers).q(query).b(body);
636
- return b.build();
637
- };
638
- const se_CreateVirtualGatewayCommand = async (input, context) => {
639
- const b = core.requestBuilder(input, context);
640
- const headers = {
641
- "content-type": "application/json",
642
- };
643
- b.bp("/v20190125/meshes/{meshName}/virtualGateways");
644
- b.p("meshName", () => input.meshName, "{meshName}", false);
645
- const query = smithyClient.map({
646
- [_mO]: [, input[_mO]],
647
- });
648
- let body;
649
- body = JSON.stringify(smithyClient.take(input, {
650
- clientToken: [true, (_) => _ ?? uuid.v4()],
651
- spec: (_) => smithyClient._json(_),
652
- tags: (_) => smithyClient._json(_),
653
- virtualGatewayName: [],
654
- }));
655
- b.m("PUT").h(headers).q(query).b(body);
656
- return b.build();
657
- };
658
- const se_CreateVirtualNodeCommand = async (input, context) => {
659
- const b = core.requestBuilder(input, context);
660
- const headers = {
661
- "content-type": "application/json",
662
- };
663
- b.bp("/v20190125/meshes/{meshName}/virtualNodes");
664
- b.p("meshName", () => input.meshName, "{meshName}", false);
665
- const query = smithyClient.map({
666
- [_mO]: [, input[_mO]],
667
- });
668
- let body;
669
- body = JSON.stringify(smithyClient.take(input, {
670
- clientToken: [true, (_) => _ ?? uuid.v4()],
671
- spec: (_) => smithyClient._json(_),
672
- tags: (_) => smithyClient._json(_),
673
- virtualNodeName: [],
674
- }));
675
- b.m("PUT").h(headers).q(query).b(body);
676
- return b.build();
677
- };
678
- const se_CreateVirtualRouterCommand = async (input, context) => {
679
- const b = core.requestBuilder(input, context);
680
- const headers = {
681
- "content-type": "application/json",
682
- };
683
- b.bp("/v20190125/meshes/{meshName}/virtualRouters");
684
- b.p("meshName", () => input.meshName, "{meshName}", false);
685
- const query = smithyClient.map({
686
- [_mO]: [, input[_mO]],
687
- });
688
- let body;
689
- body = JSON.stringify(smithyClient.take(input, {
690
- clientToken: [true, (_) => _ ?? uuid.v4()],
691
- spec: (_) => smithyClient._json(_),
692
- tags: (_) => smithyClient._json(_),
693
- virtualRouterName: [],
694
- }));
695
- b.m("PUT").h(headers).q(query).b(body);
696
- return b.build();
697
- };
698
- const se_CreateVirtualServiceCommand = async (input, context) => {
699
- const b = core.requestBuilder(input, context);
700
- const headers = {
701
- "content-type": "application/json",
702
- };
703
- b.bp("/v20190125/meshes/{meshName}/virtualServices");
704
- b.p("meshName", () => input.meshName, "{meshName}", false);
705
- const query = smithyClient.map({
706
- [_mO]: [, input[_mO]],
707
- });
708
- let body;
709
- body = JSON.stringify(smithyClient.take(input, {
710
- clientToken: [true, (_) => _ ?? uuid.v4()],
711
- spec: (_) => smithyClient._json(_),
712
- tags: (_) => smithyClient._json(_),
713
- virtualServiceName: [],
714
- }));
715
- b.m("PUT").h(headers).q(query).b(body);
716
- return b.build();
717
- };
718
- const se_DeleteGatewayRouteCommand = async (input, context) => {
719
- const b = core.requestBuilder(input, context);
720
- const headers = {};
721
- b.bp("/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}");
722
- b.p("gatewayRouteName", () => input.gatewayRouteName, "{gatewayRouteName}", false);
723
- b.p("meshName", () => input.meshName, "{meshName}", false);
724
- b.p("virtualGatewayName", () => input.virtualGatewayName, "{virtualGatewayName}", false);
725
- const query = smithyClient.map({
726
- [_mO]: [, input[_mO]],
727
- });
728
- let body;
729
- b.m("DELETE").h(headers).q(query).b(body);
730
- return b.build();
731
- };
732
- const se_DeleteMeshCommand = async (input, context) => {
733
- const b = core.requestBuilder(input, context);
734
- const headers = {};
735
- b.bp("/v20190125/meshes/{meshName}");
736
- b.p("meshName", () => input.meshName, "{meshName}", false);
737
- let body;
738
- b.m("DELETE").h(headers).b(body);
739
- return b.build();
740
- };
741
- const se_DeleteRouteCommand = async (input, context) => {
742
- const b = core.requestBuilder(input, context);
743
- const headers = {};
744
- b.bp("/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}");
745
- b.p("routeName", () => input.routeName, "{routeName}", false);
746
- b.p("meshName", () => input.meshName, "{meshName}", false);
747
- b.p("virtualRouterName", () => input.virtualRouterName, "{virtualRouterName}", false);
748
- const query = smithyClient.map({
749
- [_mO]: [, input[_mO]],
750
- });
751
- let body;
752
- b.m("DELETE").h(headers).q(query).b(body);
753
- return b.build();
754
- };
755
- const se_DeleteVirtualGatewayCommand = async (input, context) => {
756
- const b = core.requestBuilder(input, context);
757
- const headers = {};
758
- b.bp("/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}");
759
- b.p("virtualGatewayName", () => input.virtualGatewayName, "{virtualGatewayName}", false);
760
- b.p("meshName", () => input.meshName, "{meshName}", false);
761
- const query = smithyClient.map({
762
- [_mO]: [, input[_mO]],
763
- });
764
- let body;
765
- b.m("DELETE").h(headers).q(query).b(body);
766
- return b.build();
767
- };
768
- const se_DeleteVirtualNodeCommand = async (input, context) => {
769
- const b = core.requestBuilder(input, context);
770
- const headers = {};
771
- b.bp("/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}");
772
- b.p("virtualNodeName", () => input.virtualNodeName, "{virtualNodeName}", false);
773
- b.p("meshName", () => input.meshName, "{meshName}", false);
774
- const query = smithyClient.map({
775
- [_mO]: [, input[_mO]],
776
- });
777
- let body;
778
- b.m("DELETE").h(headers).q(query).b(body);
779
- return b.build();
780
- };
781
- const se_DeleteVirtualRouterCommand = async (input, context) => {
782
- const b = core.requestBuilder(input, context);
783
- const headers = {};
784
- b.bp("/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}");
785
- b.p("virtualRouterName", () => input.virtualRouterName, "{virtualRouterName}", false);
786
- b.p("meshName", () => input.meshName, "{meshName}", false);
787
- const query = smithyClient.map({
788
- [_mO]: [, input[_mO]],
789
- });
790
- let body;
791
- b.m("DELETE").h(headers).q(query).b(body);
792
- return b.build();
793
- };
794
- const se_DeleteVirtualServiceCommand = async (input, context) => {
795
- const b = core.requestBuilder(input, context);
796
- const headers = {};
797
- b.bp("/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}");
798
- b.p("virtualServiceName", () => input.virtualServiceName, "{virtualServiceName}", false);
799
- b.p("meshName", () => input.meshName, "{meshName}", false);
800
- const query = smithyClient.map({
801
- [_mO]: [, input[_mO]],
802
- });
803
- let body;
804
- b.m("DELETE").h(headers).q(query).b(body);
805
- return b.build();
806
- };
807
- const se_DescribeGatewayRouteCommand = async (input, context) => {
808
- const b = core.requestBuilder(input, context);
809
- const headers = {};
810
- b.bp("/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}");
811
- b.p("gatewayRouteName", () => input.gatewayRouteName, "{gatewayRouteName}", false);
812
- b.p("meshName", () => input.meshName, "{meshName}", false);
813
- b.p("virtualGatewayName", () => input.virtualGatewayName, "{virtualGatewayName}", false);
814
- const query = smithyClient.map({
815
- [_mO]: [, input[_mO]],
816
- });
817
- let body;
818
- b.m("GET").h(headers).q(query).b(body);
819
- return b.build();
820
- };
821
- const se_DescribeMeshCommand = async (input, context) => {
822
- const b = core.requestBuilder(input, context);
823
- const headers = {};
824
- b.bp("/v20190125/meshes/{meshName}");
825
- b.p("meshName", () => input.meshName, "{meshName}", false);
826
- const query = smithyClient.map({
827
- [_mO]: [, input[_mO]],
828
- });
829
- let body;
830
- b.m("GET").h(headers).q(query).b(body);
831
- return b.build();
832
- };
833
- const se_DescribeRouteCommand = async (input, context) => {
834
- const b = core.requestBuilder(input, context);
835
- const headers = {};
836
- b.bp("/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}");
837
- b.p("routeName", () => input.routeName, "{routeName}", false);
838
- b.p("meshName", () => input.meshName, "{meshName}", false);
839
- b.p("virtualRouterName", () => input.virtualRouterName, "{virtualRouterName}", false);
840
- const query = smithyClient.map({
841
- [_mO]: [, input[_mO]],
842
- });
843
- let body;
844
- b.m("GET").h(headers).q(query).b(body);
845
- return b.build();
846
- };
847
- const se_DescribeVirtualGatewayCommand = async (input, context) => {
848
- const b = core.requestBuilder(input, context);
849
- const headers = {};
850
- b.bp("/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}");
851
- b.p("virtualGatewayName", () => input.virtualGatewayName, "{virtualGatewayName}", false);
852
- b.p("meshName", () => input.meshName, "{meshName}", false);
853
- const query = smithyClient.map({
854
- [_mO]: [, input[_mO]],
855
- });
856
- let body;
857
- b.m("GET").h(headers).q(query).b(body);
858
- return b.build();
859
- };
860
- const se_DescribeVirtualNodeCommand = async (input, context) => {
861
- const b = core.requestBuilder(input, context);
862
- const headers = {};
863
- b.bp("/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}");
864
- b.p("virtualNodeName", () => input.virtualNodeName, "{virtualNodeName}", false);
865
- b.p("meshName", () => input.meshName, "{meshName}", false);
866
- const query = smithyClient.map({
867
- [_mO]: [, input[_mO]],
868
- });
869
- let body;
870
- b.m("GET").h(headers).q(query).b(body);
871
- return b.build();
872
- };
873
- const se_DescribeVirtualRouterCommand = async (input, context) => {
874
- const b = core.requestBuilder(input, context);
875
- const headers = {};
876
- b.bp("/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}");
877
- b.p("virtualRouterName", () => input.virtualRouterName, "{virtualRouterName}", false);
878
- b.p("meshName", () => input.meshName, "{meshName}", false);
879
- const query = smithyClient.map({
880
- [_mO]: [, input[_mO]],
881
- });
882
- let body;
883
- b.m("GET").h(headers).q(query).b(body);
884
- return b.build();
885
- };
886
- const se_DescribeVirtualServiceCommand = async (input, context) => {
887
- const b = core.requestBuilder(input, context);
888
- const headers = {};
889
- b.bp("/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}");
890
- b.p("virtualServiceName", () => input.virtualServiceName, "{virtualServiceName}", false);
891
- b.p("meshName", () => input.meshName, "{meshName}", false);
892
- const query = smithyClient.map({
893
- [_mO]: [, input[_mO]],
894
- });
895
- let body;
896
- b.m("GET").h(headers).q(query).b(body);
897
- return b.build();
898
- };
899
- const se_ListGatewayRoutesCommand = async (input, context) => {
900
- const b = core.requestBuilder(input, context);
901
- const headers = {};
902
- b.bp("/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes");
903
- b.p("meshName", () => input.meshName, "{meshName}", false);
904
- b.p("virtualGatewayName", () => input.virtualGatewayName, "{virtualGatewayName}", false);
905
- const query = smithyClient.map({
906
- [_nT]: [, input[_nT]],
907
- [_l]: [() => input.limit !== void 0, () => input[_l].toString()],
908
- [_mO]: [, input[_mO]],
909
- });
910
- let body;
911
- b.m("GET").h(headers).q(query).b(body);
912
- return b.build();
913
- };
914
- const se_ListMeshesCommand = async (input, context) => {
915
- const b = core.requestBuilder(input, context);
916
- const headers = {};
917
- b.bp("/v20190125/meshes");
918
- const query = smithyClient.map({
919
- [_nT]: [, input[_nT]],
920
- [_l]: [() => input.limit !== void 0, () => input[_l].toString()],
921
- });
922
- let body;
923
- b.m("GET").h(headers).q(query).b(body);
924
- return b.build();
925
- };
926
- const se_ListRoutesCommand = async (input, context) => {
927
- const b = core.requestBuilder(input, context);
928
- const headers = {};
929
- b.bp("/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes");
930
- b.p("meshName", () => input.meshName, "{meshName}", false);
931
- b.p("virtualRouterName", () => input.virtualRouterName, "{virtualRouterName}", false);
932
- const query = smithyClient.map({
933
- [_nT]: [, input[_nT]],
934
- [_l]: [() => input.limit !== void 0, () => input[_l].toString()],
935
- [_mO]: [, input[_mO]],
936
- });
937
- let body;
938
- b.m("GET").h(headers).q(query).b(body);
939
- return b.build();
940
- };
941
- const se_ListTagsForResourceCommand = async (input, context) => {
942
- const b = core.requestBuilder(input, context);
943
- const headers = {};
944
- b.bp("/v20190125/tags");
945
- const query = smithyClient.map({
946
- [_rA]: [, smithyClient.expectNonNull(input[_rA], `resourceArn`)],
947
- [_nT]: [, input[_nT]],
948
- [_l]: [() => input.limit !== void 0, () => input[_l].toString()],
949
- });
950
- let body;
951
- b.m("GET").h(headers).q(query).b(body);
952
- return b.build();
953
- };
954
- const se_ListVirtualGatewaysCommand = async (input, context) => {
955
- const b = core.requestBuilder(input, context);
956
- const headers = {};
957
- b.bp("/v20190125/meshes/{meshName}/virtualGateways");
958
- b.p("meshName", () => input.meshName, "{meshName}", false);
959
- const query = smithyClient.map({
960
- [_nT]: [, input[_nT]],
961
- [_l]: [() => input.limit !== void 0, () => input[_l].toString()],
962
- [_mO]: [, input[_mO]],
963
- });
964
- let body;
965
- b.m("GET").h(headers).q(query).b(body);
966
- return b.build();
967
- };
968
- const se_ListVirtualNodesCommand = async (input, context) => {
969
- const b = core.requestBuilder(input, context);
970
- const headers = {};
971
- b.bp("/v20190125/meshes/{meshName}/virtualNodes");
972
- b.p("meshName", () => input.meshName, "{meshName}", false);
973
- const query = smithyClient.map({
974
- [_nT]: [, input[_nT]],
975
- [_l]: [() => input.limit !== void 0, () => input[_l].toString()],
976
- [_mO]: [, input[_mO]],
977
- });
978
- let body;
979
- b.m("GET").h(headers).q(query).b(body);
980
- return b.build();
981
- };
982
- const se_ListVirtualRoutersCommand = async (input, context) => {
983
- const b = core.requestBuilder(input, context);
984
- const headers = {};
985
- b.bp("/v20190125/meshes/{meshName}/virtualRouters");
986
- b.p("meshName", () => input.meshName, "{meshName}", false);
987
- const query = smithyClient.map({
988
- [_nT]: [, input[_nT]],
989
- [_l]: [() => input.limit !== void 0, () => input[_l].toString()],
990
- [_mO]: [, input[_mO]],
991
- });
992
- let body;
993
- b.m("GET").h(headers).q(query).b(body);
994
- return b.build();
995
- };
996
- const se_ListVirtualServicesCommand = async (input, context) => {
997
- const b = core.requestBuilder(input, context);
998
- const headers = {};
999
- b.bp("/v20190125/meshes/{meshName}/virtualServices");
1000
- b.p("meshName", () => input.meshName, "{meshName}", false);
1001
- const query = smithyClient.map({
1002
- [_nT]: [, input[_nT]],
1003
- [_l]: [() => input.limit !== void 0, () => input[_l].toString()],
1004
- [_mO]: [, input[_mO]],
1005
- });
1006
- let body;
1007
- b.m("GET").h(headers).q(query).b(body);
1008
- return b.build();
1009
- };
1010
- const se_TagResourceCommand = async (input, context) => {
1011
- const b = core.requestBuilder(input, context);
1012
- const headers = {
1013
- "content-type": "application/json",
1014
- };
1015
- b.bp("/v20190125/tag");
1016
- const query = smithyClient.map({
1017
- [_rA]: [, smithyClient.expectNonNull(input[_rA], `resourceArn`)],
1018
- });
1019
- let body;
1020
- body = JSON.stringify(smithyClient.take(input, {
1021
- tags: (_) => smithyClient._json(_),
1022
- }));
1023
- b.m("PUT").h(headers).q(query).b(body);
1024
- return b.build();
1025
- };
1026
- const se_UntagResourceCommand = async (input, context) => {
1027
- const b = core.requestBuilder(input, context);
1028
- const headers = {
1029
- "content-type": "application/json",
1030
- };
1031
- b.bp("/v20190125/untag");
1032
- const query = smithyClient.map({
1033
- [_rA]: [, smithyClient.expectNonNull(input[_rA], `resourceArn`)],
1034
- });
1035
- let body;
1036
- body = JSON.stringify(smithyClient.take(input, {
1037
- tagKeys: (_) => smithyClient._json(_),
1038
- }));
1039
- b.m("PUT").h(headers).q(query).b(body);
1040
- return b.build();
1041
- };
1042
- const se_UpdateGatewayRouteCommand = async (input, context) => {
1043
- const b = core.requestBuilder(input, context);
1044
- const headers = {
1045
- "content-type": "application/json",
1046
- };
1047
- b.bp("/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}");
1048
- b.p("gatewayRouteName", () => input.gatewayRouteName, "{gatewayRouteName}", false);
1049
- b.p("meshName", () => input.meshName, "{meshName}", false);
1050
- b.p("virtualGatewayName", () => input.virtualGatewayName, "{virtualGatewayName}", false);
1051
- const query = smithyClient.map({
1052
- [_mO]: [, input[_mO]],
1053
- });
1054
- let body;
1055
- body = JSON.stringify(smithyClient.take(input, {
1056
- clientToken: [true, (_) => _ ?? uuid.v4()],
1057
- spec: (_) => smithyClient._json(_),
1058
- }));
1059
- b.m("PUT").h(headers).q(query).b(body);
1060
- return b.build();
1061
- };
1062
- const se_UpdateMeshCommand = async (input, context) => {
1063
- const b = core.requestBuilder(input, context);
1064
- const headers = {
1065
- "content-type": "application/json",
1066
- };
1067
- b.bp("/v20190125/meshes/{meshName}");
1068
- b.p("meshName", () => input.meshName, "{meshName}", false);
1069
- let body;
1070
- body = JSON.stringify(smithyClient.take(input, {
1071
- clientToken: [true, (_) => _ ?? uuid.v4()],
1072
- spec: (_) => smithyClient._json(_),
1073
- }));
1074
- b.m("PUT").h(headers).b(body);
1075
- return b.build();
1076
- };
1077
- const se_UpdateRouteCommand = async (input, context) => {
1078
- const b = core.requestBuilder(input, context);
1079
- const headers = {
1080
- "content-type": "application/json",
1081
- };
1082
- b.bp("/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}");
1083
- b.p("routeName", () => input.routeName, "{routeName}", false);
1084
- b.p("meshName", () => input.meshName, "{meshName}", false);
1085
- b.p("virtualRouterName", () => input.virtualRouterName, "{virtualRouterName}", false);
1086
- const query = smithyClient.map({
1087
- [_mO]: [, input[_mO]],
1088
- });
1089
- let body;
1090
- body = JSON.stringify(smithyClient.take(input, {
1091
- clientToken: [true, (_) => _ ?? uuid.v4()],
1092
- spec: (_) => smithyClient._json(_),
1093
- }));
1094
- b.m("PUT").h(headers).q(query).b(body);
1095
- return b.build();
1096
- };
1097
- const se_UpdateVirtualGatewayCommand = async (input, context) => {
1098
- const b = core.requestBuilder(input, context);
1099
- const headers = {
1100
- "content-type": "application/json",
1101
- };
1102
- b.bp("/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}");
1103
- b.p("virtualGatewayName", () => input.virtualGatewayName, "{virtualGatewayName}", false);
1104
- b.p("meshName", () => input.meshName, "{meshName}", false);
1105
- const query = smithyClient.map({
1106
- [_mO]: [, input[_mO]],
1107
- });
1108
- let body;
1109
- body = JSON.stringify(smithyClient.take(input, {
1110
- clientToken: [true, (_) => _ ?? uuid.v4()],
1111
- spec: (_) => smithyClient._json(_),
1112
- }));
1113
- b.m("PUT").h(headers).q(query).b(body);
1114
- return b.build();
1115
- };
1116
- const se_UpdateVirtualNodeCommand = async (input, context) => {
1117
- const b = core.requestBuilder(input, context);
1118
- const headers = {
1119
- "content-type": "application/json",
1120
- };
1121
- b.bp("/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}");
1122
- b.p("virtualNodeName", () => input.virtualNodeName, "{virtualNodeName}", false);
1123
- b.p("meshName", () => input.meshName, "{meshName}", false);
1124
- const query = smithyClient.map({
1125
- [_mO]: [, input[_mO]],
1126
- });
1127
- let body;
1128
- body = JSON.stringify(smithyClient.take(input, {
1129
- clientToken: [true, (_) => _ ?? uuid.v4()],
1130
- spec: (_) => smithyClient._json(_),
1131
- }));
1132
- b.m("PUT").h(headers).q(query).b(body);
1133
- return b.build();
1134
- };
1135
- const se_UpdateVirtualRouterCommand = async (input, context) => {
1136
- const b = core.requestBuilder(input, context);
1137
- const headers = {
1138
- "content-type": "application/json",
1139
- };
1140
- b.bp("/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}");
1141
- b.p("virtualRouterName", () => input.virtualRouterName, "{virtualRouterName}", false);
1142
- b.p("meshName", () => input.meshName, "{meshName}", false);
1143
- const query = smithyClient.map({
1144
- [_mO]: [, input[_mO]],
1145
- });
1146
- let body;
1147
- body = JSON.stringify(smithyClient.take(input, {
1148
- clientToken: [true, (_) => _ ?? uuid.v4()],
1149
- spec: (_) => smithyClient._json(_),
1150
- }));
1151
- b.m("PUT").h(headers).q(query).b(body);
1152
- return b.build();
1153
- };
1154
- const se_UpdateVirtualServiceCommand = async (input, context) => {
1155
- const b = core.requestBuilder(input, context);
1156
- const headers = {
1157
- "content-type": "application/json",
1158
- };
1159
- b.bp("/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}");
1160
- b.p("virtualServiceName", () => input.virtualServiceName, "{virtualServiceName}", false);
1161
- b.p("meshName", () => input.meshName, "{meshName}", false);
1162
- const query = smithyClient.map({
1163
- [_mO]: [, input[_mO]],
1164
- });
1165
- let body;
1166
- body = JSON.stringify(smithyClient.take(input, {
1167
- clientToken: [true, (_) => _ ?? uuid.v4()],
1168
- spec: (_) => smithyClient._json(_),
1169
- }));
1170
- b.m("PUT").h(headers).q(query).b(body);
1171
- return b.build();
1172
- };
1173
- const de_CreateGatewayRouteCommand = async (output, context) => {
1174
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1175
- return de_CommandError(output, context);
1176
- }
1177
- const contents = smithyClient.map({
1178
- $metadata: deserializeMetadata(output),
1179
- });
1180
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1181
- contents.gatewayRoute = de_GatewayRouteData(data);
1182
- return contents;
1183
- };
1184
- const de_CreateMeshCommand = async (output, context) => {
1185
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1186
- return de_CommandError(output, context);
1187
- }
1188
- const contents = smithyClient.map({
1189
- $metadata: deserializeMetadata(output),
1190
- });
1191
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1192
- contents.mesh = de_MeshData(data);
1193
- return contents;
1194
- };
1195
- const de_CreateRouteCommand = async (output, context) => {
1196
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1197
- return de_CommandError(output, context);
1198
- }
1199
- const contents = smithyClient.map({
1200
- $metadata: deserializeMetadata(output),
1201
- });
1202
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1203
- contents.route = de_RouteData(data);
1204
- return contents;
1205
- };
1206
- const de_CreateVirtualGatewayCommand = async (output, context) => {
1207
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1208
- return de_CommandError(output, context);
1209
- }
1210
- const contents = smithyClient.map({
1211
- $metadata: deserializeMetadata(output),
1212
- });
1213
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1214
- contents.virtualGateway = de_VirtualGatewayData(data);
1215
- return contents;
1216
- };
1217
- const de_CreateVirtualNodeCommand = async (output, context) => {
1218
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1219
- return de_CommandError(output, context);
1220
- }
1221
- const contents = smithyClient.map({
1222
- $metadata: deserializeMetadata(output),
1223
- });
1224
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1225
- contents.virtualNode = de_VirtualNodeData(data);
1226
- return contents;
1227
- };
1228
- const de_CreateVirtualRouterCommand = async (output, context) => {
1229
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1230
- return de_CommandError(output, context);
1231
- }
1232
- const contents = smithyClient.map({
1233
- $metadata: deserializeMetadata(output),
1234
- });
1235
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1236
- contents.virtualRouter = de_VirtualRouterData(data);
1237
- return contents;
1238
- };
1239
- const de_CreateVirtualServiceCommand = async (output, context) => {
1240
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1241
- return de_CommandError(output, context);
1242
- }
1243
- const contents = smithyClient.map({
1244
- $metadata: deserializeMetadata(output),
1245
- });
1246
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1247
- contents.virtualService = de_VirtualServiceData(data);
1248
- return contents;
1249
- };
1250
- const de_DeleteGatewayRouteCommand = async (output, context) => {
1251
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1252
- return de_CommandError(output, context);
1253
- }
1254
- const contents = smithyClient.map({
1255
- $metadata: deserializeMetadata(output),
1256
- });
1257
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1258
- contents.gatewayRoute = de_GatewayRouteData(data);
1259
- return contents;
1260
- };
1261
- const de_DeleteMeshCommand = async (output, context) => {
1262
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1263
- return de_CommandError(output, context);
1264
- }
1265
- const contents = smithyClient.map({
1266
- $metadata: deserializeMetadata(output),
1267
- });
1268
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1269
- contents.mesh = de_MeshData(data);
1270
- return contents;
1271
577
  };
1272
- const de_DeleteRouteCommand = async (output, context) => {
1273
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1274
- return de_CommandError(output, context);
1275
- }
1276
- const contents = smithyClient.map({
1277
- $metadata: deserializeMetadata(output),
1278
- });
1279
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1280
- contents.route = de_RouteData(data);
1281
- return contents;
1282
- };
1283
- const de_DeleteVirtualGatewayCommand = async (output, context) => {
1284
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1285
- return de_CommandError(output, context);
1286
- }
1287
- const contents = smithyClient.map({
1288
- $metadata: deserializeMetadata(output),
1289
- });
1290
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1291
- contents.virtualGateway = de_VirtualGatewayData(data);
1292
- return contents;
1293
- };
1294
- const de_DeleteVirtualNodeCommand = async (output, context) => {
1295
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1296
- return de_CommandError(output, context);
1297
- }
1298
- const contents = smithyClient.map({
1299
- $metadata: deserializeMetadata(output),
1300
- });
1301
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1302
- contents.virtualNode = de_VirtualNodeData(data);
1303
- return contents;
1304
- };
1305
- const de_DeleteVirtualRouterCommand = async (output, context) => {
1306
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1307
- return de_CommandError(output, context);
1308
- }
1309
- const contents = smithyClient.map({
1310
- $metadata: deserializeMetadata(output),
1311
- });
1312
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1313
- contents.virtualRouter = de_VirtualRouterData(data);
1314
- return contents;
1315
- };
1316
- const de_DeleteVirtualServiceCommand = async (output, context) => {
1317
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1318
- return de_CommandError(output, context);
1319
- }
1320
- const contents = smithyClient.map({
1321
- $metadata: deserializeMetadata(output),
1322
- });
1323
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1324
- contents.virtualService = de_VirtualServiceData(data);
1325
- return contents;
1326
- };
1327
- const de_DescribeGatewayRouteCommand = async (output, context) => {
1328
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1329
- return de_CommandError(output, context);
1330
- }
1331
- const contents = smithyClient.map({
1332
- $metadata: deserializeMetadata(output),
1333
- });
1334
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1335
- contents.gatewayRoute = de_GatewayRouteData(data);
1336
- return contents;
1337
- };
1338
- const de_DescribeMeshCommand = async (output, context) => {
1339
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1340
- return de_CommandError(output, context);
1341
- }
1342
- const contents = smithyClient.map({
1343
- $metadata: deserializeMetadata(output),
1344
- });
1345
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1346
- contents.mesh = de_MeshData(data);
1347
- return contents;
1348
- };
1349
- const de_DescribeRouteCommand = async (output, context) => {
1350
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1351
- return de_CommandError(output, context);
1352
- }
1353
- const contents = smithyClient.map({
1354
- $metadata: deserializeMetadata(output),
1355
- });
1356
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1357
- contents.route = de_RouteData(data);
1358
- return contents;
1359
- };
1360
- const de_DescribeVirtualGatewayCommand = async (output, context) => {
1361
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1362
- return de_CommandError(output, context);
1363
- }
1364
- const contents = smithyClient.map({
1365
- $metadata: deserializeMetadata(output),
1366
- });
1367
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1368
- contents.virtualGateway = de_VirtualGatewayData(data);
1369
- return contents;
1370
- };
1371
- const de_DescribeVirtualNodeCommand = async (output, context) => {
1372
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1373
- return de_CommandError(output, context);
1374
- }
1375
- const contents = smithyClient.map({
1376
- $metadata: deserializeMetadata(output),
1377
- });
1378
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1379
- contents.virtualNode = de_VirtualNodeData(data);
1380
- return contents;
1381
- };
1382
- const de_DescribeVirtualRouterCommand = async (output, context) => {
1383
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1384
- return de_CommandError(output, context);
1385
- }
1386
- const contents = smithyClient.map({
1387
- $metadata: deserializeMetadata(output),
1388
- });
1389
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1390
- contents.virtualRouter = de_VirtualRouterData(data);
1391
- return contents;
1392
- };
1393
- const de_DescribeVirtualServiceCommand = async (output, context) => {
1394
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1395
- return de_CommandError(output, context);
1396
- }
1397
- const contents = smithyClient.map({
1398
- $metadata: deserializeMetadata(output),
1399
- });
1400
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1401
- contents.virtualService = de_VirtualServiceData(data);
1402
- return contents;
1403
- };
1404
- const de_ListGatewayRoutesCommand = async (output, context) => {
1405
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1406
- return de_CommandError(output, context);
1407
- }
1408
- const contents = smithyClient.map({
1409
- $metadata: deserializeMetadata(output),
1410
- });
1411
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1412
- const doc = smithyClient.take(data, {
1413
- gatewayRoutes: (_) => de_GatewayRouteList(_),
1414
- nextToken: smithyClient.expectString,
1415
- });
1416
- Object.assign(contents, doc);
1417
- return contents;
1418
- };
1419
- const de_ListMeshesCommand = async (output, context) => {
1420
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1421
- return de_CommandError(output, context);
1422
- }
1423
- const contents = smithyClient.map({
1424
- $metadata: deserializeMetadata(output),
1425
- });
1426
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1427
- const doc = smithyClient.take(data, {
1428
- meshes: (_) => de_MeshList(_),
1429
- nextToken: smithyClient.expectString,
1430
- });
1431
- Object.assign(contents, doc);
1432
- return contents;
1433
- };
1434
- const de_ListRoutesCommand = async (output, context) => {
1435
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1436
- return de_CommandError(output, context);
1437
- }
1438
- const contents = smithyClient.map({
1439
- $metadata: deserializeMetadata(output),
1440
- });
1441
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1442
- const doc = smithyClient.take(data, {
1443
- nextToken: smithyClient.expectString,
1444
- routes: (_) => de_RouteList(_),
1445
- });
1446
- Object.assign(contents, doc);
1447
- return contents;
1448
- };
1449
- const de_ListTagsForResourceCommand = async (output, context) => {
1450
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1451
- return de_CommandError(output, context);
1452
- }
1453
- const contents = smithyClient.map({
1454
- $metadata: deserializeMetadata(output),
1455
- });
1456
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1457
- const doc = smithyClient.take(data, {
1458
- nextToken: smithyClient.expectString,
1459
- tags: smithyClient._json,
1460
- });
1461
- Object.assign(contents, doc);
1462
- return contents;
1463
- };
1464
- const de_ListVirtualGatewaysCommand = async (output, context) => {
1465
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1466
- return de_CommandError(output, context);
1467
- }
1468
- const contents = smithyClient.map({
1469
- $metadata: deserializeMetadata(output),
1470
- });
1471
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1472
- const doc = smithyClient.take(data, {
1473
- nextToken: smithyClient.expectString,
1474
- virtualGateways: (_) => de_VirtualGatewayList(_),
1475
- });
1476
- Object.assign(contents, doc);
1477
- return contents;
1478
- };
1479
- const de_ListVirtualNodesCommand = async (output, context) => {
1480
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1481
- return de_CommandError(output, context);
1482
- }
1483
- const contents = smithyClient.map({
1484
- $metadata: deserializeMetadata(output),
1485
- });
1486
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1487
- const doc = smithyClient.take(data, {
1488
- nextToken: smithyClient.expectString,
1489
- virtualNodes: (_) => de_VirtualNodeList(_),
1490
- });
1491
- Object.assign(contents, doc);
1492
- return contents;
1493
- };
1494
- const de_ListVirtualRoutersCommand = async (output, context) => {
1495
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1496
- return de_CommandError(output, context);
1497
- }
1498
- const contents = smithyClient.map({
1499
- $metadata: deserializeMetadata(output),
1500
- });
1501
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1502
- const doc = smithyClient.take(data, {
1503
- nextToken: smithyClient.expectString,
1504
- virtualRouters: (_) => de_VirtualRouterList(_),
1505
- });
1506
- Object.assign(contents, doc);
1507
- return contents;
1508
- };
1509
- const de_ListVirtualServicesCommand = async (output, context) => {
1510
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1511
- return de_CommandError(output, context);
1512
- }
1513
- const contents = smithyClient.map({
1514
- $metadata: deserializeMetadata(output),
1515
- });
1516
- const data = smithyClient.expectNonNull(smithyClient.expectObject(await core$1.parseJsonBody(output.body, context)), "body");
1517
- const doc = smithyClient.take(data, {
1518
- nextToken: smithyClient.expectString,
1519
- virtualServices: (_) => de_VirtualServiceList(_),
1520
- });
1521
- Object.assign(contents, doc);
1522
- return contents;
1523
- };
1524
- const de_TagResourceCommand = async (output, context) => {
1525
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1526
- return de_CommandError(output, context);
1527
- }
1528
- const contents = smithyClient.map({
1529
- $metadata: deserializeMetadata(output),
1530
- });
1531
- await smithyClient.collectBody(output.body, context);
1532
- return contents;
1533
- };
1534
- const de_UntagResourceCommand = async (output, context) => {
1535
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1536
- return de_CommandError(output, context);
1537
- }
1538
- const contents = smithyClient.map({
1539
- $metadata: deserializeMetadata(output),
1540
- });
1541
- await smithyClient.collectBody(output.body, context);
1542
- return contents;
1543
- };
1544
- const de_UpdateGatewayRouteCommand = async (output, context) => {
1545
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1546
- return de_CommandError(output, context);
1547
- }
1548
- const contents = smithyClient.map({
1549
- $metadata: deserializeMetadata(output),
1550
- });
1551
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1552
- contents.gatewayRoute = de_GatewayRouteData(data);
1553
- return contents;
1554
- };
1555
- const de_UpdateMeshCommand = async (output, context) => {
1556
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1557
- return de_CommandError(output, context);
1558
- }
1559
- const contents = smithyClient.map({
1560
- $metadata: deserializeMetadata(output),
1561
- });
1562
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1563
- contents.mesh = de_MeshData(data);
1564
- return contents;
1565
- };
1566
- const de_UpdateRouteCommand = async (output, context) => {
1567
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1568
- return de_CommandError(output, context);
1569
- }
1570
- const contents = smithyClient.map({
1571
- $metadata: deserializeMetadata(output),
1572
- });
1573
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1574
- contents.route = de_RouteData(data);
1575
- return contents;
1576
- };
1577
- const de_UpdateVirtualGatewayCommand = async (output, context) => {
1578
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1579
- return de_CommandError(output, context);
1580
- }
1581
- const contents = smithyClient.map({
1582
- $metadata: deserializeMetadata(output),
1583
- });
1584
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1585
- contents.virtualGateway = de_VirtualGatewayData(data);
1586
- return contents;
1587
- };
1588
- const de_UpdateVirtualNodeCommand = async (output, context) => {
1589
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1590
- return de_CommandError(output, context);
1591
- }
1592
- const contents = smithyClient.map({
1593
- $metadata: deserializeMetadata(output),
1594
- });
1595
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1596
- contents.virtualNode = de_VirtualNodeData(data);
1597
- return contents;
1598
- };
1599
- const de_UpdateVirtualRouterCommand = async (output, context) => {
1600
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1601
- return de_CommandError(output, context);
1602
- }
1603
- const contents = smithyClient.map({
1604
- $metadata: deserializeMetadata(output),
1605
- });
1606
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1607
- contents.virtualRouter = de_VirtualRouterData(data);
1608
- return contents;
1609
- };
1610
- const de_UpdateVirtualServiceCommand = async (output, context) => {
1611
- if (output.statusCode !== 200 && output.statusCode >= 300) {
1612
- return de_CommandError(output, context);
1613
- }
1614
- const contents = smithyClient.map({
1615
- $metadata: deserializeMetadata(output),
1616
- });
1617
- const data = smithyClient.expectObject(await core$1.parseJsonBody(output.body, context));
1618
- contents.virtualService = de_VirtualServiceData(data);
1619
- return contents;
1620
- };
1621
- const de_CommandError = async (output, context) => {
1622
- const parsedOutput = {
1623
- ...output,
1624
- body: await core$1.parseJsonErrorBody(output.body, context),
1625
- };
1626
- const errorCode = core$1.loadRestJsonErrorCode(output, parsedOutput.body);
1627
- switch (errorCode) {
1628
- case "BadRequestException":
1629
- case "com.amazonaws.appmesh#BadRequestException":
1630
- throw await de_BadRequestExceptionRes(parsedOutput);
1631
- case "ConflictException":
1632
- case "com.amazonaws.appmesh#ConflictException":
1633
- throw await de_ConflictExceptionRes(parsedOutput);
1634
- case "ForbiddenException":
1635
- case "com.amazonaws.appmesh#ForbiddenException":
1636
- throw await de_ForbiddenExceptionRes(parsedOutput);
1637
- case "InternalServerErrorException":
1638
- case "com.amazonaws.appmesh#InternalServerErrorException":
1639
- throw await de_InternalServerErrorExceptionRes(parsedOutput);
1640
- case "LimitExceededException":
1641
- case "com.amazonaws.appmesh#LimitExceededException":
1642
- throw await de_LimitExceededExceptionRes(parsedOutput);
1643
- case "NotFoundException":
1644
- case "com.amazonaws.appmesh#NotFoundException":
1645
- throw await de_NotFoundExceptionRes(parsedOutput);
1646
- case "ServiceUnavailableException":
1647
- case "com.amazonaws.appmesh#ServiceUnavailableException":
1648
- throw await de_ServiceUnavailableExceptionRes(parsedOutput);
1649
- case "TooManyRequestsException":
1650
- case "com.amazonaws.appmesh#TooManyRequestsException":
1651
- throw await de_TooManyRequestsExceptionRes(parsedOutput);
1652
- case "ResourceInUseException":
1653
- case "com.amazonaws.appmesh#ResourceInUseException":
1654
- throw await de_ResourceInUseExceptionRes(parsedOutput);
1655
- case "TooManyTagsException":
1656
- case "com.amazonaws.appmesh#TooManyTagsException":
1657
- throw await de_TooManyTagsExceptionRes(parsedOutput);
1658
- default:
1659
- const parsedBody = parsedOutput.body;
1660
- return throwDefaultError({
1661
- output,
1662
- parsedBody,
1663
- errorCode,
1664
- });
1665
- }
1666
- };
1667
- const throwDefaultError = smithyClient.withBaseException(AppMeshServiceException);
1668
- const de_BadRequestExceptionRes = async (parsedOutput, context) => {
1669
- const contents = smithyClient.map({});
1670
- const data = parsedOutput.body;
1671
- const doc = smithyClient.take(data, {
1672
- message: smithyClient.expectString,
1673
- });
1674
- Object.assign(contents, doc);
1675
- const exception = new BadRequestException({
1676
- $metadata: deserializeMetadata(parsedOutput),
1677
- ...contents,
1678
- });
1679
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1680
- };
1681
- const de_ConflictExceptionRes = async (parsedOutput, context) => {
1682
- const contents = smithyClient.map({});
1683
- const data = parsedOutput.body;
1684
- const doc = smithyClient.take(data, {
1685
- message: smithyClient.expectString,
1686
- });
1687
- Object.assign(contents, doc);
1688
- const exception = new ConflictException({
1689
- $metadata: deserializeMetadata(parsedOutput),
1690
- ...contents,
1691
- });
1692
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1693
- };
1694
- const de_ForbiddenExceptionRes = async (parsedOutput, context) => {
1695
- const contents = smithyClient.map({});
1696
- const data = parsedOutput.body;
1697
- const doc = smithyClient.take(data, {
1698
- message: smithyClient.expectString,
1699
- });
1700
- Object.assign(contents, doc);
1701
- const exception = new ForbiddenException({
1702
- $metadata: deserializeMetadata(parsedOutput),
1703
- ...contents,
1704
- });
1705
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1706
- };
1707
- const de_InternalServerErrorExceptionRes = async (parsedOutput, context) => {
1708
- const contents = smithyClient.map({});
1709
- const data = parsedOutput.body;
1710
- const doc = smithyClient.take(data, {
1711
- message: smithyClient.expectString,
1712
- });
1713
- Object.assign(contents, doc);
1714
- const exception = new InternalServerErrorException({
1715
- $metadata: deserializeMetadata(parsedOutput),
1716
- ...contents,
1717
- });
1718
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1719
- };
1720
- const de_LimitExceededExceptionRes = async (parsedOutput, context) => {
1721
- const contents = smithyClient.map({});
1722
- const data = parsedOutput.body;
1723
- const doc = smithyClient.take(data, {
1724
- message: smithyClient.expectString,
1725
- });
1726
- Object.assign(contents, doc);
1727
- const exception = new LimitExceededException({
1728
- $metadata: deserializeMetadata(parsedOutput),
1729
- ...contents,
1730
- });
1731
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1732
- };
1733
- const de_NotFoundExceptionRes = async (parsedOutput, context) => {
1734
- const contents = smithyClient.map({});
1735
- const data = parsedOutput.body;
1736
- const doc = smithyClient.take(data, {
1737
- message: smithyClient.expectString,
1738
- });
1739
- Object.assign(contents, doc);
1740
- const exception = new NotFoundException({
1741
- $metadata: deserializeMetadata(parsedOutput),
1742
- ...contents,
1743
- });
1744
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1745
- };
1746
- const de_ResourceInUseExceptionRes = async (parsedOutput, context) => {
1747
- const contents = smithyClient.map({});
1748
- const data = parsedOutput.body;
1749
- const doc = smithyClient.take(data, {
1750
- message: smithyClient.expectString,
1751
- });
1752
- Object.assign(contents, doc);
1753
- const exception = new ResourceInUseException({
1754
- $metadata: deserializeMetadata(parsedOutput),
1755
- ...contents,
1756
- });
1757
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1758
- };
1759
- const de_ServiceUnavailableExceptionRes = async (parsedOutput, context) => {
1760
- const contents = smithyClient.map({});
1761
- const data = parsedOutput.body;
1762
- const doc = smithyClient.take(data, {
1763
- message: smithyClient.expectString,
1764
- });
1765
- Object.assign(contents, doc);
1766
- const exception = new ServiceUnavailableException({
1767
- $metadata: deserializeMetadata(parsedOutput),
1768
- ...contents,
1769
- });
1770
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1771
- };
1772
- const de_TooManyRequestsExceptionRes = async (parsedOutput, context) => {
1773
- const contents = smithyClient.map({});
1774
- const data = parsedOutput.body;
1775
- const doc = smithyClient.take(data, {
1776
- message: smithyClient.expectString,
1777
- });
1778
- Object.assign(contents, doc);
1779
- const exception = new TooManyRequestsException({
1780
- $metadata: deserializeMetadata(parsedOutput),
1781
- ...contents,
1782
- });
1783
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1784
- };
1785
- const de_TooManyTagsExceptionRes = async (parsedOutput, context) => {
1786
- const contents = smithyClient.map({});
1787
- const data = parsedOutput.body;
1788
- const doc = smithyClient.take(data, {
1789
- message: smithyClient.expectString,
1790
- });
1791
- Object.assign(contents, doc);
1792
- const exception = new TooManyTagsException({
1793
- $metadata: deserializeMetadata(parsedOutput),
1794
- ...contents,
1795
- });
1796
- return smithyClient.decorateServiceException(exception, parsedOutput.body);
1797
- };
1798
- const de_GatewayRouteData = (output, context) => {
1799
- return smithyClient.take(output, {
1800
- gatewayRouteName: smithyClient.expectString,
1801
- meshName: smithyClient.expectString,
1802
- metadata: (_) => de_ResourceMetadata(_),
1803
- spec: smithyClient._json,
1804
- status: smithyClient._json,
1805
- virtualGatewayName: smithyClient.expectString,
1806
- });
1807
- };
1808
- const de_GatewayRouteList = (output, context) => {
1809
- const retVal = (output || [])
1810
- .filter((e) => e != null)
1811
- .map((entry) => {
1812
- return de_GatewayRouteRef(entry);
1813
- });
1814
- return retVal;
1815
- };
1816
- const de_GatewayRouteRef = (output, context) => {
1817
- return smithyClient.take(output, {
1818
- arn: smithyClient.expectString,
1819
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1820
- gatewayRouteName: smithyClient.expectString,
1821
- lastUpdatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1822
- meshName: smithyClient.expectString,
1823
- meshOwner: smithyClient.expectString,
1824
- resourceOwner: smithyClient.expectString,
1825
- version: smithyClient.expectLong,
1826
- virtualGatewayName: smithyClient.expectString,
1827
- });
1828
- };
1829
- const de_MeshData = (output, context) => {
1830
- return smithyClient.take(output, {
1831
- meshName: smithyClient.expectString,
1832
- metadata: (_) => de_ResourceMetadata(_),
1833
- spec: smithyClient._json,
1834
- status: smithyClient._json,
1835
- });
1836
- };
1837
- const de_MeshList = (output, context) => {
1838
- const retVal = (output || [])
1839
- .filter((e) => e != null)
1840
- .map((entry) => {
1841
- return de_MeshRef(entry);
1842
- });
1843
- return retVal;
1844
- };
1845
- const de_MeshRef = (output, context) => {
1846
- return smithyClient.take(output, {
1847
- arn: smithyClient.expectString,
1848
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1849
- lastUpdatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1850
- meshName: smithyClient.expectString,
1851
- meshOwner: smithyClient.expectString,
1852
- resourceOwner: smithyClient.expectString,
1853
- version: smithyClient.expectLong,
1854
- });
1855
- };
1856
- const de_ResourceMetadata = (output, context) => {
1857
- return smithyClient.take(output, {
1858
- arn: smithyClient.expectString,
1859
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1860
- lastUpdatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1861
- meshOwner: smithyClient.expectString,
1862
- resourceOwner: smithyClient.expectString,
1863
- uid: smithyClient.expectString,
1864
- version: smithyClient.expectLong,
1865
- });
1866
- };
1867
- const de_RouteData = (output, context) => {
1868
- return smithyClient.take(output, {
1869
- meshName: smithyClient.expectString,
1870
- metadata: (_) => de_ResourceMetadata(_),
1871
- routeName: smithyClient.expectString,
1872
- spec: smithyClient._json,
1873
- status: smithyClient._json,
1874
- virtualRouterName: smithyClient.expectString,
1875
- });
1876
- };
1877
- const de_RouteList = (output, context) => {
1878
- const retVal = (output || [])
1879
- .filter((e) => e != null)
1880
- .map((entry) => {
1881
- return de_RouteRef(entry);
1882
- });
1883
- return retVal;
1884
- };
1885
- const de_RouteRef = (output, context) => {
1886
- return smithyClient.take(output, {
1887
- arn: smithyClient.expectString,
1888
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1889
- lastUpdatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1890
- meshName: smithyClient.expectString,
1891
- meshOwner: smithyClient.expectString,
1892
- resourceOwner: smithyClient.expectString,
1893
- routeName: smithyClient.expectString,
1894
- version: smithyClient.expectLong,
1895
- virtualRouterName: smithyClient.expectString,
1896
- });
1897
- };
1898
- const de_VirtualGatewayData = (output, context) => {
1899
- return smithyClient.take(output, {
1900
- meshName: smithyClient.expectString,
1901
- metadata: (_) => de_ResourceMetadata(_),
1902
- spec: smithyClient._json,
1903
- status: smithyClient._json,
1904
- virtualGatewayName: smithyClient.expectString,
1905
- });
1906
- };
1907
- const de_VirtualGatewayList = (output, context) => {
1908
- const retVal = (output || [])
1909
- .filter((e) => e != null)
1910
- .map((entry) => {
1911
- return de_VirtualGatewayRef(entry);
1912
- });
1913
- return retVal;
1914
- };
1915
- const de_VirtualGatewayRef = (output, context) => {
1916
- return smithyClient.take(output, {
1917
- arn: smithyClient.expectString,
1918
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1919
- lastUpdatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1920
- meshName: smithyClient.expectString,
1921
- meshOwner: smithyClient.expectString,
1922
- resourceOwner: smithyClient.expectString,
1923
- version: smithyClient.expectLong,
1924
- virtualGatewayName: smithyClient.expectString,
1925
- });
1926
- };
1927
- const de_VirtualNodeData = (output, context) => {
1928
- return smithyClient.take(output, {
1929
- meshName: smithyClient.expectString,
1930
- metadata: (_) => de_ResourceMetadata(_),
1931
- spec: smithyClient._json,
1932
- status: smithyClient._json,
1933
- virtualNodeName: smithyClient.expectString,
1934
- });
1935
- };
1936
- const de_VirtualNodeList = (output, context) => {
1937
- const retVal = (output || [])
1938
- .filter((e) => e != null)
1939
- .map((entry) => {
1940
- return de_VirtualNodeRef(entry);
1941
- });
1942
- return retVal;
1943
- };
1944
- const de_VirtualNodeRef = (output, context) => {
1945
- return smithyClient.take(output, {
1946
- arn: smithyClient.expectString,
1947
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1948
- lastUpdatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1949
- meshName: smithyClient.expectString,
1950
- meshOwner: smithyClient.expectString,
1951
- resourceOwner: smithyClient.expectString,
1952
- version: smithyClient.expectLong,
1953
- virtualNodeName: smithyClient.expectString,
1954
- });
1955
- };
1956
- const de_VirtualRouterData = (output, context) => {
1957
- return smithyClient.take(output, {
1958
- meshName: smithyClient.expectString,
1959
- metadata: (_) => de_ResourceMetadata(_),
1960
- spec: smithyClient._json,
1961
- status: smithyClient._json,
1962
- virtualRouterName: smithyClient.expectString,
1963
- });
1964
- };
1965
- const de_VirtualRouterList = (output, context) => {
1966
- const retVal = (output || [])
1967
- .filter((e) => e != null)
1968
- .map((entry) => {
1969
- return de_VirtualRouterRef(entry);
1970
- });
1971
- return retVal;
1972
- };
1973
- const de_VirtualRouterRef = (output, context) => {
1974
- return smithyClient.take(output, {
1975
- arn: smithyClient.expectString,
1976
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1977
- lastUpdatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
1978
- meshName: smithyClient.expectString,
1979
- meshOwner: smithyClient.expectString,
1980
- resourceOwner: smithyClient.expectString,
1981
- version: smithyClient.expectLong,
1982
- virtualRouterName: smithyClient.expectString,
1983
- });
1984
- };
1985
- const de_VirtualServiceData = (output, context) => {
1986
- return smithyClient.take(output, {
1987
- meshName: smithyClient.expectString,
1988
- metadata: (_) => de_ResourceMetadata(_),
1989
- spec: smithyClient._json,
1990
- status: smithyClient._json,
1991
- virtualServiceName: smithyClient.expectString,
1992
- });
1993
- };
1994
- const de_VirtualServiceList = (output, context) => {
1995
- const retVal = (output || [])
1996
- .filter((e) => e != null)
1997
- .map((entry) => {
1998
- return de_VirtualServiceRef(entry);
1999
- });
2000
- return retVal;
2001
- };
2002
- const de_VirtualServiceRef = (output, context) => {
2003
- return smithyClient.take(output, {
2004
- arn: smithyClient.expectString,
2005
- createdAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2006
- lastUpdatedAt: (_) => smithyClient.expectNonNull(smithyClient.parseEpochTimestamp(smithyClient.expectNumber(_))),
2007
- meshName: smithyClient.expectString,
2008
- meshOwner: smithyClient.expectString,
2009
- resourceOwner: smithyClient.expectString,
2010
- version: smithyClient.expectLong,
2011
- virtualServiceName: smithyClient.expectString,
2012
- });
2013
- };
2014
- const deserializeMetadata = (output) => ({
2015
- httpStatusCode: output.statusCode,
2016
- requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
2017
- extendedRequestId: output.headers["x-amz-id-2"],
2018
- cfId: output.headers["x-amz-cf-id"],
2019
- });
578
+
579
+ const _ACMIA = "AwsCloudMapInstanceAttribute";
580
+ const _ACMIAw = "AwsCloudMapInstanceAttributes";
581
+ const _ACMSD = "AwsCloudMapServiceDiscovery";
582
+ const _AL = "AccessLog";
583
+ const _B = "Backends";
584
+ const _BD = "BackendDefaults";
585
+ const _BRE = "BadRequestException";
586
+ const _Ba = "Backend";
587
+ const _CE = "ConflictException";
588
+ const _CGR = "CreateGatewayRoute";
589
+ const _CGRI = "CreateGatewayRouteInput";
590
+ const _CGRO = "CreateGatewayRouteOutput";
591
+ const _CM = "CreateMesh";
592
+ const _CMI = "CreateMeshInput";
593
+ const _CMO = "CreateMeshOutput";
594
+ const _CP = "ClientPolicy";
595
+ const _CPT = "ClientPolicyTls";
596
+ const _CR = "CreateRoute";
597
+ const _CRI = "CreateRouteInput";
598
+ const _CRO = "CreateRouteOutput";
599
+ const _CTC = "ClientTlsCertificate";
600
+ const _CVG = "CreateVirtualGateway";
601
+ const _CVGI = "CreateVirtualGatewayInput";
602
+ const _CVGO = "CreateVirtualGatewayOutput";
603
+ const _CVN = "CreateVirtualNode";
604
+ const _CVNI = "CreateVirtualNodeInput";
605
+ const _CVNO = "CreateVirtualNodeOutput";
606
+ const _CVR = "CreateVirtualRouter";
607
+ const _CVRI = "CreateVirtualRouterInput";
608
+ const _CVRO = "CreateVirtualRouterOutput";
609
+ const _CVS = "CreateVirtualService";
610
+ const _CVSI = "CreateVirtualServiceInput";
611
+ const _CVSO = "CreateVirtualServiceOutput";
612
+ const _D = "Duration";
613
+ const _DGR = "DeleteGatewayRoute";
614
+ const _DGRI = "DeleteGatewayRouteInput";
615
+ const _DGRIe = "DescribeGatewayRouteInput";
616
+ const _DGRO = "DeleteGatewayRouteOutput";
617
+ const _DGROe = "DescribeGatewayRouteOutput";
618
+ const _DGRe = "DescribeGatewayRoute";
619
+ const _DM = "DeleteMesh";
620
+ const _DMI = "DeleteMeshInput";
621
+ const _DMIe = "DescribeMeshInput";
622
+ const _DMO = "DeleteMeshOutput";
623
+ const _DMOe = "DescribeMeshOutput";
624
+ const _DMe = "DescribeMesh";
625
+ const _DR = "DeleteRoute";
626
+ const _DRI = "DeleteRouteInput";
627
+ const _DRIe = "DescribeRouteInput";
628
+ const _DRO = "DeleteRouteOutput";
629
+ const _DROe = "DescribeRouteOutput";
630
+ const _DRe = "DescribeRoute";
631
+ const _DSD = "DnsServiceDiscovery";
632
+ const _DVG = "DeleteVirtualGateway";
633
+ const _DVGI = "DeleteVirtualGatewayInput";
634
+ const _DVGIe = "DescribeVirtualGatewayInput";
635
+ const _DVGO = "DeleteVirtualGatewayOutput";
636
+ const _DVGOe = "DescribeVirtualGatewayOutput";
637
+ const _DVGe = "DescribeVirtualGateway";
638
+ const _DVN = "DeleteVirtualNode";
639
+ const _DVNI = "DeleteVirtualNodeInput";
640
+ const _DVNIe = "DescribeVirtualNodeInput";
641
+ const _DVNO = "DeleteVirtualNodeOutput";
642
+ const _DVNOe = "DescribeVirtualNodeOutput";
643
+ const _DVNe = "DescribeVirtualNode";
644
+ const _DVR = "DeleteVirtualRouter";
645
+ const _DVRI = "DeleteVirtualRouterInput";
646
+ const _DVRIe = "DescribeVirtualRouterInput";
647
+ const _DVRO = "DeleteVirtualRouterOutput";
648
+ const _DVROe = "DescribeVirtualRouterOutput";
649
+ const _DVRe = "DescribeVirtualRouter";
650
+ const _DVS = "DeleteVirtualService";
651
+ const _DVSI = "DeleteVirtualServiceInput";
652
+ const _DVSIe = "DescribeVirtualServiceInput";
653
+ const _DVSO = "DeleteVirtualServiceOutput";
654
+ const _DVSOe = "DescribeVirtualServiceOutput";
655
+ const _DVSe = "DescribeVirtualService";
656
+ const _EF = "EgressFilter";
657
+ const _FAL = "FileAccessLog";
658
+ const _FE = "ForbiddenException";
659
+ const _GGR = "GrpcGatewayRoute";
660
+ const _GGRA = "GrpcGatewayRouteAction";
661
+ const _GGRM = "GrpcGatewayRouteMatch";
662
+ const _GGRML = "GrpcGatewayRouteMetadataList";
663
+ const _GGRMr = "GrpcGatewayRouteMetadata";
664
+ const _GGRR = "GrpcGatewayRouteRewrite";
665
+ const _GMMM = "GrpcMetadataMatchMethod";
666
+ const _GR = "GrpcRoute";
667
+ const _GRA = "GrpcRouteAction";
668
+ const _GRD = "GatewayRouteData";
669
+ const _GRHM = "GatewayRouteHostnameMatch";
670
+ const _GRHR = "GatewayRouteHostnameRewrite";
671
+ const _GRL = "GatewayRouteList";
672
+ const _GRM = "GrpcRouteMatch";
673
+ const _GRML = "GrpcRouteMetadataList";
674
+ const _GRMMM = "GrpcRouteMetadataMatchMethod";
675
+ const _GRMr = "GrpcRouteMetadata";
676
+ const _GRP = "GrpcRetryPolicy";
677
+ const _GRR = "GatewayRouteRef";
678
+ const _GRS = "GatewayRouteSpec";
679
+ const _GRSa = "GatewayRouteStatus";
680
+ const _GRT = "GatewayRouteTarget";
681
+ const _GRVS = "GatewayRouteVirtualService";
682
+ const _GT = "GrpcTimeout";
683
+ const _HCP = "HealthCheckPolicy";
684
+ const _HGR = "HttpGatewayRoute";
685
+ const _HGRA = "HttpGatewayRouteAction";
686
+ const _HGRH = "HttpGatewayRouteHeader";
687
+ const _HGRHt = "HttpGatewayRouteHeaders";
688
+ const _HGRM = "HttpGatewayRouteMatch";
689
+ const _HGRPR = "HttpGatewayRoutePathRewrite";
690
+ const _HGRPRt = "HttpGatewayRoutePrefixRewrite";
691
+ const _HGRR = "HttpGatewayRouteRewrite";
692
+ const _HMM = "HeaderMatchMethod";
693
+ const _HPM = "HttpPathMatch";
694
+ const _HQP = "HttpQueryParameter";
695
+ const _HQPt = "HttpQueryParameters";
696
+ const _HR = "HttpRoute";
697
+ const _HRA = "HttpRouteAction";
698
+ const _HRH = "HttpRouteHeader";
699
+ const _HRHt = "HttpRouteHeaders";
700
+ const _HRM = "HttpRouteMatch";
701
+ const _HRP = "HttpRetryPolicy";
702
+ const _HT = "HttpTimeout";
703
+ const _ISEE = "InternalServerErrorException";
704
+ const _JF = "JsonFormat";
705
+ const _JFR = "JsonFormatRef";
706
+ const _L = "Listener";
707
+ const _LEE = "LimitExceededException";
708
+ const _LF = "LoggingFormat";
709
+ const _LGR = "ListGatewayRoutes";
710
+ const _LGRI = "ListGatewayRoutesInput";
711
+ const _LGRO = "ListGatewayRoutesOutput";
712
+ const _LM = "ListMeshes";
713
+ const _LMI = "ListMeshesInput";
714
+ const _LMO = "ListMeshesOutput";
715
+ const _LR = "ListRoutes";
716
+ const _LRI = "ListRoutesInput";
717
+ const _LRO = "ListRoutesOutput";
718
+ const _LT = "ListenerTls";
719
+ const _LTAC = "ListenerTlsAcmCertificate";
720
+ const _LTC = "ListenerTlsCertificate";
721
+ const _LTFC = "ListenerTlsFileCertificate";
722
+ const _LTFR = "ListTagsForResource";
723
+ const _LTFRI = "ListTagsForResourceInput";
724
+ const _LTFRO = "ListTagsForResourceOutput";
725
+ const _LTSC = "ListenerTlsSdsCertificate";
726
+ const _LTVC = "ListenerTlsValidationContext";
727
+ const _LTVCT = "ListenerTlsValidationContextTrust";
728
+ const _LTi = "ListenerTimeout";
729
+ const _LVG = "ListVirtualGateways";
730
+ const _LVGI = "ListVirtualGatewaysInput";
731
+ const _LVGO = "ListVirtualGatewaysOutput";
732
+ const _LVN = "ListVirtualNodes";
733
+ const _LVNI = "ListVirtualNodesInput";
734
+ const _LVNO = "ListVirtualNodesOutput";
735
+ const _LVR = "ListVirtualRouters";
736
+ const _LVRI = "ListVirtualRoutersInput";
737
+ const _LVRO = "ListVirtualRoutersOutput";
738
+ const _LVS = "ListVirtualServices";
739
+ const _LVSI = "ListVirtualServicesInput";
740
+ const _LVSO = "ListVirtualServicesOutput";
741
+ const _Li = "Listeners";
742
+ const _Lo = "Logging";
743
+ const _MD = "MeshData";
744
+ const _ML = "MeshList";
745
+ const _MR = "MatchRange";
746
+ const _MRe = "MeshRef";
747
+ const _MS = "MeshSpec";
748
+ const _MSD = "MeshServiceDiscovery";
749
+ const _MSe = "MeshStatus";
750
+ const _NFE = "NotFoundException";
751
+ const _OD = "OutlierDetection";
752
+ const _PM = "PortMapping";
753
+ const _QPM = "QueryParameterMatch";
754
+ const _RD = "RouteData";
755
+ const _RIUE = "ResourceInUseException";
756
+ const _RL = "RouteList";
757
+ const _RM = "ResourceMetadata";
758
+ const _RR = "RouteRef";
759
+ const _RS = "RouteSpec";
760
+ const _RSo = "RouteStatus";
761
+ const _SAN = "SubjectAlternativeNames";
762
+ const _SANM = "SubjectAlternativeNameMatchers";
763
+ const _SD = "ServiceDiscovery";
764
+ const _SUE = "ServiceUnavailableException";
765
+ const _TL = "TagList";
766
+ const _TMRE = "TooManyRequestsException";
767
+ const _TMTE = "TooManyTagsException";
768
+ const _TR = "TagRef";
769
+ const _TRA = "TcpRouteAction";
770
+ const _TRI = "TagResourceInput";
771
+ const _TRM = "TcpRouteMatch";
772
+ const _TRO = "TagResourceOutput";
773
+ const _TRa = "TagResource";
774
+ const _TRc = "TcpRoute";
775
+ const _TT = "TcpTimeout";
776
+ const _TVC = "TlsValidationContext";
777
+ const _TVCAT = "TlsValidationContextAcmTrust";
778
+ const _TVCFT = "TlsValidationContextFileTrust";
779
+ const _TVCST = "TlsValidationContextSdsTrust";
780
+ const _TVCT = "TlsValidationContextTrust";
781
+ const _UGR = "UpdateGatewayRoute";
782
+ const _UGRI = "UpdateGatewayRouteInput";
783
+ const _UGRO = "UpdateGatewayRouteOutput";
784
+ const _UM = "UpdateMesh";
785
+ const _UMI = "UpdateMeshInput";
786
+ const _UMO = "UpdateMeshOutput";
787
+ const _UR = "UntagResource";
788
+ const _URI = "UntagResourceInput";
789
+ const _URIp = "UpdateRouteInput";
790
+ const _URO = "UntagResourceOutput";
791
+ const _UROp = "UpdateRouteOutput";
792
+ const _URp = "UpdateRoute";
793
+ const _UVG = "UpdateVirtualGateway";
794
+ const _UVGI = "UpdateVirtualGatewayInput";
795
+ const _UVGO = "UpdateVirtualGatewayOutput";
796
+ const _UVN = "UpdateVirtualNode";
797
+ const _UVNI = "UpdateVirtualNodeInput";
798
+ const _UVNO = "UpdateVirtualNodeOutput";
799
+ const _UVR = "UpdateVirtualRouter";
800
+ const _UVRI = "UpdateVirtualRouterInput";
801
+ const _UVRO = "UpdateVirtualRouterOutput";
802
+ const _UVS = "UpdateVirtualService";
803
+ const _UVSI = "UpdateVirtualServiceInput";
804
+ const _UVSO = "UpdateVirtualServiceOutput";
805
+ const _VGAL = "VirtualGatewayAccessLog";
806
+ const _VGBD = "VirtualGatewayBackendDefaults";
807
+ const _VGCP = "VirtualGatewayClientPolicy";
808
+ const _VGCPT = "VirtualGatewayClientPolicyTls";
809
+ const _VGCPi = "VirtualGatewayConnectionPool";
810
+ const _VGCTC = "VirtualGatewayClientTlsCertificate";
811
+ const _VGD = "VirtualGatewayData";
812
+ const _VGFAL = "VirtualGatewayFileAccessLog";
813
+ const _VGGCP = "VirtualGatewayGrpcConnectionPool";
814
+ const _VGHCP = "VirtualGatewayHealthCheckPolicy";
815
+ const _VGHCPi = "VirtualGatewayHttp2ConnectionPool";
816
+ const _VGHCPir = "VirtualGatewayHttpConnectionPool";
817
+ const _VGL = "VirtualGatewayListener";
818
+ const _VGLT = "VirtualGatewayListenerTls";
819
+ const _VGLTAC = "VirtualGatewayListenerTlsAcmCertificate";
820
+ const _VGLTC = "VirtualGatewayListenerTlsCertificate";
821
+ const _VGLTFC = "VirtualGatewayListenerTlsFileCertificate";
822
+ const _VGLTSC = "VirtualGatewayListenerTlsSdsCertificate";
823
+ const _VGLTVC = "VirtualGatewayListenerTlsValidationContext";
824
+ const _VGLTVCT = "VirtualGatewayListenerTlsValidationContextTrust";
825
+ const _VGLi = "VirtualGatewayLogging";
826
+ const _VGLir = "VirtualGatewayList";
827
+ const _VGLirt = "VirtualGatewayListeners";
828
+ const _VGPM = "VirtualGatewayPortMapping";
829
+ const _VGR = "VirtualGatewayRef";
830
+ const _VGS = "VirtualGatewaySpec";
831
+ const _VGSi = "VirtualGatewayStatus";
832
+ const _VGTVC = "VirtualGatewayTlsValidationContext";
833
+ const _VGTVCAT = "VirtualGatewayTlsValidationContextAcmTrust";
834
+ const _VGTVCFT = "VirtualGatewayTlsValidationContextFileTrust";
835
+ const _VGTVCST = "VirtualGatewayTlsValidationContextSdsTrust";
836
+ const _VGTVCT = "VirtualGatewayTlsValidationContextTrust";
837
+ const _VNCP = "VirtualNodeConnectionPool";
838
+ const _VND = "VirtualNodeData";
839
+ const _VNGCP = "VirtualNodeGrpcConnectionPool";
840
+ const _VNHCP = "VirtualNodeHttp2ConnectionPool";
841
+ const _VNHCPi = "VirtualNodeHttpConnectionPool";
842
+ const _VNL = "VirtualNodeList";
843
+ const _VNR = "VirtualNodeRef";
844
+ const _VNS = "VirtualNodeSpec";
845
+ const _VNSP = "VirtualNodeServiceProvider";
846
+ const _VNSi = "VirtualNodeStatus";
847
+ const _VNTCP = "VirtualNodeTcpConnectionPool";
848
+ const _VRD = "VirtualRouterData";
849
+ const _VRL = "VirtualRouterListener";
850
+ const _VRLi = "VirtualRouterList";
851
+ const _VRLir = "VirtualRouterListeners";
852
+ const _VRR = "VirtualRouterRef";
853
+ const _VRS = "VirtualRouterSpec";
854
+ const _VRSP = "VirtualRouterServiceProvider";
855
+ const _VRSi = "VirtualRouterStatus";
856
+ const _VSB = "VirtualServiceBackend";
857
+ const _VSD = "VirtualServiceData";
858
+ const _VSL = "VirtualServiceList";
859
+ const _VSP = "VirtualServiceProvider";
860
+ const _VSR = "VirtualServiceRef";
861
+ const _VSS = "VirtualServiceSpec";
862
+ const _VSSi = "VirtualServiceStatus";
863
+ const _WT = "WeightedTarget";
864
+ const _WTe = "WeightedTargets";
865
+ const _a = "attributes";
866
+ const _aCM = "awsCloudMap";
867
+ const _aL = "accessLog";
868
+ const _ac = "action";
869
+ const _acm = "acm";
870
+ const _ar = "arn";
871
+ const _b = "backends";
872
+ const _bD = "backendDefaults";
873
+ const _bED = "baseEjectionDuration";
874
+ const _c = "client";
875
+ const _cA = "createdAt";
876
+ const _cAA = "certificateAuthorityArns";
877
+ const _cAe = "certificateArn";
878
+ const _cC = "certificateChain";
879
+ const _cP = "clientPolicy";
880
+ const _cPo = "connectionPool";
881
+ const _cT = "clientToken";
882
+ const _ce = "certificate";
883
+ const _d = "dns";
884
+ const _dP = "defaultPrefix";
885
+ const _dTH = "defaultTargetHostname";
886
+ const _e = "error";
887
+ const _eF = "egressFilter";
888
+ const _en = "enforce";
889
+ const _end = "end";
890
+ const _ex = "exact";
891
+ const _f = "format";
892
+ const _fi = "file";
893
+ const _g = "grpc";
894
+ const _gR = "gatewayRoute";
895
+ const _gRE = "grpcRetryEvents";
896
+ const _gRN = "gatewayRouteName";
897
+ const _gRa = "gatewayRoutes";
898
+ const _gRr = "grpcRoute";
899
+ const _h = "hostname";
900
+ const _hC = "healthCheck";
901
+ const _hE = "httpError";
902
+ const _hQ = "httpQuery";
903
+ const _hR = "httpRoute";
904
+ const _hRE = "httpRetryEvents";
905
+ const _hRt = "http2Route";
906
+ const _hT = "healthyThreshold";
907
+ const _he = "headers";
908
+ const _ht = "http";
909
+ const _htt = "http2";
910
+ const _i = "invert";
911
+ const _iM = "intervalMillis";
912
+ const _iP = "ipPreference";
913
+ const _id = "idle";
914
+ const _in = "interval";
915
+ const _j = "json";
916
+ const _k = "key";
2020
917
  const _l = "limit";
918
+ const _lUA = "lastUpdatedAt";
919
+ const _li = "listeners";
920
+ const _lo = "logging";
921
+ const _m = "message";
922
+ const _mC = "maxConnections";
923
+ const _mEP = "maxEjectionPercent";
924
+ const _mN = "meshName";
925
+ const _mNe = "methodName";
2021
926
  const _mO = "meshOwner";
927
+ const _mPR = "maxPendingRequests";
928
+ const _mR = "maxRetries";
929
+ const _mRa = "maxRequests";
930
+ const _mSE = "maxServerErrors";
931
+ const _ma = "match";
932
+ const _me = "mesh";
933
+ const _mes = "meshes";
934
+ const _met = "metadata";
935
+ const _meth = "method";
936
+ const _mo = "mode";
937
+ const _n = "name";
938
+ const _nN = "namespaceName";
2022
939
  const _nT = "nextToken";
940
+ const _oD = "outlierDetection";
941
+ const _p = "ports";
942
+ const _pK = "privateKey";
943
+ const _pM = "portMapping";
944
+ const _pR = "perRequest";
945
+ const _pRT = "perRetryTimeout";
946
+ const _pa = "path";
947
+ const _po = "port";
948
+ const _pr = "priority";
949
+ const _pre = "prefix";
950
+ const _pro = "protocol";
951
+ const _prov = "provider";
952
+ const _qP = "queryParameters";
953
+ const _r = "route";
2023
954
  const _rA = "resourceArn";
955
+ const _rN = "routeName";
956
+ const _rO = "resourceOwner";
957
+ const _rP = "retryPolicy";
958
+ const _rT = "responseType";
959
+ const _ra = "range";
960
+ const _re = "rewrite";
961
+ const _reg = "regex";
962
+ const _ro = "routes";
963
+ const _s = "spec";
964
+ const _sAN = "subjectAlternativeNames";
965
+ const _sD = "serviceDiscovery";
966
+ const _sN = "serviceName";
967
+ const _sNe = "secretName";
968
+ const _sc = "scheme";
969
+ const _sd = "sds";
970
+ const _se = "server";
971
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.appmesh";
972
+ const _st = "status";
973
+ const _sta = "start";
974
+ const _su = "suffix";
975
+ const _t = "tls";
976
+ const _tK = "tagKeys";
977
+ const _tM = "timeoutMillis";
978
+ const _tR = "tcpRoute";
979
+ const _tRE = "tcpRetryEvents";
980
+ const _ta = "tags";
981
+ const _tar = "target";
982
+ const _tc = "tcp";
983
+ const _te = "text";
984
+ const _ti = "timeout";
985
+ const _tr = "trust";
986
+ const _ty = "type";
987
+ const _u = "unit";
988
+ const _uT = "unhealthyThreshold";
989
+ const _ui = "uid";
990
+ const _v = "value";
991
+ const _vG = "virtualGateway";
992
+ const _vGN = "virtualGatewayName";
993
+ const _vGi = "virtualGateways";
994
+ const _vN = "virtualNode";
995
+ const _vNN = "virtualNodeName";
996
+ const _vNi = "virtualNodes";
997
+ const _vR = "virtualRouter";
998
+ const _vRN = "virtualRouterName";
999
+ const _vRi = "virtualRouters";
1000
+ const _vS = "virtualService";
1001
+ const _vSN = "virtualServiceName";
1002
+ const _vSi = "virtualServices";
1003
+ const _va = "validation";
1004
+ const _ve = "version";
1005
+ const _w = "weight";
1006
+ const _wT = "weightedTargets";
1007
+ const n0 = "com.amazonaws.appmesh";
1008
+ var AwsCloudMapInstanceAttribute = [3, n0, _ACMIA, 0, [_k, _v], [0, 0]];
1009
+ var AwsCloudMapServiceDiscovery = [
1010
+ 3,
1011
+ n0,
1012
+ _ACMSD,
1013
+ 0,
1014
+ [_nN, _sN, _a, _iP],
1015
+ [0, 0, () => AwsCloudMapInstanceAttributes, 0],
1016
+ ];
1017
+ var BackendDefaults = [3, n0, _BD, 0, [_cP], [() => ClientPolicy]];
1018
+ var BadRequestException = [
1019
+ -3,
1020
+ n0,
1021
+ _BRE,
1022
+ {
1023
+ [_e]: _c,
1024
+ [_hE]: 400,
1025
+ },
1026
+ [_m],
1027
+ [0],
1028
+ ];
1029
+ schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
1030
+ var ClientPolicy = [3, n0, _CP, 0, [_t], [() => ClientPolicyTls]];
1031
+ var ClientPolicyTls = [
1032
+ 3,
1033
+ n0,
1034
+ _CPT,
1035
+ 0,
1036
+ [_en, _p, _ce, _va],
1037
+ [2, 64 | 1, () => ClientTlsCertificate, () => TlsValidationContext],
1038
+ ];
1039
+ var ConflictException = [
1040
+ -3,
1041
+ n0,
1042
+ _CE,
1043
+ {
1044
+ [_e]: _c,
1045
+ [_hE]: 409,
1046
+ },
1047
+ [_m],
1048
+ [0],
1049
+ ];
1050
+ schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
1051
+ var CreateGatewayRouteInput = [
1052
+ 3,
1053
+ n0,
1054
+ _CGRI,
1055
+ 0,
1056
+ [_gRN, _mN, _vGN, _s, _ta, _cT, _mO],
1057
+ [
1058
+ 0,
1059
+ [0, 1],
1060
+ [0, 1],
1061
+ () => GatewayRouteSpec,
1062
+ () => TagList,
1063
+ [0, 4],
1064
+ [
1065
+ 0,
1066
+ {
1067
+ [_hQ]: _mO,
1068
+ },
1069
+ ],
1070
+ ],
1071
+ ];
1072
+ var CreateGatewayRouteOutput = [3, n0, _CGRO, 0, [_gR], [[() => GatewayRouteData, 16]]];
1073
+ var CreateMeshInput = [
1074
+ 3,
1075
+ n0,
1076
+ _CMI,
1077
+ 0,
1078
+ [_mN, _s, _ta, _cT],
1079
+ [0, () => MeshSpec, () => TagList, [0, 4]],
1080
+ ];
1081
+ var CreateMeshOutput = [3, n0, _CMO, 0, [_me], [[() => MeshData, 16]]];
1082
+ var CreateRouteInput = [
1083
+ 3,
1084
+ n0,
1085
+ _CRI,
1086
+ 0,
1087
+ [_rN, _mN, _vRN, _s, _ta, _cT, _mO],
1088
+ [
1089
+ 0,
1090
+ [0, 1],
1091
+ [0, 1],
1092
+ () => RouteSpec,
1093
+ () => TagList,
1094
+ [0, 4],
1095
+ [
1096
+ 0,
1097
+ {
1098
+ [_hQ]: _mO,
1099
+ },
1100
+ ],
1101
+ ],
1102
+ ];
1103
+ var CreateRouteOutput = [3, n0, _CRO, 0, [_r], [[() => RouteData, 16]]];
1104
+ var CreateVirtualGatewayInput = [
1105
+ 3,
1106
+ n0,
1107
+ _CVGI,
1108
+ 0,
1109
+ [_vGN, _mN, _s, _ta, _cT, _mO],
1110
+ [
1111
+ 0,
1112
+ [0, 1],
1113
+ () => VirtualGatewaySpec,
1114
+ () => TagList,
1115
+ [0, 4],
1116
+ [
1117
+ 0,
1118
+ {
1119
+ [_hQ]: _mO,
1120
+ },
1121
+ ],
1122
+ ],
1123
+ ];
1124
+ var CreateVirtualGatewayOutput = [
1125
+ 3,
1126
+ n0,
1127
+ _CVGO,
1128
+ 0,
1129
+ [_vG],
1130
+ [[() => VirtualGatewayData, 16]],
1131
+ ];
1132
+ var CreateVirtualNodeInput = [
1133
+ 3,
1134
+ n0,
1135
+ _CVNI,
1136
+ 0,
1137
+ [_vNN, _mN, _s, _ta, _cT, _mO],
1138
+ [
1139
+ 0,
1140
+ [0, 1],
1141
+ () => VirtualNodeSpec,
1142
+ () => TagList,
1143
+ [0, 4],
1144
+ [
1145
+ 0,
1146
+ {
1147
+ [_hQ]: _mO,
1148
+ },
1149
+ ],
1150
+ ],
1151
+ ];
1152
+ var CreateVirtualNodeOutput = [3, n0, _CVNO, 0, [_vN], [[() => VirtualNodeData, 16]]];
1153
+ var CreateVirtualRouterInput = [
1154
+ 3,
1155
+ n0,
1156
+ _CVRI,
1157
+ 0,
1158
+ [_vRN, _mN, _s, _ta, _cT, _mO],
1159
+ [
1160
+ 0,
1161
+ [0, 1],
1162
+ () => VirtualRouterSpec,
1163
+ () => TagList,
1164
+ [0, 4],
1165
+ [
1166
+ 0,
1167
+ {
1168
+ [_hQ]: _mO,
1169
+ },
1170
+ ],
1171
+ ],
1172
+ ];
1173
+ var CreateVirtualRouterOutput = [3, n0, _CVRO, 0, [_vR], [[() => VirtualRouterData, 16]]];
1174
+ var CreateVirtualServiceInput = [
1175
+ 3,
1176
+ n0,
1177
+ _CVSI,
1178
+ 0,
1179
+ [_vSN, _mN, _s, _ta, _cT, _mO],
1180
+ [
1181
+ 0,
1182
+ [0, 1],
1183
+ () => VirtualServiceSpec,
1184
+ () => TagList,
1185
+ [0, 4],
1186
+ [
1187
+ 0,
1188
+ {
1189
+ [_hQ]: _mO,
1190
+ },
1191
+ ],
1192
+ ],
1193
+ ];
1194
+ var CreateVirtualServiceOutput = [
1195
+ 3,
1196
+ n0,
1197
+ _CVSO,
1198
+ 0,
1199
+ [_vS],
1200
+ [[() => VirtualServiceData, 16]],
1201
+ ];
1202
+ var DeleteGatewayRouteInput = [
1203
+ 3,
1204
+ n0,
1205
+ _DGRI,
1206
+ 0,
1207
+ [_gRN, _mN, _vGN, _mO],
1208
+ [
1209
+ [0, 1],
1210
+ [0, 1],
1211
+ [0, 1],
1212
+ [
1213
+ 0,
1214
+ {
1215
+ [_hQ]: _mO,
1216
+ },
1217
+ ],
1218
+ ],
1219
+ ];
1220
+ var DeleteGatewayRouteOutput = [3, n0, _DGRO, 0, [_gR], [[() => GatewayRouteData, 16]]];
1221
+ var DeleteMeshInput = [3, n0, _DMI, 0, [_mN], [[0, 1]]];
1222
+ var DeleteMeshOutput = [3, n0, _DMO, 0, [_me], [[() => MeshData, 16]]];
1223
+ var DeleteRouteInput = [
1224
+ 3,
1225
+ n0,
1226
+ _DRI,
1227
+ 0,
1228
+ [_rN, _mN, _vRN, _mO],
1229
+ [
1230
+ [0, 1],
1231
+ [0, 1],
1232
+ [0, 1],
1233
+ [
1234
+ 0,
1235
+ {
1236
+ [_hQ]: _mO,
1237
+ },
1238
+ ],
1239
+ ],
1240
+ ];
1241
+ var DeleteRouteOutput = [3, n0, _DRO, 0, [_r], [[() => RouteData, 16]]];
1242
+ var DeleteVirtualGatewayInput = [
1243
+ 3,
1244
+ n0,
1245
+ _DVGI,
1246
+ 0,
1247
+ [_vGN, _mN, _mO],
1248
+ [
1249
+ [0, 1],
1250
+ [0, 1],
1251
+ [
1252
+ 0,
1253
+ {
1254
+ [_hQ]: _mO,
1255
+ },
1256
+ ],
1257
+ ],
1258
+ ];
1259
+ var DeleteVirtualGatewayOutput = [
1260
+ 3,
1261
+ n0,
1262
+ _DVGO,
1263
+ 0,
1264
+ [_vG],
1265
+ [[() => VirtualGatewayData, 16]],
1266
+ ];
1267
+ var DeleteVirtualNodeInput = [
1268
+ 3,
1269
+ n0,
1270
+ _DVNI,
1271
+ 0,
1272
+ [_vNN, _mN, _mO],
1273
+ [
1274
+ [0, 1],
1275
+ [0, 1],
1276
+ [
1277
+ 0,
1278
+ {
1279
+ [_hQ]: _mO,
1280
+ },
1281
+ ],
1282
+ ],
1283
+ ];
1284
+ var DeleteVirtualNodeOutput = [3, n0, _DVNO, 0, [_vN], [[() => VirtualNodeData, 16]]];
1285
+ var DeleteVirtualRouterInput = [
1286
+ 3,
1287
+ n0,
1288
+ _DVRI,
1289
+ 0,
1290
+ [_vRN, _mN, _mO],
1291
+ [
1292
+ [0, 1],
1293
+ [0, 1],
1294
+ [
1295
+ 0,
1296
+ {
1297
+ [_hQ]: _mO,
1298
+ },
1299
+ ],
1300
+ ],
1301
+ ];
1302
+ var DeleteVirtualRouterOutput = [3, n0, _DVRO, 0, [_vR], [[() => VirtualRouterData, 16]]];
1303
+ var DeleteVirtualServiceInput = [
1304
+ 3,
1305
+ n0,
1306
+ _DVSI,
1307
+ 0,
1308
+ [_vSN, _mN, _mO],
1309
+ [
1310
+ [0, 1],
1311
+ [0, 1],
1312
+ [
1313
+ 0,
1314
+ {
1315
+ [_hQ]: _mO,
1316
+ },
1317
+ ],
1318
+ ],
1319
+ ];
1320
+ var DeleteVirtualServiceOutput = [
1321
+ 3,
1322
+ n0,
1323
+ _DVSO,
1324
+ 0,
1325
+ [_vS],
1326
+ [[() => VirtualServiceData, 16]],
1327
+ ];
1328
+ var DescribeGatewayRouteInput = [
1329
+ 3,
1330
+ n0,
1331
+ _DGRIe,
1332
+ 0,
1333
+ [_gRN, _mN, _vGN, _mO],
1334
+ [
1335
+ [0, 1],
1336
+ [0, 1],
1337
+ [0, 1],
1338
+ [
1339
+ 0,
1340
+ {
1341
+ [_hQ]: _mO,
1342
+ },
1343
+ ],
1344
+ ],
1345
+ ];
1346
+ var DescribeGatewayRouteOutput = [
1347
+ 3,
1348
+ n0,
1349
+ _DGROe,
1350
+ 0,
1351
+ [_gR],
1352
+ [[() => GatewayRouteData, 16]],
1353
+ ];
1354
+ var DescribeMeshInput = [
1355
+ 3,
1356
+ n0,
1357
+ _DMIe,
1358
+ 0,
1359
+ [_mN, _mO],
1360
+ [
1361
+ [0, 1],
1362
+ [
1363
+ 0,
1364
+ {
1365
+ [_hQ]: _mO,
1366
+ },
1367
+ ],
1368
+ ],
1369
+ ];
1370
+ var DescribeMeshOutput = [3, n0, _DMOe, 0, [_me], [[() => MeshData, 16]]];
1371
+ var DescribeRouteInput = [
1372
+ 3,
1373
+ n0,
1374
+ _DRIe,
1375
+ 0,
1376
+ [_rN, _mN, _mO, _vRN],
1377
+ [
1378
+ [0, 1],
1379
+ [0, 1],
1380
+ [
1381
+ 0,
1382
+ {
1383
+ [_hQ]: _mO,
1384
+ },
1385
+ ],
1386
+ [0, 1],
1387
+ ],
1388
+ ];
1389
+ var DescribeRouteOutput = [3, n0, _DROe, 0, [_r], [[() => RouteData, 16]]];
1390
+ var DescribeVirtualGatewayInput = [
1391
+ 3,
1392
+ n0,
1393
+ _DVGIe,
1394
+ 0,
1395
+ [_vGN, _mN, _mO],
1396
+ [
1397
+ [0, 1],
1398
+ [0, 1],
1399
+ [
1400
+ 0,
1401
+ {
1402
+ [_hQ]: _mO,
1403
+ },
1404
+ ],
1405
+ ],
1406
+ ];
1407
+ var DescribeVirtualGatewayOutput = [
1408
+ 3,
1409
+ n0,
1410
+ _DVGOe,
1411
+ 0,
1412
+ [_vG],
1413
+ [[() => VirtualGatewayData, 16]],
1414
+ ];
1415
+ var DescribeVirtualNodeInput = [
1416
+ 3,
1417
+ n0,
1418
+ _DVNIe,
1419
+ 0,
1420
+ [_vNN, _mN, _mO],
1421
+ [
1422
+ [0, 1],
1423
+ [0, 1],
1424
+ [
1425
+ 0,
1426
+ {
1427
+ [_hQ]: _mO,
1428
+ },
1429
+ ],
1430
+ ],
1431
+ ];
1432
+ var DescribeVirtualNodeOutput = [3, n0, _DVNOe, 0, [_vN], [[() => VirtualNodeData, 16]]];
1433
+ var DescribeVirtualRouterInput = [
1434
+ 3,
1435
+ n0,
1436
+ _DVRIe,
1437
+ 0,
1438
+ [_vRN, _mN, _mO],
1439
+ [
1440
+ [0, 1],
1441
+ [0, 1],
1442
+ [
1443
+ 0,
1444
+ {
1445
+ [_hQ]: _mO,
1446
+ },
1447
+ ],
1448
+ ],
1449
+ ];
1450
+ var DescribeVirtualRouterOutput = [
1451
+ 3,
1452
+ n0,
1453
+ _DVROe,
1454
+ 0,
1455
+ [_vR],
1456
+ [[() => VirtualRouterData, 16]],
1457
+ ];
1458
+ var DescribeVirtualServiceInput = [
1459
+ 3,
1460
+ n0,
1461
+ _DVSIe,
1462
+ 0,
1463
+ [_vSN, _mN, _mO],
1464
+ [
1465
+ [0, 1],
1466
+ [0, 1],
1467
+ [
1468
+ 0,
1469
+ {
1470
+ [_hQ]: _mO,
1471
+ },
1472
+ ],
1473
+ ],
1474
+ ];
1475
+ var DescribeVirtualServiceOutput = [
1476
+ 3,
1477
+ n0,
1478
+ _DVSOe,
1479
+ 0,
1480
+ [_vS],
1481
+ [[() => VirtualServiceData, 16]],
1482
+ ];
1483
+ var DnsServiceDiscovery = [3, n0, _DSD, 0, [_h, _rT, _iP], [0, 0, 0]];
1484
+ var Duration = [3, n0, _D, 0, [_v, _u], [1, 0]];
1485
+ var EgressFilter = [3, n0, _EF, 0, [_ty], [0]];
1486
+ var FileAccessLog = [3, n0, _FAL, 0, [_pa, _f], [0, () => LoggingFormat]];
1487
+ var ForbiddenException = [
1488
+ -3,
1489
+ n0,
1490
+ _FE,
1491
+ {
1492
+ [_e]: _c,
1493
+ [_hE]: 403,
1494
+ },
1495
+ [_m],
1496
+ [0],
1497
+ ];
1498
+ schema.TypeRegistry.for(n0).registerError(ForbiddenException, ForbiddenException$1);
1499
+ var GatewayRouteData = [
1500
+ 3,
1501
+ n0,
1502
+ _GRD,
1503
+ 0,
1504
+ [_mN, _gRN, _vGN, _s, _met, _st],
1505
+ [0, 0, 0, () => GatewayRouteSpec, () => ResourceMetadata, () => GatewayRouteStatus],
1506
+ ];
1507
+ var GatewayRouteHostnameMatch = [3, n0, _GRHM, 0, [_ex, _su], [0, 0]];
1508
+ var GatewayRouteHostnameRewrite = [3, n0, _GRHR, 0, [_dTH], [0]];
1509
+ var GatewayRouteRef = [
1510
+ 3,
1511
+ n0,
1512
+ _GRR,
1513
+ 0,
1514
+ [_mN, _gRN, _vGN, _mO, _rO, _ar, _ve, _cA, _lUA],
1515
+ [0, 0, 0, 0, 0, 0, 1, 4, 4],
1516
+ ];
1517
+ var GatewayRouteSpec = [
1518
+ 3,
1519
+ n0,
1520
+ _GRS,
1521
+ 0,
1522
+ [_pr, _hR, _hRt, _gRr],
1523
+ [1, () => HttpGatewayRoute, () => HttpGatewayRoute, () => GrpcGatewayRoute],
1524
+ ];
1525
+ var GatewayRouteStatus = [3, n0, _GRSa, 0, [_st], [0]];
1526
+ var GatewayRouteTarget = [
1527
+ 3,
1528
+ n0,
1529
+ _GRT,
1530
+ 0,
1531
+ [_vS, _po],
1532
+ [() => GatewayRouteVirtualService, 1],
1533
+ ];
1534
+ var GatewayRouteVirtualService = [3, n0, _GRVS, 0, [_vSN], [0]];
1535
+ var GrpcGatewayRoute = [
1536
+ 3,
1537
+ n0,
1538
+ _GGR,
1539
+ 0,
1540
+ [_ma, _ac],
1541
+ [() => GrpcGatewayRouteMatch, () => GrpcGatewayRouteAction],
1542
+ ];
1543
+ var GrpcGatewayRouteAction = [
1544
+ 3,
1545
+ n0,
1546
+ _GGRA,
1547
+ 0,
1548
+ [_tar, _re],
1549
+ [() => GatewayRouteTarget, () => GrpcGatewayRouteRewrite],
1550
+ ];
1551
+ var GrpcGatewayRouteMatch = [
1552
+ 3,
1553
+ n0,
1554
+ _GGRM,
1555
+ 0,
1556
+ [_sN, _h, _met, _po],
1557
+ [0, () => GatewayRouteHostnameMatch, () => GrpcGatewayRouteMetadataList, 1],
1558
+ ];
1559
+ var GrpcGatewayRouteMetadata = [
1560
+ 3,
1561
+ n0,
1562
+ _GGRMr,
1563
+ 0,
1564
+ [_n, _i, _ma],
1565
+ [0, 2, () => GrpcMetadataMatchMethod],
1566
+ ];
1567
+ var GrpcGatewayRouteRewrite = [
1568
+ 3,
1569
+ n0,
1570
+ _GGRR,
1571
+ 0,
1572
+ [_h],
1573
+ [() => GatewayRouteHostnameRewrite],
1574
+ ];
1575
+ var GrpcRetryPolicy = [
1576
+ 3,
1577
+ n0,
1578
+ _GRP,
1579
+ 0,
1580
+ [_pRT, _mR, _hRE, _tRE, _gRE],
1581
+ [() => Duration, 1, 64 | 0, 64 | 0, 64 | 0],
1582
+ ];
1583
+ var GrpcRoute = [
1584
+ 3,
1585
+ n0,
1586
+ _GR,
1587
+ 0,
1588
+ [_ac, _ma, _rP, _ti],
1589
+ [() => GrpcRouteAction, () => GrpcRouteMatch, () => GrpcRetryPolicy, () => GrpcTimeout],
1590
+ ];
1591
+ var GrpcRouteAction = [3, n0, _GRA, 0, [_wT], [() => WeightedTargets]];
1592
+ var GrpcRouteMatch = [
1593
+ 3,
1594
+ n0,
1595
+ _GRM,
1596
+ 0,
1597
+ [_sN, _mNe, _met, _po],
1598
+ [0, 0, () => GrpcRouteMetadataList, 1],
1599
+ ];
1600
+ var GrpcRouteMetadata = [
1601
+ 3,
1602
+ n0,
1603
+ _GRMr,
1604
+ 0,
1605
+ [_n, _i, _ma],
1606
+ [0, 2, () => GrpcRouteMetadataMatchMethod],
1607
+ ];
1608
+ var GrpcTimeout = [3, n0, _GT, 0, [_pR, _id], [() => Duration, () => Duration]];
1609
+ var HealthCheckPolicy = [
1610
+ 3,
1611
+ n0,
1612
+ _HCP,
1613
+ 0,
1614
+ [_tM, _iM, _pro, _po, _pa, _hT, _uT],
1615
+ [1, 1, 0, 1, 0, 1, 1],
1616
+ ];
1617
+ var HttpGatewayRoute = [
1618
+ 3,
1619
+ n0,
1620
+ _HGR,
1621
+ 0,
1622
+ [_ma, _ac],
1623
+ [() => HttpGatewayRouteMatch, () => HttpGatewayRouteAction],
1624
+ ];
1625
+ var HttpGatewayRouteAction = [
1626
+ 3,
1627
+ n0,
1628
+ _HGRA,
1629
+ 0,
1630
+ [_tar, _re],
1631
+ [() => GatewayRouteTarget, () => HttpGatewayRouteRewrite],
1632
+ ];
1633
+ var HttpGatewayRouteHeader = [
1634
+ 3,
1635
+ n0,
1636
+ _HGRH,
1637
+ 0,
1638
+ [_n, _i, _ma],
1639
+ [0, 2, () => HeaderMatchMethod],
1640
+ ];
1641
+ var HttpGatewayRouteMatch = [
1642
+ 3,
1643
+ n0,
1644
+ _HGRM,
1645
+ 0,
1646
+ [_pre, _pa, _qP, _meth, _h, _he, _po],
1647
+ [
1648
+ 0,
1649
+ () => HttpPathMatch,
1650
+ () => HttpQueryParameters,
1651
+ 0,
1652
+ () => GatewayRouteHostnameMatch,
1653
+ () => HttpGatewayRouteHeaders,
1654
+ 1,
1655
+ ],
1656
+ ];
1657
+ var HttpGatewayRoutePathRewrite = [3, n0, _HGRPR, 0, [_ex], [0]];
1658
+ var HttpGatewayRoutePrefixRewrite = [3, n0, _HGRPRt, 0, [_dP, _v], [0, 0]];
1659
+ var HttpGatewayRouteRewrite = [
1660
+ 3,
1661
+ n0,
1662
+ _HGRR,
1663
+ 0,
1664
+ [_pre, _pa, _h],
1665
+ [() => HttpGatewayRoutePrefixRewrite, () => HttpGatewayRoutePathRewrite, () => GatewayRouteHostnameRewrite],
1666
+ ];
1667
+ var HttpPathMatch = [3, n0, _HPM, 0, [_ex, _reg], [0, 0]];
1668
+ var HttpQueryParameter = [3, n0, _HQP, 0, [_n, _ma], [0, () => QueryParameterMatch]];
1669
+ var HttpRetryPolicy = [
1670
+ 3,
1671
+ n0,
1672
+ _HRP,
1673
+ 0,
1674
+ [_pRT, _mR, _hRE, _tRE],
1675
+ [() => Duration, 1, 64 | 0, 64 | 0],
1676
+ ];
1677
+ var HttpRoute = [
1678
+ 3,
1679
+ n0,
1680
+ _HR,
1681
+ 0,
1682
+ [_ma, _ac, _rP, _ti],
1683
+ [() => HttpRouteMatch, () => HttpRouteAction, () => HttpRetryPolicy, () => HttpTimeout],
1684
+ ];
1685
+ var HttpRouteAction = [3, n0, _HRA, 0, [_wT], [() => WeightedTargets]];
1686
+ var HttpRouteHeader = [3, n0, _HRH, 0, [_n, _i, _ma], [0, 2, () => HeaderMatchMethod]];
1687
+ var HttpRouteMatch = [
1688
+ 3,
1689
+ n0,
1690
+ _HRM,
1691
+ 0,
1692
+ [_pre, _pa, _qP, _meth, _sc, _he, _po],
1693
+ [0, () => HttpPathMatch, () => HttpQueryParameters, 0, 0, () => HttpRouteHeaders, 1],
1694
+ ];
1695
+ var HttpTimeout = [3, n0, _HT, 0, [_pR, _id], [() => Duration, () => Duration]];
1696
+ var InternalServerErrorException = [
1697
+ -3,
1698
+ n0,
1699
+ _ISEE,
1700
+ {
1701
+ [_e]: _se,
1702
+ [_hE]: 500,
1703
+ },
1704
+ [_m],
1705
+ [0],
1706
+ ];
1707
+ schema.TypeRegistry.for(n0).registerError(InternalServerErrorException, InternalServerErrorException$1);
1708
+ var JsonFormatRef = [3, n0, _JFR, 0, [_k, _v], [0, 0]];
1709
+ var LimitExceededException = [
1710
+ -3,
1711
+ n0,
1712
+ _LEE,
1713
+ {
1714
+ [_e]: _c,
1715
+ [_hE]: 400,
1716
+ },
1717
+ [_m],
1718
+ [0],
1719
+ ];
1720
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1721
+ var Listener = [
1722
+ 3,
1723
+ n0,
1724
+ _L,
1725
+ 0,
1726
+ [_pM, _t, _hC, _ti, _oD, _cPo],
1727
+ [
1728
+ () => PortMapping,
1729
+ () => ListenerTls,
1730
+ () => HealthCheckPolicy,
1731
+ () => ListenerTimeout,
1732
+ () => OutlierDetection,
1733
+ () => VirtualNodeConnectionPool,
1734
+ ],
1735
+ ];
1736
+ var ListenerTls = [
1737
+ 3,
1738
+ n0,
1739
+ _LT,
1740
+ 0,
1741
+ [_mo, _ce, _va],
1742
+ [0, () => ListenerTlsCertificate, () => ListenerTlsValidationContext],
1743
+ ];
1744
+ var ListenerTlsAcmCertificate = [3, n0, _LTAC, 0, [_cAe], [0]];
1745
+ var ListenerTlsFileCertificate = [3, n0, _LTFC, 0, [_cC, _pK], [0, 0]];
1746
+ var ListenerTlsSdsCertificate = [3, n0, _LTSC, 0, [_sNe], [0]];
1747
+ var ListenerTlsValidationContext = [
1748
+ 3,
1749
+ n0,
1750
+ _LTVC,
1751
+ 0,
1752
+ [_tr, _sAN],
1753
+ [() => ListenerTlsValidationContextTrust, () => SubjectAlternativeNames],
1754
+ ];
1755
+ var ListGatewayRoutesInput = [
1756
+ 3,
1757
+ n0,
1758
+ _LGRI,
1759
+ 0,
1760
+ [_mN, _vGN, _nT, _l, _mO],
1761
+ [
1762
+ [0, 1],
1763
+ [0, 1],
1764
+ [
1765
+ 0,
1766
+ {
1767
+ [_hQ]: _nT,
1768
+ },
1769
+ ],
1770
+ [
1771
+ 1,
1772
+ {
1773
+ [_hQ]: _l,
1774
+ },
1775
+ ],
1776
+ [
1777
+ 0,
1778
+ {
1779
+ [_hQ]: _mO,
1780
+ },
1781
+ ],
1782
+ ],
1783
+ ];
1784
+ var ListGatewayRoutesOutput = [3, n0, _LGRO, 0, [_gRa, _nT], [() => GatewayRouteList, 0]];
1785
+ var ListMeshesInput = [
1786
+ 3,
1787
+ n0,
1788
+ _LMI,
1789
+ 0,
1790
+ [_nT, _l],
1791
+ [
1792
+ [
1793
+ 0,
1794
+ {
1795
+ [_hQ]: _nT,
1796
+ },
1797
+ ],
1798
+ [
1799
+ 1,
1800
+ {
1801
+ [_hQ]: _l,
1802
+ },
1803
+ ],
1804
+ ],
1805
+ ];
1806
+ var ListMeshesOutput = [3, n0, _LMO, 0, [_mes, _nT], [() => MeshList, 0]];
1807
+ var ListRoutesInput = [
1808
+ 3,
1809
+ n0,
1810
+ _LRI,
1811
+ 0,
1812
+ [_mN, _vRN, _nT, _l, _mO],
1813
+ [
1814
+ [0, 1],
1815
+ [0, 1],
1816
+ [
1817
+ 0,
1818
+ {
1819
+ [_hQ]: _nT,
1820
+ },
1821
+ ],
1822
+ [
1823
+ 1,
1824
+ {
1825
+ [_hQ]: _l,
1826
+ },
1827
+ ],
1828
+ [
1829
+ 0,
1830
+ {
1831
+ [_hQ]: _mO,
1832
+ },
1833
+ ],
1834
+ ],
1835
+ ];
1836
+ var ListRoutesOutput = [3, n0, _LRO, 0, [_ro, _nT], [() => RouteList, 0]];
1837
+ var ListTagsForResourceInput = [
1838
+ 3,
1839
+ n0,
1840
+ _LTFRI,
1841
+ 0,
1842
+ [_rA, _nT, _l],
1843
+ [
1844
+ [
1845
+ 0,
1846
+ {
1847
+ [_hQ]: _rA,
1848
+ },
1849
+ ],
1850
+ [
1851
+ 0,
1852
+ {
1853
+ [_hQ]: _nT,
1854
+ },
1855
+ ],
1856
+ [
1857
+ 1,
1858
+ {
1859
+ [_hQ]: _l,
1860
+ },
1861
+ ],
1862
+ ],
1863
+ ];
1864
+ var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_ta, _nT], [() => TagList, 0]];
1865
+ var ListVirtualGatewaysInput = [
1866
+ 3,
1867
+ n0,
1868
+ _LVGI,
1869
+ 0,
1870
+ [_mN, _nT, _l, _mO],
1871
+ [
1872
+ [0, 1],
1873
+ [
1874
+ 0,
1875
+ {
1876
+ [_hQ]: _nT,
1877
+ },
1878
+ ],
1879
+ [
1880
+ 1,
1881
+ {
1882
+ [_hQ]: _l,
1883
+ },
1884
+ ],
1885
+ [
1886
+ 0,
1887
+ {
1888
+ [_hQ]: _mO,
1889
+ },
1890
+ ],
1891
+ ],
1892
+ ];
1893
+ var ListVirtualGatewaysOutput = [
1894
+ 3,
1895
+ n0,
1896
+ _LVGO,
1897
+ 0,
1898
+ [_vGi, _nT],
1899
+ [() => VirtualGatewayList, 0],
1900
+ ];
1901
+ var ListVirtualNodesInput = [
1902
+ 3,
1903
+ n0,
1904
+ _LVNI,
1905
+ 0,
1906
+ [_mN, _nT, _l, _mO],
1907
+ [
1908
+ [0, 1],
1909
+ [
1910
+ 0,
1911
+ {
1912
+ [_hQ]: _nT,
1913
+ },
1914
+ ],
1915
+ [
1916
+ 1,
1917
+ {
1918
+ [_hQ]: _l,
1919
+ },
1920
+ ],
1921
+ [
1922
+ 0,
1923
+ {
1924
+ [_hQ]: _mO,
1925
+ },
1926
+ ],
1927
+ ],
1928
+ ];
1929
+ var ListVirtualNodesOutput = [3, n0, _LVNO, 0, [_vNi, _nT], [() => VirtualNodeList, 0]];
1930
+ var ListVirtualRoutersInput = [
1931
+ 3,
1932
+ n0,
1933
+ _LVRI,
1934
+ 0,
1935
+ [_mN, _nT, _l, _mO],
1936
+ [
1937
+ [0, 1],
1938
+ [
1939
+ 0,
1940
+ {
1941
+ [_hQ]: _nT,
1942
+ },
1943
+ ],
1944
+ [
1945
+ 1,
1946
+ {
1947
+ [_hQ]: _l,
1948
+ },
1949
+ ],
1950
+ [
1951
+ 0,
1952
+ {
1953
+ [_hQ]: _mO,
1954
+ },
1955
+ ],
1956
+ ],
1957
+ ];
1958
+ var ListVirtualRoutersOutput = [
1959
+ 3,
1960
+ n0,
1961
+ _LVRO,
1962
+ 0,
1963
+ [_vRi, _nT],
1964
+ [() => VirtualRouterList, 0],
1965
+ ];
1966
+ var ListVirtualServicesInput = [
1967
+ 3,
1968
+ n0,
1969
+ _LVSI,
1970
+ 0,
1971
+ [_mN, _nT, _l, _mO],
1972
+ [
1973
+ [0, 1],
1974
+ [
1975
+ 0,
1976
+ {
1977
+ [_hQ]: _nT,
1978
+ },
1979
+ ],
1980
+ [
1981
+ 1,
1982
+ {
1983
+ [_hQ]: _l,
1984
+ },
1985
+ ],
1986
+ [
1987
+ 0,
1988
+ {
1989
+ [_hQ]: _mO,
1990
+ },
1991
+ ],
1992
+ ],
1993
+ ];
1994
+ var ListVirtualServicesOutput = [
1995
+ 3,
1996
+ n0,
1997
+ _LVSO,
1998
+ 0,
1999
+ [_vSi, _nT],
2000
+ [() => VirtualServiceList, 0],
2001
+ ];
2002
+ var Logging = [3, n0, _Lo, 0, [_aL], [() => AccessLog]];
2003
+ var MatchRange = [3, n0, _MR, 0, [_sta, _end], [1, 1]];
2004
+ var MeshData = [
2005
+ 3,
2006
+ n0,
2007
+ _MD,
2008
+ 0,
2009
+ [_mN, _s, _met, _st],
2010
+ [0, () => MeshSpec, () => ResourceMetadata, () => MeshStatus],
2011
+ ];
2012
+ var MeshRef = [
2013
+ 3,
2014
+ n0,
2015
+ _MRe,
2016
+ 0,
2017
+ [_mN, _mO, _rO, _ar, _ve, _cA, _lUA],
2018
+ [0, 0, 0, 0, 1, 4, 4],
2019
+ ];
2020
+ var MeshServiceDiscovery = [3, n0, _MSD, 0, [_iP], [0]];
2021
+ var MeshSpec = [
2022
+ 3,
2023
+ n0,
2024
+ _MS,
2025
+ 0,
2026
+ [_eF, _sD],
2027
+ [() => EgressFilter, () => MeshServiceDiscovery],
2028
+ ];
2029
+ var MeshStatus = [3, n0, _MSe, 0, [_st], [0]];
2030
+ var NotFoundException = [
2031
+ -3,
2032
+ n0,
2033
+ _NFE,
2034
+ {
2035
+ [_e]: _c,
2036
+ [_hE]: 404,
2037
+ },
2038
+ [_m],
2039
+ [0],
2040
+ ];
2041
+ schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
2042
+ var OutlierDetection = [
2043
+ 3,
2044
+ n0,
2045
+ _OD,
2046
+ 0,
2047
+ [_mSE, _in, _bED, _mEP],
2048
+ [1, () => Duration, () => Duration, 1],
2049
+ ];
2050
+ var PortMapping = [3, n0, _PM, 0, [_po, _pro], [1, 0]];
2051
+ var QueryParameterMatch = [3, n0, _QPM, 0, [_ex], [0]];
2052
+ var ResourceInUseException = [
2053
+ -3,
2054
+ n0,
2055
+ _RIUE,
2056
+ {
2057
+ [_e]: _c,
2058
+ [_hE]: 409,
2059
+ },
2060
+ [_m],
2061
+ [0],
2062
+ ];
2063
+ schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
2064
+ var ResourceMetadata = [
2065
+ 3,
2066
+ n0,
2067
+ _RM,
2068
+ 0,
2069
+ [_ar, _ve, _ui, _cA, _lUA, _mO, _rO],
2070
+ [0, 1, 0, 4, 4, 0, 0],
2071
+ ];
2072
+ var RouteData = [
2073
+ 3,
2074
+ n0,
2075
+ _RD,
2076
+ 0,
2077
+ [_mN, _vRN, _rN, _s, _met, _st],
2078
+ [0, 0, 0, () => RouteSpec, () => ResourceMetadata, () => RouteStatus],
2079
+ ];
2080
+ var RouteRef = [
2081
+ 3,
2082
+ n0,
2083
+ _RR,
2084
+ 0,
2085
+ [_mN, _vRN, _rN, _mO, _rO, _ar, _ve, _cA, _lUA],
2086
+ [0, 0, 0, 0, 0, 0, 1, 4, 4],
2087
+ ];
2088
+ var RouteSpec = [
2089
+ 3,
2090
+ n0,
2091
+ _RS,
2092
+ 0,
2093
+ [_pr, _hR, _tR, _hRt, _gRr],
2094
+ [1, () => HttpRoute, () => TcpRoute, () => HttpRoute, () => GrpcRoute],
2095
+ ];
2096
+ var RouteStatus = [3, n0, _RSo, 0, [_st], [0]];
2097
+ var ServiceUnavailableException = [
2098
+ -3,
2099
+ n0,
2100
+ _SUE,
2101
+ {
2102
+ [_e]: _se,
2103
+ [_hE]: 503,
2104
+ },
2105
+ [_m],
2106
+ [0],
2107
+ ];
2108
+ schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
2109
+ var SubjectAlternativeNameMatchers = [3, n0, _SANM, 0, [_ex], [64 | 0]];
2110
+ var SubjectAlternativeNames = [
2111
+ 3,
2112
+ n0,
2113
+ _SAN,
2114
+ 0,
2115
+ [_ma],
2116
+ [() => SubjectAlternativeNameMatchers],
2117
+ ];
2118
+ var TagRef = [3, n0, _TR, 0, [_k, _v], [0, 0]];
2119
+ var TagResourceInput = [
2120
+ 3,
2121
+ n0,
2122
+ _TRI,
2123
+ 0,
2124
+ [_rA, _ta],
2125
+ [
2126
+ [
2127
+ 0,
2128
+ {
2129
+ [_hQ]: _rA,
2130
+ },
2131
+ ],
2132
+ () => TagList,
2133
+ ],
2134
+ ];
2135
+ var TagResourceOutput = [3, n0, _TRO, 0, [], []];
2136
+ var TcpRoute = [
2137
+ 3,
2138
+ n0,
2139
+ _TRc,
2140
+ 0,
2141
+ [_ac, _ti, _ma],
2142
+ [() => TcpRouteAction, () => TcpTimeout, () => TcpRouteMatch],
2143
+ ];
2144
+ var TcpRouteAction = [3, n0, _TRA, 0, [_wT], [() => WeightedTargets]];
2145
+ var TcpRouteMatch = [3, n0, _TRM, 0, [_po], [1]];
2146
+ var TcpTimeout = [3, n0, _TT, 0, [_id], [() => Duration]];
2147
+ var TlsValidationContext = [
2148
+ 3,
2149
+ n0,
2150
+ _TVC,
2151
+ 0,
2152
+ [_tr, _sAN],
2153
+ [() => TlsValidationContextTrust, () => SubjectAlternativeNames],
2154
+ ];
2155
+ var TlsValidationContextAcmTrust = [3, n0, _TVCAT, 0, [_cAA], [64 | 0]];
2156
+ var TlsValidationContextFileTrust = [3, n0, _TVCFT, 0, [_cC], [0]];
2157
+ var TlsValidationContextSdsTrust = [3, n0, _TVCST, 0, [_sNe], [0]];
2158
+ var TooManyRequestsException = [
2159
+ -3,
2160
+ n0,
2161
+ _TMRE,
2162
+ {
2163
+ [_e]: _c,
2164
+ [_hE]: 429,
2165
+ },
2166
+ [_m],
2167
+ [0],
2168
+ ];
2169
+ schema.TypeRegistry.for(n0).registerError(TooManyRequestsException, TooManyRequestsException$1);
2170
+ var TooManyTagsException = [
2171
+ -3,
2172
+ n0,
2173
+ _TMTE,
2174
+ {
2175
+ [_e]: _c,
2176
+ [_hE]: 400,
2177
+ },
2178
+ [_m],
2179
+ [0],
2180
+ ];
2181
+ schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
2182
+ var UntagResourceInput = [
2183
+ 3,
2184
+ n0,
2185
+ _URI,
2186
+ 0,
2187
+ [_rA, _tK],
2188
+ [
2189
+ [
2190
+ 0,
2191
+ {
2192
+ [_hQ]: _rA,
2193
+ },
2194
+ ],
2195
+ 64 | 0,
2196
+ ],
2197
+ ];
2198
+ var UntagResourceOutput = [3, n0, _URO, 0, [], []];
2199
+ var UpdateGatewayRouteInput = [
2200
+ 3,
2201
+ n0,
2202
+ _UGRI,
2203
+ 0,
2204
+ [_gRN, _mN, _vGN, _s, _cT, _mO],
2205
+ [
2206
+ [0, 1],
2207
+ [0, 1],
2208
+ [0, 1],
2209
+ () => GatewayRouteSpec,
2210
+ [0, 4],
2211
+ [
2212
+ 0,
2213
+ {
2214
+ [_hQ]: _mO,
2215
+ },
2216
+ ],
2217
+ ],
2218
+ ];
2219
+ var UpdateGatewayRouteOutput = [3, n0, _UGRO, 0, [_gR], [[() => GatewayRouteData, 16]]];
2220
+ var UpdateMeshInput = [3, n0, _UMI, 0, [_mN, _s, _cT], [[0, 1], () => MeshSpec, [0, 4]]];
2221
+ var UpdateMeshOutput = [3, n0, _UMO, 0, [_me], [[() => MeshData, 16]]];
2222
+ var UpdateRouteInput = [
2223
+ 3,
2224
+ n0,
2225
+ _URIp,
2226
+ 0,
2227
+ [_rN, _mN, _vRN, _s, _cT, _mO],
2228
+ [
2229
+ [0, 1],
2230
+ [0, 1],
2231
+ [0, 1],
2232
+ () => RouteSpec,
2233
+ [0, 4],
2234
+ [
2235
+ 0,
2236
+ {
2237
+ [_hQ]: _mO,
2238
+ },
2239
+ ],
2240
+ ],
2241
+ ];
2242
+ var UpdateRouteOutput = [3, n0, _UROp, 0, [_r], [[() => RouteData, 16]]];
2243
+ var UpdateVirtualGatewayInput = [
2244
+ 3,
2245
+ n0,
2246
+ _UVGI,
2247
+ 0,
2248
+ [_vGN, _mN, _s, _cT, _mO],
2249
+ [
2250
+ [0, 1],
2251
+ [0, 1],
2252
+ () => VirtualGatewaySpec,
2253
+ [0, 4],
2254
+ [
2255
+ 0,
2256
+ {
2257
+ [_hQ]: _mO,
2258
+ },
2259
+ ],
2260
+ ],
2261
+ ];
2262
+ var UpdateVirtualGatewayOutput = [
2263
+ 3,
2264
+ n0,
2265
+ _UVGO,
2266
+ 0,
2267
+ [_vG],
2268
+ [[() => VirtualGatewayData, 16]],
2269
+ ];
2270
+ var UpdateVirtualNodeInput = [
2271
+ 3,
2272
+ n0,
2273
+ _UVNI,
2274
+ 0,
2275
+ [_vNN, _mN, _s, _cT, _mO],
2276
+ [
2277
+ [0, 1],
2278
+ [0, 1],
2279
+ () => VirtualNodeSpec,
2280
+ [0, 4],
2281
+ [
2282
+ 0,
2283
+ {
2284
+ [_hQ]: _mO,
2285
+ },
2286
+ ],
2287
+ ],
2288
+ ];
2289
+ var UpdateVirtualNodeOutput = [3, n0, _UVNO, 0, [_vN], [[() => VirtualNodeData, 16]]];
2290
+ var UpdateVirtualRouterInput = [
2291
+ 3,
2292
+ n0,
2293
+ _UVRI,
2294
+ 0,
2295
+ [_vRN, _mN, _s, _cT, _mO],
2296
+ [
2297
+ [0, 1],
2298
+ [0, 1],
2299
+ () => VirtualRouterSpec,
2300
+ [0, 4],
2301
+ [
2302
+ 0,
2303
+ {
2304
+ [_hQ]: _mO,
2305
+ },
2306
+ ],
2307
+ ],
2308
+ ];
2309
+ var UpdateVirtualRouterOutput = [3, n0, _UVRO, 0, [_vR], [[() => VirtualRouterData, 16]]];
2310
+ var UpdateVirtualServiceInput = [
2311
+ 3,
2312
+ n0,
2313
+ _UVSI,
2314
+ 0,
2315
+ [_vSN, _mN, _s, _cT, _mO],
2316
+ [
2317
+ [0, 1],
2318
+ [0, 1],
2319
+ () => VirtualServiceSpec,
2320
+ [0, 4],
2321
+ [
2322
+ 0,
2323
+ {
2324
+ [_hQ]: _mO,
2325
+ },
2326
+ ],
2327
+ ],
2328
+ ];
2329
+ var UpdateVirtualServiceOutput = [
2330
+ 3,
2331
+ n0,
2332
+ _UVSO,
2333
+ 0,
2334
+ [_vS],
2335
+ [[() => VirtualServiceData, 16]],
2336
+ ];
2337
+ var VirtualGatewayBackendDefaults = [
2338
+ 3,
2339
+ n0,
2340
+ _VGBD,
2341
+ 0,
2342
+ [_cP],
2343
+ [() => VirtualGatewayClientPolicy],
2344
+ ];
2345
+ var VirtualGatewayClientPolicy = [
2346
+ 3,
2347
+ n0,
2348
+ _VGCP,
2349
+ 0,
2350
+ [_t],
2351
+ [() => VirtualGatewayClientPolicyTls],
2352
+ ];
2353
+ var VirtualGatewayClientPolicyTls = [
2354
+ 3,
2355
+ n0,
2356
+ _VGCPT,
2357
+ 0,
2358
+ [_en, _p, _ce, _va],
2359
+ [2, 64 | 1, () => VirtualGatewayClientTlsCertificate, () => VirtualGatewayTlsValidationContext],
2360
+ ];
2361
+ var VirtualGatewayData = [
2362
+ 3,
2363
+ n0,
2364
+ _VGD,
2365
+ 0,
2366
+ [_mN, _vGN, _s, _met, _st],
2367
+ [0, 0, () => VirtualGatewaySpec, () => ResourceMetadata, () => VirtualGatewayStatus],
2368
+ ];
2369
+ var VirtualGatewayFileAccessLog = [3, n0, _VGFAL, 0, [_pa, _f], [0, () => LoggingFormat]];
2370
+ var VirtualGatewayGrpcConnectionPool = [3, n0, _VGGCP, 0, [_mRa], [1]];
2371
+ var VirtualGatewayHealthCheckPolicy = [
2372
+ 3,
2373
+ n0,
2374
+ _VGHCP,
2375
+ 0,
2376
+ [_tM, _iM, _pro, _po, _pa, _hT, _uT],
2377
+ [1, 1, 0, 1, 0, 1, 1],
2378
+ ];
2379
+ var VirtualGatewayHttp2ConnectionPool = [3, n0, _VGHCPi, 0, [_mRa], [1]];
2380
+ var VirtualGatewayHttpConnectionPool = [3, n0, _VGHCPir, 0, [_mC, _mPR], [1, 1]];
2381
+ var VirtualGatewayListener = [
2382
+ 3,
2383
+ n0,
2384
+ _VGL,
2385
+ 0,
2386
+ [_hC, _pM, _t, _cPo],
2387
+ [
2388
+ () => VirtualGatewayHealthCheckPolicy,
2389
+ () => VirtualGatewayPortMapping,
2390
+ () => VirtualGatewayListenerTls,
2391
+ () => VirtualGatewayConnectionPool,
2392
+ ],
2393
+ ];
2394
+ var VirtualGatewayListenerTls = [
2395
+ 3,
2396
+ n0,
2397
+ _VGLT,
2398
+ 0,
2399
+ [_mo, _va, _ce],
2400
+ [0, () => VirtualGatewayListenerTlsValidationContext, () => VirtualGatewayListenerTlsCertificate],
2401
+ ];
2402
+ var VirtualGatewayListenerTlsAcmCertificate = [3, n0, _VGLTAC, 0, [_cAe], [0]];
2403
+ var VirtualGatewayListenerTlsFileCertificate = [3, n0, _VGLTFC, 0, [_cC, _pK], [0, 0]];
2404
+ var VirtualGatewayListenerTlsSdsCertificate = [3, n0, _VGLTSC, 0, [_sNe], [0]];
2405
+ var VirtualGatewayListenerTlsValidationContext = [
2406
+ 3,
2407
+ n0,
2408
+ _VGLTVC,
2409
+ 0,
2410
+ [_tr, _sAN],
2411
+ [() => VirtualGatewayListenerTlsValidationContextTrust, () => SubjectAlternativeNames],
2412
+ ];
2413
+ var VirtualGatewayLogging = [3, n0, _VGLi, 0, [_aL], [() => VirtualGatewayAccessLog]];
2414
+ var VirtualGatewayPortMapping = [3, n0, _VGPM, 0, [_po, _pro], [1, 0]];
2415
+ var VirtualGatewayRef = [
2416
+ 3,
2417
+ n0,
2418
+ _VGR,
2419
+ 0,
2420
+ [_mN, _vGN, _mO, _rO, _ar, _ve, _cA, _lUA],
2421
+ [0, 0, 0, 0, 0, 1, 4, 4],
2422
+ ];
2423
+ var VirtualGatewaySpec = [
2424
+ 3,
2425
+ n0,
2426
+ _VGS,
2427
+ 0,
2428
+ [_bD, _li, _lo],
2429
+ [() => VirtualGatewayBackendDefaults, () => VirtualGatewayListeners, () => VirtualGatewayLogging],
2430
+ ];
2431
+ var VirtualGatewayStatus = [3, n0, _VGSi, 0, [_st], [0]];
2432
+ var VirtualGatewayTlsValidationContext = [
2433
+ 3,
2434
+ n0,
2435
+ _VGTVC,
2436
+ 0,
2437
+ [_tr, _sAN],
2438
+ [() => VirtualGatewayTlsValidationContextTrust, () => SubjectAlternativeNames],
2439
+ ];
2440
+ var VirtualGatewayTlsValidationContextAcmTrust = [3, n0, _VGTVCAT, 0, [_cAA], [64 | 0]];
2441
+ var VirtualGatewayTlsValidationContextFileTrust = [3, n0, _VGTVCFT, 0, [_cC], [0]];
2442
+ var VirtualGatewayTlsValidationContextSdsTrust = [3, n0, _VGTVCST, 0, [_sNe], [0]];
2443
+ var VirtualNodeData = [
2444
+ 3,
2445
+ n0,
2446
+ _VND,
2447
+ 0,
2448
+ [_mN, _vNN, _s, _met, _st],
2449
+ [0, 0, () => VirtualNodeSpec, () => ResourceMetadata, () => VirtualNodeStatus],
2450
+ ];
2451
+ var VirtualNodeGrpcConnectionPool = [3, n0, _VNGCP, 0, [_mRa], [1]];
2452
+ var VirtualNodeHttp2ConnectionPool = [3, n0, _VNHCP, 0, [_mRa], [1]];
2453
+ var VirtualNodeHttpConnectionPool = [3, n0, _VNHCPi, 0, [_mC, _mPR], [1, 1]];
2454
+ var VirtualNodeRef = [
2455
+ 3,
2456
+ n0,
2457
+ _VNR,
2458
+ 0,
2459
+ [_mN, _vNN, _mO, _rO, _ar, _ve, _cA, _lUA],
2460
+ [0, 0, 0, 0, 0, 1, 4, 4],
2461
+ ];
2462
+ var VirtualNodeServiceProvider = [3, n0, _VNSP, 0, [_vNN], [0]];
2463
+ var VirtualNodeSpec = [
2464
+ 3,
2465
+ n0,
2466
+ _VNS,
2467
+ 0,
2468
+ [_sD, _li, _b, _bD, _lo],
2469
+ [() => ServiceDiscovery, () => Listeners, () => Backends, () => BackendDefaults, () => Logging],
2470
+ ];
2471
+ var VirtualNodeStatus = [3, n0, _VNSi, 0, [_st], [0]];
2472
+ var VirtualNodeTcpConnectionPool = [3, n0, _VNTCP, 0, [_mC], [1]];
2473
+ var VirtualRouterData = [
2474
+ 3,
2475
+ n0,
2476
+ _VRD,
2477
+ 0,
2478
+ [_mN, _vRN, _s, _met, _st],
2479
+ [0, 0, () => VirtualRouterSpec, () => ResourceMetadata, () => VirtualRouterStatus],
2480
+ ];
2481
+ var VirtualRouterListener = [3, n0, _VRL, 0, [_pM], [() => PortMapping]];
2482
+ var VirtualRouterRef = [
2483
+ 3,
2484
+ n0,
2485
+ _VRR,
2486
+ 0,
2487
+ [_mN, _vRN, _mO, _rO, _ar, _ve, _cA, _lUA],
2488
+ [0, 0, 0, 0, 0, 1, 4, 4],
2489
+ ];
2490
+ var VirtualRouterServiceProvider = [3, n0, _VRSP, 0, [_vRN], [0]];
2491
+ var VirtualRouterSpec = [3, n0, _VRS, 0, [_li], [() => VirtualRouterListeners]];
2492
+ var VirtualRouterStatus = [3, n0, _VRSi, 0, [_st], [0]];
2493
+ var VirtualServiceBackend = [3, n0, _VSB, 0, [_vSN, _cP], [0, () => ClientPolicy]];
2494
+ var VirtualServiceData = [
2495
+ 3,
2496
+ n0,
2497
+ _VSD,
2498
+ 0,
2499
+ [_mN, _vSN, _s, _met, _st],
2500
+ [0, 0, () => VirtualServiceSpec, () => ResourceMetadata, () => VirtualServiceStatus],
2501
+ ];
2502
+ var VirtualServiceRef = [
2503
+ 3,
2504
+ n0,
2505
+ _VSR,
2506
+ 0,
2507
+ [_mN, _vSN, _mO, _rO, _ar, _ve, _cA, _lUA],
2508
+ [0, 0, 0, 0, 0, 1, 4, 4],
2509
+ ];
2510
+ var VirtualServiceSpec = [3, n0, _VSS, 0, [_prov], [() => VirtualServiceProvider]];
2511
+ var VirtualServiceStatus = [3, n0, _VSSi, 0, [_st], [0]];
2512
+ var WeightedTarget = [3, n0, _WT, 0, [_vN, _w, _po], [0, 1, 1]];
2513
+ var AppMeshServiceException = [-3, _sm, "AppMeshServiceException", 0, [], []];
2514
+ schema.TypeRegistry.for(_sm).registerError(AppMeshServiceException, AppMeshServiceException$1);
2515
+ var AwsCloudMapInstanceAttributes = [1, n0, _ACMIAw, 0, () => AwsCloudMapInstanceAttribute];
2516
+ var Backends = [1, n0, _B, 0, () => Backend];
2517
+ var GatewayRouteList = [1, n0, _GRL, 0, () => GatewayRouteRef];
2518
+ var GrpcGatewayRouteMetadataList = [1, n0, _GGRML, 0, () => GrpcGatewayRouteMetadata];
2519
+ var GrpcRouteMetadataList = [1, n0, _GRML, 0, () => GrpcRouteMetadata];
2520
+ var HttpGatewayRouteHeaders = [1, n0, _HGRHt, 0, () => HttpGatewayRouteHeader];
2521
+ var HttpQueryParameters = [1, n0, _HQPt, 0, () => HttpQueryParameter];
2522
+ var HttpRouteHeaders = [1, n0, _HRHt, 0, () => HttpRouteHeader];
2523
+ var JsonFormat = [1, n0, _JF, 0, () => JsonFormatRef];
2524
+ var Listeners = [1, n0, _Li, 0, () => Listener];
2525
+ var MeshList = [1, n0, _ML, 0, () => MeshRef];
2526
+ var RouteList = [1, n0, _RL, 0, () => RouteRef];
2527
+ var TagList = [1, n0, _TL, 0, () => TagRef];
2528
+ var VirtualGatewayList = [1, n0, _VGLir, 0, () => VirtualGatewayRef];
2529
+ var VirtualGatewayListeners = [1, n0, _VGLirt, 0, () => VirtualGatewayListener];
2530
+ var VirtualNodeList = [1, n0, _VNL, 0, () => VirtualNodeRef];
2531
+ var VirtualRouterList = [1, n0, _VRLi, 0, () => VirtualRouterRef];
2532
+ var VirtualRouterListeners = [1, n0, _VRLir, 0, () => VirtualRouterListener];
2533
+ var VirtualServiceList = [1, n0, _VSL, 0, () => VirtualServiceRef];
2534
+ var WeightedTargets = [1, n0, _WTe, 0, () => WeightedTarget];
2535
+ var AccessLog = [3, n0, _AL, 0, [_fi], [() => FileAccessLog]];
2536
+ var Backend = [3, n0, _Ba, 0, [_vS], [() => VirtualServiceBackend]];
2537
+ var ClientTlsCertificate = [
2538
+ 3,
2539
+ n0,
2540
+ _CTC,
2541
+ 0,
2542
+ [_fi, _sd],
2543
+ [() => ListenerTlsFileCertificate, () => ListenerTlsSdsCertificate],
2544
+ ];
2545
+ var GrpcMetadataMatchMethod = [
2546
+ 3,
2547
+ n0,
2548
+ _GMMM,
2549
+ 0,
2550
+ [_ex, _reg, _ra, _pre, _su],
2551
+ [0, 0, () => MatchRange, 0, 0],
2552
+ ];
2553
+ var GrpcRouteMetadataMatchMethod = [
2554
+ 3,
2555
+ n0,
2556
+ _GRMMM,
2557
+ 0,
2558
+ [_ex, _reg, _ra, _pre, _su],
2559
+ [0, 0, () => MatchRange, 0, 0],
2560
+ ];
2561
+ var HeaderMatchMethod = [
2562
+ 3,
2563
+ n0,
2564
+ _HMM,
2565
+ 0,
2566
+ [_ex, _reg, _ra, _pre, _su],
2567
+ [0, 0, () => MatchRange, 0, 0],
2568
+ ];
2569
+ var ListenerTimeout = [
2570
+ 3,
2571
+ n0,
2572
+ _LTi,
2573
+ 0,
2574
+ [_tc, _ht, _htt, _g],
2575
+ [() => TcpTimeout, () => HttpTimeout, () => HttpTimeout, () => GrpcTimeout],
2576
+ ];
2577
+ var ListenerTlsCertificate = [
2578
+ 3,
2579
+ n0,
2580
+ _LTC,
2581
+ 0,
2582
+ [_acm, _fi, _sd],
2583
+ [() => ListenerTlsAcmCertificate, () => ListenerTlsFileCertificate, () => ListenerTlsSdsCertificate],
2584
+ ];
2585
+ var ListenerTlsValidationContextTrust = [
2586
+ 3,
2587
+ n0,
2588
+ _LTVCT,
2589
+ 0,
2590
+ [_fi, _sd],
2591
+ [() => TlsValidationContextFileTrust, () => TlsValidationContextSdsTrust],
2592
+ ];
2593
+ var LoggingFormat = [3, n0, _LF, 0, [_te, _j], [0, () => JsonFormat]];
2594
+ var ServiceDiscovery = [
2595
+ 3,
2596
+ n0,
2597
+ _SD,
2598
+ 0,
2599
+ [_d, _aCM],
2600
+ [() => DnsServiceDiscovery, () => AwsCloudMapServiceDiscovery],
2601
+ ];
2602
+ var TlsValidationContextTrust = [
2603
+ 3,
2604
+ n0,
2605
+ _TVCT,
2606
+ 0,
2607
+ [_acm, _fi, _sd],
2608
+ [() => TlsValidationContextAcmTrust, () => TlsValidationContextFileTrust, () => TlsValidationContextSdsTrust],
2609
+ ];
2610
+ var VirtualGatewayAccessLog = [
2611
+ 3,
2612
+ n0,
2613
+ _VGAL,
2614
+ 0,
2615
+ [_fi],
2616
+ [() => VirtualGatewayFileAccessLog],
2617
+ ];
2618
+ var VirtualGatewayClientTlsCertificate = [
2619
+ 3,
2620
+ n0,
2621
+ _VGCTC,
2622
+ 0,
2623
+ [_fi, _sd],
2624
+ [() => VirtualGatewayListenerTlsFileCertificate, () => VirtualGatewayListenerTlsSdsCertificate],
2625
+ ];
2626
+ var VirtualGatewayConnectionPool = [
2627
+ 3,
2628
+ n0,
2629
+ _VGCPi,
2630
+ 0,
2631
+ [_ht, _htt, _g],
2632
+ [
2633
+ () => VirtualGatewayHttpConnectionPool,
2634
+ () => VirtualGatewayHttp2ConnectionPool,
2635
+ () => VirtualGatewayGrpcConnectionPool,
2636
+ ],
2637
+ ];
2638
+ var VirtualGatewayListenerTlsCertificate = [
2639
+ 3,
2640
+ n0,
2641
+ _VGLTC,
2642
+ 0,
2643
+ [_acm, _fi, _sd],
2644
+ [
2645
+ () => VirtualGatewayListenerTlsAcmCertificate,
2646
+ () => VirtualGatewayListenerTlsFileCertificate,
2647
+ () => VirtualGatewayListenerTlsSdsCertificate,
2648
+ ],
2649
+ ];
2650
+ var VirtualGatewayListenerTlsValidationContextTrust = [
2651
+ 3,
2652
+ n0,
2653
+ _VGLTVCT,
2654
+ 0,
2655
+ [_fi, _sd],
2656
+ [() => VirtualGatewayTlsValidationContextFileTrust, () => VirtualGatewayTlsValidationContextSdsTrust],
2657
+ ];
2658
+ var VirtualGatewayTlsValidationContextTrust = [
2659
+ 3,
2660
+ n0,
2661
+ _VGTVCT,
2662
+ 0,
2663
+ [_acm, _fi, _sd],
2664
+ [
2665
+ () => VirtualGatewayTlsValidationContextAcmTrust,
2666
+ () => VirtualGatewayTlsValidationContextFileTrust,
2667
+ () => VirtualGatewayTlsValidationContextSdsTrust,
2668
+ ],
2669
+ ];
2670
+ var VirtualNodeConnectionPool = [
2671
+ 3,
2672
+ n0,
2673
+ _VNCP,
2674
+ 0,
2675
+ [_tc, _ht, _htt, _g],
2676
+ [
2677
+ () => VirtualNodeTcpConnectionPool,
2678
+ () => VirtualNodeHttpConnectionPool,
2679
+ () => VirtualNodeHttp2ConnectionPool,
2680
+ () => VirtualNodeGrpcConnectionPool,
2681
+ ],
2682
+ ];
2683
+ var VirtualServiceProvider = [
2684
+ 3,
2685
+ n0,
2686
+ _VSP,
2687
+ 0,
2688
+ [_vN, _vR],
2689
+ [() => VirtualNodeServiceProvider, () => VirtualRouterServiceProvider],
2690
+ ];
2691
+ var CreateGatewayRoute = [
2692
+ 9,
2693
+ n0,
2694
+ _CGR,
2695
+ {
2696
+ [_ht]: ["PUT", "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes", 200],
2697
+ },
2698
+ () => CreateGatewayRouteInput,
2699
+ () => CreateGatewayRouteOutput,
2700
+ ];
2701
+ var CreateMesh = [
2702
+ 9,
2703
+ n0,
2704
+ _CM,
2705
+ {
2706
+ [_ht]: ["PUT", "/v20190125/meshes", 200],
2707
+ },
2708
+ () => CreateMeshInput,
2709
+ () => CreateMeshOutput,
2710
+ ];
2711
+ var CreateRoute = [
2712
+ 9,
2713
+ n0,
2714
+ _CR,
2715
+ {
2716
+ [_ht]: ["PUT", "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes", 200],
2717
+ },
2718
+ () => CreateRouteInput,
2719
+ () => CreateRouteOutput,
2720
+ ];
2721
+ var CreateVirtualGateway = [
2722
+ 9,
2723
+ n0,
2724
+ _CVG,
2725
+ {
2726
+ [_ht]: ["PUT", "/v20190125/meshes/{meshName}/virtualGateways", 200],
2727
+ },
2728
+ () => CreateVirtualGatewayInput,
2729
+ () => CreateVirtualGatewayOutput,
2730
+ ];
2731
+ var CreateVirtualNode = [
2732
+ 9,
2733
+ n0,
2734
+ _CVN,
2735
+ {
2736
+ [_ht]: ["PUT", "/v20190125/meshes/{meshName}/virtualNodes", 200],
2737
+ },
2738
+ () => CreateVirtualNodeInput,
2739
+ () => CreateVirtualNodeOutput,
2740
+ ];
2741
+ var CreateVirtualRouter = [
2742
+ 9,
2743
+ n0,
2744
+ _CVR,
2745
+ {
2746
+ [_ht]: ["PUT", "/v20190125/meshes/{meshName}/virtualRouters", 200],
2747
+ },
2748
+ () => CreateVirtualRouterInput,
2749
+ () => CreateVirtualRouterOutput,
2750
+ ];
2751
+ var CreateVirtualService = [
2752
+ 9,
2753
+ n0,
2754
+ _CVS,
2755
+ {
2756
+ [_ht]: ["PUT", "/v20190125/meshes/{meshName}/virtualServices", 200],
2757
+ },
2758
+ () => CreateVirtualServiceInput,
2759
+ () => CreateVirtualServiceOutput,
2760
+ ];
2761
+ var DeleteGatewayRoute = [
2762
+ 9,
2763
+ n0,
2764
+ _DGR,
2765
+ {
2766
+ [_ht]: [
2767
+ "DELETE",
2768
+ "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}",
2769
+ 200,
2770
+ ],
2771
+ },
2772
+ () => DeleteGatewayRouteInput,
2773
+ () => DeleteGatewayRouteOutput,
2774
+ ];
2775
+ var DeleteMesh = [
2776
+ 9,
2777
+ n0,
2778
+ _DM,
2779
+ {
2780
+ [_ht]: ["DELETE", "/v20190125/meshes/{meshName}", 200],
2781
+ },
2782
+ () => DeleteMeshInput,
2783
+ () => DeleteMeshOutput,
2784
+ ];
2785
+ var DeleteRoute = [
2786
+ 9,
2787
+ n0,
2788
+ _DR,
2789
+ {
2790
+ [_ht]: ["DELETE", "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}", 200],
2791
+ },
2792
+ () => DeleteRouteInput,
2793
+ () => DeleteRouteOutput,
2794
+ ];
2795
+ var DeleteVirtualGateway = [
2796
+ 9,
2797
+ n0,
2798
+ _DVG,
2799
+ {
2800
+ [_ht]: ["DELETE", "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}", 200],
2801
+ },
2802
+ () => DeleteVirtualGatewayInput,
2803
+ () => DeleteVirtualGatewayOutput,
2804
+ ];
2805
+ var DeleteVirtualNode = [
2806
+ 9,
2807
+ n0,
2808
+ _DVN,
2809
+ {
2810
+ [_ht]: ["DELETE", "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}", 200],
2811
+ },
2812
+ () => DeleteVirtualNodeInput,
2813
+ () => DeleteVirtualNodeOutput,
2814
+ ];
2815
+ var DeleteVirtualRouter = [
2816
+ 9,
2817
+ n0,
2818
+ _DVR,
2819
+ {
2820
+ [_ht]: ["DELETE", "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}", 200],
2821
+ },
2822
+ () => DeleteVirtualRouterInput,
2823
+ () => DeleteVirtualRouterOutput,
2824
+ ];
2825
+ var DeleteVirtualService = [
2826
+ 9,
2827
+ n0,
2828
+ _DVS,
2829
+ {
2830
+ [_ht]: ["DELETE", "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}", 200],
2831
+ },
2832
+ () => DeleteVirtualServiceInput,
2833
+ () => DeleteVirtualServiceOutput,
2834
+ ];
2835
+ var DescribeGatewayRoute = [
2836
+ 9,
2837
+ n0,
2838
+ _DGRe,
2839
+ {
2840
+ [_ht]: [
2841
+ "GET",
2842
+ "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}",
2843
+ 200,
2844
+ ],
2845
+ },
2846
+ () => DescribeGatewayRouteInput,
2847
+ () => DescribeGatewayRouteOutput,
2848
+ ];
2849
+ var DescribeMesh = [
2850
+ 9,
2851
+ n0,
2852
+ _DMe,
2853
+ {
2854
+ [_ht]: ["GET", "/v20190125/meshes/{meshName}", 200],
2855
+ },
2856
+ () => DescribeMeshInput,
2857
+ () => DescribeMeshOutput,
2858
+ ];
2859
+ var DescribeRoute = [
2860
+ 9,
2861
+ n0,
2862
+ _DRe,
2863
+ {
2864
+ [_ht]: ["GET", "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}", 200],
2865
+ },
2866
+ () => DescribeRouteInput,
2867
+ () => DescribeRouteOutput,
2868
+ ];
2869
+ var DescribeVirtualGateway = [
2870
+ 9,
2871
+ n0,
2872
+ _DVGe,
2873
+ {
2874
+ [_ht]: ["GET", "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}", 200],
2875
+ },
2876
+ () => DescribeVirtualGatewayInput,
2877
+ () => DescribeVirtualGatewayOutput,
2878
+ ];
2879
+ var DescribeVirtualNode = [
2880
+ 9,
2881
+ n0,
2882
+ _DVNe,
2883
+ {
2884
+ [_ht]: ["GET", "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}", 200],
2885
+ },
2886
+ () => DescribeVirtualNodeInput,
2887
+ () => DescribeVirtualNodeOutput,
2888
+ ];
2889
+ var DescribeVirtualRouter = [
2890
+ 9,
2891
+ n0,
2892
+ _DVRe,
2893
+ {
2894
+ [_ht]: ["GET", "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}", 200],
2895
+ },
2896
+ () => DescribeVirtualRouterInput,
2897
+ () => DescribeVirtualRouterOutput,
2898
+ ];
2899
+ var DescribeVirtualService = [
2900
+ 9,
2901
+ n0,
2902
+ _DVSe,
2903
+ {
2904
+ [_ht]: ["GET", "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}", 200],
2905
+ },
2906
+ () => DescribeVirtualServiceInput,
2907
+ () => DescribeVirtualServiceOutput,
2908
+ ];
2909
+ var ListGatewayRoutes = [
2910
+ 9,
2911
+ n0,
2912
+ _LGR,
2913
+ {
2914
+ [_ht]: ["GET", "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes", 200],
2915
+ },
2916
+ () => ListGatewayRoutesInput,
2917
+ () => ListGatewayRoutesOutput,
2918
+ ];
2919
+ var ListMeshes = [
2920
+ 9,
2921
+ n0,
2922
+ _LM,
2923
+ {
2924
+ [_ht]: ["GET", "/v20190125/meshes", 200],
2925
+ },
2926
+ () => ListMeshesInput,
2927
+ () => ListMeshesOutput,
2928
+ ];
2929
+ var ListRoutes = [
2930
+ 9,
2931
+ n0,
2932
+ _LR,
2933
+ {
2934
+ [_ht]: ["GET", "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes", 200],
2935
+ },
2936
+ () => ListRoutesInput,
2937
+ () => ListRoutesOutput,
2938
+ ];
2939
+ var ListTagsForResource = [
2940
+ 9,
2941
+ n0,
2942
+ _LTFR,
2943
+ {
2944
+ [_ht]: ["GET", "/v20190125/tags", 200],
2945
+ },
2946
+ () => ListTagsForResourceInput,
2947
+ () => ListTagsForResourceOutput,
2948
+ ];
2949
+ var ListVirtualGateways = [
2950
+ 9,
2951
+ n0,
2952
+ _LVG,
2953
+ {
2954
+ [_ht]: ["GET", "/v20190125/meshes/{meshName}/virtualGateways", 200],
2955
+ },
2956
+ () => ListVirtualGatewaysInput,
2957
+ () => ListVirtualGatewaysOutput,
2958
+ ];
2959
+ var ListVirtualNodes = [
2960
+ 9,
2961
+ n0,
2962
+ _LVN,
2963
+ {
2964
+ [_ht]: ["GET", "/v20190125/meshes/{meshName}/virtualNodes", 200],
2965
+ },
2966
+ () => ListVirtualNodesInput,
2967
+ () => ListVirtualNodesOutput,
2968
+ ];
2969
+ var ListVirtualRouters = [
2970
+ 9,
2971
+ n0,
2972
+ _LVR,
2973
+ {
2974
+ [_ht]: ["GET", "/v20190125/meshes/{meshName}/virtualRouters", 200],
2975
+ },
2976
+ () => ListVirtualRoutersInput,
2977
+ () => ListVirtualRoutersOutput,
2978
+ ];
2979
+ var ListVirtualServices = [
2980
+ 9,
2981
+ n0,
2982
+ _LVS,
2983
+ {
2984
+ [_ht]: ["GET", "/v20190125/meshes/{meshName}/virtualServices", 200],
2985
+ },
2986
+ () => ListVirtualServicesInput,
2987
+ () => ListVirtualServicesOutput,
2988
+ ];
2989
+ var TagResource = [
2990
+ 9,
2991
+ n0,
2992
+ _TRa,
2993
+ {
2994
+ [_ht]: ["PUT", "/v20190125/tag", 200],
2995
+ },
2996
+ () => TagResourceInput,
2997
+ () => TagResourceOutput,
2998
+ ];
2999
+ var UntagResource = [
3000
+ 9,
3001
+ n0,
3002
+ _UR,
3003
+ {
3004
+ [_ht]: ["PUT", "/v20190125/untag", 200],
3005
+ },
3006
+ () => UntagResourceInput,
3007
+ () => UntagResourceOutput,
3008
+ ];
3009
+ var UpdateGatewayRoute = [
3010
+ 9,
3011
+ n0,
3012
+ _UGR,
3013
+ {
3014
+ [_ht]: [
3015
+ "PUT",
3016
+ "/v20190125/meshes/{meshName}/virtualGateway/{virtualGatewayName}/gatewayRoutes/{gatewayRouteName}",
3017
+ 200,
3018
+ ],
3019
+ },
3020
+ () => UpdateGatewayRouteInput,
3021
+ () => UpdateGatewayRouteOutput,
3022
+ ];
3023
+ var UpdateMesh = [
3024
+ 9,
3025
+ n0,
3026
+ _UM,
3027
+ {
3028
+ [_ht]: ["PUT", "/v20190125/meshes/{meshName}", 200],
3029
+ },
3030
+ () => UpdateMeshInput,
3031
+ () => UpdateMeshOutput,
3032
+ ];
3033
+ var UpdateRoute = [
3034
+ 9,
3035
+ n0,
3036
+ _URp,
3037
+ {
3038
+ [_ht]: ["PUT", "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}", 200],
3039
+ },
3040
+ () => UpdateRouteInput,
3041
+ () => UpdateRouteOutput,
3042
+ ];
3043
+ var UpdateVirtualGateway = [
3044
+ 9,
3045
+ n0,
3046
+ _UVG,
3047
+ {
3048
+ [_ht]: ["PUT", "/v20190125/meshes/{meshName}/virtualGateways/{virtualGatewayName}", 200],
3049
+ },
3050
+ () => UpdateVirtualGatewayInput,
3051
+ () => UpdateVirtualGatewayOutput,
3052
+ ];
3053
+ var UpdateVirtualNode = [
3054
+ 9,
3055
+ n0,
3056
+ _UVN,
3057
+ {
3058
+ [_ht]: ["PUT", "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}", 200],
3059
+ },
3060
+ () => UpdateVirtualNodeInput,
3061
+ () => UpdateVirtualNodeOutput,
3062
+ ];
3063
+ var UpdateVirtualRouter = [
3064
+ 9,
3065
+ n0,
3066
+ _UVR,
3067
+ {
3068
+ [_ht]: ["PUT", "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}", 200],
3069
+ },
3070
+ () => UpdateVirtualRouterInput,
3071
+ () => UpdateVirtualRouterOutput,
3072
+ ];
3073
+ var UpdateVirtualService = [
3074
+ 9,
3075
+ n0,
3076
+ _UVS,
3077
+ {
3078
+ [_ht]: ["PUT", "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}", 200],
3079
+ },
3080
+ () => UpdateVirtualServiceInput,
3081
+ () => UpdateVirtualServiceOutput,
3082
+ ];
2024
3083
 
2025
3084
  class CreateGatewayRouteCommand extends smithyClient.Command
2026
3085
  .classBuilder()
2027
3086
  .ep(commonParams)
2028
3087
  .m(function (Command, cs, config, o) {
2029
- return [
2030
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2031
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2032
- ];
3088
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2033
3089
  })
2034
3090
  .s("AppMesh", "CreateGatewayRoute", {})
2035
3091
  .n("AppMeshClient", "CreateGatewayRouteCommand")
2036
- .f(void 0, void 0)
2037
- .ser(se_CreateGatewayRouteCommand)
2038
- .de(de_CreateGatewayRouteCommand)
3092
+ .sc(CreateGatewayRoute)
2039
3093
  .build() {
2040
3094
  }
2041
3095
 
@@ -2043,16 +3097,11 @@ class CreateMeshCommand extends smithyClient.Command
2043
3097
  .classBuilder()
2044
3098
  .ep(commonParams)
2045
3099
  .m(function (Command, cs, config, o) {
2046
- return [
2047
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2048
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2049
- ];
3100
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2050
3101
  })
2051
3102
  .s("AppMesh", "CreateMesh", {})
2052
3103
  .n("AppMeshClient", "CreateMeshCommand")
2053
- .f(void 0, void 0)
2054
- .ser(se_CreateMeshCommand)
2055
- .de(de_CreateMeshCommand)
3104
+ .sc(CreateMesh)
2056
3105
  .build() {
2057
3106
  }
2058
3107
 
@@ -2060,16 +3109,11 @@ class CreateRouteCommand extends smithyClient.Command
2060
3109
  .classBuilder()
2061
3110
  .ep(commonParams)
2062
3111
  .m(function (Command, cs, config, o) {
2063
- return [
2064
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2065
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2066
- ];
3112
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2067
3113
  })
2068
3114
  .s("AppMesh", "CreateRoute", {})
2069
3115
  .n("AppMeshClient", "CreateRouteCommand")
2070
- .f(void 0, void 0)
2071
- .ser(se_CreateRouteCommand)
2072
- .de(de_CreateRouteCommand)
3116
+ .sc(CreateRoute)
2073
3117
  .build() {
2074
3118
  }
2075
3119
 
@@ -2077,16 +3121,11 @@ class CreateVirtualGatewayCommand extends smithyClient.Command
2077
3121
  .classBuilder()
2078
3122
  .ep(commonParams)
2079
3123
  .m(function (Command, cs, config, o) {
2080
- return [
2081
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2082
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2083
- ];
3124
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2084
3125
  })
2085
3126
  .s("AppMesh", "CreateVirtualGateway", {})
2086
3127
  .n("AppMeshClient", "CreateVirtualGatewayCommand")
2087
- .f(void 0, void 0)
2088
- .ser(se_CreateVirtualGatewayCommand)
2089
- .de(de_CreateVirtualGatewayCommand)
3128
+ .sc(CreateVirtualGateway)
2090
3129
  .build() {
2091
3130
  }
2092
3131
 
@@ -2094,16 +3133,11 @@ class CreateVirtualNodeCommand extends smithyClient.Command
2094
3133
  .classBuilder()
2095
3134
  .ep(commonParams)
2096
3135
  .m(function (Command, cs, config, o) {
2097
- return [
2098
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2099
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2100
- ];
3136
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2101
3137
  })
2102
3138
  .s("AppMesh", "CreateVirtualNode", {})
2103
3139
  .n("AppMeshClient", "CreateVirtualNodeCommand")
2104
- .f(void 0, void 0)
2105
- .ser(se_CreateVirtualNodeCommand)
2106
- .de(de_CreateVirtualNodeCommand)
3140
+ .sc(CreateVirtualNode)
2107
3141
  .build() {
2108
3142
  }
2109
3143
 
@@ -2111,16 +3145,11 @@ class CreateVirtualRouterCommand extends smithyClient.Command
2111
3145
  .classBuilder()
2112
3146
  .ep(commonParams)
2113
3147
  .m(function (Command, cs, config, o) {
2114
- return [
2115
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2116
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2117
- ];
3148
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2118
3149
  })
2119
3150
  .s("AppMesh", "CreateVirtualRouter", {})
2120
3151
  .n("AppMeshClient", "CreateVirtualRouterCommand")
2121
- .f(void 0, void 0)
2122
- .ser(se_CreateVirtualRouterCommand)
2123
- .de(de_CreateVirtualRouterCommand)
3152
+ .sc(CreateVirtualRouter)
2124
3153
  .build() {
2125
3154
  }
2126
3155
 
@@ -2128,16 +3157,11 @@ class CreateVirtualServiceCommand extends smithyClient.Command
2128
3157
  .classBuilder()
2129
3158
  .ep(commonParams)
2130
3159
  .m(function (Command, cs, config, o) {
2131
- return [
2132
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2133
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2134
- ];
3160
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2135
3161
  })
2136
3162
  .s("AppMesh", "CreateVirtualService", {})
2137
3163
  .n("AppMeshClient", "CreateVirtualServiceCommand")
2138
- .f(void 0, void 0)
2139
- .ser(se_CreateVirtualServiceCommand)
2140
- .de(de_CreateVirtualServiceCommand)
3164
+ .sc(CreateVirtualService)
2141
3165
  .build() {
2142
3166
  }
2143
3167
 
@@ -2145,16 +3169,11 @@ class DeleteGatewayRouteCommand extends smithyClient.Command
2145
3169
  .classBuilder()
2146
3170
  .ep(commonParams)
2147
3171
  .m(function (Command, cs, config, o) {
2148
- return [
2149
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2150
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2151
- ];
3172
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2152
3173
  })
2153
3174
  .s("AppMesh", "DeleteGatewayRoute", {})
2154
3175
  .n("AppMeshClient", "DeleteGatewayRouteCommand")
2155
- .f(void 0, void 0)
2156
- .ser(se_DeleteGatewayRouteCommand)
2157
- .de(de_DeleteGatewayRouteCommand)
3176
+ .sc(DeleteGatewayRoute)
2158
3177
  .build() {
2159
3178
  }
2160
3179
 
@@ -2162,16 +3181,11 @@ class DeleteMeshCommand extends smithyClient.Command
2162
3181
  .classBuilder()
2163
3182
  .ep(commonParams)
2164
3183
  .m(function (Command, cs, config, o) {
2165
- return [
2166
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2167
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2168
- ];
3184
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2169
3185
  })
2170
3186
  .s("AppMesh", "DeleteMesh", {})
2171
3187
  .n("AppMeshClient", "DeleteMeshCommand")
2172
- .f(void 0, void 0)
2173
- .ser(se_DeleteMeshCommand)
2174
- .de(de_DeleteMeshCommand)
3188
+ .sc(DeleteMesh)
2175
3189
  .build() {
2176
3190
  }
2177
3191
 
@@ -2179,16 +3193,11 @@ class DeleteRouteCommand extends smithyClient.Command
2179
3193
  .classBuilder()
2180
3194
  .ep(commonParams)
2181
3195
  .m(function (Command, cs, config, o) {
2182
- return [
2183
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2184
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2185
- ];
3196
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2186
3197
  })
2187
3198
  .s("AppMesh", "DeleteRoute", {})
2188
3199
  .n("AppMeshClient", "DeleteRouteCommand")
2189
- .f(void 0, void 0)
2190
- .ser(se_DeleteRouteCommand)
2191
- .de(de_DeleteRouteCommand)
3200
+ .sc(DeleteRoute)
2192
3201
  .build() {
2193
3202
  }
2194
3203
 
@@ -2196,16 +3205,11 @@ class DeleteVirtualGatewayCommand extends smithyClient.Command
2196
3205
  .classBuilder()
2197
3206
  .ep(commonParams)
2198
3207
  .m(function (Command, cs, config, o) {
2199
- return [
2200
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2201
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2202
- ];
3208
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2203
3209
  })
2204
3210
  .s("AppMesh", "DeleteVirtualGateway", {})
2205
3211
  .n("AppMeshClient", "DeleteVirtualGatewayCommand")
2206
- .f(void 0, void 0)
2207
- .ser(se_DeleteVirtualGatewayCommand)
2208
- .de(de_DeleteVirtualGatewayCommand)
3212
+ .sc(DeleteVirtualGateway)
2209
3213
  .build() {
2210
3214
  }
2211
3215
 
@@ -2213,16 +3217,11 @@ class DeleteVirtualNodeCommand extends smithyClient.Command
2213
3217
  .classBuilder()
2214
3218
  .ep(commonParams)
2215
3219
  .m(function (Command, cs, config, o) {
2216
- return [
2217
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2218
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2219
- ];
3220
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2220
3221
  })
2221
3222
  .s("AppMesh", "DeleteVirtualNode", {})
2222
3223
  .n("AppMeshClient", "DeleteVirtualNodeCommand")
2223
- .f(void 0, void 0)
2224
- .ser(se_DeleteVirtualNodeCommand)
2225
- .de(de_DeleteVirtualNodeCommand)
3224
+ .sc(DeleteVirtualNode)
2226
3225
  .build() {
2227
3226
  }
2228
3227
 
@@ -2230,16 +3229,11 @@ class DeleteVirtualRouterCommand extends smithyClient.Command
2230
3229
  .classBuilder()
2231
3230
  .ep(commonParams)
2232
3231
  .m(function (Command, cs, config, o) {
2233
- return [
2234
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2235
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2236
- ];
3232
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2237
3233
  })
2238
3234
  .s("AppMesh", "DeleteVirtualRouter", {})
2239
3235
  .n("AppMeshClient", "DeleteVirtualRouterCommand")
2240
- .f(void 0, void 0)
2241
- .ser(se_DeleteVirtualRouterCommand)
2242
- .de(de_DeleteVirtualRouterCommand)
3236
+ .sc(DeleteVirtualRouter)
2243
3237
  .build() {
2244
3238
  }
2245
3239
 
@@ -2247,16 +3241,11 @@ class DeleteVirtualServiceCommand extends smithyClient.Command
2247
3241
  .classBuilder()
2248
3242
  .ep(commonParams)
2249
3243
  .m(function (Command, cs, config, o) {
2250
- return [
2251
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2252
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2253
- ];
3244
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2254
3245
  })
2255
3246
  .s("AppMesh", "DeleteVirtualService", {})
2256
3247
  .n("AppMeshClient", "DeleteVirtualServiceCommand")
2257
- .f(void 0, void 0)
2258
- .ser(se_DeleteVirtualServiceCommand)
2259
- .de(de_DeleteVirtualServiceCommand)
3248
+ .sc(DeleteVirtualService)
2260
3249
  .build() {
2261
3250
  }
2262
3251
 
@@ -2264,16 +3253,11 @@ class DescribeGatewayRouteCommand extends smithyClient.Command
2264
3253
  .classBuilder()
2265
3254
  .ep(commonParams)
2266
3255
  .m(function (Command, cs, config, o) {
2267
- return [
2268
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2269
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2270
- ];
3256
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2271
3257
  })
2272
3258
  .s("AppMesh", "DescribeGatewayRoute", {})
2273
3259
  .n("AppMeshClient", "DescribeGatewayRouteCommand")
2274
- .f(void 0, void 0)
2275
- .ser(se_DescribeGatewayRouteCommand)
2276
- .de(de_DescribeGatewayRouteCommand)
3260
+ .sc(DescribeGatewayRoute)
2277
3261
  .build() {
2278
3262
  }
2279
3263
 
@@ -2281,16 +3265,11 @@ class DescribeMeshCommand extends smithyClient.Command
2281
3265
  .classBuilder()
2282
3266
  .ep(commonParams)
2283
3267
  .m(function (Command, cs, config, o) {
2284
- return [
2285
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2286
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2287
- ];
3268
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2288
3269
  })
2289
3270
  .s("AppMesh", "DescribeMesh", {})
2290
3271
  .n("AppMeshClient", "DescribeMeshCommand")
2291
- .f(void 0, void 0)
2292
- .ser(se_DescribeMeshCommand)
2293
- .de(de_DescribeMeshCommand)
3272
+ .sc(DescribeMesh)
2294
3273
  .build() {
2295
3274
  }
2296
3275
 
@@ -2298,16 +3277,11 @@ class DescribeRouteCommand extends smithyClient.Command
2298
3277
  .classBuilder()
2299
3278
  .ep(commonParams)
2300
3279
  .m(function (Command, cs, config, o) {
2301
- return [
2302
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2303
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2304
- ];
3280
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2305
3281
  })
2306
3282
  .s("AppMesh", "DescribeRoute", {})
2307
3283
  .n("AppMeshClient", "DescribeRouteCommand")
2308
- .f(void 0, void 0)
2309
- .ser(se_DescribeRouteCommand)
2310
- .de(de_DescribeRouteCommand)
3284
+ .sc(DescribeRoute)
2311
3285
  .build() {
2312
3286
  }
2313
3287
 
@@ -2315,16 +3289,11 @@ class DescribeVirtualGatewayCommand extends smithyClient.Command
2315
3289
  .classBuilder()
2316
3290
  .ep(commonParams)
2317
3291
  .m(function (Command, cs, config, o) {
2318
- return [
2319
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2320
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2321
- ];
3292
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2322
3293
  })
2323
3294
  .s("AppMesh", "DescribeVirtualGateway", {})
2324
3295
  .n("AppMeshClient", "DescribeVirtualGatewayCommand")
2325
- .f(void 0, void 0)
2326
- .ser(se_DescribeVirtualGatewayCommand)
2327
- .de(de_DescribeVirtualGatewayCommand)
3296
+ .sc(DescribeVirtualGateway)
2328
3297
  .build() {
2329
3298
  }
2330
3299
 
@@ -2332,16 +3301,11 @@ class DescribeVirtualNodeCommand extends smithyClient.Command
2332
3301
  .classBuilder()
2333
3302
  .ep(commonParams)
2334
3303
  .m(function (Command, cs, config, o) {
2335
- return [
2336
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2337
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2338
- ];
3304
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2339
3305
  })
2340
3306
  .s("AppMesh", "DescribeVirtualNode", {})
2341
3307
  .n("AppMeshClient", "DescribeVirtualNodeCommand")
2342
- .f(void 0, void 0)
2343
- .ser(se_DescribeVirtualNodeCommand)
2344
- .de(de_DescribeVirtualNodeCommand)
3308
+ .sc(DescribeVirtualNode)
2345
3309
  .build() {
2346
3310
  }
2347
3311
 
@@ -2349,16 +3313,11 @@ class DescribeVirtualRouterCommand extends smithyClient.Command
2349
3313
  .classBuilder()
2350
3314
  .ep(commonParams)
2351
3315
  .m(function (Command, cs, config, o) {
2352
- return [
2353
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2354
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2355
- ];
3316
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2356
3317
  })
2357
3318
  .s("AppMesh", "DescribeVirtualRouter", {})
2358
3319
  .n("AppMeshClient", "DescribeVirtualRouterCommand")
2359
- .f(void 0, void 0)
2360
- .ser(se_DescribeVirtualRouterCommand)
2361
- .de(de_DescribeVirtualRouterCommand)
3320
+ .sc(DescribeVirtualRouter)
2362
3321
  .build() {
2363
3322
  }
2364
3323
 
@@ -2366,16 +3325,11 @@ class DescribeVirtualServiceCommand extends smithyClient.Command
2366
3325
  .classBuilder()
2367
3326
  .ep(commonParams)
2368
3327
  .m(function (Command, cs, config, o) {
2369
- return [
2370
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2371
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2372
- ];
3328
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2373
3329
  })
2374
3330
  .s("AppMesh", "DescribeVirtualService", {})
2375
3331
  .n("AppMeshClient", "DescribeVirtualServiceCommand")
2376
- .f(void 0, void 0)
2377
- .ser(se_DescribeVirtualServiceCommand)
2378
- .de(de_DescribeVirtualServiceCommand)
3332
+ .sc(DescribeVirtualService)
2379
3333
  .build() {
2380
3334
  }
2381
3335
 
@@ -2383,16 +3337,11 @@ class ListGatewayRoutesCommand extends smithyClient.Command
2383
3337
  .classBuilder()
2384
3338
  .ep(commonParams)
2385
3339
  .m(function (Command, cs, config, o) {
2386
- return [
2387
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2388
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2389
- ];
3340
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2390
3341
  })
2391
3342
  .s("AppMesh", "ListGatewayRoutes", {})
2392
3343
  .n("AppMeshClient", "ListGatewayRoutesCommand")
2393
- .f(void 0, void 0)
2394
- .ser(se_ListGatewayRoutesCommand)
2395
- .de(de_ListGatewayRoutesCommand)
3344
+ .sc(ListGatewayRoutes)
2396
3345
  .build() {
2397
3346
  }
2398
3347
 
@@ -2400,16 +3349,11 @@ class ListMeshesCommand extends smithyClient.Command
2400
3349
  .classBuilder()
2401
3350
  .ep(commonParams)
2402
3351
  .m(function (Command, cs, config, o) {
2403
- return [
2404
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2405
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2406
- ];
3352
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2407
3353
  })
2408
3354
  .s("AppMesh", "ListMeshes", {})
2409
3355
  .n("AppMeshClient", "ListMeshesCommand")
2410
- .f(void 0, void 0)
2411
- .ser(se_ListMeshesCommand)
2412
- .de(de_ListMeshesCommand)
3356
+ .sc(ListMeshes)
2413
3357
  .build() {
2414
3358
  }
2415
3359
 
@@ -2417,16 +3361,11 @@ class ListRoutesCommand extends smithyClient.Command
2417
3361
  .classBuilder()
2418
3362
  .ep(commonParams)
2419
3363
  .m(function (Command, cs, config, o) {
2420
- return [
2421
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2422
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2423
- ];
3364
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2424
3365
  })
2425
3366
  .s("AppMesh", "ListRoutes", {})
2426
3367
  .n("AppMeshClient", "ListRoutesCommand")
2427
- .f(void 0, void 0)
2428
- .ser(se_ListRoutesCommand)
2429
- .de(de_ListRoutesCommand)
3368
+ .sc(ListRoutes)
2430
3369
  .build() {
2431
3370
  }
2432
3371
 
@@ -2434,16 +3373,11 @@ class ListTagsForResourceCommand extends smithyClient.Command
2434
3373
  .classBuilder()
2435
3374
  .ep(commonParams)
2436
3375
  .m(function (Command, cs, config, o) {
2437
- return [
2438
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2439
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2440
- ];
3376
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2441
3377
  })
2442
3378
  .s("AppMesh", "ListTagsForResource", {})
2443
3379
  .n("AppMeshClient", "ListTagsForResourceCommand")
2444
- .f(void 0, void 0)
2445
- .ser(se_ListTagsForResourceCommand)
2446
- .de(de_ListTagsForResourceCommand)
3380
+ .sc(ListTagsForResource)
2447
3381
  .build() {
2448
3382
  }
2449
3383
 
@@ -2451,16 +3385,11 @@ class ListVirtualGatewaysCommand extends smithyClient.Command
2451
3385
  .classBuilder()
2452
3386
  .ep(commonParams)
2453
3387
  .m(function (Command, cs, config, o) {
2454
- return [
2455
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2456
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2457
- ];
3388
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2458
3389
  })
2459
3390
  .s("AppMesh", "ListVirtualGateways", {})
2460
3391
  .n("AppMeshClient", "ListVirtualGatewaysCommand")
2461
- .f(void 0, void 0)
2462
- .ser(se_ListVirtualGatewaysCommand)
2463
- .de(de_ListVirtualGatewaysCommand)
3392
+ .sc(ListVirtualGateways)
2464
3393
  .build() {
2465
3394
  }
2466
3395
 
@@ -2468,16 +3397,11 @@ class ListVirtualNodesCommand extends smithyClient.Command
2468
3397
  .classBuilder()
2469
3398
  .ep(commonParams)
2470
3399
  .m(function (Command, cs, config, o) {
2471
- return [
2472
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2473
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2474
- ];
3400
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2475
3401
  })
2476
3402
  .s("AppMesh", "ListVirtualNodes", {})
2477
3403
  .n("AppMeshClient", "ListVirtualNodesCommand")
2478
- .f(void 0, void 0)
2479
- .ser(se_ListVirtualNodesCommand)
2480
- .de(de_ListVirtualNodesCommand)
3404
+ .sc(ListVirtualNodes)
2481
3405
  .build() {
2482
3406
  }
2483
3407
 
@@ -2485,16 +3409,11 @@ class ListVirtualRoutersCommand extends smithyClient.Command
2485
3409
  .classBuilder()
2486
3410
  .ep(commonParams)
2487
3411
  .m(function (Command, cs, config, o) {
2488
- return [
2489
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2490
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2491
- ];
3412
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2492
3413
  })
2493
3414
  .s("AppMesh", "ListVirtualRouters", {})
2494
3415
  .n("AppMeshClient", "ListVirtualRoutersCommand")
2495
- .f(void 0, void 0)
2496
- .ser(se_ListVirtualRoutersCommand)
2497
- .de(de_ListVirtualRoutersCommand)
3416
+ .sc(ListVirtualRouters)
2498
3417
  .build() {
2499
3418
  }
2500
3419
 
@@ -2502,16 +3421,11 @@ class ListVirtualServicesCommand extends smithyClient.Command
2502
3421
  .classBuilder()
2503
3422
  .ep(commonParams)
2504
3423
  .m(function (Command, cs, config, o) {
2505
- return [
2506
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2507
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2508
- ];
3424
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2509
3425
  })
2510
3426
  .s("AppMesh", "ListVirtualServices", {})
2511
3427
  .n("AppMeshClient", "ListVirtualServicesCommand")
2512
- .f(void 0, void 0)
2513
- .ser(se_ListVirtualServicesCommand)
2514
- .de(de_ListVirtualServicesCommand)
3428
+ .sc(ListVirtualServices)
2515
3429
  .build() {
2516
3430
  }
2517
3431
 
@@ -2519,16 +3433,11 @@ class TagResourceCommand extends smithyClient.Command
2519
3433
  .classBuilder()
2520
3434
  .ep(commonParams)
2521
3435
  .m(function (Command, cs, config, o) {
2522
- return [
2523
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2524
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2525
- ];
3436
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2526
3437
  })
2527
3438
  .s("AppMesh", "TagResource", {})
2528
3439
  .n("AppMeshClient", "TagResourceCommand")
2529
- .f(void 0, void 0)
2530
- .ser(se_TagResourceCommand)
2531
- .de(de_TagResourceCommand)
3440
+ .sc(TagResource)
2532
3441
  .build() {
2533
3442
  }
2534
3443
 
@@ -2536,16 +3445,11 @@ class UntagResourceCommand extends smithyClient.Command
2536
3445
  .classBuilder()
2537
3446
  .ep(commonParams)
2538
3447
  .m(function (Command, cs, config, o) {
2539
- return [
2540
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2541
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2542
- ];
3448
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2543
3449
  })
2544
3450
  .s("AppMesh", "UntagResource", {})
2545
3451
  .n("AppMeshClient", "UntagResourceCommand")
2546
- .f(void 0, void 0)
2547
- .ser(se_UntagResourceCommand)
2548
- .de(de_UntagResourceCommand)
3452
+ .sc(UntagResource)
2549
3453
  .build() {
2550
3454
  }
2551
3455
 
@@ -2553,16 +3457,11 @@ class UpdateGatewayRouteCommand extends smithyClient.Command
2553
3457
  .classBuilder()
2554
3458
  .ep(commonParams)
2555
3459
  .m(function (Command, cs, config, o) {
2556
- return [
2557
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2558
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2559
- ];
3460
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2560
3461
  })
2561
3462
  .s("AppMesh", "UpdateGatewayRoute", {})
2562
3463
  .n("AppMeshClient", "UpdateGatewayRouteCommand")
2563
- .f(void 0, void 0)
2564
- .ser(se_UpdateGatewayRouteCommand)
2565
- .de(de_UpdateGatewayRouteCommand)
3464
+ .sc(UpdateGatewayRoute)
2566
3465
  .build() {
2567
3466
  }
2568
3467
 
@@ -2570,16 +3469,11 @@ class UpdateMeshCommand extends smithyClient.Command
2570
3469
  .classBuilder()
2571
3470
  .ep(commonParams)
2572
3471
  .m(function (Command, cs, config, o) {
2573
- return [
2574
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2575
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2576
- ];
3472
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2577
3473
  })
2578
3474
  .s("AppMesh", "UpdateMesh", {})
2579
3475
  .n("AppMeshClient", "UpdateMeshCommand")
2580
- .f(void 0, void 0)
2581
- .ser(se_UpdateMeshCommand)
2582
- .de(de_UpdateMeshCommand)
3476
+ .sc(UpdateMesh)
2583
3477
  .build() {
2584
3478
  }
2585
3479
 
@@ -2587,16 +3481,11 @@ class UpdateRouteCommand extends smithyClient.Command
2587
3481
  .classBuilder()
2588
3482
  .ep(commonParams)
2589
3483
  .m(function (Command, cs, config, o) {
2590
- return [
2591
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2592
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2593
- ];
3484
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2594
3485
  })
2595
3486
  .s("AppMesh", "UpdateRoute", {})
2596
3487
  .n("AppMeshClient", "UpdateRouteCommand")
2597
- .f(void 0, void 0)
2598
- .ser(se_UpdateRouteCommand)
2599
- .de(de_UpdateRouteCommand)
3488
+ .sc(UpdateRoute)
2600
3489
  .build() {
2601
3490
  }
2602
3491
 
@@ -2604,16 +3493,11 @@ class UpdateVirtualGatewayCommand extends smithyClient.Command
2604
3493
  .classBuilder()
2605
3494
  .ep(commonParams)
2606
3495
  .m(function (Command, cs, config, o) {
2607
- return [
2608
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2609
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2610
- ];
3496
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2611
3497
  })
2612
3498
  .s("AppMesh", "UpdateVirtualGateway", {})
2613
3499
  .n("AppMeshClient", "UpdateVirtualGatewayCommand")
2614
- .f(void 0, void 0)
2615
- .ser(se_UpdateVirtualGatewayCommand)
2616
- .de(de_UpdateVirtualGatewayCommand)
3500
+ .sc(UpdateVirtualGateway)
2617
3501
  .build() {
2618
3502
  }
2619
3503
 
@@ -2621,16 +3505,11 @@ class UpdateVirtualNodeCommand extends smithyClient.Command
2621
3505
  .classBuilder()
2622
3506
  .ep(commonParams)
2623
3507
  .m(function (Command, cs, config, o) {
2624
- return [
2625
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2626
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2627
- ];
3508
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2628
3509
  })
2629
3510
  .s("AppMesh", "UpdateVirtualNode", {})
2630
3511
  .n("AppMeshClient", "UpdateVirtualNodeCommand")
2631
- .f(void 0, void 0)
2632
- .ser(se_UpdateVirtualNodeCommand)
2633
- .de(de_UpdateVirtualNodeCommand)
3512
+ .sc(UpdateVirtualNode)
2634
3513
  .build() {
2635
3514
  }
2636
3515
 
@@ -2638,16 +3517,11 @@ class UpdateVirtualRouterCommand extends smithyClient.Command
2638
3517
  .classBuilder()
2639
3518
  .ep(commonParams)
2640
3519
  .m(function (Command, cs, config, o) {
2641
- return [
2642
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2643
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2644
- ];
3520
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2645
3521
  })
2646
3522
  .s("AppMesh", "UpdateVirtualRouter", {})
2647
3523
  .n("AppMeshClient", "UpdateVirtualRouterCommand")
2648
- .f(void 0, void 0)
2649
- .ser(se_UpdateVirtualRouterCommand)
2650
- .de(de_UpdateVirtualRouterCommand)
3524
+ .sc(UpdateVirtualRouter)
2651
3525
  .build() {
2652
3526
  }
2653
3527
 
@@ -2655,16 +3529,11 @@ class UpdateVirtualServiceCommand extends smithyClient.Command
2655
3529
  .classBuilder()
2656
3530
  .ep(commonParams)
2657
3531
  .m(function (Command, cs, config, o) {
2658
- return [
2659
- middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
2660
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
2661
- ];
3532
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2662
3533
  })
2663
3534
  .s("AppMesh", "UpdateVirtualService", {})
2664
3535
  .n("AppMeshClient", "UpdateVirtualServiceCommand")
2665
- .f(void 0, void 0)
2666
- .ser(se_UpdateVirtualServiceCommand)
2667
- .de(de_UpdateVirtualServiceCommand)
3536
+ .sc(UpdateVirtualService)
2668
3537
  .build() {
2669
3538
  }
2670
3539
 
@@ -2738,9 +3607,9 @@ Object.defineProperty(exports, "__Client", {
2738
3607
  });
2739
3608
  exports.AppMesh = AppMesh;
2740
3609
  exports.AppMeshClient = AppMeshClient;
2741
- exports.AppMeshServiceException = AppMeshServiceException;
2742
- exports.BadRequestException = BadRequestException;
2743
- exports.ConflictException = ConflictException;
3610
+ exports.AppMeshServiceException = AppMeshServiceException$1;
3611
+ exports.BadRequestException = BadRequestException$1;
3612
+ exports.ConflictException = ConflictException$1;
2744
3613
  exports.CreateGatewayRouteCommand = CreateGatewayRouteCommand;
2745
3614
  exports.CreateMeshCommand = CreateMeshCommand;
2746
3615
  exports.CreateRouteCommand = CreateRouteCommand;
@@ -2766,14 +3635,14 @@ exports.DescribeVirtualServiceCommand = DescribeVirtualServiceCommand;
2766
3635
  exports.DnsResponseType = DnsResponseType;
2767
3636
  exports.DurationUnit = DurationUnit;
2768
3637
  exports.EgressFilterType = EgressFilterType;
2769
- exports.ForbiddenException = ForbiddenException;
3638
+ exports.ForbiddenException = ForbiddenException$1;
2770
3639
  exports.GatewayRouteStatusCode = GatewayRouteStatusCode;
2771
3640
  exports.GrpcRetryPolicyEvent = GrpcRetryPolicyEvent;
2772
3641
  exports.HttpMethod = HttpMethod;
2773
3642
  exports.HttpScheme = HttpScheme;
2774
- exports.InternalServerErrorException = InternalServerErrorException;
3643
+ exports.InternalServerErrorException = InternalServerErrorException$1;
2775
3644
  exports.IpPreference = IpPreference;
2776
- exports.LimitExceededException = LimitExceededException;
3645
+ exports.LimitExceededException = LimitExceededException$1;
2777
3646
  exports.ListGatewayRoutesCommand = ListGatewayRoutesCommand;
2778
3647
  exports.ListMeshesCommand = ListMeshesCommand;
2779
3648
  exports.ListRoutesCommand = ListRoutesCommand;
@@ -2784,15 +3653,15 @@ exports.ListVirtualRoutersCommand = ListVirtualRoutersCommand;
2784
3653
  exports.ListVirtualServicesCommand = ListVirtualServicesCommand;
2785
3654
  exports.ListenerTlsMode = ListenerTlsMode;
2786
3655
  exports.MeshStatusCode = MeshStatusCode;
2787
- exports.NotFoundException = NotFoundException;
3656
+ exports.NotFoundException = NotFoundException$1;
2788
3657
  exports.PortProtocol = PortProtocol;
2789
- exports.ResourceInUseException = ResourceInUseException;
3658
+ exports.ResourceInUseException = ResourceInUseException$1;
2790
3659
  exports.RouteStatusCode = RouteStatusCode;
2791
- exports.ServiceUnavailableException = ServiceUnavailableException;
3660
+ exports.ServiceUnavailableException = ServiceUnavailableException$1;
2792
3661
  exports.TagResourceCommand = TagResourceCommand;
2793
3662
  exports.TcpRetryPolicyEvent = TcpRetryPolicyEvent;
2794
- exports.TooManyRequestsException = TooManyRequestsException;
2795
- exports.TooManyTagsException = TooManyTagsException;
3663
+ exports.TooManyRequestsException = TooManyRequestsException$1;
3664
+ exports.TooManyTagsException = TooManyTagsException$1;
2796
3665
  exports.UntagResourceCommand = UntagResourceCommand;
2797
3666
  exports.UpdateGatewayRouteCommand = UpdateGatewayRouteCommand;
2798
3667
  exports.UpdateMeshCommand = UpdateMeshCommand;