@aws-sdk/client-app-mesh 3.1076.0 → 3.1078.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 (134) hide show
  1. package/dist-cjs/index.js +49 -385
  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-es/runtimeConfig.browser.js +0 -2
  43. package/dist-es/runtimeConfig.js +1 -2
  44. package/dist-es/runtimeConfig.native.js +0 -2
  45. package/dist-es/runtimeConfig.shared.js +2 -0
  46. package/dist-types/commandBuilder.d.ts +18 -0
  47. package/dist-types/commands/CreateGatewayRouteCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateMeshCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateRouteCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateVirtualNodeCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateVirtualRouterCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateVirtualServiceCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteMeshCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteRouteCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +3 -8
  61. package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +3 -8
  62. package/dist-types/commands/DescribeMeshCommand.d.ts +3 -8
  63. package/dist-types/commands/DescribeRouteCommand.d.ts +3 -8
  64. package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +3 -8
  65. package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +3 -8
  66. package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +3 -8
  67. package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +3 -8
  68. package/dist-types/commands/ListGatewayRoutesCommand.d.ts +3 -8
  69. package/dist-types/commands/ListMeshesCommand.d.ts +3 -8
  70. package/dist-types/commands/ListRoutesCommand.d.ts +3 -8
  71. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  72. package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +3 -8
  73. package/dist-types/commands/ListVirtualNodesCommand.d.ts +3 -8
  74. package/dist-types/commands/ListVirtualRoutersCommand.d.ts +3 -8
  75. package/dist-types/commands/ListVirtualServicesCommand.d.ts +3 -8
  76. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  77. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  78. package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +3 -8
  79. package/dist-types/commands/UpdateMeshCommand.d.ts +3 -8
  80. package/dist-types/commands/UpdateRouteCommand.d.ts +3 -8
  81. package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +3 -8
  82. package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +3 -8
  83. package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +3 -8
  84. package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +3 -8
  85. package/dist-types/index.d.ts +1 -0
  86. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  87. package/dist-types/runtimeConfig.d.ts +1 -1
  88. package/dist-types/runtimeConfig.native.d.ts +1 -1
  89. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  90. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  91. package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/index.d.ts +1 -0
  130. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  131. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  132. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  133. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  134. package/package.json +8 -10
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppMeshClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppMeshClient";
8
2
  import {
9
3
  ListVirtualGatewaysInput,
10
4
  ListVirtualGatewaysOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListVirtualGatewaysCommandInput
15
8
  extends ListVirtualGatewaysInput {}
16
9
  export interface ListVirtualGatewaysCommandOutput
@@ -22,22 +15,20 @@ declare const ListVirtualGatewaysCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListVirtualGatewaysCommandInput,
24
17
  ListVirtualGatewaysCommandOutput,
25
- AppMeshClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppMeshClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListVirtualGatewaysCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListVirtualGatewaysCommandInput,
33
26
  ListVirtualGatewaysCommandOutput,
34
- AppMeshClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AppMeshClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListVirtualGatewaysCommand extends ListVirtualGatewaysCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppMeshClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppMeshClient";
8
2
  import {
9
3
  ListVirtualNodesInput,
10
4
  ListVirtualNodesOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListVirtualNodesCommandInput extends ListVirtualNodesInput {}
15
8
  export interface ListVirtualNodesCommandOutput
16
9
  extends ListVirtualNodesOutput,
@@ -21,22 +14,20 @@ declare const ListVirtualNodesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListVirtualNodesCommandInput,
23
16
  ListVirtualNodesCommandOutput,
24
- AppMeshClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").AppMeshClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ListVirtualNodesCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListVirtualNodesCommandInput,
32
25
  ListVirtualNodesCommandOutput,
33
- AppMeshClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").AppMeshClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListVirtualNodesCommand extends ListVirtualNodesCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppMeshClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppMeshClient";
8
2
  import {
9
3
  ListVirtualRoutersInput,
10
4
  ListVirtualRoutersOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListVirtualRoutersCommandInput
15
8
  extends ListVirtualRoutersInput {}
16
9
  export interface ListVirtualRoutersCommandOutput
@@ -22,22 +15,20 @@ declare const ListVirtualRoutersCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListVirtualRoutersCommandInput,
24
17
  ListVirtualRoutersCommandOutput,
25
- AppMeshClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppMeshClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListVirtualRoutersCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListVirtualRoutersCommandInput,
33
26
  ListVirtualRoutersCommandOutput,
34
- AppMeshClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AppMeshClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListVirtualRoutersCommand extends ListVirtualRoutersCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppMeshClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppMeshClient";
8
2
  import {
9
3
  ListVirtualServicesInput,
10
4
  ListVirtualServicesOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListVirtualServicesCommandInput
15
8
  extends ListVirtualServicesInput {}
16
9
  export interface ListVirtualServicesCommandOutput
@@ -22,22 +15,20 @@ declare const ListVirtualServicesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListVirtualServicesCommandInput,
24
17
  ListVirtualServicesCommandOutput,
25
- AppMeshClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppMeshClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListVirtualServicesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListVirtualServicesCommandInput,
33
26
  ListVirtualServicesCommandOutput,
34
- AppMeshClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AppMeshClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListVirtualServicesCommand extends ListVirtualServicesCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppMeshClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppMeshClient";
8
2
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceInput {}
12
5
  export interface TagResourceCommandOutput
13
6
  extends TagResourceOutput,
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TagResourceCommandInput,
20
13
  TagResourceCommandOutput,
21
- AppMeshClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AppMeshClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TagResourceCommandInput,
29
22
  TagResourceCommandOutput,
30
- AppMeshClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").AppMeshClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class TagResourceCommand extends TagResourceCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppMeshClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppMeshClient";
8
2
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UntagResourceCommandInput extends UntagResourceInput {}
12
5
  export interface UntagResourceCommandOutput
13
6
  extends UntagResourceOutput,
@@ -18,22 +11,20 @@ declare const UntagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UntagResourceCommandInput,
20
13
  UntagResourceCommandOutput,
21
- AppMeshClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AppMeshClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UntagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UntagResourceCommandInput,
29
22
  UntagResourceCommandOutput,
30
- AppMeshClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").AppMeshClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppMeshClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppMeshClient";
8
2
  import {
9
3
  UpdateGatewayRouteInput,
10
4
  UpdateGatewayRouteOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateGatewayRouteCommandInput
15
8
  extends UpdateGatewayRouteInput {}
16
9
  export interface UpdateGatewayRouteCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateGatewayRouteCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateGatewayRouteCommandInput,
24
17
  UpdateGatewayRouteCommandOutput,
25
- AppMeshClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppMeshClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateGatewayRouteCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateGatewayRouteCommandInput,
33
26
  UpdateGatewayRouteCommandOutput,
34
- AppMeshClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AppMeshClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateGatewayRouteCommand extends UpdateGatewayRouteCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppMeshClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppMeshClient";
8
2
  import { UpdateMeshInput, UpdateMeshOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UpdateMeshCommandInput extends UpdateMeshInput {}
12
5
  export interface UpdateMeshCommandOutput
13
6
  extends UpdateMeshOutput,
@@ -18,22 +11,20 @@ declare const UpdateMeshCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UpdateMeshCommandInput,
20
13
  UpdateMeshCommandOutput,
21
- AppMeshClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AppMeshClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UpdateMeshCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UpdateMeshCommandInput,
29
22
  UpdateMeshCommandOutput,
30
- AppMeshClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").AppMeshClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class UpdateMeshCommand extends UpdateMeshCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppMeshClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppMeshClient";
8
2
  import { UpdateRouteInput, UpdateRouteOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UpdateRouteCommandInput extends UpdateRouteInput {}
12
5
  export interface UpdateRouteCommandOutput
13
6
  extends UpdateRouteOutput,
@@ -18,22 +11,20 @@ declare const UpdateRouteCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UpdateRouteCommandInput,
20
13
  UpdateRouteCommandOutput,
21
- AppMeshClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AppMeshClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UpdateRouteCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UpdateRouteCommandInput,
29
22
  UpdateRouteCommandOutput,
30
- AppMeshClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").AppMeshClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class UpdateRouteCommand extends UpdateRouteCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppMeshClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppMeshClient";
8
2
  import {
9
3
  UpdateVirtualGatewayInput,
10
4
  UpdateVirtualGatewayOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateVirtualGatewayCommandInput
15
8
  extends UpdateVirtualGatewayInput {}
16
9
  export interface UpdateVirtualGatewayCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateVirtualGatewayCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateVirtualGatewayCommandInput,
24
17
  UpdateVirtualGatewayCommandOutput,
25
- AppMeshClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppMeshClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateVirtualGatewayCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateVirtualGatewayCommandInput,
33
26
  UpdateVirtualGatewayCommandOutput,
34
- AppMeshClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AppMeshClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateVirtualGatewayCommand extends UpdateVirtualGatewayCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppMeshClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppMeshClient";
8
2
  import {
9
3
  UpdateVirtualNodeInput,
10
4
  UpdateVirtualNodeOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateVirtualNodeCommandInput extends UpdateVirtualNodeInput {}
15
8
  export interface UpdateVirtualNodeCommandOutput
16
9
  extends UpdateVirtualNodeOutput,
@@ -21,22 +14,20 @@ declare const UpdateVirtualNodeCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  UpdateVirtualNodeCommandInput,
23
16
  UpdateVirtualNodeCommandOutput,
24
- AppMeshClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").AppMeshClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: UpdateVirtualNodeCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  UpdateVirtualNodeCommandInput,
32
25
  UpdateVirtualNodeCommandOutput,
33
- AppMeshClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").AppMeshClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class UpdateVirtualNodeCommand extends UpdateVirtualNodeCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppMeshClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppMeshClient";
8
2
  import {
9
3
  UpdateVirtualRouterInput,
10
4
  UpdateVirtualRouterOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateVirtualRouterCommandInput
15
8
  extends UpdateVirtualRouterInput {}
16
9
  export interface UpdateVirtualRouterCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateVirtualRouterCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateVirtualRouterCommandInput,
24
17
  UpdateVirtualRouterCommandOutput,
25
- AppMeshClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppMeshClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateVirtualRouterCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateVirtualRouterCommandInput,
33
26
  UpdateVirtualRouterCommandOutput,
34
- AppMeshClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AppMeshClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateVirtualRouterCommand extends UpdateVirtualRouterCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppMeshClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppMeshClient";
8
2
  import {
9
3
  UpdateVirtualServiceInput,
10
4
  UpdateVirtualServiceOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateVirtualServiceCommandInput
15
8
  extends UpdateVirtualServiceInput {}
16
9
  export interface UpdateVirtualServiceCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateVirtualServiceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateVirtualServiceCommandInput,
24
17
  UpdateVirtualServiceCommandOutput,
25
- AppMeshClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppMeshClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateVirtualServiceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateVirtualServiceCommandInput,
33
26
  UpdateVirtualServiceCommandOutput,
34
- AppMeshClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AppMeshClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateVirtualServiceCommand extends UpdateVirtualServiceCommand_base {
43
34
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { AppMeshExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./models/enums";
@@ -20,7 +20,6 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
20
20
  | import("@smithy/core/protocols").HttpHandler<any>
21
21
  | RequestHandler;
22
22
  retryMode: string | import("@smithy/types").Provider<string>;
23
- sha256: import("@smithy/types").HashConstructor;
24
23
  streamCollector: (
25
24
  stream:
26
25
  | import("stream").Readable
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
42
41
  [setting: string]: unknown;
43
42
  };
44
43
  apiVersion: string;
44
+ sha256: import("@smithy/types").HashConstructor;
45
45
  urlParser: import("@smithy/types").UrlParser;
46
46
  base64Decoder: import("@smithy/types").Decoder;
47
47
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -21,7 +21,6 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
21
21
  | RequestHandler
22
22
  | import("@smithy/core/protocols").HttpHandler<any>;
23
23
  retryMode: string | import("@smithy/types").Provider<string>;
24
- sha256: import("@smithy/types").HashConstructor;
25
24
  streamCollector: (
26
25
  stream:
27
26
  | import("stream").Readable
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
42
41
  [setting: string]: unknown;
43
42
  };
44
43
  apiVersion: string;
44
+ sha256: import("@smithy/types").HashConstructor;
45
45
  urlParser: import("@smithy/types").UrlParser;
46
46
  base64Decoder: import("@smithy/types").Decoder;
47
47
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -1,7 +1,6 @@
1
1
  import { AppMeshClientConfig } from "./AppMeshClient";
2
2
  export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
3
3
  runtime: string;
4
- sha256: import("@smithy/types").HashConstructor;
5
4
  requestHandler:
6
5
  | import("@smithy/types").NodeHttpHandlerOptions
7
6
  | import("@smithy/types").FetchHttpHandlerOptions
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: AppMeshClientConfig) => {
18
17
  [setting: string]: unknown;
19
18
  };
20
19
  apiVersion: string;
20
+ sha256: import("@smithy/types").HashConstructor;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (