@aws-sdk/client-app-mesh 3.1077.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 (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,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 { CreateMeshInput, CreateMeshOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateMeshCommandInput extends CreateMeshInput {}
12
5
  export interface CreateMeshCommandOutput
13
6
  extends CreateMeshOutput,
@@ -18,22 +11,20 @@ declare const CreateMeshCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateMeshCommandInput,
20
13
  CreateMeshCommandOutput,
21
- AppMeshClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AppMeshClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateMeshCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateMeshCommandInput,
29
22
  CreateMeshCommandOutput,
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 CreateMeshCommand extends CreateMeshCommand_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 { CreateRouteInput, CreateRouteOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateRouteCommandInput extends CreateRouteInput {}
12
5
  export interface CreateRouteCommandOutput
13
6
  extends CreateRouteOutput,
@@ -18,22 +11,20 @@ declare const CreateRouteCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateRouteCommandInput,
20
13
  CreateRouteCommandOutput,
21
- AppMeshClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AppMeshClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateRouteCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateRouteCommandInput,
29
22
  CreateRouteCommandOutput,
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 CreateRouteCommand extends CreateRouteCommand_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
  CreateVirtualGatewayInput,
10
4
  CreateVirtualGatewayOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateVirtualGatewayCommandInput
15
8
  extends CreateVirtualGatewayInput {}
16
9
  export interface CreateVirtualGatewayCommandOutput
@@ -22,22 +15,20 @@ declare const CreateVirtualGatewayCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateVirtualGatewayCommandInput,
24
17
  CreateVirtualGatewayCommandOutput,
25
- AppMeshClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppMeshClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateVirtualGatewayCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateVirtualGatewayCommandInput,
33
26
  CreateVirtualGatewayCommandOutput,
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 CreateVirtualGatewayCommand extends CreateVirtualGatewayCommand_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
  CreateVirtualNodeInput,
10
4
  CreateVirtualNodeOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateVirtualNodeCommandInput extends CreateVirtualNodeInput {}
15
8
  export interface CreateVirtualNodeCommandOutput
16
9
  extends CreateVirtualNodeOutput,
@@ -21,22 +14,20 @@ declare const CreateVirtualNodeCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateVirtualNodeCommandInput,
23
16
  CreateVirtualNodeCommandOutput,
24
- AppMeshClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").AppMeshClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateVirtualNodeCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateVirtualNodeCommandInput,
32
25
  CreateVirtualNodeCommandOutput,
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 CreateVirtualNodeCommand extends CreateVirtualNodeCommand_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
  CreateVirtualRouterInput,
10
4
  CreateVirtualRouterOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateVirtualRouterCommandInput
15
8
  extends CreateVirtualRouterInput {}
16
9
  export interface CreateVirtualRouterCommandOutput
@@ -22,22 +15,20 @@ declare const CreateVirtualRouterCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateVirtualRouterCommandInput,
24
17
  CreateVirtualRouterCommandOutput,
25
- AppMeshClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppMeshClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateVirtualRouterCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateVirtualRouterCommandInput,
33
26
  CreateVirtualRouterCommandOutput,
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 CreateVirtualRouterCommand extends CreateVirtualRouterCommand_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
  CreateVirtualServiceInput,
10
4
  CreateVirtualServiceOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateVirtualServiceCommandInput
15
8
  extends CreateVirtualServiceInput {}
16
9
  export interface CreateVirtualServiceCommandOutput
@@ -22,22 +15,20 @@ declare const CreateVirtualServiceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateVirtualServiceCommandInput,
24
17
  CreateVirtualServiceCommandOutput,
25
- AppMeshClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppMeshClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateVirtualServiceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateVirtualServiceCommandInput,
33
26
  CreateVirtualServiceCommandOutput,
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 CreateVirtualServiceCommand extends CreateVirtualServiceCommand_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
  DeleteGatewayRouteInput,
10
4
  DeleteGatewayRouteOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteGatewayRouteCommandInput
15
8
  extends DeleteGatewayRouteInput {}
16
9
  export interface DeleteGatewayRouteCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteGatewayRouteCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteGatewayRouteCommandInput,
24
17
  DeleteGatewayRouteCommandOutput,
25
- AppMeshClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppMeshClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteGatewayRouteCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteGatewayRouteCommandInput,
33
26
  DeleteGatewayRouteCommandOutput,
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 DeleteGatewayRouteCommand extends DeleteGatewayRouteCommand_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 { DeleteMeshInput, DeleteMeshOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteMeshCommandInput extends DeleteMeshInput {}
12
5
  export interface DeleteMeshCommandOutput
13
6
  extends DeleteMeshOutput,
@@ -18,22 +11,20 @@ declare const DeleteMeshCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteMeshCommandInput,
20
13
  DeleteMeshCommandOutput,
21
- AppMeshClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AppMeshClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteMeshCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteMeshCommandInput,
29
22
  DeleteMeshCommandOutput,
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 DeleteMeshCommand extends DeleteMeshCommand_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 { DeleteRouteInput, DeleteRouteOutput } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteRouteCommandInput extends DeleteRouteInput {}
12
5
  export interface DeleteRouteCommandOutput
13
6
  extends DeleteRouteOutput,
@@ -18,22 +11,20 @@ declare const DeleteRouteCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DeleteRouteCommandInput,
20
13
  DeleteRouteCommandOutput,
21
- AppMeshClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").AppMeshClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DeleteRouteCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DeleteRouteCommandInput,
29
22
  DeleteRouteCommandOutput,
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 DeleteRouteCommand extends DeleteRouteCommand_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
  DeleteVirtualGatewayInput,
10
4
  DeleteVirtualGatewayOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteVirtualGatewayCommandInput
15
8
  extends DeleteVirtualGatewayInput {}
16
9
  export interface DeleteVirtualGatewayCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteVirtualGatewayCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteVirtualGatewayCommandInput,
24
17
  DeleteVirtualGatewayCommandOutput,
25
- AppMeshClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppMeshClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteVirtualGatewayCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteVirtualGatewayCommandInput,
33
26
  DeleteVirtualGatewayCommandOutput,
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 DeleteVirtualGatewayCommand extends DeleteVirtualGatewayCommand_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
  DeleteVirtualNodeInput,
10
4
  DeleteVirtualNodeOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteVirtualNodeCommandInput extends DeleteVirtualNodeInput {}
15
8
  export interface DeleteVirtualNodeCommandOutput
16
9
  extends DeleteVirtualNodeOutput,
@@ -21,22 +14,20 @@ declare const DeleteVirtualNodeCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteVirtualNodeCommandInput,
23
16
  DeleteVirtualNodeCommandOutput,
24
- AppMeshClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").AppMeshClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteVirtualNodeCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteVirtualNodeCommandInput,
32
25
  DeleteVirtualNodeCommandOutput,
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 DeleteVirtualNodeCommand extends DeleteVirtualNodeCommand_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
  DeleteVirtualRouterInput,
10
4
  DeleteVirtualRouterOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteVirtualRouterCommandInput
15
8
  extends DeleteVirtualRouterInput {}
16
9
  export interface DeleteVirtualRouterCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteVirtualRouterCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteVirtualRouterCommandInput,
24
17
  DeleteVirtualRouterCommandOutput,
25
- AppMeshClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppMeshClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteVirtualRouterCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteVirtualRouterCommandInput,
33
26
  DeleteVirtualRouterCommandOutput,
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 DeleteVirtualRouterCommand extends DeleteVirtualRouterCommand_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
  DeleteVirtualServiceInput,
10
4
  DeleteVirtualServiceOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteVirtualServiceCommandInput
15
8
  extends DeleteVirtualServiceInput {}
16
9
  export interface DeleteVirtualServiceCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteVirtualServiceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteVirtualServiceCommandInput,
24
17
  DeleteVirtualServiceCommandOutput,
25
- AppMeshClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppMeshClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteVirtualServiceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteVirtualServiceCommandInput,
33
26
  DeleteVirtualServiceCommandOutput,
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 DeleteVirtualServiceCommand extends DeleteVirtualServiceCommand_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
  DescribeGatewayRouteInput,
10
4
  DescribeGatewayRouteOutput,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeGatewayRouteCommandInput
15
8
  extends DescribeGatewayRouteInput {}
16
9
  export interface DescribeGatewayRouteCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeGatewayRouteCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeGatewayRouteCommandInput,
24
17
  DescribeGatewayRouteCommandOutput,
25
- AppMeshClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppMeshClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeGatewayRouteCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeGatewayRouteCommandInput,
33
26
  DescribeGatewayRouteCommandOutput,
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 DescribeGatewayRouteCommand extends DescribeGatewayRouteCommand_base {
43
34
  protected static __types: {