@aws-sdk/client-app-mesh 3.477.0 → 3.481.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 (189) hide show
  1. package/dist-cjs/commands/CreateGatewayRouteCommand.js +18 -41
  2. package/dist-cjs/commands/CreateMeshCommand.js +18 -41
  3. package/dist-cjs/commands/CreateRouteCommand.js +18 -41
  4. package/dist-cjs/commands/CreateVirtualGatewayCommand.js +18 -41
  5. package/dist-cjs/commands/CreateVirtualNodeCommand.js +18 -41
  6. package/dist-cjs/commands/CreateVirtualRouterCommand.js +18 -41
  7. package/dist-cjs/commands/CreateVirtualServiceCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteGatewayRouteCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteMeshCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteRouteCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteVirtualGatewayCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteVirtualNodeCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteVirtualRouterCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteVirtualServiceCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeGatewayRouteCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeMeshCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeRouteCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeVirtualGatewayCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeVirtualNodeCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeVirtualRouterCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeVirtualServiceCommand.js +18 -41
  22. package/dist-cjs/commands/ListGatewayRoutesCommand.js +18 -41
  23. package/dist-cjs/commands/ListMeshesCommand.js +18 -41
  24. package/dist-cjs/commands/ListRoutesCommand.js +18 -41
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  26. package/dist-cjs/commands/ListVirtualGatewaysCommand.js +18 -41
  27. package/dist-cjs/commands/ListVirtualNodesCommand.js +18 -41
  28. package/dist-cjs/commands/ListVirtualRoutersCommand.js +18 -41
  29. package/dist-cjs/commands/ListVirtualServicesCommand.js +18 -41
  30. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  31. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  32. package/dist-cjs/commands/UpdateGatewayRouteCommand.js +18 -41
  33. package/dist-cjs/commands/UpdateMeshCommand.js +18 -41
  34. package/dist-cjs/commands/UpdateRouteCommand.js +18 -41
  35. package/dist-cjs/commands/UpdateVirtualGatewayCommand.js +18 -41
  36. package/dist-cjs/commands/UpdateVirtualNodeCommand.js +18 -41
  37. package/dist-cjs/commands/UpdateVirtualRouterCommand.js +18 -41
  38. package/dist-cjs/commands/UpdateVirtualServiceCommand.js +18 -41
  39. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  40. package/dist-cjs/pagination/ListGatewayRoutesPaginator.js +2 -24
  41. package/dist-cjs/pagination/ListMeshesPaginator.js +2 -24
  42. package/dist-cjs/pagination/ListRoutesPaginator.js +2 -24
  43. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +2 -24
  44. package/dist-cjs/pagination/ListVirtualGatewaysPaginator.js +2 -24
  45. package/dist-cjs/pagination/ListVirtualNodesPaginator.js +2 -24
  46. package/dist-cjs/pagination/ListVirtualRoutersPaginator.js +2 -24
  47. package/dist-cjs/pagination/ListVirtualServicesPaginator.js +2 -24
  48. package/dist-es/commands/CreateGatewayRouteCommand.js +18 -41
  49. package/dist-es/commands/CreateMeshCommand.js +18 -41
  50. package/dist-es/commands/CreateRouteCommand.js +18 -41
  51. package/dist-es/commands/CreateVirtualGatewayCommand.js +18 -41
  52. package/dist-es/commands/CreateVirtualNodeCommand.js +18 -41
  53. package/dist-es/commands/CreateVirtualRouterCommand.js +18 -41
  54. package/dist-es/commands/CreateVirtualServiceCommand.js +18 -41
  55. package/dist-es/commands/DeleteGatewayRouteCommand.js +18 -41
  56. package/dist-es/commands/DeleteMeshCommand.js +18 -41
  57. package/dist-es/commands/DeleteRouteCommand.js +18 -41
  58. package/dist-es/commands/DeleteVirtualGatewayCommand.js +18 -41
  59. package/dist-es/commands/DeleteVirtualNodeCommand.js +18 -41
  60. package/dist-es/commands/DeleteVirtualRouterCommand.js +18 -41
  61. package/dist-es/commands/DeleteVirtualServiceCommand.js +18 -41
  62. package/dist-es/commands/DescribeGatewayRouteCommand.js +18 -41
  63. package/dist-es/commands/DescribeMeshCommand.js +18 -41
  64. package/dist-es/commands/DescribeRouteCommand.js +18 -41
  65. package/dist-es/commands/DescribeVirtualGatewayCommand.js +18 -41
  66. package/dist-es/commands/DescribeVirtualNodeCommand.js +18 -41
  67. package/dist-es/commands/DescribeVirtualRouterCommand.js +18 -41
  68. package/dist-es/commands/DescribeVirtualServiceCommand.js +18 -41
  69. package/dist-es/commands/ListGatewayRoutesCommand.js +18 -41
  70. package/dist-es/commands/ListMeshesCommand.js +18 -41
  71. package/dist-es/commands/ListRoutesCommand.js +18 -41
  72. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  73. package/dist-es/commands/ListVirtualGatewaysCommand.js +18 -41
  74. package/dist-es/commands/ListVirtualNodesCommand.js +18 -41
  75. package/dist-es/commands/ListVirtualRoutersCommand.js +18 -41
  76. package/dist-es/commands/ListVirtualServicesCommand.js +18 -41
  77. package/dist-es/commands/TagResourceCommand.js +18 -41
  78. package/dist-es/commands/UntagResourceCommand.js +18 -41
  79. package/dist-es/commands/UpdateGatewayRouteCommand.js +18 -41
  80. package/dist-es/commands/UpdateMeshCommand.js +18 -41
  81. package/dist-es/commands/UpdateRouteCommand.js +18 -41
  82. package/dist-es/commands/UpdateVirtualGatewayCommand.js +18 -41
  83. package/dist-es/commands/UpdateVirtualNodeCommand.js +18 -41
  84. package/dist-es/commands/UpdateVirtualRouterCommand.js +18 -41
  85. package/dist-es/commands/UpdateVirtualServiceCommand.js +18 -41
  86. package/dist-es/endpoint/EndpointParameters.js +6 -0
  87. package/dist-es/pagination/ListGatewayRoutesPaginator.js +2 -23
  88. package/dist-es/pagination/ListMeshesPaginator.js +2 -23
  89. package/dist-es/pagination/ListRoutesPaginator.js +2 -23
  90. package/dist-es/pagination/ListTagsForResourcePaginator.js +2 -23
  91. package/dist-es/pagination/ListVirtualGatewaysPaginator.js +2 -23
  92. package/dist-es/pagination/ListVirtualNodesPaginator.js +2 -23
  93. package/dist-es/pagination/ListVirtualRoutersPaginator.js +2 -23
  94. package/dist-es/pagination/ListVirtualServicesPaginator.js +2 -23
  95. package/dist-types/commands/CreateGatewayRouteCommand.d.ts +6 -21
  96. package/dist-types/commands/CreateMeshCommand.d.ts +6 -21
  97. package/dist-types/commands/CreateRouteCommand.d.ts +6 -21
  98. package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +6 -21
  99. package/dist-types/commands/CreateVirtualNodeCommand.d.ts +6 -21
  100. package/dist-types/commands/CreateVirtualRouterCommand.d.ts +6 -21
  101. package/dist-types/commands/CreateVirtualServiceCommand.d.ts +6 -21
  102. package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +6 -21
  103. package/dist-types/commands/DeleteMeshCommand.d.ts +6 -21
  104. package/dist-types/commands/DeleteRouteCommand.d.ts +6 -21
  105. package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +6 -21
  106. package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +6 -21
  107. package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +6 -21
  108. package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +6 -21
  109. package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +6 -21
  110. package/dist-types/commands/DescribeMeshCommand.d.ts +6 -21
  111. package/dist-types/commands/DescribeRouteCommand.d.ts +6 -21
  112. package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +6 -21
  113. package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +6 -21
  114. package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +6 -21
  115. package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +6 -21
  116. package/dist-types/commands/ListGatewayRoutesCommand.d.ts +6 -21
  117. package/dist-types/commands/ListMeshesCommand.d.ts +6 -21
  118. package/dist-types/commands/ListRoutesCommand.d.ts +6 -21
  119. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  120. package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +6 -21
  121. package/dist-types/commands/ListVirtualNodesCommand.d.ts +6 -21
  122. package/dist-types/commands/ListVirtualRoutersCommand.d.ts +6 -21
  123. package/dist-types/commands/ListVirtualServicesCommand.d.ts +6 -21
  124. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  125. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  126. package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +6 -21
  127. package/dist-types/commands/UpdateMeshCommand.d.ts +6 -21
  128. package/dist-types/commands/UpdateRouteCommand.d.ts +6 -21
  129. package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +6 -21
  130. package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +6 -21
  131. package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +6 -21
  132. package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +6 -21
  133. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  134. package/dist-types/pagination/ListGatewayRoutesPaginator.d.ts +1 -1
  135. package/dist-types/pagination/ListMeshesPaginator.d.ts +1 -1
  136. package/dist-types/pagination/ListRoutesPaginator.d.ts +1 -1
  137. package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  138. package/dist-types/pagination/ListVirtualGatewaysPaginator.d.ts +1 -1
  139. package/dist-types/pagination/ListVirtualNodesPaginator.d.ts +1 -1
  140. package/dist-types/pagination/ListVirtualRoutersPaginator.d.ts +1 -1
  141. package/dist-types/pagination/ListVirtualServicesPaginator.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +12 -24
  146. package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +14 -23
  151. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +12 -24
  153. package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +12 -24
  156. package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +12 -24
  157. package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +14 -23
  158. package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +12 -24
  160. package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +14 -23
  161. package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +12 -24
  162. package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +12 -24
  163. package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +14 -23
  166. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +14 -23
  168. package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +14 -23
  170. package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  172. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +14 -23
  175. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +14 -23
  176. package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +12 -24
  177. package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +14 -23
  178. package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +14 -23
  179. package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  181. package/dist-types/ts3.4/pagination/ListGatewayRoutesPaginator.d.ts +3 -3
  182. package/dist-types/ts3.4/pagination/ListMeshesPaginator.d.ts +3 -3
  183. package/dist-types/ts3.4/pagination/ListRoutesPaginator.d.ts +3 -3
  184. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +3 -3
  185. package/dist-types/ts3.4/pagination/ListVirtualGatewaysPaginator.d.ts +3 -3
  186. package/dist-types/ts3.4/pagination/ListVirtualNodesPaginator.d.ts +3 -3
  187. package/dist-types/ts3.4/pagination/ListVirtualRoutersPaginator.d.ts +3 -3
  188. package/dist-types/ts3.4/pagination/ListVirtualServicesPaginator.d.ts +3 -3
  189. package/package.json +11 -11
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeVirtualNodeCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeVirtualNodeCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "AppMeshClient";
29
- const commandName = "DescribeVirtualNodeCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AppMesh",
38
- operation: "DescribeVirtualNode",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_DescribeVirtualNodeCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_DescribeVirtualNodeCommand)(output, context);
49
- }
10
+ class DescribeVirtualNodeCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AppMesh", "DescribeVirtualNode", {})
22
+ .n("AppMeshClient", "DescribeVirtualNodeCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_DescribeVirtualNodeCommand)
25
+ .de(Aws_restJson1_1.de_DescribeVirtualNodeCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DescribeVirtualNodeCommand = DescribeVirtualNodeCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeVirtualRouterCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeVirtualRouterCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "AppMeshClient";
29
- const commandName = "DescribeVirtualRouterCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AppMesh",
38
- operation: "DescribeVirtualRouter",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_DescribeVirtualRouterCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_DescribeVirtualRouterCommand)(output, context);
49
- }
10
+ class DescribeVirtualRouterCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AppMesh", "DescribeVirtualRouter", {})
22
+ .n("AppMeshClient", "DescribeVirtualRouterCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_DescribeVirtualRouterCommand)
25
+ .de(Aws_restJson1_1.de_DescribeVirtualRouterCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DescribeVirtualRouterCommand = DescribeVirtualRouterCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeVirtualServiceCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeVirtualServiceCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "AppMeshClient";
29
- const commandName = "DescribeVirtualServiceCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AppMesh",
38
- operation: "DescribeVirtualService",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_DescribeVirtualServiceCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_DescribeVirtualServiceCommand)(output, context);
49
- }
10
+ class DescribeVirtualServiceCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AppMesh", "DescribeVirtualService", {})
22
+ .n("AppMeshClient", "DescribeVirtualServiceCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_DescribeVirtualServiceCommand)
25
+ .de(Aws_restJson1_1.de_DescribeVirtualServiceCommand)
26
+ .build() {
50
27
  }
51
28
  exports.DescribeVirtualServiceCommand = DescribeVirtualServiceCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListGatewayRoutesCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListGatewayRoutesCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "AppMeshClient";
29
- const commandName = "ListGatewayRoutesCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AppMesh",
38
- operation: "ListGatewayRoutes",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_ListGatewayRoutesCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_ListGatewayRoutesCommand)(output, context);
49
- }
10
+ class ListGatewayRoutesCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AppMesh", "ListGatewayRoutes", {})
22
+ .n("AppMeshClient", "ListGatewayRoutesCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_ListGatewayRoutesCommand)
25
+ .de(Aws_restJson1_1.de_ListGatewayRoutesCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListGatewayRoutesCommand = ListGatewayRoutesCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListMeshesCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListMeshesCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "AppMeshClient";
29
- const commandName = "ListMeshesCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AppMesh",
38
- operation: "ListMeshes",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_ListMeshesCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_ListMeshesCommand)(output, context);
49
- }
10
+ class ListMeshesCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AppMesh", "ListMeshes", {})
22
+ .n("AppMeshClient", "ListMeshesCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_ListMeshesCommand)
25
+ .de(Aws_restJson1_1.de_ListMeshesCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListMeshesCommand = ListMeshesCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListRoutesCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListRoutesCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "AppMeshClient";
29
- const commandName = "ListRoutesCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AppMesh",
38
- operation: "ListRoutes",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_ListRoutesCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_ListRoutesCommand)(output, context);
49
- }
10
+ class ListRoutesCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AppMesh", "ListRoutes", {})
22
+ .n("AppMeshClient", "ListRoutesCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_ListRoutesCommand)
25
+ .de(Aws_restJson1_1.de_ListRoutesCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListRoutesCommand = ListRoutesCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "AppMeshClient";
29
- const commandName = "ListTagsForResourceCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AppMesh",
38
- operation: "ListTagsForResource",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
49
- }
10
+ class ListTagsForResourceCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AppMesh", "ListTagsForResource", {})
22
+ .n("AppMeshClient", "ListTagsForResourceCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
+ .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListVirtualGatewaysCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListVirtualGatewaysCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "AppMeshClient";
29
- const commandName = "ListVirtualGatewaysCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AppMesh",
38
- operation: "ListVirtualGateways",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_ListVirtualGatewaysCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_ListVirtualGatewaysCommand)(output, context);
49
- }
10
+ class ListVirtualGatewaysCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AppMesh", "ListVirtualGateways", {})
22
+ .n("AppMeshClient", "ListVirtualGatewaysCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_ListVirtualGatewaysCommand)
25
+ .de(Aws_restJson1_1.de_ListVirtualGatewaysCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListVirtualGatewaysCommand = ListVirtualGatewaysCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListVirtualNodesCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListVirtualNodesCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "AppMeshClient";
29
- const commandName = "ListVirtualNodesCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "AppMesh",
38
- operation: "ListVirtualNodes",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_restJson1_1.se_ListVirtualNodesCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_restJson1_1.de_ListVirtualNodesCommand)(output, context);
49
- }
10
+ class ListVirtualNodesCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("AppMesh", "ListVirtualNodes", {})
22
+ .n("AppMeshClient", "ListVirtualNodesCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_restJson1_1.se_ListVirtualNodesCommand)
25
+ .de(Aws_restJson1_1.de_ListVirtualNodesCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListVirtualNodesCommand = ListVirtualNodesCommand;