@aws-sdk/client-app-mesh 3.1077.0 → 3.1079.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 (122) hide show
  1. package/dist-cjs/index.js +46 -383
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateGatewayRouteCommand.js +2 -14
  4. package/dist-es/commands/CreateMeshCommand.js +2 -14
  5. package/dist-es/commands/CreateRouteCommand.js +2 -14
  6. package/dist-es/commands/CreateVirtualGatewayCommand.js +2 -14
  7. package/dist-es/commands/CreateVirtualNodeCommand.js +2 -14
  8. package/dist-es/commands/CreateVirtualRouterCommand.js +2 -14
  9. package/dist-es/commands/CreateVirtualServiceCommand.js +2 -14
  10. package/dist-es/commands/DeleteGatewayRouteCommand.js +2 -14
  11. package/dist-es/commands/DeleteMeshCommand.js +2 -14
  12. package/dist-es/commands/DeleteRouteCommand.js +2 -14
  13. package/dist-es/commands/DeleteVirtualGatewayCommand.js +2 -14
  14. package/dist-es/commands/DeleteVirtualNodeCommand.js +2 -14
  15. package/dist-es/commands/DeleteVirtualRouterCommand.js +2 -14
  16. package/dist-es/commands/DeleteVirtualServiceCommand.js +2 -14
  17. package/dist-es/commands/DescribeGatewayRouteCommand.js +2 -14
  18. package/dist-es/commands/DescribeMeshCommand.js +2 -14
  19. package/dist-es/commands/DescribeRouteCommand.js +2 -14
  20. package/dist-es/commands/DescribeVirtualGatewayCommand.js +2 -14
  21. package/dist-es/commands/DescribeVirtualNodeCommand.js +2 -14
  22. package/dist-es/commands/DescribeVirtualRouterCommand.js +2 -14
  23. package/dist-es/commands/DescribeVirtualServiceCommand.js +2 -14
  24. package/dist-es/commands/ListGatewayRoutesCommand.js +2 -14
  25. package/dist-es/commands/ListMeshesCommand.js +2 -14
  26. package/dist-es/commands/ListRoutesCommand.js +2 -14
  27. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  28. package/dist-es/commands/ListVirtualGatewaysCommand.js +2 -14
  29. package/dist-es/commands/ListVirtualNodesCommand.js +2 -14
  30. package/dist-es/commands/ListVirtualRoutersCommand.js +2 -14
  31. package/dist-es/commands/ListVirtualServicesCommand.js +2 -14
  32. package/dist-es/commands/TagResourceCommand.js +2 -14
  33. package/dist-es/commands/UntagResourceCommand.js +2 -14
  34. package/dist-es/commands/UpdateGatewayRouteCommand.js +2 -14
  35. package/dist-es/commands/UpdateMeshCommand.js +2 -14
  36. package/dist-es/commands/UpdateRouteCommand.js +2 -14
  37. package/dist-es/commands/UpdateVirtualGatewayCommand.js +2 -14
  38. package/dist-es/commands/UpdateVirtualNodeCommand.js +2 -14
  39. package/dist-es/commands/UpdateVirtualRouterCommand.js +2 -14
  40. package/dist-es/commands/UpdateVirtualServiceCommand.js +2 -14
  41. package/dist-es/index.js +1 -0
  42. package/dist-types/commandBuilder.d.ts +18 -0
  43. package/dist-types/commands/CreateGatewayRouteCommand.d.ts +3 -8
  44. package/dist-types/commands/CreateMeshCommand.d.ts +3 -8
  45. package/dist-types/commands/CreateRouteCommand.d.ts +3 -8
  46. package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateVirtualNodeCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateVirtualRouterCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateVirtualServiceCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteMeshCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteRouteCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +3 -8
  57. package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +3 -8
  58. package/dist-types/commands/DescribeMeshCommand.d.ts +3 -8
  59. package/dist-types/commands/DescribeRouteCommand.d.ts +3 -8
  60. package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +3 -8
  61. package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +3 -8
  62. package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +3 -8
  63. package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +3 -8
  64. package/dist-types/commands/ListGatewayRoutesCommand.d.ts +3 -8
  65. package/dist-types/commands/ListMeshesCommand.d.ts +3 -8
  66. package/dist-types/commands/ListRoutesCommand.d.ts +3 -8
  67. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  68. package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +3 -8
  69. package/dist-types/commands/ListVirtualNodesCommand.d.ts +3 -8
  70. package/dist-types/commands/ListVirtualRoutersCommand.d.ts +3 -8
  71. package/dist-types/commands/ListVirtualServicesCommand.d.ts +3 -8
  72. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  73. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  74. package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +3 -8
  75. package/dist-types/commands/UpdateMeshCommand.d.ts +3 -8
  76. package/dist-types/commands/UpdateRouteCommand.d.ts +3 -8
  77. package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +3 -8
  78. package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +3 -8
  79. package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +3 -8
  80. package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +3 -8
  81. package/dist-types/index.d.ts +1 -0
  82. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  83. package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/index.d.ts +1 -0
  122. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteGatewayRoute$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteGatewayRouteCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "DeleteGatewayRoute", {})
13
- .n("AppMeshClient", "DeleteGatewayRouteCommand")
14
- .sc(DeleteGatewayRoute$)
15
- .build() {
3
+ export class DeleteGatewayRouteCommand extends command(_ep0, _mw0, "DeleteGatewayRoute", DeleteGatewayRoute$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteMesh$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteMeshCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "DeleteMesh", {})
13
- .n("AppMeshClient", "DeleteMeshCommand")
14
- .sc(DeleteMesh$)
15
- .build() {
3
+ export class DeleteMeshCommand extends command(_ep0, _mw0, "DeleteMesh", DeleteMesh$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteRoute$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteRouteCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "DeleteRoute", {})
13
- .n("AppMeshClient", "DeleteRouteCommand")
14
- .sc(DeleteRoute$)
15
- .build() {
3
+ export class DeleteRouteCommand extends command(_ep0, _mw0, "DeleteRoute", DeleteRoute$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteVirtualGateway$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteVirtualGatewayCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "DeleteVirtualGateway", {})
13
- .n("AppMeshClient", "DeleteVirtualGatewayCommand")
14
- .sc(DeleteVirtualGateway$)
15
- .build() {
3
+ export class DeleteVirtualGatewayCommand extends command(_ep0, _mw0, "DeleteVirtualGateway", DeleteVirtualGateway$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteVirtualNode$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteVirtualNodeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "DeleteVirtualNode", {})
13
- .n("AppMeshClient", "DeleteVirtualNodeCommand")
14
- .sc(DeleteVirtualNode$)
15
- .build() {
3
+ export class DeleteVirtualNodeCommand extends command(_ep0, _mw0, "DeleteVirtualNode", DeleteVirtualNode$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteVirtualRouter$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteVirtualRouterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "DeleteVirtualRouter", {})
13
- .n("AppMeshClient", "DeleteVirtualRouterCommand")
14
- .sc(DeleteVirtualRouter$)
15
- .build() {
3
+ export class DeleteVirtualRouterCommand extends command(_ep0, _mw0, "DeleteVirtualRouter", DeleteVirtualRouter$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteVirtualService$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteVirtualServiceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "DeleteVirtualService", {})
13
- .n("AppMeshClient", "DeleteVirtualServiceCommand")
14
- .sc(DeleteVirtualService$)
15
- .build() {
3
+ export class DeleteVirtualServiceCommand extends command(_ep0, _mw0, "DeleteVirtualService", DeleteVirtualService$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeGatewayRoute$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeGatewayRouteCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "DescribeGatewayRoute", {})
13
- .n("AppMeshClient", "DescribeGatewayRouteCommand")
14
- .sc(DescribeGatewayRoute$)
15
- .build() {
3
+ export class DescribeGatewayRouteCommand extends command(_ep0, _mw0, "DescribeGatewayRoute", DescribeGatewayRoute$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeMesh$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeMeshCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "DescribeMesh", {})
13
- .n("AppMeshClient", "DescribeMeshCommand")
14
- .sc(DescribeMesh$)
15
- .build() {
3
+ export class DescribeMeshCommand extends command(_ep0, _mw0, "DescribeMesh", DescribeMesh$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeRoute$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeRouteCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "DescribeRoute", {})
13
- .n("AppMeshClient", "DescribeRouteCommand")
14
- .sc(DescribeRoute$)
15
- .build() {
3
+ export class DescribeRouteCommand extends command(_ep0, _mw0, "DescribeRoute", DescribeRoute$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeVirtualGateway$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeVirtualGatewayCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "DescribeVirtualGateway", {})
13
- .n("AppMeshClient", "DescribeVirtualGatewayCommand")
14
- .sc(DescribeVirtualGateway$)
15
- .build() {
3
+ export class DescribeVirtualGatewayCommand extends command(_ep0, _mw0, "DescribeVirtualGateway", DescribeVirtualGateway$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeVirtualNode$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeVirtualNodeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "DescribeVirtualNode", {})
13
- .n("AppMeshClient", "DescribeVirtualNodeCommand")
14
- .sc(DescribeVirtualNode$)
15
- .build() {
3
+ export class DescribeVirtualNodeCommand extends command(_ep0, _mw0, "DescribeVirtualNode", DescribeVirtualNode$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeVirtualRouter$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeVirtualRouterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "DescribeVirtualRouter", {})
13
- .n("AppMeshClient", "DescribeVirtualRouterCommand")
14
- .sc(DescribeVirtualRouter$)
15
- .build() {
3
+ export class DescribeVirtualRouterCommand extends command(_ep0, _mw0, "DescribeVirtualRouter", DescribeVirtualRouter$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeVirtualService$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeVirtualServiceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "DescribeVirtualService", {})
13
- .n("AppMeshClient", "DescribeVirtualServiceCommand")
14
- .sc(DescribeVirtualService$)
15
- .build() {
3
+ export class DescribeVirtualServiceCommand extends command(_ep0, _mw0, "DescribeVirtualService", DescribeVirtualService$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListGatewayRoutes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListGatewayRoutesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "ListGatewayRoutes", {})
13
- .n("AppMeshClient", "ListGatewayRoutesCommand")
14
- .sc(ListGatewayRoutes$)
15
- .build() {
3
+ export class ListGatewayRoutesCommand extends command(_ep0, _mw0, "ListGatewayRoutes", ListGatewayRoutes$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListMeshes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListMeshesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "ListMeshes", {})
13
- .n("AppMeshClient", "ListMeshesCommand")
14
- .sc(ListMeshes$)
15
- .build() {
3
+ export class ListMeshesCommand extends command(_ep0, _mw0, "ListMeshes", ListMeshes$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListRoutes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListRoutesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "ListRoutes", {})
13
- .n("AppMeshClient", "ListRoutesCommand")
14
- .sc(ListRoutes$)
15
- .build() {
3
+ export class ListRoutesCommand extends command(_ep0, _mw0, "ListRoutes", ListRoutes$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "ListTagsForResource", {})
13
- .n("AppMeshClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListVirtualGateways$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListVirtualGatewaysCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "ListVirtualGateways", {})
13
- .n("AppMeshClient", "ListVirtualGatewaysCommand")
14
- .sc(ListVirtualGateways$)
15
- .build() {
3
+ export class ListVirtualGatewaysCommand extends command(_ep0, _mw0, "ListVirtualGateways", ListVirtualGateways$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListVirtualNodes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListVirtualNodesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "ListVirtualNodes", {})
13
- .n("AppMeshClient", "ListVirtualNodesCommand")
14
- .sc(ListVirtualNodes$)
15
- .build() {
3
+ export class ListVirtualNodesCommand extends command(_ep0, _mw0, "ListVirtualNodes", ListVirtualNodes$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListVirtualRouters$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListVirtualRoutersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "ListVirtualRouters", {})
13
- .n("AppMeshClient", "ListVirtualRoutersCommand")
14
- .sc(ListVirtualRouters$)
15
- .build() {
3
+ export class ListVirtualRoutersCommand extends command(_ep0, _mw0, "ListVirtualRouters", ListVirtualRouters$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListVirtualServices$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListVirtualServicesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "ListVirtualServices", {})
13
- .n("AppMeshClient", "ListVirtualServicesCommand")
14
- .sc(ListVirtualServices$)
15
- .build() {
3
+ export class ListVirtualServicesCommand extends command(_ep0, _mw0, "ListVirtualServices", ListVirtualServices$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "TagResource", {})
13
- .n("AppMeshClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "UntagResource", {})
13
- .n("AppMeshClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateGatewayRoute$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateGatewayRouteCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "UpdateGatewayRoute", {})
13
- .n("AppMeshClient", "UpdateGatewayRouteCommand")
14
- .sc(UpdateGatewayRoute$)
15
- .build() {
3
+ export class UpdateGatewayRouteCommand extends command(_ep0, _mw0, "UpdateGatewayRoute", UpdateGatewayRoute$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateMesh$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateMeshCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "UpdateMesh", {})
13
- .n("AppMeshClient", "UpdateMeshCommand")
14
- .sc(UpdateMesh$)
15
- .build() {
3
+ export class UpdateMeshCommand extends command(_ep0, _mw0, "UpdateMesh", UpdateMesh$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateRoute$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateRouteCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "UpdateRoute", {})
13
- .n("AppMeshClient", "UpdateRouteCommand")
14
- .sc(UpdateRoute$)
15
- .build() {
3
+ export class UpdateRouteCommand extends command(_ep0, _mw0, "UpdateRoute", UpdateRoute$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateVirtualGateway$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateVirtualGatewayCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "UpdateVirtualGateway", {})
13
- .n("AppMeshClient", "UpdateVirtualGatewayCommand")
14
- .sc(UpdateVirtualGateway$)
15
- .build() {
3
+ export class UpdateVirtualGatewayCommand extends command(_ep0, _mw0, "UpdateVirtualGateway", UpdateVirtualGateway$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateVirtualNode$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateVirtualNodeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "UpdateVirtualNode", {})
13
- .n("AppMeshClient", "UpdateVirtualNodeCommand")
14
- .sc(UpdateVirtualNode$)
15
- .build() {
3
+ export class UpdateVirtualNodeCommand extends command(_ep0, _mw0, "UpdateVirtualNode", UpdateVirtualNode$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateVirtualRouter$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateVirtualRouterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "UpdateVirtualRouter", {})
13
- .n("AppMeshClient", "UpdateVirtualRouterCommand")
14
- .sc(UpdateVirtualRouter$)
15
- .build() {
3
+ export class UpdateVirtualRouterCommand extends command(_ep0, _mw0, "UpdateVirtualRouter", UpdateVirtualRouter$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateVirtualService$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateVirtualServiceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AppMesh", "UpdateVirtualService", {})
13
- .n("AppMeshClient", "UpdateVirtualServiceCommand")
14
- .sc(UpdateVirtualService$)
15
- .build() {
3
+ export class UpdateVirtualServiceCommand extends command(_ep0, _mw0, "UpdateVirtualService", UpdateVirtualService$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./AppMeshClient";
2
2
  export * from "./AppMesh";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";